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

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

  • 相关阅读:
    html5中input弹窗时,不弹出输入法弹出。
    ajax异步提交
    WinForm更新文件
    固态硬盘上安装Windows8(ghost)启动问题
    刷新页面Js
    流媒体
    WebOffice上传Word限制设置
    js页面传参中文乱码问题
    weboffice(点聚)在传参为汉字时的乱码问题
    Linq中Lanbda表达式做参数
  • 原文地址:https://www.cnblogs.com/jamesf/p/4751632.html
Copyright © 2011-2022 走看看