You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@hbase.apache.org by "Jim Kellerman (POWERSET)" <Ji...@microsoft.com> on 2008/10/05 01:31:22 UTC

RE: [ANN] hbase 0.18.0 available

Currently the only way to access HBase from C++ is via the thrift
or REST interfaces. There are no plans to add direct access to HBase
from C++. However, if you'd like to build one, contributions are
always welcome

---
Jim Kellerman, Powerset (Live Search, Microsoft Corporation)


> -----Original Message-----
> From: Guo Leitao [mailto:leitao.guo@gmail.com]
> Sent: Sunday, September 21, 2008 8:51 PM
> To: hbase-user@hadoop.apache.org
> Cc: hbase-dev@hadoop.apache.org; hadoop-user@lucene.apache.org
> Subject: Re: [ANN] hbase 0.18.0 available
>
> Many thanks!
>
> I'd like to know whether there is plan for Hbase to provide c/c++
> programming interface? Is there any way to access HBase by C/C++ program?
>
> Leitao Guo
>
> 2008/9/22 stack <st...@duboce.net>
>
> > HBase 0.18.0 fixes 57 issues [1] since the HBase 0.2.0 release.  New
> > features include experimental transaction support and client-side
> exposure
> > of row locks.
> >
> > HBase 0.18.0 runs on Hadoop 0.18.0.
> >
> > With this release, HBase major+minor version now echoes that of the
> Hadoop
> > core version it depends on.  See FAQ #18 and #19 for more on HBase
> > versioning [2].
> >
> > Thanks to all who contributed to this release.
> >
> > Yours,
> > The HBase Team
> >
> > 1. http://tinyurl.com/4zl9ch
> > 2. http://wiki.apache.org/hadoop/Hbase/FAQ#18
> >

RE: hbase 0.18.0 and hadoop-0.18.1

Posted by "Jim Kellerman (POWERSET)" <Ji...@microsoft.com>.
hbase-0.18.0 works just fine with hadoop-0.18.1. You do not
need to replace the libraries under hbase/lib because the
correct hadoop libraries should be found from your hadoop
installation.

Can you provide more information about what kinds of
problems you are seeing?

---
Jim Kellerman, Powerset (Live Search, Microsoft Corporation)


> -----Original Message-----
> From: yoav.morag [mailto:yoav@corrigon.com]
> Sent: Sunday, October 05, 2008 3:42 AM
> To: hbase-user@hadoop.apache.org
> Subject: RE: [ANN] hbase 0.18.0 available
>
>
> if I understand correctly , the recommendation is to use latest hadoop,
> i.e.
> currently 0.18.1.
> since hbase contains older hadoop libraries (0.18.0 - native and core)
> internally, I wonder whether I should replace those files with my hadoop
> 0.18.1 installation, or just leave them ?
> I am currently having some problems with my 0.18.0/0.18.1 setup, and I
> wonder whether this can be the reason .
>
> Yoav.
>
>
> Jim Kellerman-2 wrote:
> >
> > Currently the only way to access HBase from C++ is via the thrift
> > or REST interfaces. There are no plans to add direct access to HBase
> > from C++. However, if you'd like to build one, contributions are
> > always welcome
> >
> > ---
> > Jim Kellerman, Powerset (Live Search, Microsoft Corporation)
> >
> >
> >> -----Original Message-----
> >> From: Guo Leitao [mailto:leitao.guo@gmail.com]
> >> Sent: Sunday, September 21, 2008 8:51 PM
> >> To: hbase-user@hadoop.apache.org
> >> Cc: hbase-dev@hadoop.apache.org; hadoop-user@lucene.apache.org
> >> Subject: Re: [ANN] hbase 0.18.0 available
> >>
> >> Many thanks!
> >>
> >> I'd like to know whether there is plan for Hbase to provide c/c++
> >> programming interface? Is there any way to access HBase by C/C++
> program?
> >>
> >> Leitao Guo
> >>
> >> 2008/9/22 stack <st...@duboce.net>
> >>
> >> > HBase 0.18.0 fixes 57 issues [1] since the HBase 0.2.0 release.  New
> >> > features include experimental transaction support and client-side
> >> exposure
> >> > of row locks.
> >> >
> >> > HBase 0.18.0 runs on Hadoop 0.18.0.
> >> >
> >> > With this release, HBase major+minor version now echoes that of the
> >> Hadoop
> >> > core version it depends on.  See FAQ #18 and #19 for more on HBase
> >> > versioning [2].
> >> >
> >> > Thanks to all who contributed to this release.
> >> >
> >> > Yours,
> >> > The HBase Team
> >> >
> >> > 1. http://tinyurl.com/4zl9ch
> >> > 2. http://wiki.apache.org/hadoop/Hbase/FAQ#18
> >> >
> >
> >
>
> --
> View this message in context: http://www.nabble.com/-ANN--hbase-0.18.0-
> available-tp19600271p19823314.html
> Sent from the HBase User mailing list archive at Nabble.com.
>


RE: [ANN] hbase 0.18.0 available

Posted by "yoav.morag" <yo...@corrigon.com>.
if I understand correctly , the recommendation is to use latest hadoop, i.e.
currently 0.18.1.
since hbase contains older hadoop libraries (0.18.0 - native and core)
internally, I wonder whether I should replace those files with my hadoop
0.18.1 installation, or just leave them ? 
I am currently having some problems with my 0.18.0/0.18.1 setup, and I
wonder whether this can be the reason .

Yoav.


Jim Kellerman-2 wrote:
> 
> Currently the only way to access HBase from C++ is via the thrift
> or REST interfaces. There are no plans to add direct access to HBase
> from C++. However, if you'd like to build one, contributions are
> always welcome
> 
> ---
> Jim Kellerman, Powerset (Live Search, Microsoft Corporation)
> 
> 
>> -----Original Message-----
>> From: Guo Leitao [mailto:leitao.guo@gmail.com]
>> Sent: Sunday, September 21, 2008 8:51 PM
>> To: hbase-user@hadoop.apache.org
>> Cc: hbase-dev@hadoop.apache.org; hadoop-user@lucene.apache.org
>> Subject: Re: [ANN] hbase 0.18.0 available
>>
>> Many thanks!
>>
>> I'd like to know whether there is plan for Hbase to provide c/c++
>> programming interface? Is there any way to access HBase by C/C++ program?
>>
>> Leitao Guo
>>
>> 2008/9/22 stack <st...@duboce.net>
>>
>> > HBase 0.18.0 fixes 57 issues [1] since the HBase 0.2.0 release.  New
>> > features include experimental transaction support and client-side
>> exposure
>> > of row locks.
>> >
>> > HBase 0.18.0 runs on Hadoop 0.18.0.
>> >
>> > With this release, HBase major+minor version now echoes that of the
>> Hadoop
>> > core version it depends on.  See FAQ #18 and #19 for more on HBase
>> > versioning [2].
>> >
>> > Thanks to all who contributed to this release.
>> >
>> > Yours,
>> > The HBase Team
>> >
>> > 1. http://tinyurl.com/4zl9ch
>> > 2. http://wiki.apache.org/hadoop/Hbase/FAQ#18
>> >
> 
> 

-- 
View this message in context: http://www.nabble.com/-ANN--hbase-0.18.0-available-tp19600271p19823314.html
Sent from the HBase User mailing list archive at Nabble.com.