aboutsummaryrefslogtreecommitdiff
path: root/docs/sql-programming-guide.md
diff options
context:
space:
mode:
authorSasaki Toru <sasakitoa@nttdata.co.jp>2016-02-11 09:30:36 +0000
committerSean Owen <sowen@cloudera.com>2016-02-11 09:30:36 +0000
commitc2f21d88981789fe3366f2c4040445aeff5bf083 (patch)
tree6a6db0982a98443ef5a4fd9642e3fefffcf40064 /docs/sql-programming-guide.md
parent18bcbbdd84e80222d1d29530831c6d68d02e7593 (diff)
downloadspark-c2f21d88981789fe3366f2c4040445aeff5bf083.tar.gz
spark-c2f21d88981789fe3366f2c4040445aeff5bf083.tar.bz2
spark-c2f21d88981789fe3366f2c4040445aeff5bf083.zip
[SPARK-13264][DOC] Removed multi-byte characters in spark-env.sh.template
In spark-env.sh.template, there are multi-byte characters, this PR will remove it. Author: Sasaki Toru <sasakitoa@nttdata.co.jp> Closes #11149 from sasakitoa/remove_multibyte_in_sparkenv.
Diffstat (limited to 'docs/sql-programming-guide.md')
-rw-r--r--docs/sql-programming-guide.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/sql-programming-guide.md b/docs/sql-programming-guide.md
index ce53a39f9f..d246100f3e 100644
--- a/docs/sql-programming-guide.md
+++ b/docs/sql-programming-guide.md
@@ -2389,7 +2389,7 @@ let user control table caching explicitly:
CACHE TABLE logs_last_month;
UNCACHE TABLE logs_last_month;
-**NOTE:** `CACHE TABLE tbl` is now __eager__ by default not __lazy__. Don’t need to trigger cache materialization manually anymore.
+**NOTE:** `CACHE TABLE tbl` is now __eager__ by default not __lazy__. Don't need to trigger cache materialization manually anymore.
Spark SQL newly introduced a statement to let user control table caching whether or not lazy since Spark 1.2.0: