You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by srowen <gi...@git.apache.org> on 2016/05/11 11:48:41 UTC

[GitHub] spark pull request: [SPARK-12972] [CORE] Update org.apache.httpcom...

GitHub user srowen opened a pull request:

    https://github.com/apache/spark/pull/13049

    [SPARK-12972] [CORE] Update org.apache.httpcomponents.httpclient

    ## What changes were proposed in this pull request?
    
    - update httpcore/httpclient to latest
    - centralize version management
    - remove excludes that are no longer relevant according to SBT/Maven dep graphs
    - also manage httpmime to match httpclient
    
    
    ## How was this patch tested?
    
    Jenkins tests, plus review of dependency graphs from SBT/Maven, and review of test-dependencies.sh  output

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/srowen/spark SPARK-12972

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/spark/pull/13049.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 #13049
    
----
commit 05a8c64dabf23e6b5259b859f288e6779eb3d3ca
Author: Sean Owen <so...@cloudera.com>
Date:   2016-05-11T11:46:57Z

    Update httpcore/httpclient to latest; centralize version management; remove excludes that are no longer relevant according to SBT/Maven dep graphs; also manage httpmime to match httpclient

----


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark pull request: [SPARK-12972] [CORE] Update org.apache.httpcom...

Posted by SparkQA <gi...@git.apache.org>.
Github user SparkQA commented on the pull request:

    https://github.com/apache/spark/pull/13049#issuecomment-218437156
  
    **[Test build #58368 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/58368/consoleFull)** for PR 13049 at commit [`05a8c64`](https://github.com/apache/spark/commit/05a8c64dabf23e6b5259b859f288e6779eb3d3ca).


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark pull request: [SPARK-12972] [CORE] Update org.apache.httpcom...

Posted by AmplabJenkins <gi...@git.apache.org>.
Github user AmplabJenkins commented on the pull request:

    https://github.com/apache/spark/pull/13049#issuecomment-218462828
  
    Merged build finished. Test PASSed.


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark pull request: [SPARK-12972] [CORE] Update org.apache.httpcom...

Posted by srowen <gi...@git.apache.org>.
Github user srowen commented on the pull request:

    https://github.com/apache/spark/pull/13049#issuecomment-219033476
  
    Hm, although this passed, it does look it causes test failures
    
    ```
      Cause: org.openqa.selenium.WebDriverException: java.lang.IllegalArgumentException: Cannot locate declared field class org.apache.http.impl.client.HttpClientBuilder.sslcontext
    Build info: version: '2.45.0', revision: '5017cb8e7ca8e37638dc3091b2440b90a1d8686f', time: '2015-02-27 09:10:26'
    System info: host: 'amp-jenkins-worker-06', ip: '192.168.10.26', os.name: 'Linux', os.arch: 'amd64', os.version: '2.6.32-573.3.1.el6.x86_64', java.version: '1.8.0_60'
    Driver info: driver.version: HtmlUnitDriver
    ```
    
    https://amplab.cs.berkeley.edu/jenkins/view/Spark%20QA%20Test/job/spark-master-test-maven-hadoop-2.7/lastFailedBuild/consoleFull
    
    I'm going to try reverting it and then see what went wrong.


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark pull request: [SPARK-12972] [CORE] Update org.apache.httpcom...

Posted by AmplabJenkins <gi...@git.apache.org>.
Github user AmplabJenkins commented on the pull request:

    https://github.com/apache/spark/pull/13049#issuecomment-218462834
  
    Test PASSed.
    Refer to this link for build results (access rights to CI server needed): 
    https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/58368/
    Test PASSed.


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark pull request: [SPARK-12972] [CORE] Update org.apache.httpcom...

Posted by srowen <gi...@git.apache.org>.
Github user srowen closed the pull request at:

    https://github.com/apache/spark/pull/13049


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark pull request: [SPARK-12972] [CORE] Update org.apache.httpcom...

Posted by SparkQA <gi...@git.apache.org>.
Github user SparkQA commented on the pull request:

    https://github.com/apache/spark/pull/13049#issuecomment-218462581
  
    **[Test build #58368 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/58368/consoleFull)** for PR 13049 at commit [`05a8c64`](https://github.com/apache/spark/commit/05a8c64dabf23e6b5259b859f288e6779eb3d3ca).
     * This patch passes all tests.
     * This patch merges cleanly.
     * This patch adds no public classes.


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark pull request: [SPARK-12972] [CORE] Update org.apache.httpcom...

Posted by srowen <gi...@git.apache.org>.
Github user srowen commented on the pull request:

    https://github.com/apache/spark/pull/13049#issuecomment-218977024
  
    Merged to master/2.0


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org