Created on 06-10-2016 07:38 PM - edited 09-16-2022 03:24 AM
Hi,
I have a cloudera cluster installed - it is CDH 5.5.2. All of the services look fine - everything is green! All of the hosts have green dots, and the services too when I drill down on any service.
I can create a spark job, do spark-submit and run the job, I can put stuff into hdfs and retrieve it from hdfs. For some reason no Web UIs work outside of Cloudera Manager. hue, Yarn Manager, Spark History Server, Solr, all the UIs just don't even get resolved. I can go to the Apache2 Ubuntu home page on port 80 as well.
Any ideas at all would help at this point.
Created 06-13-2016 10:21 PM
The problem was ports. I did not have all of the ports open on my cluster.
Created 06-13-2016 10:21 PM
The problem was ports. I did not have all of the ports open on my cluster.
Created 06-20-2016 03:40 AM
How did you solve your problem? my 50070 door doesn't appear after a
netstat -tulpn
command, so I have problems all around Cloudera. Restarting the namenode didn't solve it, neither did putting a rule exception in the iptables file:
-A RH-Firewall-1-INPUT -m state --state NEW -m tcp -p tcp --dport 80 -j ACCEPT
Created 12-24-2016 12:06 PM
Hi I used this helpful page to do it. Sorry I didn't repond earlier. Do you want the exact commands?