zoukankan      html  css  js  c++  java
  • Failed setting up proxy interface org.apache.hadoop.hbase.ipc.HRegionInterface

    搭建hbase的时候遇到这个问题
    org.apache.hadoop.hbase.client.RetriesExhaustedException: Failed setting up proxy interface org.apache.hadoop.hbase.ipc.HRegionInterface to localhost/127.0.0.1:33446 after attempts=1

    一直很纠结,不知道哪里出了问题,后来查了半天,原来是/etc/hosts里边配置出的问题

    127.0.1.1 后边是对应的主机名

    将127.0.1.1改为127.0.0.1,问题解决,晕!

  • 相关阅读:
    扫描线 leetcode 759
    创建tensor的方法
    vector
    scatter_
    size、shape
    复杂问题
    random.normal
    set
    将可迭代对象中的元素通过字典映射成数字
    zipfile.ZipFile
  • 原文地址:https://www.cnblogs.com/skyme/p/2538102.html
Copyright © 2011-2022 走看看