码迷,mamicode.com
首页 > Windows程序 > 详细

windows下的eclipse运行hdfs程序时报错 (null) entry in command string: null chmod 0644

时间:2020-04-15 21:08:16      阅读:170      评论:0      收藏:0      [点我收藏+]

标签:null   span   file   目的   html   logs   conf   string   out   

在Windows操作系统中使用eclipse本地运行hadoop的hdfs程序,

FileSystem local = FileSystem.getLocal(conf);

使用 FSDataOutputStream out = local.create(localFile);  创建本地文件输出流时,

报以下错误:....(null) entry in command string: null chmod 0644 ..(后面是目的目录)

 

解决方法:

下载hadoop.dll文件

并拷贝到C:\windows\system32目录中

然后重新启动eclipse即可

hadoop.dll文件下载地址:

链接:https://pan.baidu.com/s/1349cr6P26WHZpg63QxByLQ
提取码:2vd4

 

转载自:https://www.cnblogs.com/dreamboy/p/11187541.html

windows下的eclipse运行hdfs程序时报错 (null) entry in command string: null chmod 0644

标签:null   span   file   目的   html   logs   conf   string   out   

原文地址:https://www.cnblogs.com/FengZeng666/p/12708171.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!