RE: Hbase 0.98 Distributed Mode with hadoop 2.6 HA:Issues of Hbase

2015-04-09 Thread sridhararao mutluri
Hi Esteban,
We increased maximum files and with reboot ulimit -n shows across all clusters
[hadoop@solix1 bin]$ ulimit -n65535
But unluckily we are getting same error now also:
hbase(main):001:0 create 'buses', 'vi'

ERROR: java.io.IOException: Table Namespace Manager not ready yet, try again 
laterat 
org.apache.hadoop.hbase.master.HMaster.getNamespaceDescriptor(HMaster.java:3179)
at 
org.apache.hadoop.hbase.master.HMaster.createTable(HMaster.java:1735)at 
org.apache.hadoop.hbase.master.HMaster.createTable(HMaster.java:1774)at 
org.apache.hadoop.hbase.protobuf.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(FifoRpcScheduler.java:74)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)  
  at java.util.concurrent.FutureTask.run(FutureTask.java:266)at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) 
   at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) 
   at java.lang.Thread.run(Thread.java:745)
Do we downgrade JDK from 1.8 to 1.7 and validate.Please suggest.
Thanks,Sridhar
From: drm...@hotmail.com
To: este...@cloudera.com
Subject: RE: Hbase 0.98 Distributed Mode with hadoop 2.6 HA:Issues of Hbase
Date: Thu, 9 Apr 2015 06:44:10 +0530




Hi Esteban,
Thanks much for your speedy suggestion.I will implement and will come back to 
you.
Regards,
Dr.Sridhar

From: este...@cloudera.com
Date: Wed, 8 Apr 2015 18:06:21 -0700
Subject: Re: Hbase 0.98 Distributed Mode with hadoop 2.6 HA:Issues of Hbase
To: drm...@hotmail.com


what i meant to say is that you should try to change the ulimit to 
64k--Cloudera, Inc.


On Wed, Apr 8, 2015 at 6:06 PM, Esteban Gutierrez este...@cloudera.com wrote:


cool... so the HBase master started, but you might want to bump your ulimits -n 
by 60 times, 1024 of max open files is too low of hbase.
--Cloudera, Inc.


On Wed, Apr 8, 2015 at 5:55 PM, sridhararao mutluri drm...@hotmail.com wrote:



Hi Esteban,
Please find the link:
https://gist.github.com/drmsr6/bcf439f09cac95b59eca

I am waiting for final inputs.:)
Thanks,Dr.Sridhar,919573453136

From: este...@cloudera.com
Date: Wed, 8 Apr 2015 11:54:04 -0700
Subject: Re: Hbase 0.98 Distributed Mode with hadoop 2.6 HA:Issues of Hbase
To: drm...@hotmail.com


Sridhar,

what is the URL to the log file?
thanks
--Cloudera, Inc.


On Tue, Apr 7, 2015 at 6:35 PM, sridhararao mutluri drm...@hotmail.com wrote:



Hi Esteban,
I pasted logs in github.com:
  Thanks,Sridhar



 From: este...@cloudera.com
 Date: Tue, 7 Apr 2015 08:44:55 -0700
 Subject: Re: Hbase 0.98 Distributed Mode with hadoop 2.6 HA:Issues of Hbase
 To: user@hbase.apache.org
 
 Sridhar,
 
 What do you see in the HBase Master logs? The exception you are getting
 from the HBase Master is just a side effect and not the real cause? Is it
 possible for you to upload the HBase Master logs to a site like pastebin.com
 or gist.github.com so we can look at?
 
 cheers,
 esteban.
 
 
 
 
 
 --
 Cloudera, Inc.
 
 
 On Tue, Apr 7, 2015 at 8:03 AM, sridhararao mutluri drm...@hotmail.com
 wrote:
 
  Team,
  The port the HBase Master should bind to 6
  Thanks,Sridhar From: serega.shey...@gmail.com
   Date: Tue, 7 Apr 2015 16:40:54 +0200
   Subject: Re: Hbase 0.98 Distributed Mode with hadoop 2.6 HA:Issues of
  Hbase
   To: user@hbase.apache.org
   CC: bus...@cloudera.com
  
   property
namehbase.master/name
   valuehdfs://cluster1:6/value
   /property
   what is it?
  
   2015-04-07 16:34 GMT+02:00 sridhararao mutluri drm...@hotmail.com:
  
Hi,
This is my hbase-site.xml:
configuration propertynamehbase.master/name
valuehdfs://cluster1:6/value   /property
 propertynamehbase.rootdir/name
valuehdfs://mycluster/hbase/value   /property
   property
 namehbase.cluster.distributed/name
 valuetrue/value   /property   property
 namehbase.zookeeper.property.clientPort/name
 value2181/value   /property   property
 namehbase.zookeeper.quorum/name
 valuecluster1,cluster2,cluster3/value  /property
property   namehbase.zookeeper.property.dataDir/name
 value/hadoop/hdfs/zookeeper/data/zk1/value
/property/configuration
Thanks,Sridhar
 Date: Tue, 7 Apr 2015 07:09:44 -0700
 Subject: Re: Hbase 0.98 Distributed Mode with hadoop 2.6 HA:Issues of
Hbase
 From: yuzhih...@gmail.com
 To: user@hbase.apache.org
 CC: bus...@cloudera.com

 bq. propertynamehbase.rootdir/name
 valuehdfs://mycluster/hbase/value   /property
   property

 Looks like there is a property missing at the end of the line.

 You showed snippet

Hbase 0.98 Distributed Mode with hadoop 2.6 HA:Issues of Hbase

2015-04-07 Thread sridhararao mutluri
Hi Team,
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 master 
first and rs later and no luck 
I used mycluster/hbase in hbase-site.xml and no luck to me.tried to put 
hdfs-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', 'vi'
ERROR: java.io.IOException: Table Namespace Manager not ready yet, try again 
laterat 
org.apache.hadoop.hbase.master.HMaster.getNamespaceDescriptor(HMaster.java:3179)
at 
org.apache.hadoop.hbase.master.HMaster.createTable(HMaster.java:1735)at 
org.apache.hadoop.hbase.master.HMaster.createTable(HMaster.java:1774)at 
org.apache.hadoop.hbase.protobuf.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(FifoRpcScheduler.java:74)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)  
  at java.util.concurrent.FutureTask.run(FutureTask.java:266)at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) 
   at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) 
   at java.lang.Thread.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=$CLASSPATH:/home/hadoop/hadoop-2.6.0/lib/*:.export 
CLASSPATH=$CLASSPATH:/home/hadoop/hbase-0.98.4/lib/*:.
my hbase_site.xml
propertynamehbase.rootdir/name
valuehdfs://mycluster/hbase/value   /property   property
 and hadoop core-site is same.
Any incompatibility between JDK1.8 with hbase or hadoop 2.6?
Please suggest any solution.
Thanks,Sridhar

  

RE: Hbase 0.98 Distributed Mode with hadoop 2.6 HA:Issues of Hbase

2015-04-07 Thread sridhararao mutluri
Hi,
This is my hbase-site.xml:
configuration propertynamehbase.master/name
valuehdfs://cluster1:6/value   /property   property 
   namehbase.rootdir/namevaluehdfs://mycluster/hbase/value  
 /property   property 
namehbase.cluster.distributed/name valuetrue/value   
/property   property 
namehbase.zookeeper.property.clientPort/name 
value2181/value   /property   property   
namehbase.zookeeper.quorum/name   
valuecluster1,cluster2,cluster3/value  /property  property  
 namehbase.zookeeper.property.dataDir/name   
value/hadoop/hdfs/zookeeper/data/zk1/value  /property/configuration
Thanks,Sridhar
 Date: Tue, 7 Apr 2015 07:09:44 -0700
 Subject: Re: Hbase 0.98 Distributed Mode with hadoop 2.6 HA:Issues of Hbase
 From: yuzhih...@gmail.com
 To: user@hbase.apache.org
 CC: bus...@cloudera.com
 
 bq. propertynamehbase.rootdir/name
 valuehdfs://mycluster/hbase/value   /property   property
 
 Looks like there is a property missing at the end of the line.
 
 You showed snippet from shell output. Have you checked master log ?
 
 Cheers
 
 On Tue, Apr 7, 2015 at 5:16 AM, sridhararao mutluri drm...@hotmail.com
 wrote:
 
  Hi Team,
  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
  master first and rs later and no luck
  I used mycluster/hbase in hbase-site.xml and no luck to me.tried to put
  hdfs-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', 'vi'
  ERROR: java.io.IOException: Table Namespace Manager not ready yet, try
  again laterat
  org.apache.hadoop.hbase.master.HMaster.getNamespaceDescriptor(HMaster.java:3179)
at
  org.apache.hadoop.hbase.master.HMaster.createTable(HMaster.java:1735)
at org.apache.hadoop.hbase.master.HMaster.createTable(HMaster.java:1774)
at
  org.apache.hadoop.hbase.protobuf.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(FifoRpcScheduler.java:74)
at
  java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
  at java.util.concurrent.FutureTask.run(FutureTask.java:266)at
  java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at
  java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.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=$CLASSPATH:/home/hadoop/hadoop-2.6.0/lib/*:.export
  CLASSPATH=$CLASSPATH:/home/hadoop/hbase-0.98.4/lib/*:.
  my hbase_site.xml
  propertynamehbase.rootdir/name
  valuehdfs://mycluster/hbase/value   /property   property
   and hadoop core-site is same.
  Any incompatibility between JDK1.8 with hbase or hadoop 2.6?
  Please suggest any solution.
  Thanks,Sridhar
 
 
  

RE: Hbase 0.98 Distributed Mode with hadoop 2.6 HA:Issues of Hbase

2015-04-07 Thread sridhararao mutluri
Team,
The port the HBase Master should bind to 6
Thanks,Sridhar From: serega.shey...@gmail.com
 Date: Tue, 7 Apr 2015 16:40:54 +0200
 Subject: Re: Hbase 0.98 Distributed Mode with hadoop 2.6 HA:Issues of Hbase
 To: user@hbase.apache.org
 CC: bus...@cloudera.com
 
 property
  namehbase.master/name
 valuehdfs://cluster1:6/value
 /property
 what is it?
 
 2015-04-07 16:34 GMT+02:00 sridhararao mutluri drm...@hotmail.com:
 
  Hi,
  This is my hbase-site.xml:
  configuration propertynamehbase.master/name
  valuehdfs://cluster1:6/value   /property
   propertynamehbase.rootdir/name
  valuehdfs://mycluster/hbase/value   /property   property
   namehbase.cluster.distributed/name
   valuetrue/value   /property   property
   namehbase.zookeeper.property.clientPort/name
   value2181/value   /property   property
   namehbase.zookeeper.quorum/name
   valuecluster1,cluster2,cluster3/value  /property
  property   namehbase.zookeeper.property.dataDir/name
   value/hadoop/hdfs/zookeeper/data/zk1/value
  /property/configuration
  Thanks,Sridhar
   Date: Tue, 7 Apr 2015 07:09:44 -0700
   Subject: Re: Hbase 0.98 Distributed Mode with hadoop 2.6 HA:Issues of
  Hbase
   From: yuzhih...@gmail.com
   To: user@hbase.apache.org
   CC: bus...@cloudera.com
  
   bq. propertynamehbase.rootdir/name
   valuehdfs://mycluster/hbase/value   /property   property
  
   Looks like there is a property missing at the end of the line.
  
   You showed snippet from shell output. Have you checked master log ?
  
   Cheers
  
   On Tue, Apr 7, 2015 at 5:16 AM, sridhararao mutluri drm...@hotmail.com
   wrote:
  
Hi Team,
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
master first and rs later and no luck
I used mycluster/hbase in hbase-site.xml and no luck to me.tried to put
hdfs-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', 'vi'
ERROR: java.io.IOException: Table Namespace Manager not ready yet, try
again laterat
   
  org.apache.hadoop.hbase.master.HMaster.getNamespaceDescriptor(HMaster.java:3179)
  at
org.apache.hadoop.hbase.master.HMaster.createTable(HMaster.java:1735)
  at
  org.apache.hadoop.hbase.master.HMaster.createTable(HMaster.java:1774)
  at
   
  org.apache.hadoop.hbase.protobuf.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(FifoRpcScheduler.java:74)
  at
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
  at
   
  java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
  at
   
  java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
  at java.lang.Thread.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=$CLASSPATH:/home/hadoop/hadoop-2.6.0/lib/*:.export
CLASSPATH=$CLASSPATH:/home/hadoop/hbase-0.98.4/lib/*:.
my hbase_site.xml
propertynamehbase.rootdir/name
valuehdfs://mycluster/hbase/value   /property
   property
 and hadoop core-site is same.
Any incompatibility between JDK1.8 with hbase or hadoop 2.6?
Please suggest any solution.
Thanks,Sridhar
   
   
 
 
  

RE: Hbase 0.98 Distributed Mode with hadoop 2.6 HA:Issues of Hbase

2015-04-07 Thread sridhararao mutluri
Hi Esteban,
I pasted logs in github.com:
  Thanks,Sridhar

 From: este...@cloudera.com
 Date: Tue, 7 Apr 2015 08:44:55 -0700
 Subject: Re: Hbase 0.98 Distributed Mode with hadoop 2.6 HA:Issues of Hbase
 To: user@hbase.apache.org
 
 Sridhar,
 
 What do you see in the HBase Master logs? The exception you are getting
 from the HBase Master is just a side effect and not the real cause? Is it
 possible for you to upload the HBase Master logs to a site like pastebin.com
 or gist.github.com so we can look at?
 
 cheers,
 esteban.
 
 
 
 
 
 --
 Cloudera, Inc.
 
 
 On Tue, Apr 7, 2015 at 8:03 AM, sridhararao mutluri drm...@hotmail.com
 wrote:
 
  Team,
  The port the HBase Master should bind to 6
  Thanks,Sridhar From: serega.shey...@gmail.com
   Date: Tue, 7 Apr 2015 16:40:54 +0200
   Subject: Re: Hbase 0.98 Distributed Mode with hadoop 2.6 HA:Issues of
  Hbase
   To: user@hbase.apache.org
   CC: bus...@cloudera.com
  
   property
namehbase.master/name
   valuehdfs://cluster1:6/value
   /property
   what is it?
  
   2015-04-07 16:34 GMT+02:00 sridhararao mutluri drm...@hotmail.com:
  
Hi,
This is my hbase-site.xml:
configuration propertynamehbase.master/name
valuehdfs://cluster1:6/value   /property
 propertynamehbase.rootdir/name
valuehdfs://mycluster/hbase/value   /property
   property
 namehbase.cluster.distributed/name
 valuetrue/value   /property   property
 namehbase.zookeeper.property.clientPort/name
 value2181/value   /property   property
 namehbase.zookeeper.quorum/name
 valuecluster1,cluster2,cluster3/value  /property
property   namehbase.zookeeper.property.dataDir/name
 value/hadoop/hdfs/zookeeper/data/zk1/value
/property/configuration
Thanks,Sridhar
 Date: Tue, 7 Apr 2015 07:09:44 -0700
 Subject: Re: Hbase 0.98 Distributed Mode with hadoop 2.6 HA:Issues of
Hbase
 From: yuzhih...@gmail.com
 To: user@hbase.apache.org
 CC: bus...@cloudera.com

 bq. propertynamehbase.rootdir/name
 valuehdfs://mycluster/hbase/value   /property
   property

 Looks like there is a property missing at the end of the line.

 You showed snippet from shell output. Have you checked master log ?

 Cheers

 On Tue, Apr 7, 2015 at 5:16 AM, sridhararao mutluri 
  drm...@hotmail.com
 wrote:

  Hi Team,
  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
  master first and rs later and no luck
  I used mycluster/hbase in hbase-site.xml and no luck to me.tried
  to put
  hdfs-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', 'vi'
  ERROR: java.io.IOException: Table Namespace Manager not ready yet,
  try
  again laterat
 
   
  org.apache.hadoop.hbase.master.HMaster.getNamespaceDescriptor(HMaster.java:3179)
at
 
  org.apache.hadoop.hbase.master.HMaster.createTable(HMaster.java:1735)
at
org.apache.hadoop.hbase.master.HMaster.createTable(HMaster.java:1774)
at
 
   
  org.apache.hadoop.hbase.protobuf.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(FifoRpcScheduler.java:74)
at
 
  java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
  at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at
 
   
  java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at
 
   
  java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.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=$CLASSPATH:/home/hadoop/hadoop-2.6.0/lib/*:.export
  CLASSPATH=$CLASSPATH:/home/hadoop/hbase-0.98.4/lib/*:.
  my hbase_site.xml
  propertynamehbase.rootdir/name
  valuehdfs://mycluster/hbase/value   /property
 property
   and hadoop core-site is same.
  Any incompatibility between JDK1.8 with hbase or hadoop 2.6?
  Please suggest any solution.
  Thanks,Sridhar
 
 
   
   
 
 
  

RE: Hbase 1.0 Distributed Mode:Issue:Master is initializing

2015-04-03 Thread sridhararao mutluri
Hi Sean,
Thanks for your speedy reply.
We are suing hadoop HA with namespace mycluster.
Please suggest below property value like this:
namehbase.rootdir/name
valuehdfs://mycluster:8020/hbase/value   /propertyThanks,Sridhar 
From: bus...@cloudera.com
 Date: Fri, 3 Apr 2015 11:11:42 -0500
 Subject: Re: Hbase 1.0 Distributed Mode:Issue:Master is initializing
 To: user@hbase.apache.org
 
 you should check the master's log for what is causing it to be delayed in
 starting.
 
 A few configuration errors:
 
 1) zk dataDir in hbase configs
 
 property   namehbase.zookeeper.property.dataDir/name
  value/hadoop/hdfs/zookeeper/data/zk1/value  /property
 
 This property is not needed, because you have specified a ZK quorum and are
 in distributed mode.
 
 2) HDFS address
 
 propertynamefs.defaultFS/name
 valuehdfs://mycluster/value
   /property
 
 Did you redact this, or is your HDFS set up in HA with the nameservice
 mycluster?
 
 If it's the latter, then this config is wrong:
 
 propertynamehbase.rootdir/namevaluehdfs://
 10.1.252.86:8020/hbase/value   /property
 
 This is presumably the address of one of your NameNodes. If you are using
 HA, then this should use the nameservice instead of a particular host.
 Otherwise, HBase will get errors whenever the named host is not active.
 
 3) IP addresses
 
 In general, you should be using FQDN for hosts in your cluster and not IP
 addresses. If you are using IP addresses because DNS is problematic, please
 be aware that several parts of the cluster are going to attempt to use
 reverse DNS to turn that back into a host name. You can save yourself
 trouble by doing the work upfront to make sure forward and reverse DNS
 behaves properly (even if just with coordinated /etc/hosts files)
 
 
 On Fri, Apr 3, 2015 at 11:04 AM, sridhararao mutluri drm...@hotmail.com
 wrote:
 
 
 
 
  Team,
  I am facing below error.Please suggest solution:
  hbase(main):001:0 create 'cars', 'vi'
  ERROR: org.apache.hadoop.hbase.PleaseHoldException: Master is
  initializingat
  org.apache.hadoop.hbase.master.HMaster.checkInitialized(HMaster.java:1869)
at
  org.apache.hadoop.hbase.master.HMaster.checkNamespaceManagerReady(HMaster.java:1874)
at
  org.apache.hadoop.hbase.master.HMaster.ensureNamespaceExists(HMaster.java:2067)
at
  org.apache.hadoop.hbase.master.HMaster.createTable(HMaster.java:1262)
at
  org.apache.hadoop.hbase.master.MasterRpcServices.createTable(MasterRpcServices.java:398)
at
  org.apache.hadoop.hbase.protobuf.generated.MasterProtos$MasterService$2.callBlockingMethod(MasterProtos.java:42436)
at org.apache.hadoop.hbase.ipc.RpcServer.call(RpcServer.java:2031)
  at org.apache.hadoop.hbase.ipc.CallRunner.run(CallRunner.java:107)
at
  org.apache.hadoop.hbase.ipc.RpcExecutor.consumerLoop(RpcExecutor.java:130)
at
  org.apache.hadoop.hbase.ipc.RpcExecutor$1.run(RpcExecutor.java:107)
  at java.lang.Thread.run(Thread.java:745)
  hbase-site.xml shows:
  configuration propertynamehbase.master/name
  value10.1.252.86:6/value   /property   property
namehbase.rootdir/namevaluehdfs://
  10.1.252.86:8020/hbase/value   /property  property
   namehbase.zookeeper.property.dataDir/name
   value/hadoop/hdfs/zookeeper/data/zk1/value  /property
   property namehbase.cluster.distributed/name
   valuetrue/value   /property   property
   namehbase.zookeeper.property.clientPort/name
   value2181/value   /property   property
   namehbase.zookeeper.quorum/name
   value10.1.252.86,10.1.252.87,10.1.252.88/value  /property
 
  Hadoop core-site.xml:
  configurationpropertynamefs.defaultFS/name
  valuehdfs://mycluster/value/property property
  Zookeeper status:[hadoop@.. bin]$ ./zkServer.sh statusJMX enabled by
  defaultUsing config: /home/hadoop/zookeeper-3.4.6/bin/../conf/zoo.cfgMode:
  follower
  Thanks,Sridhar
 
 
 
 
 
 
 -- 
 Sean
  

Hbase 1.0 Distributed Mode:Issue:Master is initializing

2015-04-03 Thread sridhararao mutluri



Team,
I am facing below error.Please suggest solution:
hbase(main):001:0 create 'cars', 'vi'
ERROR: org.apache.hadoop.hbase.PleaseHoldException: Master is initializing  
  at org.apache.hadoop.hbase.master.HMaster.checkInitialized(HMaster.java:1869) 
   at 
org.apache.hadoop.hbase.master.HMaster.checkNamespaceManagerReady(HMaster.java:1874)
at 
org.apache.hadoop.hbase.master.HMaster.ensureNamespaceExists(HMaster.java:2067) 
   at org.apache.hadoop.hbase.master.HMaster.createTable(HMaster.java:1262) 
   at 
org.apache.hadoop.hbase.master.MasterRpcServices.createTable(MasterRpcServices.java:398)
at 
org.apache.hadoop.hbase.protobuf.generated.MasterProtos$MasterService$2.callBlockingMethod(MasterProtos.java:42436)
at org.apache.hadoop.hbase.ipc.RpcServer.call(RpcServer.java:2031)  
  at org.apache.hadoop.hbase.ipc.CallRunner.run(CallRunner.java:107)at 
org.apache.hadoop.hbase.ipc.RpcExecutor.consumerLoop(RpcExecutor.java:130)  
  at org.apache.hadoop.hbase.ipc.RpcExecutor$1.run(RpcExecutor.java:107)
at java.lang.Thread.run(Thread.java:745)
hbase-site.xml shows:
configuration propertynamehbase.master/name
value10.1.252.86:6/value   /property   property
namehbase.rootdir/name
valuehdfs://10.1.252.86:8020/hbase/value   /property  property  
 namehbase.zookeeper.property.dataDir/name   
value/hadoop/hdfs/zookeeper/data/zk1/value  /property   
property namehbase.cluster.distributed/name 
valuetrue/value   /property   property 
namehbase.zookeeper.property.clientPort/name 
value2181/value   /property   property   
namehbase.zookeeper.quorum/name   
value10.1.252.86,10.1.252.87,10.1.252.88/value  /property

Hadoop core-site.xml:
configurationpropertynamefs.defaultFS/name
valuehdfs://mycluster/value/property property
Zookeeper status:[hadoop@.. bin]$ ./zkServer.sh statusJMX enabled by 
defaultUsing config: /home/hadoop/zookeeper-3.4.6/bin/../conf/zoo.cfgMode: 
follower
Thanks,Sridhar