我的 hadoop dfs 可以通过
http://localhost:50075/browseDirectory.jsp?dir=%2Fuser%2Fhdone%2Ftext&namenodeInfoPort=50070
在我的程序中,我必须参考我的 hdfs 替换输入
FileInputFormat.addInputPath(conf, new Path("input"));
我的 core-site.xml 具有
hdfs://localhost:54310
我无法使用 URL 访问的值。
我的实际 hdfs 路径是/users/hdone/text2
所有文件都位于具有适当权限的位置。
那我写input
什么?