Versions Compared

Key

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

...

Code Block
languagetext
useradd -m -s /bin/bash theusernametheNEWusername
passwd theusernametheNEWpassword

Then create a HDFS home directory for this new user.

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

Hortonworks Sandbox

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

ssh root@127.0.0.1 -p 2222 (default password is "hadoop")

...