2
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

zincを入れてSparkのincremental compileをする。

Last updated at Posted at 2016-05-13

zincのbinaryをdownload

wget http://downloads.typesafe.com/zinc/0.3.9/zinc-0.3.9.tgz

zinc serverを起動

cd zinc-0.3.9
./bin/zinc -nailed

起動確認

./bin/zinc -status

Nailgun server running with 1 cached compiler

Version = 0.3.9

Zinc compiler cache limit = 5
Resident scalac cache limit = 0
Analysis cache limit = 5

Compiler(Scala 2.11.8) [7728f2aa]
Setup = {
....   }
....

   java home = 
   fork java = false
   cache directory = /Users/a14350/.zinc/0.3.9
}

sparkのbuild時の確認


...
[INFO] --- scala-maven-plugin:3.2.2:compile (scala-compile-first) @ spark-catalyst_2.11 ---
[INFO] Using zinc server for incremental compilation
[warn] Pruning sources from previous analysis, due to incompatible CompileSetup.

...

2
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?