Return-Path: X-Original-To: apmail-hbase-user-archive@www.apache.org Delivered-To: apmail-hbase-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 77BD51759B for ; Tue, 7 Apr 2015 12:17:03 +0000 (UTC) Received: (qmail 51331 invoked by uid 500); 7 Apr 2015 12:16:54 -0000 Delivered-To: apmail-hbase-user-archive@hbase.apache.org Received: (qmail 51256 invoked by uid 500); 7 Apr 2015 12:16:54 -0000 Mailing-List: contact user-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@hbase.apache.org Delivered-To: mailing list user@hbase.apache.org Received: (qmail 51245 invoked by uid 99); 7 Apr 2015 12:16:53 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Apr 2015 12:16:53 +0000 X-ASF-Spam-Status: No, hits=2.4 required=5.0 tests=FREEMAIL_ENVFROM_END_DIGIT,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of drmsr6@hotmail.com designates 65.54.190.95 as permitted sender) Received: from [65.54.190.95] (HELO BAY004-OMC2S20.hotmail.com) (65.54.190.95) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Apr 2015 12:16:26 +0000 Received: from BAY181-W29 ([65.54.190.125]) by BAY004-OMC2S20.hotmail.com over TLS secured channel with Microsoft SMTPSVC(7.5.7601.22751); Tue, 7 Apr 2015 05:16:02 -0700 X-TMN: [HV/YFdsRiYNy4dBHIx/ZZzSxXAbmDmfo] X-Originating-Email: [drmsr6@hotmail.com] Message-ID: Content-Type: multipart/alternative; boundary="_31da44fc-daea-493c-a130-c553a7af951a_" From: sridhararao mutluri To: "user@hbase.apache.org" , "busbey@cloudera.com" Subject: Hbase 0.98 Distributed Mode with hadoop 2.6 HA:Issues of Hbase Date: Tue, 7 Apr 2015 17:46:02 +0530 Importance: Normal MIME-Version: 1.0 X-OriginalArrivalTime: 07 Apr 2015 12:16:02.0954 (UTC) FILETIME=[9D8D7EA0:01D0712C] X-Virus-Checked: Checked by ClamAV on apache.org --_31da44fc-daea-493c-a130-c553a7af951a_ Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi Team=2C I am trying to use hbase 0.98 distributed mode with zk 3.4.6 & hadoop ha 2.= 6.(JDK 1.8) I am having following issue and little help in google pages also I tried to start zk first after clearing zk data dir and tried to start mas= ter first and rs later and no luck=20 I used mycluster/hbase in hbase-site.xml and no luck to me.tried to put hdf= s-site.xml/core-site.xml in $Hbase_home/conf also. I noticed all hadoop.*jars in $HBASE_HOME/lib are 2.2 of hadoop where as we= are using 2.6 and tried to copy those hadoop jars ..but no luck. A New new error is coming: hbase(main):002:0> create 'cars'=2C 'vi' ERROR: java.io.IOException: Table Namespace Manager not ready yet=2C try ag= ain later at org.apache.hadoop.hbase.master.HMaster.getNamespaceDesc= riptor(HMaster.java:3179) at org.apache.hadoop.hbase.master.HMaster.= createTable(HMaster.java:1735) at org.apache.hadoop.hbase.master.HMa= ster.createTable(HMaster.java:1774) at org.apache.hadoop.hbase.proto= buf.generated.MasterProtos$MasterService$2.callBlockingMethod(MasterProtos.= java:40470) at org.apache.hadoop.hbase.ipc.RpcServer.call(RpcServer.= java:2027) at org.apache.hadoop.hbase.ipc.CallRunner.run(CallRunner.= java:98) at org.apache.hadoop.hbase.ipc.FifoRpcScheduler$1.run(FifoR= pcScheduler.java:74) at java.util.concurrent.Executors$RunnableAdapt= er.call(Executors.java:511) at java.util.concurrent.FutureTask.run(F= utureTask.java:266) at java.util.concurrent.ThreadPoolExecutor.runWo= rker(ThreadPoolExecutor.java:1142) at java.util.concurrent.ThreadPoo= lExecutor$Worker.run(ThreadPoolExecutor.java:617) at java.lang.Threa= d.run(Thread.java:745)ZK are running on 3 servers.I tired to stop hbase and= then stopped zk in 3 clusters and cleared zk data and started fresh. My bash_profile on classpath:export CLASSPATH=3D$CLASSPATH:/home/hadoop/had= oop-2.6.0/lib/*:.export CLASSPATH=3D$CLASSPATH:/home/hadoop/hbase-0.98.4/li= b/*:. my hbase_site.xml hbase.rootdir hdfs://m= ycluster/hbase and hadoop core-site is same. Any incompatibility between JDK1.8 with hbase or hadoop 2.6? Please suggest any solution. Thanks=2CSridhar = --_31da44fc-daea-493c-a130-c553a7af951a_--