Re: Incompatible ProtocolBuffers version for HBase-client 1.0

2017-03-20 Thread Josh Elser
Oops! Thanks for the shaded-client version correction, Sean! Sean Busbey wrote: If upgrading is an option, for HBase 1.1+ applications you can use a newer Protocol Buffers by relying on hbase-shaded-client as a dependency. On Sun, Mar 19, 2017 at 12:04 PM, Josh Elser wrote:

Re: Incompatible ProtocolBuffers version for HBase-client 1.0

2017-03-20 Thread Sean Busbey
If upgrading is an option, for HBase 1.1+ applications you can use a newer Protocol Buffers by relying on hbase-shaded-client as a dependency. On Sun, Mar 19, 2017 at 12:04 PM, Josh Elser wrote: > With Apache HBase 1.0-based applications, you must use Protocol Buffers 2.5 > in

Re: Incompatible ProtocolBuffers version for HBase-client 1.0

2017-03-19 Thread Josh Elser
With Apache HBase 1.0-based applications, you must use Protocol Buffers 2.5 in its standard package (e.g. com.google.protobuf). If you want to use another version of protobuf, you would have to shade and relocate that dependency. In newer versions of HBase (2.0 I believe it will land), does

Re: Incompatible ProtocolBuffers version for HBase-client 1.0

2017-03-17 Thread Hef
I change my application to use ProtocolBuffers 2.5 then this issue resolved. On Fri, Mar 17, 2017 at 12:36 PM, Hef wrote: > Hi group, > I have a problem using ProtocolBuffers 3 in my application with CDH5.6 > HBase 1.0. > > When creating BufferedMutator and flush data

Incompatible ProtocolBuffers version for HBase-client 1.0

2017-03-16 Thread Hef
Hi group, I have a problem using ProtocolBuffers 3 in my application with CDH5.6 HBase 1.0. When creating BufferedMutator and flush data into HBase, it shows an error as below: java.lang.NoClassDefFoundError: Could not initialize class org.apache.hadoop.hbase.util.ByteStringer at

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

2015-06-14 Thread guxiaobo1982
version 1.0.1.1, but I'd like to read them online. -- Original -- From: Sean Busbey;bus...@cloudera.com; Send time: Sunday, Jun 14, 2015 9:55 AM To: useruser@hbase.apache.org; Subject: Re: Where can I find the apidoc for newer version of Hbase? What

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

2015-06-14 Thread anil gupta
. -- Original -- From: Sean Busbey;bus...@cloudera.com; Send time: Sunday, Jun 14, 2015 9:55 AM To: useruser@hbase.apache.org; Subject: Re: Where can I find the apidoc for newer version of Hbase? What version are you looking for, specifically? If you download a binary

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

2015-06-13 Thread Sean Busbey
: 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 -- Sean

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 document for specific version of hbase api ?

2015-05-18 Thread Ted Yu
Xiaobo: Can you download the source tarball for the release you're using ? You can find all the API information from the source code. Cheers On Mon, May 18, 2015 at 1:33 AM, guxiaobo1982 guxiaobo1...@qq.com wrote: Hi, http://hbase.apache.org/apidocs/ shows the latest version, but where I

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,

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

2015-05-18 Thread Sean Busbey
Thanks for pinging us on this. There's currently an open jira for properly providing access to 0.98, 1.0, and 1.1 specific javadocs[1]. Unfortunately, no one has had the time to take care of things yet. You can follow that ticket if you'd like to know when there's movement. For now, your only

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

2015-05-18 Thread Nick Dimiduk
You don't need to build from the src tgz, the bin tgz contains a docs directory, wherein you'll find both public-facing (@Public annotated classes) and full javadocs in apidocs and devapidocs respectively. The whole site and book are there too, but our release policy is to copy site and book from

Re: Version in HBase

2014-11-12 Thread Anoop John
scans?. Thanks and Regards, Krishna On Wed, Nov 12, 2014 at 10:56 AM, Krishna Kalyan krishnakaly...@gmail.com wrote: Hi, Is it possible to do a select * from table_name where version = somedate ; using HBase APIs?. (Scanning for values where version = somedate ) Could you please

Version in HBase

2014-11-11 Thread Krishna Kalyan
Hi, Is it possible to do a select * from table_name where version = somedate ; using HBase APIs?. (Scanning for values where version = somedate ) Could you please direct me to appropriate links to achieve this?. Regards, Krishna

Re: Version in HBase

2014-11-11 Thread Krishna Kalyan
based scans?. Thanks and Regards, Krishna On Wed, Nov 12, 2014 at 10:56 AM, Krishna Kalyan krishnakaly...@gmail.com wrote: Hi, Is it possible to do a select * from table_name where version = somedate ; using HBase APIs?. (Scanning for values where version = somedate ) Could you please

How to checkout source code of specific version of hbase.

2014-08-11 Thread Gomathivinayagam Muthuvinayagam
I am trying to make few changes to the specific version of hbase. Is there an easy way to checkout that from github? Also does master correspond to stable version? Is there any link that describes about this? Thanks Regards,

Re: How to checkout source code of specific version of hbase.

2014-08-11 Thread Ted Yu
...@gmail.com wrote: I am trying to make few changes to the specific version of hbase. Is there an easy way to checkout that from github? Also does master correspond to stable version? Is there any link that describes about this? Thanks Regards,

Re: How to checkout source code of specific version of hbase.

2014-08-11 Thread Gomathivinayagam Muthuvinayagam
version of hbase. Is there an easy way to checkout that from github? Also does master correspond to stable version? Is there any link that describes about this? Thanks Regards,

Re: How to checkout source code of specific version of hbase.

2014-08-11 Thread Ted Yu
...@gmail.com wrote: I am trying to make few changes to the specific version of hbase. Is there an easy way to checkout that from github? Also does master correspond to stable version? Is there any link that describes about this? Thanks Regards,

Re: How to checkout source code of specific version of hbase.

2014-08-11 Thread Gomathivinayagam Muthuvinayagam
, Gomathivinayagam Muthuvinayagam sankarm...@gmail.com wrote: I am trying to make few changes to the specific version of hbase. Is there an easy way to checkout that from github? Also does master correspond to stable version? Is there any link that describes about

Re: How to checkout source code of specific version of hbase.

2014-08-11 Thread Andrew Purtell
, Gomathivinayagam Muthuvinayagam sankarm...@gmail.com wrote: I am trying to make few changes to the specific version of hbase. Is there an easy way to checkout that from github? Also does master correspond to stable version? Is there any link that describes about

ganglia version for hbase 0.94.6

2013-09-22 Thread Henry Hung
Hi to all hbase user, Could someone tell me which ganglia version should be used for hbase 0.94.6? In HBase Administration Cookbook by Yifeng Jiang, he use ganglia 3.0.x for hbase 0.92. Best regards, Henry The privileged confidential information contained in

Later version of HBase Client has a problem with DNS

2013-05-17 Thread Heng Sok
Hi all, I have been trying to run MapReduce job that involves using Hbase as source and sink. I have Hbase 0.94.2 and Hadoop 2.0 installed using Cloudera repository and following their instructions. When I use HBase client package version 0.94.2 and above, it gave the following DNS related

Re: Later version of HBase Client has a problem with DNS

2013-05-17 Thread Stack
...@gmail.com wrote: Hi all, I have been trying to run MapReduce job that involves using Hbase as source and sink. I have Hbase 0.94.2 and Hadoop 2.0 installed using Cloudera repository and following their instructions. When I use HBase client package version 0.94.2 and above, it gave

Re: Scala and Hbase, hbase-default.xml file seems to be for and old version of HBase (null)

2013-05-02 Thread Håvard Wahl Kongsgård
to be for and old version of HBase (null), this version is 0.94.2-cdh4.2.1 the classpath is set path base on what I found with ax | grep regionserver -classpath /usr/lib/hbase/conf:/usr/lib/jvm/java-6-sun/lib/tools.jar:/usr/lib/hbase:/usr/lib/hbase/hbase-0.94.2-cdh4.2.1-security.jar

Re: Scala and Hbase, hbase-default.xml file seems to be for and old version of HBase (null)

2013-05-01 Thread Håvard Wahl Kongsgård
() java.lang.RuntimeException: hbase-default.xml file seems to be for and old version of HBase (null), this version is 0.94.2-cdh4.2.1 the classpath is set path base on what I found with ax | grep regionserver -classpath /usr/lib/hbase/conf:/usr/lib/jvm/java-6-sun/lib/tools.jar:/usr/lib/hbase:/usr/lib/hbase/hbase

Re: Scala and Hbase, hbase-default.xml file seems to be for and old version of HBase (null)

2013-05-01 Thread Michael Segel
() java.lang.RuntimeException: hbase-default.xml file seems to be for and old version of HBase (null), this version is 0.94.2-cdh4.2.1 the classpath is set path base on what I found with ax | grep regionserver -classpath /usr/lib/hbase/conf:/usr/lib/jvm/java-6-sun/lib/tools.jar:/usr/lib/hbase:/usr

Re: Scala and Hbase, hbase-default.xml file seems to be for and old version of HBase (null)

2013-04-30 Thread Håvard Wahl Kongsgård
the following error with scala HBaseConfiguration.create() java.lang.RuntimeException: hbase-default.xml file seems to be for and old version of HBase (null), this version is 0.94.2-cdh4.2.1 the classpath is set path base on what I found with ax | grep regionserver -classpath /usr/lib/hbase

Scala and Hbase, hbase-default.xml file seems to be for and old version of HBase (null)

2013-04-29 Thread Håvard Wahl Kongsgård
Hi, I get the following error with scala HBaseConfiguration.create() java.lang.RuntimeException: hbase-default.xml file seems to be for and old version of HBase (null), this version is 0.94.2-cdh4.2.1 the classpath is set path base on what I found with ax | grep regionserver -classpath /usr

Re: Scala and Hbase, hbase-default.xml file seems to be for and old version of HBase (null)

2013-04-29 Thread Shahab Yunus
HBaseConfiguration.create() java.lang.RuntimeException: hbase-default.xml file seems to be for and old version of HBase (null), this version is 0.94.2-cdh4.2.1 the classpath is set path base on what I found with ax | grep regionserver -classpath /usr/lib/hbase/conf:/usr/lib/jvm/java-6-sun/lib/tools.jar:/usr/lib

How to run HBase tests against 0.94? (seems to be for and old version of HBase)

2013-01-02 Thread Jean-Marc Spaggiari
Hi, When I try to run the tests on 0.94.4RC I'm getting hbase-default.xml file seems to be for and old version of HBase (@@@VERSION@@@), this version is 0.94.4 It seems I need to setup hbase.defaults.for.version.skip to true, but on the test, the configuration is created even before we can

Re: How to run HBase tests against 0.94? (seems to be for and old version of HBase)

2013-01-02 Thread Ted Yu
, When I try to run the tests on 0.94.4RC I'm getting hbase-default.xml file seems to be for and old version of HBase (@@@VERSION@@@), this version is 0.94.4 It seems I need to setup hbase.defaults.for.version.skip to true, but on the test, the configuration is created even before we can access

Re: How to run HBase tests against 0.94? (seems to be for and old version of HBase)

2013-01-02 Thread Jean-Marc Spaggiari
of HBase (@@@VERSION@@@), this version is 0.94.4 It seems I need to setup hbase.defaults.for.version.skip to true, but on the test, the configuration is created even before we can access a Before class. So it's failing right from the initialization. What's the right way to run the tests under

Re: How to run HBase tests against 0.94? (seems to be for and old version of HBase)

2013-01-02 Thread Nicolas Liochon
hbasetest.sh was developed before we had the parallelism by maven surefire. It's not really maintained anymore (actually it's somewhere in my todo list to remove it). But for sure there is no magic there :-). On Wed, Jan 2, 2013 at 4:45 PM, Jean-Marc Spaggiari jean-m...@spaggiari.org wrote:

Re: How to run HBase tests against 0.94? (seems to be for and old version of HBase)

2013-01-02 Thread Jean-Marc Spaggiari
at 7:10 AM, Jean-Marc Spaggiari jean-m...@spaggiari.org wrote: Hi, When I try to run the tests on 0.94.4RC I'm getting hbase-default.xml file seems to be for and old version of HBase (@@@VERSION@@@), this version is 0.94.4 It seems I need to setup hbase.defaults.for.version.skip to true

Re: How to run HBase tests against 0.94? (seems to be for and old version of HBase)

2013-01-02 Thread Nicolas Liochon
If it works, it's ok: it's not going to give you wrong results. Just that it adds nothing to a plain mvn test. So if it worked for you on this patch, then you're done :-). This should be enough most most cases: mvn test If you want to play it safe, you will run all the tests before sending the

Re: What version of HBase are you on in production?

2012-01-27 Thread Stack
On Thu, Jan 26, 2012 at 11:08 PM, Otis Gospodnetic otis_gospodne...@yahoo.com wrote: Hello, Quick poll: * Which version of HBase are you using (in production)? If you are a member of HBase group on LinkedIn, you can just vote there: http://linkedin.com/groupItem?view=gid=1407857type

What version of HBase are you on in production?

2012-01-26 Thread Otis Gospodnetic
Hello, Quick poll: * Which version of HBase are you using (in production)? If you are a member of HBase group on LinkedIn, you can just vote there: http://linkedin.com/groupItem?view=gid=1407857type=memberitem=91531530 Or here: [  ] trunk [  ] I'm already on 0.92.* [  ] I'll be on 0.92

Not able to change the VERSION of hbase row

2011-11-16 Thread Vamshi Krishna
Hi, i am trying to create and inserting data to hbase table. when i wanted to change the maximum number of versions of row in hbase from default to 1, it worked well, i.e whenever i add new row to table, the latest value is seen. But when i tried to change using hbase shell like the following i

Re: Not able to change the VERSION of hbase row

2011-11-16 Thread Jean-Daniel Cryans
You need to tell the Get or Scan to fetch more versions. For example, the help for the get commands gives this example: hbase get 't1', 'r1', {COLUMN = 'c1', TIMERANGE = [ts1, ts2], VERSIONS = 4} In the API you would use

Re: Not able to change the VERSION of hbase row

2011-11-16 Thread Doug Meil
Also, there is a versioned Get example here... http://hbase.apache.org/book.html#get On 11/16/11 12:34 PM, Jean-Daniel Cryans jdcry...@apache.org wrote: You need to tell the Get or Scan to fetch more versions. For example, the help for the get commands gives this example: hbase get

Re: Not able to change the VERSION of hbase row

2011-11-16 Thread Doug Meil
Also, there is an example of a versioned get here... http://hbase.apache.org/book.html#get On 11/16/11 12:34 PM, Jean-Daniel Cryans jdcry...@apache.org wrote: You need to tell the Get or Scan to fetch more versions. For example, the help for the get commands gives this example: hbase get

Exception in thread main java.lang.RuntimeException: hbase-default.xml file seems to be for and old version of HBase (null), this version is 0.90.1-cdh3u0

2011-06-10 Thread Shuja Rehman
java.lang.RuntimeException: hbase-default.xml file seems to be for and old version of HBase (null), this version is 0.90.1-cdh3u0 at org.apache.hadoop.hbase.HBaseConfiguration.checkDefaultsVersion(HBaseConfiguration.java:66) at org.apache.hadoop.hbase.HBaseConfiguration.addHbaseResources

Re: Exception in thread main java.lang.RuntimeException: hbase-default.xml file seems to be for and old version of HBase (null), this version is 0.90.1-cdh3u0

2011-06-10 Thread Joey Echeverria
this exception. Starting Hadoop HBase regionserver daemon: starting regionserver, logging to /usr/lib/hbase/logs/hbase-hbase-regionserver-app1.out Exception in thread main java.lang.RuntimeException: hbase-default.xml file seems to be for and old version of HBase (null), this version is 0.90.1-cdh3u0