Github user sarutak commented on a diff in the pull request:
https://github.com/apache/spark/pull/2520#discussion_r18575095
--- 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 --
Only for scalastyle, settings for alpha and stable are not needed but if we
don't set those settings, we cannot build because the sources in common cannot
resolve reference to the sources in alpha and stable.
---
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]