eclipse下运行hadoop程序问题:java.lang.IllegalArgumentException: Wrong FS: hdfs:/
? ?在eclipse下运行hadoop程序时遇到报错:
? ?程序是创建了一个文件,
?
? 代码如下:
?
? ?FileSystem fs = new FileSystem.get(conf);
, expected: file:///
?后来经过调查发下,hadoop需要把集群上的core-site.xml和hdfs-site.xml放到当前工程下。
然后运行即可。
?