Member since
01-09-2018
5
Posts
0
Kudos Received
0
Solutions
03-28-2018
02:50 AM
Hi @dewdrop, It seems that you have opened the port 7180 on the EC2 Instance Firewall. But also you need to open TCP port 7180 in EC2 Security group. How you can do this. Go to the "Network & Security" -> Security Group settings in the left hand navigation Find the Security Group that your instance is apart of Click on Inbound Rules Use the drop down and add port 7180 Click Apply. Hope this helps!
... View more
03-27-2018
08:28 PM
Hi @dewdrop, Which Cloud Service are You using. Have you allowed Port 7180 to access publicly?
... View more
01-14-2018
07:53 PM
Thankyou @bgooley for the help. I Just figured it out by tcpdump. now it's working.
... View more
01-10-2018
07:03 AM
Hi @bgooley, Thankyou for response. here what i got 1. service cloudera-scm-server status Running 2. netstat -nap |grep 7180 tcp 0 0 0.0.0.0:7180 0.0.0.0:* LISTEN 1623/java and it seems that all right in log file.
... View more
01-09-2018
08:48 PM
I Followed these steps : First i took a server(Cent OS 6) from Google Cloud in Asia South reagion. and Executed these commands : sudo -i chkconfig iptables off service iptables stop setenforce 0 vi /etc/selinux/config (SELINUX=disabled) init 6 wget http://archive.cloudera.com/cm5/installer/latest/cloudera-manager-installer.bin chmod u+x cloudera-manager-installer.bin sudo ./cloudera-manager-installer.bin Done! Cloudera manager installed Successfully. But when I am trying to access http://my_public_ip:7180/ then getting timed out error. Also i waited for almost an hour after installing cloudera(for startup settings). but again same response.
... View more
Labels:
- Labels:
-
Cloudera Manager