mohammad amin
mohammad amin

Reputation: 78

Change Hadoop IP address in VMware

I recently installed Hadoop (Hadoop sandbox 2.2 [Hortonworks]) with VMware in Windows 7. When Hadoop runs, it gives me an IP address for the web browser:

http://127.0.0.1:8000

It doesn't work. What address should I use, and how would I find it?

Upvotes: 0

Views: 729

Answers (1)

Sandeep Singh
Sandeep Singh

Reputation: 8000

When you start the sandbox using VMware player. Type ifconfig in terminal. You will get a IP address starting with 192.168.XX.XXX. Replace 127.0.0.1 with that IP address. It will work.

FYI:

VMware player provides a dedicated IP to the sandbox and their guest OS, therefore all hadoop services is accessible through the guest OS IP address,not through your local host.

Upvotes: 1

Related Questions