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

    https://github.com/apache/spark/pull/3147#discussion_r20050539
  
    --- Diff: project/SparkBuild.scala ---
    @@ -38,12 +38,12 @@ object BuildCommons {
           "streaming-flume", "streaming-kafka", "streaming-mqtt", 
"streaming-twitter",
           "streaming-zeromq").map(ProjectRef(buildLocation, _))
     
    -  val optionallyEnabledProjects@Seq(yarn, yarnStable, yarnAlpha, 
networkYarn, java8Tests,
    -    sparkGangliaLgpl, sparkKinesisAsl) = Seq("yarn", "yarn-stable", 
"yarn-alpha", "network-yarn",
    +  val optionallyEnabledProjects@Seq(yarn, yarnStable, yarnAlpha, 
java8Tests,
    +    sparkGangliaLgpl, sparkKinesisAsl) = Seq("yarn", "yarn-stable", 
"yarn-alpha",
         "java8-tests", "ganglia-lgpl", 
"kinesis-asl").map(ProjectRef(buildLocation, _))
     
    -  val assemblyProjects@Seq(assembly, examples) = Seq("assembly", 
"examples")
    -    .map(ProjectRef(buildLocation, _))
    +  val assemblyProjects@Seq(assembly, examples, networkYarn) =
    +    Seq("assembly", "examples", 
"network-yarn").map(ProjectRef(buildLocation, _))
    --- End diff --
    
    It might be good to make sure the name here matches what is in the maven 
build. You can modify the name using "jarName in assembly" setting. You'll want 
to modify it just for the `network-yarn` project though.


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