hbase踩坑记录(二):Can not resolve promote.cache-dns.local, please check your network

    技术2022-07-11  79

    错误完整信息如下:

    org.apache.hadoop.hbase.client.ConnectionUtils - Can not resolve promote.cache-dns.local, please check your network

    大概意思是无法识别 promote.cache-dns.local ,去我自己部署的虚拟机 执行命令

    [root@localhost bin]# hostname promote.cache-dns.local

    然后上网百度一番,修改自己 win10 的 hosts 文件,文件位置: C:\Windows\System32\drivers\etc\hosts

    添加配置如下 :

    192.168.75.128 promote.cache-dns.local

    192.168.75.128 是我部署hbase虚拟机的ip地址。

     

    问题最终解决。

    Processed: 0.010, SQL: 9