Versions Compared

Key

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

...

Then create a HDFS home directory for this new user.

Code Block
languagebash
su - hdfs
hdfs dfs -mkdir /user/$theNEWusername
hdfs dfs -chown $theNEWusername /user/$theNEWusername
hdfs dfs -chmod -R 755 /user/$theNEWusername

...