Table of Contents

Hadoop - User

About

User in the context of Hadoop.

A user is the value returned from the authentication process.

Management

Creation with linux auth

Ie the user is the linux user starting the process

sudo useradd -m userName
sudo passwd userName
hadoop fs -mkdir /user/userName
hadoop fs -chmod 777 /user/userName

Documentation / Reference