Github user srowen commented on a diff in the pull request:

    https://github.com/apache/spark/pull/12715#discussion_r61683914
  
    --- Diff: yarn/pom.xml ---
    @@ -147,20 +147,34 @@
           </exclusions>
           <scope>test</scope>
          </dependency>
    +
    +     <!--
    +       Jersey 1 dependencies only required for YARN integration testing. 
Creating a YARN cluster
    +       in the JVM requires starting a Jersey 1-based web application.
    +     -->
          <dependency>
            <groupId>com.sun.jersey</groupId>
            <artifactId>jersey-core</artifactId>
            <scope>test</scope>
    +       <version>1.9</version>
    --- End diff --
    
    One last finishing touch .. you could define (in just this pom) a property 
for Jersey 1.x versions to make sure they're modified together.


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