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
>
>
> *Error*
> Traceback (most recent call last):
> File "/tmp/zeppelin_pyspark-5483459839514814481.py", line 22, in <module>
> from pyspark.conf import SparkConf
> ImportError: No module named pyspark.conf
> Traceback (most recent call last):
> File "/tmp/zeppelin_pyspark-5483459839514814481.py", line 22, in <module>
> from pyspark.conf import SparkConf
> ImportError: No module named pyspark.conf
>
>
> I opened up the /tmp/zeppelin_pyspark-5483459839514814481.py and here is
> the Line # 22 says.
> 22 from pyspark.conf import SparkConf
>
>
> Here is my zeppelin-env.sh configuration
>
> export SPARK_HOME=/usr/hdp/current/spark-client/
>
>
>
> When I submit the job using spark or spark-sql, I have no problem in
> running the job. Please help me what configuration am I missing for
> pyspark.
>
>
>
> Thanks
> Anand
>
>

Reply via email to