Permission when setup Hadoop Cluster in Pentaho

Viewed 31

I try to setup new hadoop cluster in pentaho 9.3 but i got permission error. It requires username and password for hdfs but i don't know how to create user and password for hdfs.

step 1

step 2

I get Error

Error

1 Answers

Hadoop, by default, uses regular OS user accounts. For Linux, you'd use useradd command.

Related