Versions Compared

Key

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

Creating a New HDFS User

...

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

Then create a HDFS home directory for this new user.

...

...