Uploaded image for project: 'HBase'
  1. HBase
  2. HBASE-11066

HBase client could not add resource from hbase-site.xml

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Invalid
    • 0.98.1
    • None
    • Client
    • None
    • Suse linux 11 64-bit and jdk1.7.0_05

    Description

      Configuration conf = HBaseConfiguration.create();
      conf.addResource("hbase-site.xml");

      this code could not work find, all configuration in hbase-site.xml could not be loaded, and log will show as below:
      14/04/24 12:06:13 INFO zookeeper.ZooKeeper: Initiating client connection, connectString=localhost:2181 sessionTimeout=90000 watcher=hconnection-0x26f997aa, quorum=localhost:2181, baseZNode=/hbase
      14/04/24 12:06:13 INFO zookeeper.RecoverableZooKeeper: Process identifier=hconnection-0x26f997aa connecting to ZooKeeper ensemble=localhost:2181
      14/04/24 12:06:13 INFO zookeeper.ClientCnxn: Opening socket connection to server localhost/127.0.0.1:2181. Will not attempt to authenticate using SASL (unknown error)
      14/04/24 12:06:13 INFO zookeeper.ClientCnxn: Socket connection established to localhost/127.0.0.1:2181, initiating session
      14/04/24 12:06:13 INFO zookeeper.ClientCnxn: Session establishment complete on server localhost/127.0.0.1:2181, sessionid = 0x14572d37f6a00c1, negotiated timeout = 40000
      14/04/24 12:06:13 INFO client.ZooKeeperRegistry: ClusterId read in ZooKeeper is null

      but if I set properties like this:
      conf.set("hbase.zookeeper.quorum", "mater");
      conf.set("hbase.zookeeper.property.clientPort", "8181");
      conf.set("hbase.master.port", "60000");
      it will work fine.

      Attachments

        Activity

          People

            Unassigned Unassigned
            zy033012 ZhangYong
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: