aboutsummaryrefslogtreecommitdiff
path: root/conf
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 /conf
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 'conf')
-rwxr-xr-xconf/spark-env.sh.template2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/spark-env.sh.template b/conf/spark-env.sh.template
index 771251f90e..a031cd6a72 100755
--- a/conf/spark-env.sh.template
+++ b/conf/spark-env.sh.template
@@ -41,7 +41,7 @@
# - SPARK_EXECUTOR_MEMORY, Memory per Executor (e.g. 1000M, 2G) (Default: 1G)
# - SPARK_DRIVER_MEMORY, Memory for Driver (e.g. 1000M, 2G) (Default: 1G)
# - SPARK_YARN_APP_NAME, The name of your application (Default: Spark)
-# - SPARK_YARN_QUEUE, The hadoop queue to use for allocation requests (Default: ‘default’)
+# - SPARK_YARN_QUEUE, The hadoop queue to use for allocation requests (Default: 'default')
# - SPARK_YARN_DIST_FILES, Comma separated list of files to be distributed with the job.
# - SPARK_YARN_DIST_ARCHIVES, Comma separated list of archives to be distributed with the job.