From c2f21d88981789fe3366f2c4040445aeff5bf083 Mon Sep 17 00:00:00 2001 From: Sasaki Toru Date: Thu, 11 Feb 2016 09:30:36 +0000 Subject: [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 Closes #11149 from sasakitoa/remove_multibyte_in_sparkenv. --- docs/sql-programming-guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/sql-programming-guide.md') 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: -- cgit v1.2.3