Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

...

...

For a simple environment such as called out in Build a Virtualized 5-Node Hadoop 2.0 Cluster, first create a new linux user and set a password for the new account.

Code Block
languagetext
useradd -m -s /bin/bash theNEWusername
passwd theNEWusername

Then create a HDFS home directory for this new user.

Code Block
languagetext
su hdfs
hdfs dfs -mkdir /user/theNEWusername
hdfs dfs -chown theNEWusername /user/theNEWusername

Hortonworks Sandbox

http://127.0.0.1:8888/  (HUE: hue/1111  and   AMBARI: admin/admin)

...

...