zoukankan      html  css  js  c++  java
  • 2014年02月16日

    UBUNTU搭建HBASE 0.90.5,HADOOP0.20.2环境时报错如下:

    2014-02-16 13:37:05,796 INFO org.apache.hadoop.ipc.HbaseRPC: Server at /127.0.0.1:60020 could not be reached after 1 tries, giving up.

    2014-02-16 13:37:05,797 WARN org.apache.hadoop.hbase.master.AssignmentManager: Failed assignment of -ROOT-,,0.70236052 to serverName=localhost,60020,1392529020249, 


    load=(requests=0, regions=0, usedHeap=30, maxHeap=974), trying to assign elsewhere instead; retry=0

    org.apache.hadoop.hbase.client.RetriesExhaustedException: Failed setting up proxy interface org.apache.hadoop.hbase.ipc.HRegionInterface to /127.0.0.1:60020 after 

    解决如下:

    /etc/hosts里边配置出的问题

    127.0.1.1 后边是对应的主机名

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






    搭建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,问题解决,晕!

    版权声明:本文为博主原创文章,未经博主允许不得转载。

  • 相关阅读:
    MATLAB 2019a 安装包及安装教程
    三角形最大周长
    两数的和
    “精致”的数
    总分最高的学生姓名和各科成绩
    列表元素改写
    统计单词个数
    凯撒密码
    Django入门学习--配置路由(urls)
    Django入门学习--熟悉配置信息
  • 原文地址:https://www.cnblogs.com/jamesf/p/4751632.html
Copyright © 2011-2022 走看看