Re: Pyspark failing in 0.7.0

2017-03-21 Thread Anandha L Ranganathan
Hi Ahyoung , Here are logs messages. * zeppelin-zeppelin-usw2dxdpgw01.local.log* INFO [2017-03-21 18:00:06,601] ({qtp1566723494-91} NotebookServer.java[broadcastNewParagraph]:640) - Broadcasting paragraph on run call instead of note. INFO [2017-03-21 18:00:06,687] ({pool-2-thread-25}

Re: Pyspark failing in 0.7.0

2017-03-21 Thread Ahyoung Ryu
Hi Anand, Can you share your log files in here? You can find them under ZEPPELIN_HOME/logs/ Thanks Ahyoung On Tue, Mar 21, 2017 at 6:35 AM, Anandha L Ranganathan < analog.s...@gmail.com> wrote: > > > zeppelin : 0.7.0 > Spark : 1.6.0 (HDP 2.4) > > > *Command in the notebook* > > %pyspark > 2+2

Pyspark failing in 0.7.0

2017-03-20 Thread Anandha L Ranganathan
zeppelin : 0.7.0 Spark : 1.6.0 (HDP 2.4) *Command in the notebook* %pyspark 2+2 *Error* Traceback (most recent call last): File "/tmp/zeppelin_pyspark-5483459839514814481.py", line 22, in from pyspark.conf import SparkConf ImportError: No module named pyspark.conf Traceback (most recent call