Re: Unable to read HBase data from solr

2014-08-13 Thread Erick Erickson
Solr doesn't know a _thing_ about HBase. You say you've put the HBase jar somewhere and are accessing it in your script update processor. You need to find out where the HBase code is looking for the hbase-default.xml file and I'm afraid I have very little knowledge here. You _might_ have some joy

Unable to read HBase data from solr

2014-08-13 Thread Vivekanand Ittigi
I'm trying to read specific HBase data and index into solr using groovy script in "/update" handler of solrconfig file but I'm getting the error mentioned below I'm placing the same HBase jar on which i'm running in solr lib. Many article said WorkAround: 1. First i thought that class path has tw