Created on 01-09-2018 12:25 AM - edited 09-16-2022 05:43 AM
I have installed cdh successfully and it runs well.
But there is one problem now: Whenever I open the web ui included in a module, like Hue or HDFS , the link is presented by the host name rather than ip address. Even though I can replace the host name by ip address manually, it is very uncomfortable. I don't have administrator access to my computer, so editting the local host file is impossible.
How to solve it?
Created 01-10-2018 07:48 PM
Hello darouwan,
After reading your post, it was assumed that you only have the issue. In this case, you can have a proxy setup and have an entry in dns server redirect it to the proxy.
Created 01-09-2018 10:43 PM
I am not clear on what you links or hostnames you are trying to change. Can you share a screenshot or two to help us understand?
Thanks!
Created 01-10-2018 07:01 PM
For example, I have three nodes and change the hosts file as following:
10.0.1.10 master
10.0.1.11 slave1
10.0.1.12 slave2
After installation, if I click the NameNode WEB UI link under HDFS or HUE, the link direct me to address like master:50070. However I want to change this link to 10.0.1.10:50070 in default, since my dev computer doesn't have host info of master. Even though I can access the HDFS namenode web ui by type 10.0.1.10:50070 manualy, it is still a little incovenient.
Created 01-10-2018 07:24 PM
Hello darouwan,
You can create an entry in your /etc/hosts file and map your IP address and hostname. This will help to resolve your query.
Created 01-10-2018 07:45 PM
Hi ,
I have tried it, however I have no authority to change the hosts file on my computer since the computer is belong to company and I am not an administrator user.
Even though I can access the web ui directly by changing local host file, it is still not available for other users. After all I cannot force every user to change his/her local host file.
Created 01-10-2018 07:48 PM
Hello darouwan,
After reading your post, it was assumed that you only have the issue. In this case, you can have a proxy setup and have an entry in dns server redirect it to the proxy.
Created 01-10-2018 07:51 PM
Thanks a lot!
It may be a good idea for my issue!
Created on 01-10-2018 08:00 PM - edited 01-10-2018 08:01 PM
You are welcome buddy.
Created 06-12-2018 11:33 PM
hi~ i am facing the same problem....can u show the steps to slove?