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 <[email protected]> wrote: > 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 <[email protected]> > 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 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 > > generated by the same build can be extracted and works fine. > > > > Before I spent more time on this, is this scenario something that works > (or > > used to work) ? Is there any special profiles or something i need to > invoke > > to enable this ? > > > > BTW, I was running my build as : > > > > mvn -Pspark-2.0 -Pr -Phadoop-2.6 -Psparkr -Ppyspark -Pscalding -Pexamples > > -Pbuild-distr -DskipTests -Dscala-2.11 clean install > > > > -- > > Luciano Resende > > http://twitter.com/lresende1975 > > http://lresende.blogspot.com/ > > > > > > -- > Best Regards > > Jeff Zhang >
