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

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

  • 相关阅读:
    configuration details
    Java教程 Java API 模拟器学习
    如何用CSC.exe来编译Visual C#的代码文件
    finally 里不能有return语句
    J2ME(cldc/midp)简介
    eclipse+mysql+tomcat配置JNDI
    JDK+Tomcat+Servlet连接Mysql数据库
    访问 IIS 元数据库失败
    硬盘安装Ubuntu
    tomcat与IIS服务器集成
  • 原文地址:https://www.cnblogs.com/jamesf/p/4751632.html
Copyright © 2011-2022 走看看