Re: Running Zeppelin from my github checkout

2016-08-31 Thread Sourav Mazumder
What typically works for me is building zeppelin using this - mvn clean package -Pspark-2.0 -Phadoop-2.4 -Pyarn -Ppyspark -Psparkr -Pscala-2.11 -DskipTests Regards, Sourav On Wed, Aug 31, 2016 at 5:05 PM, Jeff Zhang wrote: > Can you check the logs to see what error you get ?

Re: Running Zeppelin from my github checkout

2016-08-31 Thread Jeff Zhang
Can you check the logs to see what error you get ? It is located in ZEPPELIN_HOME/logs On Thu, Sep 1, 2016 at 1:00 AM, Luciano Resende wrote: > In Spark, I can usually build the source code and run a test cluster from > that checkout that I just built. I was trying the

Running Zeppelin from my github checkout

2016-08-31 Thread Luciano Resende
In Spark, I can usually build the source code and run a test cluster from that checkout that I just built. I was trying the same with Zeppelin, and I can get things up but with some issues around some interpreters and I cannot even run the tutorial notebook. Having said that, the distribution