Repository: incubator-zeppelin Updated Branches: refs/heads/master c335c6e88 -> 2e4d33565
[ZEPPELIN-7] Minor. Removed SPARK_YARN_JAR from zeppelin-env.sh.template I missed removing configuration option. Author: Jongyoul Lee <[email protected]> Closes #21 from jongyoul/ZEPPELIN-7-1 and squashes the following commits: a7ae138 [Jongyoul Lee] [ZEPPELIN-7] Minor. Removed SPARK_YARN_JAR from zeppelin-env.sh.template Project: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/commit/2e4d3356 Tree: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/tree/2e4d3356 Diff: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/diff/2e4d3356 Branch: refs/heads/master Commit: 2e4d33565fd3077c03a0d9f32ad190424b39c64d Parents: c335c6e Author: Jongyoul Lee <[email protected]> Authored: Wed Apr 1 10:56:20 2015 +0900 Committer: Lee moon soo <[email protected]> Committed: Thu Apr 2 22:27:40 2015 +0900 ---------------------------------------------------------------------- conf/zeppelin-env.sh.template | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/blob/2e4d3356/conf/zeppelin-env.sh.template ---------------------------------------------------------------------- diff --git a/conf/zeppelin-env.sh.template b/conf/zeppelin-env.sh.template index 365d492..d6b6b00 100644 --- a/conf/zeppelin-env.sh.template +++ b/conf/zeppelin-env.sh.template @@ -14,7 +14,6 @@ # export ZEPPELIN_NICENESS # The scheduling priority for daemons. Defaults to 0. # Options read in YARN client mode -# 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 (supported with Spark 1.2.1 and above)
