在hdfs user/$user\u name文件夹中有一个名为example.txt的文件。我只想用hadoop fs命令删除它。因此:
hadoop fs -rm example.txt
但是当我运行这个时,我得到accesscontrolexception。现在,如果我在root模式下运行它,它只在/user/example.txt上运行。但是我希望它在/user/$user\u name/example.txt上运行。关于如何规避这个问题的任何想法。欢迎所有建议。。。
在hdfs user/$user\u name文件夹中有一个名为example.txt的文件。我只想用hadoop fs命令删除它。因此:
hadoop fs -rm example.txt
但是当我运行这个时,我得到accesscontrolexception。现在,如果我在root模式下运行它,它只在/user/example.txt上运行。但是我希望它在/user/$user\u name/example.txt上运行。关于如何规避这个问题的任何想法。欢迎所有建议。。。
2条答案
按热度按时间b0zn9rqh1#
3lxsmp7m2#
使用下面的命令。