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

    https://github.com/apache/spark/pull/1813#discussion_r16493011
  
    --- Diff: pom.xml ---
    @@ -1017,6 +1018,21 @@
     
       <profiles>
     
    +    <!--
    +      This profile is enabled automatically by the sbt built. It changes 
the scope for the guava
    +      dependency, since we don't shade it in the artifacts generated by 
the sbt build.
    +    -->
    +    <profile>
    +      <id>sbt</id>
    +      <dependencies>
    +        <dependency>
    +          <groupId>com.google.guava</groupId>
    +          <artifactId>guava</artifactId>
    +          <scope>compile</scope>
    --- End diff --
    
    hey just wondering - since spark core lists this a compile dependency, and 
everything else depends on spark core, what makes this necessary?


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