要修改HDFS目录的权限,可以使用以下命令:
hdfs dfs -chmod <权限> <目录路径>
例如,要将目录/user/test的权限设置为777,可以使用以下命令:
/user/test
777
hdfs dfs -chmod 777 /user/test
注意,权限参数可以是三位数字表示的权限模式,也可以是符号表示的权限模式(如u+rwx,g+rx,o-rw)。更多关于HDFS权限修改的信息,可以使用以下命令查看帮助文档:
u+rwx,g+rx,o-rw
hdfs dfs -help chmod