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 > >
