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

    https://github.com/apache/spark/pull/2520#discussion_r18821013
  
    --- Diff: project/SparkBuild.scala ---
    @@ -170,6 +178,24 @@ object SparkBuild extends PomBuild {
     
     }
     
    +object YARNCommon {
    +  lazy val settings = Seq(
    +    scalaSource in Compile := baseDirectory.value / "common/src/main/scala"
    +  )
    +}
    +
    +object YARNAlpha {
    +  lazy val settings = Seq(
    +    unmanagedSourceDirectories in Compile += baseDirectory.value / 
"alpha/src/main/scala"
    --- End diff --
    
    I mean, without settings 'YARNAlpha' and 'YARNStable', (leave only  
YARNCommon setting). we can run scalastyle successfully but fail to build with 
'sbt/sbt assembly'.
    Without this patch, of course, we can build successfully.


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