From cbd95d69085bc006c1edc8fff4eb7bbc6c8f07bb Mon Sep 17 00:00:00 2001 From: Lee moon soo Date: Thu, 19 Nov 2015 17:42:15 +0900 Subject: [PATCH] Add description for included version of spark when SPARK_HOME is not set --- docs/interpreter/spark.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/interpreter/spark.md b/docs/interpreter/spark.md index 0749b82a39..20be7f8324 100644 --- a/docs/interpreter/spark.md +++ b/docs/interpreter/spark.md @@ -48,6 +48,7 @@ Spark Interpreter group, which consisted of 4 interpreters. Without any configuration, Spark interpreter works out of box in local mode. But if you want to connect to your Spark cluster, you'll need following two simple steps. + #### 1. export SPARK_HOME In **conf/zeppelin-env.sh**, export SPARK_HOME environment variable with your Spark installation path. @@ -83,6 +84,7 @@ for example,
That's it. Zeppelin will work with any version of Spark and any deployment type without rebuild Zeppelin in this way. (Zeppelin 0.5.5-incubating release works up to Spark 1.5.1) +Note that without exporting SPARK_HOME, it's running in local mode with included version of Spark. The included version may vary depending on the build profile.

### SparkContext, SQLContext, ZeppelinContext