Yes, if you are going to use the Data Import Handler, I would say that is the route to go. You might also look at using an abstraction like Gora instead of having a dependency directly on HBase.
On Mar 25, 2011, at 4:32 PM, Sterk, Paul (Contractor) wrote: > Hi, > > I have a requirement to use Solr to import data from an HBase table and index > the contents – similar to importing data from a RDBMS. It looks like I will > need to create an org.apache.solr.handler.dataimport.DataSource<T> > implementation for HBase to be used by the Data Import Handler. > > Is this the correct approach? If it is, has someone created a DataSource > implementation for HBase? > > Paul > > > This message, including any attachments, is the property of Sears Holdings > Corporation and/or one of its subsidiaries. It is confidential and may > contain proprietary or legally privileged information. If you are not the > intended recipient, please delete it without reading the contents. Thank you. -------------------------- Grant Ingersoll http://www.lucidimagination.com
