GitHub user sjwoodard opened a pull request:
https://github.com/apache/nutch/pull/129
NUTCH-2267 - Solr and Hadoop JAR mismatch
Explicitly pass in an instance of SystemDefaultHttpClient to
CloudSolrClient, otherwise SolrJ will use a default implementation of
CloseableHttpClient, which is not present in the HttpClient and HttpCore JARs
in Hadoop < 2.8 (see https://issues.apache.org/jira/browse/SOLR-7948 and
https://issues.apache.org/jira/browse/HADOOP-12767).
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/sjwoodard/nutch master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/nutch/pull/129.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #129
----
commit f64686bb06cec2e31c9560d7e7e7f050311d62f1
Author: Steven <[email protected]>
Date: 2016-06-27T13:30:52Z
NUTCH-2267 - Solr and Hadoop JAR mismatch
Explicitly pass in an instance of SystemDefaultHttpClient to
CloudSolrClient, otherwise SolrJ will use a default implementation of
CloseableHttpClient, which is not present in the HttpClient and HttpCore JARs
in Hadoop < 2.8 (see https://issues.apache.org/jira/browse/SOLR-7948 and
https://issues.apache.org/jira/browse/HADOOP-12767).
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---