ERROR mapreduce.TableInputFormatBase: Cannot resolve the host name for /192.168.71.10 because of javax.naming.NameNotFoundException ;DNS name not found
配置的Hbase所依赖的HDFS的namenode,尽可能不要使用IP,通过hostname来指定
本文解决了一个关于HBase依赖HDFS时出现的错误,该错误提示无法解析指定的IP地址,建议在配置文件中使用主机名而非IP地址。
ERROR mapreduce.TableInputFormatBase: Cannot resolve the host name for /192.168.71.10 because of javax.naming.NameNotFoundException ;DNS name not found
配置的Hbase所依赖的HDFS的namenode,尽可能不要使用IP,通过hostname来指定

被折叠的 条评论
为什么被折叠?