I am using behemoth solr on hadoop, and I am getting a conflict in the slf4j versions. Solr 3.6.2 uses slf4j-api-1.6.1 and hadoop 1.0.4 has libraries for slf4j-api-1.4.3. Due to this, I am unable to run the behemoth solr jar file on hadoop. What is the best way to resolve this conflict? One option is replacing slf4j libraries in hadoop, but I am not willing to do that. Any solution will be greatly appreciated.
Asked
Active
Viewed 496 times