Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

problem in creation of input folder in root by using hdfs command

avatar
Explorer

hdfs dfs -mkdir /inputnew
mkdir: Permission denied: user=cloudera, access=WRITE, inode="/":hdfs:supergroup:drwxr-xr-x

1 ACCEPTED SOLUTION

avatar
Master Collaborator

@subbu use: sudo -u hdfs hdfs dfs -mkdir /inputnew

View solution in original post

2 REPLIES 2

avatar
Master Collaborator

@subbu use: sudo -u hdfs hdfs dfs -mkdir /inputnew

avatar
Explorer

sir thank you very much,its working