Failed to locate the winutils binary in the hadoop binary path Could not locate executable null\bin\
在windows连接HDFS集群报错如下:
2021-05-11 16:26:52,523 ERROR [org.apache.hadoop.util.Shell] - Failed to locate the winutils binary in the hadoop binary path
java.io.IOException: Could not locate executable null\bin\winutils.exe in the Hadoop binaries.
at org.apache.hadoop.util.Shell.getQualifiedBinPath(Shell.java:356)
at org.apache.hadoop.util.Shell.getWinUtilsPath(Shell.java:371)
at org.apache.hadoop.util.Shell.(Shell.java:364)
at org.apache.hadoop.util.StringUtils.(StringUtils.java:80)
at org.apache.hadoop.conf.Configuration.getBoolean(Configuration.java:1437)
at org.apache.hadoop.hbase.HBaseConfiguration.checkDefaultsVersion(HBaseConfiguration.java:67)
at org.apache.hadoop.hbase.HBaseConfiguration.addHbaseResources(HBaseConfiguration.java:81)
at org.apache.hadoop.hbase.HBaseConfiguration.create(HBaseConfiguration.java:96)
at com.chen.hbase.HbaseTest.main(HbaseTest.java:14)
尝试用网上查到的方法,下载hadoop并配置HADOOP_HOME
并且在目录下也存在winutils.exe
完成上述修改之后,运行时仍然会报错
后续解决思路:
在代码中指定HADOOP_HOME的位置,再次运行,正常了
更多推荐
所有评论(0)