Re: Error while importing HBase data to Solr using the DataImportHandler

2013-09-11 Thread ppatel
Hi, Can you provide me an example of data-config.xml? because with my Hbase configuration, I am getting Full Import failed:java.lang.RuntimeException: java.lang.RuntimeException: org.apache.solr.handler.dataimport.DataImportHandlerException: java.lang.NoSuchMethodError: org.apache.hadoop.net.NetUt

Re: Error while importing HBase data to Solr using the DataImportHandler

2013-08-20 Thread Jamshaid Ashraf
Thanks tamanjit! Issue is resolved I just further added following jars as well: hbase-0.90.4.jar hadoop-core-0.20-append-r1056497.jar zookeeper-3.4.5.jar Regards, Jamshaid On Tue, Aug 20, 2013 at 2:32 PM, tamanjit.bin...@yahoo.co.in < tamanjit.bin...@yahoo.co.in> wrote: > You would need to ad

Re: Error while importing HBase data to Solr using the DataImportHandler

2013-08-20 Thread tamanjit.bin...@yahoo.co.in
You would need to add the jar that is missing to the Solr web-inf\lib folder. You can do that using winzip etc into the lib folder of solr.war. Then you need to redeployed the changed solr.war and restart your webcontainer. The jar is available here: http://code.google.com/p/hbase-solr-dataimport/