Member since
11-05-2017
20
Posts
0
Kudos Received
0
Solutions
11-24-2017
11:14 AM
My version is 0.7.0.2.6 (screenshot). I have changed the path, restart the notebook but it doesnt work..:/ What should I do, I need pandas to plotting..:/
... View more
11-24-2017
10:25 AM
@Paul Hernandez The location was by default, I dont know. I have another question, I am trying to create python interpret, but I cant edit interpreter group. I am following your guide. How could I create it?
... View more
11-24-2017
10:00 AM
Hi, @Paul Hernandez, where could I find "path-to-your-python/bin/python". When type which anaconda it gave me back /root/yes/bin/anaconda. So should I put this as a path? That means: export PYTHONPATH="/root/yes/bin/anaconda/bin:/usr/hdp/current/spark-client/python/lib/py4j-0.8.2.1-src.zip"
export SPARK_YARN_USER_ENV="PYTHONPATH=${PYTHONPATH}"
export PYSPARK_DRIVER_PYTHON="/root/yes/bin/anaconda." export PYSPARK_PYTHON="/root/yes/bin/anaconda" export PYLIB="/var/opt/teradata/anaconda3/envs/py35/lib"¨ - here I cant find this folder.. Thank you for helping me.
... View more
11-24-2017
09:05 AM
Hi @Aditya Sirna, I cant find PYSPARK_DRIVER_PYTHON in the Advanced zeppelin-env ->zeppelin_env_content . Check the configuration in the attachment. So shoud I add a new line into this configuration file? export PYSPARK_DRIVER_PYTHON= /root/yes/anaconda and change zeppelin.pyspark.python = /root/yes/anaconda. Like this? e this?
... View more
11-23-2017
08:06 AM
Hello guys, I still have this problem. I have installed pandas into system. After installation I have restart the zeppelin notebook. But still It shows me the messae: no module named pandas. Someone gave me advice, that I should verify spark interpreter settings config "zeppelin.pyspark.python". I tried put there anaconda instead of python, but it didnt work. I tried put the location of anacoda /root/yes/bin/anaconda too but it didnt work. So what sould I put there? Does anybody know how to solve this problem? Or how could I import pandas module insto Hortonworks in the easiest way?
... View more
Labels:
- Labels:
-
Apache Hadoop
-
Apache Zeppelin
11-19-2017
07:31 PM
So, should I put the location of anacoda in the config? I tried put there anaconda instead of python, but it didnt work. I tried put the location of anacoda /root/yes/bin/anaconda too but it didnt work. So what sould I put there?
... View more
11-15-2017
11:25 AM
hello guys, I have problem with installing pandas module. I have already installed it with anacoda and pip install pandas as you can see in screenshot. I have already restared zeppelin too. When I execute the my script, it still shows up that there is no module name pandas. Could anyone help me with this? Thanks
... View more
Labels:
- Labels:
-
Apache Zeppelin
11-11-2017
12:39 PM
Using the the sandbox 2.6 solved this problem....thank you @Danilo Perez
... View more
11-11-2017
10:28 AM
Thank you.... According to your posted links and this link https://community.hortonworks.com/questions/67677/javalangoutofmemoryerror-java-heap-space-error.html I solved the problem. Thank you.
... View more
11-10-2017
01:54 PM
I set it up....but i dont know, why my easy query select count (*) from cdr use 90% of Yarn ..? take a look at screenshots..
... View more