Can't enable table after rebooting hbase

2014-11-24 Thread guxiaobo1982
Hi, I created a test table inside a single node hbase (version 0.99.1) installation using the local file system, then I disable the table and reboot the hbase server, then the enable table command hungs hbase shell, is this a bug? create 'test', 'cf' disable 'test' reboot habse

port confilct with hadoop 2.5.2 and hbase 0.99.1

2014-11-25 Thread guxiaobo1982
Hi, I tried to install a single node hbase 0.99.1 with hadoop 2.5.2, but failed with regionserver says: 2014-11-26 09:05:42,594 INFO [main] util.ServerCommandLine: vmInputArguments=[-Dproc_regionserver, -XX:OnOutOfMemoryError=kill -9 %p, -XX:+UseConcMarkSweepGC, -Dhbase.log.dir=/opt/hbase

port confilct with hadoop 2.5.2 and hbase 0.99.1

2014-11-25 Thread guxiaobo1982
Hi, I tried to install a single node hbase 0.99.1 with hadoop 2.5.2, but failed with regionserver says: 2014-11-26 09:05:42,594 INFO [main] util.ServerCommandLine: vmInputArguments=[-Dproc_regionserver, -XX:OnOutOfMemoryError=kill -9 %p, -XX:+UseConcMarkSweepGC, -Dhbase.log.dir=/opt/hbase

Re: port confilct with hadoop 2.5.2 and hbase 0.99.1

2014-11-25 Thread guxiaobo1982
allation. On Wed, Nov 26, 2014 at 7:27 AM, guxiaobo1982 wrote: > Hi, > > > I tried to install a single node hbase 0.99.1 with hadoop 2.5.2, but > failed with regionserver says: > > > > 2014-11-26 09:05:42,594 INFO [main] util.ServerCommandLine: > vmInputArguments=

Re: port confilct with hadoop 2.5.2 and hbase 0.99.1

2014-11-28 Thread guxiaobo1982
s "${HBASE_BACKUP_MASTERS}" $commandToRun master-backup fi the value for $distMode is determined from the configuration value from hbase-site.xml, which is set to true in Pseudo-Distributed mode, so I think we should comment out the line which starts the regionserver,is this ok?

Re: port confilct with hadoop 2.5.2 and hbase 0.99.1

2014-11-30 Thread guxiaobo1982
My environment is CENTOS 6.5 64 bit with Oracle JDK 1.7.0 -- Original -- From: "Bharath Vissapragada";; Send time: Sunday, Nov 30, 2014 11:58 PM To: "hbase-user"; Subject: Re: port confilct with hadoop 2.5.2 and hbase 0.99.1 I'm not totally sure whats happ

Simple HbaseTemplate demo can't run

2015-04-19 Thread guxiaobo1982
Hi, I am running HDP2.2 with Hbase 0.98.4.2.2.0.0 and HDFS 2.6.0.2.2.0.0, so I add the 2.1.2.RELEASE version of spring-data-hadoop to my maven pom file, but failed to complie with the following error messages: Exception in thread "main" java.lang.Error: Unresolved compilation problems:

Re: Simple HbaseTemplate demo can't run

2015-04-19 Thread guxiaobo1982
org.apache.hbase hbase-client 0.98.5-hadoop2 But still come to the same problem. -- Original -- From: "guxiaobo1982";; Send ti

Where can I find the document for specific version of hbase api ?

2015-05-18 Thread guxiaobo1982
Hi, http://hbase.apache.org/apidocs/ shows the latest version, but where I find the document for a specific version such as 0.98.5? Thanks,

Where can I find the apidoc for newer version of Hbase?

2015-06-13 Thread guxiaobo1982
Hi, I can only find documentations for 0.94 version of Hbase at http://hbase.apache.org/0.94/apidocs/index.html, but where can I find the URL for newer version? Thanks

Re: Where can I find the apidoc for newer version of Hbase?

2015-06-14 Thread guxiaobo1982
rsion are you looking for, specifically? If you download a binary artifact, it will have a copy of the javadocs for that version. If you download a source artifact, you can build the javadocs using the "site" maven goal. On Sat, Jun 13, 2015 at 8:33 PM, guxiaobo1982 wrote: > Hi, > > >

HBase still try to start a zookeeper instance even with HBASE_MANAGES_ZK set to false in standalone mode.

2015-06-18 Thread guxiaobo1982
Hi My Hbase version is 1.0 running on mac, it seems a bug .