问答详情
源自:3-5 命令_x264

hive中无法删除文件


hive> dfs -rm -r /user/root/imooc;   
rm: cannot remove -r: No such file or directory.
rm: Cannot remove directory "hdfs://114.215.149.37:9000/user/root/imooc", use -rmr instead
Command failed with exit code = -1
Query returned non-zero code: -1, cause: null
hive>

这是为何?

提问者:隔壁王爷爷 2015-10-22 14:12

个回答

  • 帝国大学
    2021-05-02 21:36:04

    应该在hive 交互界面外执行

    hdfs dfs -rm -R /usr/root/imooc


  • D__C
    2015-12-27 12:05:13

    don't know