-
Type:
Bug
-
Status: Resolved
-
Priority:
Major
-
Resolution: Not A Problem
-
Affects Version/s: 0.7.0
-
Fix Version/s: 0.7.0
-
Component/s: Interpreters
-
Labels:None
-
Environment:
Linux (secured / unsecured clusters)
Lets say you have a cluster with both spark1.6 and spark2.0 installed and zeppelin has 2 interpreters: spark and spark2
Create a notebook whose default interpreter is spark2.
Then no matter whether you run paragraphs with %spark or %spark2, both point to spark1.6 (try running sc.version with both and both will point to spark 1.6)
- links to