Github user srowen commented on the pull request:

    https://github.com/apache/spark/pull/10256#issuecomment-170116355
  
    Ah right, you'll need to acknowledge the dep changes in the build file:
    
    ```
    To update the manifest file, run './dev/test-dependencies.sh 
--replace-manifest'.
    diff --git a/dev/deps/spark-deps-hadoop-2.2 
b/dev/pr-deps/spark-deps-hadoop-2.2
    index e4373f7..cd3ff29 100644
    --- a/dev/deps/spark-deps-hadoop-2.2
    +++ b/dev/pr-deps/spark-deps-hadoop-2.2
    @@ -84,13 +84,13 @@ hadoop-yarn-server-web-proxy-2.2.0.jar
     httpclient-4.3.2.jar
     httpcore-4.3.2.jar
     ivy-2.4.0.jar
    -jackson-annotations-2.4.4.jar
    -jackson-core-2.4.4.jar
    +jackson-annotations-2.5.3.jar
    +jackson-core-2.5.3.jar
     jackson-core-asl-1.9.13.jar
    -jackson-databind-2.4.4.jar
    +jackson-databind-2.5.3.jar
     jackson-jaxrs-1.9.13.jar
     jackson-mapper-asl-1.9.13.jar
    -jackson-module-scala_2.10-2.4.4.jar
    +jackson-module-scala_2.10-2.5.3.jar
     jackson-xc-1.9.13.jar
     janino-2.7.8.jar
     jansi-1.4.jar
    ```
    
    This LGTM but I do think we'll have to keep it for 2.x only.


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

Reply via email to