Add a comment about pyspark
Project: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/commit/69c57ea9 Tree: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/tree/69c57ea9 Diff: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/diff/69c57ea9 Branch: refs/heads/master Commit: 69c57ea9c285d31d8b7b56ceeb88a225b8fcc833 Parents: 4fdd0f2 Author: Lee moon soo <[email protected]> Authored: Tue Mar 17 12:57:59 2015 +0900 Committer: Lee moon soo <[email protected]> Committed: Tue Mar 17 12:57:59 2015 +0900 ---------------------------------------------------------------------- conf/zeppelin-env.sh.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/blob/69c57ea9/conf/zeppelin-env.sh.template ---------------------------------------------------------------------- diff --git a/conf/zeppelin-env.sh.template b/conf/zeppelin-env.sh.template index 4e332fd..ae473c8 100644 --- a/conf/zeppelin-env.sh.template +++ b/conf/zeppelin-env.sh.template @@ -18,7 +18,7 @@ # export SPARK_YARN_JAR # Yarn executor needs spark-assembly-*.jar for running tasks in a yarn cluster. # export HADOOP_CONF_DIR # yarn-site.xml is located in configuration directory in HADOOP_CONF_DIR. -# Pyspark +# Pyspark (supported with Spark 1.2.1 and above) # To configure pyspark, you need to set spark distribution's path to 'spark.home' property in Interpreter setting screen in Zeppelin GUI # export PYSPARK_PYTHON # path to the python command. must be the same path on the driver(Zeppelin) and all workers. # export PYTHONPATH # extra PYTHONPATH.
