I investigated hbasene. The source download relies on ".mapred" api, not ".mapreduce". It's maven pom doesn't build without a lot of hacking and fixing unresolved dependencies, and even when I was able to build the source, I am still out of luck because of the mapred vs mapreduce issue.
Is my only recourse to make a custom build of 0.89 which mixes source from the 0.26 release of HBase in with the 0.89 release? I would have thought IndexOutputFormat was an important feature to move forward in the trunk. Thoughts? Suggestions? -geoff -----Original Message----- From: Gary Helmling [mailto:[email protected]] Sent: Wednesday, January 19, 2011 11:42 AM To: [email protected] Subject: Re: IndexOuputFormat? Hi Geoff, The lucene index building was moved out into a separate project early in the 0.90 dev cycle, see here: https://issues.apache.org/jira/browse/HBASE-2212 The current URL seems to be: https://github.com/akkumar/hbasene I don't know if this is still active, however. --gh On Wed, Jan 19, 2011 at 10:12 AM, Geoff Hendrey <[email protected]>wrote: > Hi - > > > > I have downloaded 0.89 because I need to use > HFileOutputFormat.configureIncrementalLoad. I downloaded it from here: > http://mirror.olnevhost.net/pub/apache//hbase/hbase-0.89.20100924/ > <http://mirror.olnevhost.net/pub/apache/hbase/hbase-0.89.20100924/> > > > > However, I don't see these two clases > > import org.apache.hadoop.hbase.mapreduce.IndexOutputFormat; > > import org.apache.hadoop.hbase.mapreduce.LuceneDocumentWrapper; > > > > They were present in the 0.26 jar. Where are these classes now located? > (and yes, I will include a doc patch once I have worked out all the > kinks around using incremental load). > > > > Thanks, > > geoff > >
