GitHub user atokhy opened a pull request:
https://github.com/apache/spark/pull/12245
[SPARK-14470] Allow for overriding both httpclient and httpcore versions
## What changes were proposed in this pull request?
This splits commons.httpclient.version from commons.httpcore.version, since
these two versions do not necessarily have to be the same. This change may
follow up with an up-to-date version of the httpclient/httpcore libraries.
The latest 4.3.x httpclient version as of writing is 4.3.6 and the latest
4.3.x httpcore version as of writing is 4.3.3. This change would be a
prerequisite for potentially moving to this new bugfix version.
## How was this patch tested?
no version change was made for httpclient/httpcore versions
mvn package
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/atokhy/spark pull-request
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/12245.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 #12245
----
commit c0ad42958d4af8a44f1ec439ff5d8e6c211d235e
Author: Aaron Tokhy <[email protected]>
Date: 2016-04-07T22:22:48Z
[SPARK-14470] Allow for overriding both httpclient and httpcore versions
----
---
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.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]