Github user berngp commented on a diff in the pull request:
https://github.com/apache/spark/pull/433#discussion_r11726091
--- Diff: project/SparkBuild.scala ---
@@ -52,7 +52,7 @@ object SparkBuild extends Build {
val SCALAC_JVM_VERSION = "jvm-1.6"
val JAVAC_JVM_VERSION = "1.6"
- lazy val root = Project("root", file("."), settings = rootSettings)
aggregate(allProjects: _*)
--- End diff --
When importing to IntelliJ Idea as an SBT project it uses the name of the
Projects and "root" lacks a bit of context. I presume the usage of the word
"root" has been based on the SBT multimodule example.
---
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.
---