Dinil: Have you recompiled Solr with HBase 0.96.0 ? Cheers
On Wed, Nov 20, 2013 at 8:40 AM, Jean-Marc Spaggiari < [email protected]> wrote: > That's interesting. I'm facing a similar issue with CopyTable between 0.94 > and 0.96. > > Do you have some "leftover" from 0.94 in your Solr installation? An jar > forgot on a lib directory? Can you table a look? > > > 2013/11/20 dinil&hbasedb <[email protected]> > > > Hi, > > I am facing a kind of incompatibility issue between Hbase Client(from > > Solr) and Hbase server. While importing data from Hbase using > > DataImportHandler, client fails and errors out with "Unable to find > region > > for xxx,,99999999999999 after 10 tries". > > The region servers are live and accessible among the machines. > > The Debug message also notes > > "client.HConnectionManager$HConnectionImplementation: locateRegionInMeta > > parentTable=.META., metaLocation=null, attempt=0 of 10 failed". > > > > My doubt is that it fails because it is looking for .META. while with the > > server (version 0.96.0-hadoop2) the parent table is no longer with that > > name > > and is 'hbase:meta". > > Although am using the latest client jar at solr-> > > hbase-client-0.96.0-hadoop2.jar, the client still seems to look for > .META. > > > > Am not sure whether the name of the parent table is the cause for the > > error. > > > > Please suggest me things that i could try to fix solr import from Hbase. > > > > Thanks. > > > > > > > > -- > > View this message in context: > > > http://apache-hbase.679495.n3.nabble.com/Solr-unable-to-import-data-from-Hbase-tp4052940.html > > Sent from the HBase User mailing list archive at Nabble.com. > > >
