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:[EMAIL PROTECTED] >> Sent: Sunday, September 21, 2008 8:51 PM >> To: [email protected] >> Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED] >> 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 <[EMAIL PROTECTED]> >> >> > 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.
