@Kevin Ah, yes forgot about the Interpreter on the menu navbar, that's how I used it to set up an interpreter to talk to the spark cassandra connector.
-Todd On Wed, Feb 11, 2015 at 9:09 PM, Kevin Kim (Sangwoo) <[email protected]> wrote: > Todd is right for building, > > and giving address in conf/zeppelin-env.sh is quite outdated, > you need to add or edit interpreter setting in 'Interpreter' menu on > navbar. > > > On Thu Feb 12 2015 at 10:41:13 AM Todd Nist <[email protected]> wrote: > >> I believe you would need to preform a build specifying the new version: >> >> mvn clean package -Dspark.version=1.2.1 -Dhadoop.version=2.2.0 >> >> You can also tell it in the conf/zeppelin-env.sh which master to connect >> to so if you have a 1.2.1 cluster running you can add something like this: >> >> export MASTER=spark://127.0.0.1:7077 >> >> HTH. >> >> -Todd >> >> >> On Wed, Feb 11, 2015 at 7:06 PM, Minnow Noir <[email protected]> >> wrote: >> >>> I've downloaded Spark 1.2.1. How/where do I tell Zeppelin to use the >>> new version? >>> >>> Thanks >>> >>> >>
