windows下的eclipse运行hdfs程序时报错 (null) entry in command string: null chmod 0644
Posted 拾月凄辰
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了windows下的eclipse运行hdfs程序时报错 (null) entry in command string: null chmod 0644相关的知识,希望对你有一定的参考价值。
在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的主要内容,如果未能解决你的问题,请参考以下文章
Windows下的Eclipse连接不上虚拟机上的hdfs,一直显示Listing folder content的解决方案
[0011] windows 下 eclipse 开发 hdfs程序样例
[0010] windows 下 eclipse 开发 hdfs程序样例