Welcome to the Cloudera Community

Announcements
Celebrating as our community reaches 100,000 members! Thank you!

Who agreed with this topic

Unable to Access the cloudera's WEB UI from browser

avatar
New Contributor

Hello,
I am unable to connect to the cloudera web UI.
I have installed cloudera on google cloud.


Here are the details of the configuration:

Node 1 -> 24 GB RAM, 4Core CPU , 500GB Disk (Contains Cloudera Manager Server and Agent)
Node 2 -> 13 GB RAM, 2Core CPU , 250GB Disk (Cloudera manager Agent)
Node 3 -> 13 GB RAM, 2Core CPU , 250GB Disk (Cloudera manager Agent)

 

Boot Disk:
CentOS 6 x86_64 built on 20180716
Boot Disk Type: Standard Persistent Disk

 

when i am trying to connect to the cloudera web using the link:
http://xxx.xxx.xxx.xxx:7180
The Browser Says:
This site can’t be reached
xxx.xxx.xxx.xxx took too long to respond

 

 

java -version
java version "1.7.0_75"
Java(TM) SE Runtime Environment (build 1.7.0_75-b13)
Java HotSpot(TM) 64-Bit Server VM (build 24.75-b04, mixed mode)

 

MySQL version:
Your MySQL connection id is 363
Server version: 5.7.23 MySQL Community Server (GPL)

 

Cloudera version 5.10

 

 

[root@instance-1 ~]# service cloudera-scm-server status
cloudera-scm-server (pid 1450) is running...

 

netstat -nap |grep 7180
tcp 0 0 0.0.0.0:7180 0.0.0.0:* LISTEN 1452/java

 

cat /etc/hosts
127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4
::1 localhost localhost.localdomain localhost6 localhost6.localdomain6
10.142.0.2 instance-1.c.digital-splicer-212916.internal instance-1 # Added by Google
169.254.169.254 metadata.google.internal # Added by Google


hostname -f
instance-1.c.digital-splicer-212916.internal

 

ifconfig

eth0 Link encap:Ethernet HWaddr 42:01:0A:8E:00:02
inet addr:10.142.0.2 Bcast:10.142.0.2 Mask:255.255.255.255
inet6 addr: fe80::4001:aff:fe8e:2/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1460 Metric:1
RX packets:299879 errors:0 dropped:0 overruns:0 frame:0
TX packets:334520 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:1963854271 (1.8 GiB) TX bytes:2459682783 (2.2 GiB)

lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:65536 Metric:1
RX packets:182563 errors:0 dropped:0 overruns:0 frame:0
TX packets:182563 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:75983583 (72.4 MiB) TX bytes:75983583 (72.4 MiB)
ifconfig

scm server logs are as follows:

tail -f /var/log/cloudera-scm-server/cloudera-scm-server.log
2018-08-15 18:39:33,297 INFO 803603497@agentServer-0:com.cloudera.server.common.MonitoringThreadPool: agentServer: execution stats: average=3ms, min=0ms, max=11ms.
2018-08-15 18:39:33,297 INFO 803603497@agentServer-0:com.cloudera.server.common.MonitoringThreadPool: agentServer: waiting in queue stats: average=0ms, min=0ms, max=1ms.
2018-08-15 18:40:02,823 INFO StaleEntityEviction:com.cloudera.server.cmf.StaleEntityEvictionThread: Reaped total of 0 deleted commands
2018-08-15 18:40:02,825 INFO StaleEntityEviction:com.cloudera.server.cmf.StaleEntityEvictionThread: Found no commands older than 2016-08-15T18:40:02.824Z to reap.
2018-08-15 18:40:02,826 INFO StaleEntityEviction:com.cloudera.server.cmf.StaleEntityEvictionThread: Wizard is active, not reaping scanners or configurators
2018-08-15 18:49:33,719 INFO 803603497@agentServer-0:com.cloudera.server.common.MonitoringThreadPool: agentServer: execution stats: average=3ms, min=0ms, max=22ms.
2018-08-15 18:49:33,719 INFO 803603497@agentServer-0:com.cloudera.server.common.MonitoringThreadPool: agentServer: waiting in queue stats: average=0ms, min=0ms, max=1ms.
2018-08-15 18:50:02,837 INFO StaleEntityEviction:com.cloudera.server.cmf.StaleEntityEvictionThread: Reaped total of 0 deleted commands
2018-08-15 18:50:02,838 INFO StaleEntityEviction:com.cloudera.server.cmf.StaleEntityEvictionThread: Found no commands older than 2016-08-15T18:50:02.837Z to reap.
2018-08-15 18:50:02,840 INFO StaleEntityEviction:com.cloudera.server.cmf.StaleEntityEvictionThread: Wizard is active, not reaping scanners or configurators

 

Please help me to connect to the cloudera webui,

Also i am Big data hadoop arcitect master's course and need to use cloudera for completing the project.

Thanks!

Who agreed with this topic