Member since
02-08-2016
793
Posts
669
Kudos Received
85
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
3064 | 06-30-2017 05:30 PM | |
3981 | 06-30-2017 02:57 PM | |
3303 | 05-30-2017 07:00 AM | |
3878 | 01-20-2017 10:18 AM | |
8396 | 01-11-2017 02:11 PM |
05-19-2016
06:03 AM
What is the version of ambari and HDP you have installed ?
... View more
05-19-2016
06:01 AM
@shaheer mannan Can you attach screenshot of the problem you are facing. Also check if you are able to see any errors in logs. Just to crosscheck did you tried ambari server browsing with different browser ?
... View more
05-18-2016
09:07 AM
There is nothing displayed. Can you check for other services?
... View more
05-18-2016
08:51 AM
2 Kudos
@Mukesh Burman Login to Ambari - Click Services-> HDFS serivce->Summary->Click on Namenode <- a new page will open which will display hostname on top on which namenode is running. Same for ZKFC 2. ps -aef |grep nameode <-capture the pid from here [for eg say it is 3490 then do netstat for that pid to get the port - netstat taupen |grep <pid/3490> The 4th column in netstat o/p shows ipaddress:port no. Difficult for namenode port even if service crash. You should check namenode conf file for port on which namenode service will always start - /etc/hadoop/confhdfs-site.xml [port 8020,50070]
... View more
05-18-2016
08:32 AM
@sarfarazkhan pathan I see this is another issue now. Are you able to resolve the previous issue ? If so please accept best answer. For current issue i will request to get a new post. Also if you can click on he failed task Eg. "Accumulo Client install" and post the logs that will be helpful. Make sure you have access to download packages. Make sure your firewall is off.
... View more
05-18-2016
05:58 AM
Its not good to give 777 permission, usually it should be 755 if i am not wrong.
... View more
05-18-2016
05:39 AM
1 Kudo
@sarfarazkhan pathan Can you let me know through which user you have installed ambari ? Can you check if the ambari server user has the permission to create the folder?
... View more
05-17-2016
02:24 PM
yes. If you want to install solr for production please install it manually using below links - https://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.3.0/bk_Ranger_Install_Guide/content/solr_ranger_configure_standalone.html https://community.hortonworks.com/articles/15159/securing-solr-collections-with-ranger-kerberos.html
... View more
05-17-2016
01:22 PM
1 Kudo
@Mark Thorson Are you using Namenode HA? If Yes pls make sure you are pointing to right namenode. For permanat resolution you can configure HUE httpfs to work HUE in HA cluster. Pls follow link below to configure HUE in HA cluster - https://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.3.0/bk_hadoop-ha/content/ha-nn-deploy-hue.html
... View more
05-17-2016
01:18 PM
1 Kudo
@Mustafa Kemal MAYUK Please follow below link to install solr using ambari - https://github.com/abajwa-hw/solr-stack
... View more