Created 06-13-2017 06:15 AM
Hi gurus,
Is there a way to identify which is the address to set in the host file? I am trying with 127.0.0.1 and I am getting errors, all the time. I would like to set an address and be able to configure the node in cloudera manager.
Thanks a lot,
Regards,
Created 06-13-2017 06:38 PM
@mbigelow it come be a dumb question please bear with me .
is it mandatory to use fully qualified domain name ? because we dont not mention them in any of the hadoop configuration files. when it comes to networking not really my area. could you clarify
Created 06-14-2017 08:58 PM
Created 06-15-2017 12:35 AM
Thanks,
Just a question, file /etc/sysconfig/network does not exist, should I create from scratch?
Created 06-15-2017 01:51 AM
which operating system are you using ?
if you are using ubuntu
it should be
/etc/network/, /etc/network/interfaces
if you are using Centos do an ls command - below directory
/etc/sysconfig/
you should see one as network .
Created 06-15-2017 02:00 AM
I am using Ubuntu 14.04. I have a a folder with name /etc/network but no file inside. Should I directly create it? How should I name it?
Thanks a lot,
Kind regards,
Created on 06-15-2017 05:36 AM - edited 06-15-2017 05:40 AM
if you want to change the hostname then do either one of the following
sudo nano /etc/hostname
or
sudo vi /etc/hostname
then restart the machine
to check your hostname after restart - open the terminal and type
hostname
To configure IP address do the following
sudo nano /etc/hosts
Created 06-15-2017 06:23 AM
I have already done this and after checked those file, I can see that the host has changed.
However, I can´t still access to cloudera manager web...is there something else I should do?
Thanks a lot,
Kind regards,
Created 06-16-2017 06:07 PM
are you using vm ?
what error are u getting when you try to hit cloduera manager ?
Created 06-16-2017 07:07 PM
Created 06-15-2017 01:46 AM
@mbigelowThanks for the information , will follow the same and adher the standards.