Hadoop在Windows系统的Eclipse下运行Cannot run program "chmod": CreateProcess error=2解决办法
时间:2015-01-03 18:37:31
收藏:0
阅读:291
运行hadoop程序报错如下:
Exception in thread "main" java.io.IOException: Cannot run program "chmod": CreateProcess error=2
解决方法: 只需要把cygwin的bin目录加到windows的用户环境变量中就可以了,然后需要重启eclipse
原文:http://blog.csdn.net/l1028386804/article/details/42365585
评论(0)