zincを入れてSparkのincremental compileをする。
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.
...
Author And Source
この問題について(zincを入れてSparkのincremental compileをする。), 我々は、より多くの情報をここで見つけました https://qiita.com/rikima/items/771e0cc7b3262a8d38d8著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .