mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
Add description for included version of spark when SPARK_HOME is not set
This commit is contained in:
parent
00099ad498
commit
cbd95d6908
1 changed files with 2 additions and 0 deletions
|
|
@ -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,
|
|||
<br />
|
||||
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.
|
||||
|
||||
<br /> <br />
|
||||
### SparkContext, SQLContext, ZeppelinContext
|
||||
|
|
|
|||
Loading…
Reference in a new issue