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