请稍等 ...
×

采纳答案成功!

向帮助你的同学说点啥吧!感谢那些助人为乐的人

正在回答 回答被采纳积分+3

1回答

Michael_PK 2018-11-07 16:56:51

去bin目录下,./hadoop开头。你肯定没配置hadoop的系统环境变量

0 回复 有任何疑惑可以回复我~
  • 提问者 qq_心碎乌托邦_2 #1
    这个解决了,我是配置好了,之前关机了,然后重新source一下就好了。
    现在还有个问题win下面文件能上传到hdfs,linux上面的文件不能上传,显示路径错误。(java.io.FileNotFoundException: File /hdfsapi/test/guava does not exist)
    回复 有任何疑惑可以回复我~ 2018-11-07 17:16:51
  • 代码咋写的
    回复 有任何疑惑可以回复我~ 2018-11-07 17:25:35
  • 提问者 qq_心碎乌托邦_2 回复 Michael_PK #3
    public void copyTocalFile() throws Exception{
            Path localPath=new Path("/home/hadoop/data/guav");
            Path hdfsPath=new Path("/hdfsapi/test/guava");
            fileSystem.copyFromLocalFile(hdfsPath,localPath);
        }
    这是下载文件的代码
    回复 有任何疑惑可以回复我~ 2018-11-07 17:28:40
问题已解决,确定采纳
还有疑问,暂不采纳
意见反馈 帮助中心 APP下载
官方微信