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

    https://github.com/apache/spark/pull/2520#discussion_r18572940
  
    --- 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 --
    
    Really? 
yarn/common/src/main/scala/org/apache/spark/deploy/yarn/ClientArguments.scala 
has 100+ length line but "sbt/sbt -Pyarn -Phadoop-2.2 scalastyle" couldn't 
verified.
    
    I think, all projects except for yarn has source directory line <project 
name>/src but yarn project has source directory yarn/common/src instead of 
yarn/src so I thought scalastyle couldn't verify.
    
    How do you think?


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