0

I have installed Cloudera Express on Google cloud platform vm instance using Cloudera Manager.All the web services are running but web UI links of all services (Hue, Hbase, Spark etc.) are not loading.I can't reach the login page also .It gives the error as given below:

This site can’t be reached

instance-1.c.cluster-183105.internal’s server DNS address could not be found. DNS_PROBE_FINISHED_NXDOMAINpls find the screenshot of error here

2 Answers 2

0

You're configurations in Cloudera Manager are pointing to internal DNS records.

So, for example, Cloudera Manager does a health check against the web server, and says they are reachable because it is also on that internal network.

Your machine cannot resolve the internal DNS records unless you tunneled into that network.

The solution here is to

  1. whitelist your network in GCP so that you can reach the cluster without exposing it to the open internet
  2. You must go through each component and change the web interface address to be the public DNS

Or setup and use an SSH tunnel or VPN to any machine in the cluster

Note, Cloudera Director and Cloudera Atlus are two offerings for running and configuring CDH in the cloud

Sign up to request clarification or add additional context in comments.

Comments

0
  1. You need to allow/configure these services on a port that is open to the internet.
  2. you need to allow traffic on the ports that these service uses.
  3. Configure the certs as well and whitelist the domain.

1 Comment

Your answer could be improved with additional supporting information. Please edit to add further details, such as citations or documentation, so that others can confirm that your answer is correct. You can find more information on how to write good answers in the help center.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.