...
Code Block | ||
---|---|---|
| ||
useradd -m -s /bin/bash theusernametheNEWusername passwd theusernametheNEWpassword |
Then create a HDFS home directory for this new user.
Code Block | ||
---|---|---|
| ||
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")
...