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.
Asked
Active
Viewed 78 times
1 Answers
0
Hadoop, by default, uses regular OS user accounts. For Linux, you'd use useradd
command.

OneCricketeer
- 179,855
- 19
- 132
- 245
-
i tried using my user accounts of ubuntu but it still got permission error – Yoona Lim Sep 29 '22 at 08:41
-
You need to add the users on the Namenode server, then all datanodes, assuming they are different – OneCricketeer Sep 29 '22 at 18:29