Member since
12-10-2015
6
Posts
2
Kudos Received
0
Solutions
06-02-2016
02:51 PM
Thanks @Ryan Cicak It worked out perfectly for me... @Timothy Spann : One more defect I found in the same tutorial, its mentioned to download "ez_setup.py" using command "wget https://bitbucket.org/pypa/setuptools/raw/bootstrap/ez_setup.py" However, setuptools repo url is changed now. The new repo url is wget https://bootstrap.pypa.io/ez_setup.py I able to download the ex_setup.py successfully from the new repo url. Thanks once again Ryan and Timothy
... View more
06-02-2016
08:00 AM
1 Kudo
I am trying to set up ipython notebook as per mentioned in tutorial http://hortonworks.com/hadoop-tutorial/using-ipython-notebook-with-apache-spark/
However, while trying to install python 2.7, facing error as "No package python27 available". Whereas while checking in they system there is already python 2.6.6 is installed. During search over google, found that its not feasible to install python 2.7 over 2.6.6 on HDP, as it may hamper the whole core set up. NOT SURE if its correct! I am attaching snapshot for more reference on this. Can anyone please help me in resolving this issue? Thank you in advance for your help. python-err.png
... View more
Labels:
05-31-2016
10:29 AM
@Fardin Behboudi Vaighan Ryan's suggested solution worked for me. However, I am still having no properties set for %sh interpreter.
... View more
05-31-2016
10:26 AM
Thank you @Ryan Cicak
It worked for me too now as I deleted the folder and again downloaded as you suggested.
... View more
04-20-2016
10:35 AM
1 Kudo
Hi As per tutorial http://hortonworks.com/hadoop-tutorial/hands-on-tour-of-apache-spark-in-5-minutes/
I am able to run %sh interpreter and download Hortonworks data from wikipedia, however while trying to copy data to /tmp folder using following command as suggested in tutorial, %sh
hadoop fs -put ~/Hortonworks /tmp zeppelin gives error as Process exited with an error: 1 (Exit value: 1). Can anyone please suggest the workaround? Thanks in advance.
... View more
Labels:
- Labels:
-
Apache Zeppelin