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 |
06-03-2016
12:54 PM
Hi, to install the python-pip, you have to install the epel-release repos: Steps can be found below: http://sharadchhetri.com/2014/09/07/install-epel-repo-centos-7-rhel-7/ After installing the epel-release repo: (found in the link above) yum install wget
wget -r --no-parent -A 'epel-release-*.rpm' http://dl.fedoraproject.org/pub/epel/7/x86_64/e/
rpm -Uvh dl.fedoraproject.org/pub/epel/7/x86_64/e/epel-release-*.rpm clean up the yum repo.: yum clean all and then try installing: yum install python-pip Once the installation is complete, proceed to retry the zeppelin installation. Hope this helps!
... View more
04-22-2016
04:23 PM
Also, for reference, you can checkout this section of the docs related to Tuning Ambari Metrics (with some guidelines) and how to setup Distributed mode. http://docs.hortonworks.com/HDPDocuments/Ambari-2.2.1.1/bk_ambari_reference_guide/content/ch_amb_ref_configuring_ambari_metrics.html
... 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
05-05-2016
03:57 PM
4 Kudos
As an alternative, you can also create mountpoints on the directories that ambari uses, such as the ones @smohanty pointed out.
... View more
04-05-2016
10:40 PM
1 Kudo
I did follow those steps, guess I messed up. Redid the entire thing and it went through. Thank you for the swift response!
... View more
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