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

    https://github.com/apache/spark/pull/877#discussion_r13034646
  
    --- Diff: project/SparkBuild.scala ---
    @@ -574,7 +572,6 @@ object SparkBuild extends Build {
     
       def assemblyProjSettings = sharedSettings ++ Seq(
         name := "spark-assembly",
    -    assembleDeps in Compile <<= (packageProjects.map(packageBin in Compile 
in _) ++ Seq(packageDependency in Compile)).dependOn,
         jarName in assembly <<= version map { v => "spark-assembly-" + v + 
"-hadoop" + hadoopVersion + ".jar" },
         jarName in packageDependency <<= version map { v => "spark-assembly-" 
+ v + "-hadoop" + hadoopVersion + "-deps.jar" }
    --- End diff --
    
    What is this line used for?


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

Reply via email to