File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -169,4 +169,12 @@ compilation. More advanced developers may wish to use SBT.
169
169
The SBT build is derived from the Maven POM files, and so the same Maven profiles and variables
170
170
can be set to control the SBT build. For example:
171
171
172
- sbt -Pyarn -Phadoop-2.3 compile
172
+ sbt/sbt -Pyarn -Phadoop-2.3 compile
173
+
174
+ # Speeding up Compilation with Zinc
175
+
176
+ [ Zinc] ( https://github.com/typesafehub/zinc ) is a long-running server version of SBT's incremental
177
+ compiler. When run locally as a background process, it speeds up builds of Scala-based projects
178
+ like Spark. Developers who regularly recompile Spark will be most interested in Zinc. The project
179
+ site gives instructions for building and running ` zinc ` ; OS X users can install it using
180
+ ` brew install zinc ` .
You can’t perform that action at this time.
0 commit comments