Member since
04-01-2016
30
Posts
7
Kudos Received
1
Solution
My Accepted Solutions
Title | Views | Posted |
---|---|---|
3678 | 04-13-2016 10:23 PM |
03-07-2017
09:20 PM
1 Kudo
Hello, I followed the below tutorial to install Jupyter and all is fine: https://hortonworks.com/hadoop-tutorial/using-ipython-notebook-with-apache-spark/ Now I want to use Spark 2 instead. I changed the spark_home to the /usr/hdp/current/spark2-client folder and trying to run the start_ipython_notebook.sh command. It says IPYTHON and IPYTHON_OPTS are removed in Spark 2.0+. Remove these from the environment and set PYSPARK_DRIVER_PYTHON and PYSPARK_DRIVER_PYTHON_OPTS instead. Can someone suggest what change should I make to the ipython startup script?
... View more
Labels:
- Labels:
-
Apache Spark
04-20-2016
10:53 AM
Instead of installing via Ambari, try to install it on the cluster manually. Steps are in this link below under the heading Installing Zeppelin manually http://hortonworks.com/hadoop-tutorial/apache-zeppelin-hdp-2-4/ I did that and was able to install Zeppelin successfully.
... View more
04-15-2016
12:07 AM
I did a manual install instead of Ambari. Went through fine.
... View more
04-13-2016
10:23 PM
I think it is failing because I have pip already installed on this machine
... View more
04-13-2016
10:10 PM
It is not a sandbox but a standalone cluster. It is indeed 2.4
... View more
04-13-2016
10:02 PM
This is a single node HDP (not sandbox). Installing Zeppelin on the same node using Ambari. Got this error: File "/usr/lib/python2.6/site-packages/resource_management/core/shell.py", line 92, in checked_call
tries=tries, try_sleep=try_sleep)
File "/usr/lib/python2.6/site-packages/resource_management/core/shell.py", line 140, in _call_wrapper
result = _call(command, **kwargs_copy)
File "/usr/lib/python2.6/site-packages/resource_management/core/shell.py", line 291, in _call
raise Fail(err_msg)
resource_management.core.exceptions.Fail: Execution of '/usr/bin/yum -d 0 -e 0 -y install python-pip' returned 1. Error: Nothing to do Any idea on how to workaround this?
... View more
Labels:
- Labels:
-
Apache Ambari
-
Apache Zeppelin
04-13-2016
01:09 AM
Hi Neeraj, Trying to follow this demo. My dashboard is empty. Also in the PutSolrContentStream processor, there are zero records that are written to output although 64 records have been input. How do I debug to see what is stopping from writing the records into Solr?
... View more
04-08-2016
10:24 PM
I did kill all of the processes and started all over again. I ran into a different issue for which I created another ticket. Thankyou for your response.
... View more