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

    https://github.com/apache/spark/pull/996#discussion_r15689839
  
    --- Diff: assembly/pom.xml ---
    @@ -26,7 +26,7 @@
       </parent>
     
       <groupId>org.apache.spark</groupId>
    -  <artifactId>spark-assembly_2.10</artifactId>
    +  <artifactId>spark-assembly_${scala.binary.version}</artifactId>
    --- End diff --
    
    Yeah, you can't write that in the artifact name. It should be a constant 
string and should stay "2.10". In a PR to upgrade to 2.11 later, all of these 
should be "2.11" ... which means 2.10 support may have to be a branch at that 
point? or it may be safe to ignore the warning, if it works.


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

Reply via email to