Checking for required programs...
Program requirement is fulfilled!
Using config file: compile.conf
Hadoop Version : 2.6.0-cdh5.13.3
Spark Version : 1.6.0-cdh5.13.3
Other opts set : -Dsbt.repository.config=app-conf/resolver.conf
############################################################################
npm installation found, we'll compile with the new user interface
############################################################################
5 packages are looking for funding
run npm fund for details
found 333 vulnerabilities (94 low, 43 moderate, 196 high)
run npm audit fix to fix them, or npm audit for details
node_modules/bower/bin/bower install
node_modules/ember-cli/bin/ember build --prod
WARNING: Node v10.0.0 has currently not been tested against Ember CLI and may result in unexpected behaviour.
Could not start watchman; falling back to NodeWatcher for file system events.
Visit http://ember-cli.com/user-guide/#watchman for more info.
Built project successfully. Stored in "dist/".
File sizes:
set +x
Command is: play -Dhadoopversion=2.6.0-cdh5.13.3 -Dsparkversion=1.6.0-cdh5.13.3 -Dsbt.repository.config=app-conf/resolver.conf clean compile test
activator is /opt/activator-dist-1.3.12/bin/activator
[info] Loading project definition from /home/dr-elephant/project
[info] Set current project to dr-elephant (in build file:/home/dr-elephant/)
[success] Total time: 0 s, completed Apr 27, 2020 4:57:36 PM
[info] Updating {file:/home/dr-elephant/}root...
[info] Resolving org.jacoco#org.jacoco.agent;0.7.1.201405082137 ...
[info] Done updating.
[warn] Scala version was updated by one of library dependencies:
[warn] org.scala-lang:scala-library:(2.10.3, 2.10.0, 2.10.4, 2.10.2) -> 2.10.5
[warn] To force scalaVersion, add the following:
[warn] ivyScala := ivyScala.value map { _.copy(overrideScalaVersion = true) }
[warn] There may be incompatibilities among your library dependencies.
[warn] Here are some of the libraries that were evicted:
[warn] com.google.guava:guava:(16.0.1, 11.0.2, 14.0.1) -> 18.0
[warn] com.fasterxml.jackson.module:jackson-module-scala_2.10:2.2.3 -> 2.5.3
[warn] com.jsuereth:scala-arm_2.10:1.3 -> 1.4
[warn] * com.google.code.findbugs:jsr305:1.3.9 -> 2.0.1
[warn] Run 'evicted' to see detailed eviction warnings
[info] Compiling 98 Scala sources and 160 Java sources to /home/dr-elephant/target/scala-2.10/classes...
[error] /home/dr-elephant/app/org/apache/spark/deploy/history/SparkDataCollection.scala:52: not enough arguments for constructor StorageStatusListener: (conf: org.apache.spark.SparkConf)org.apache.spark.storage.StorageStatusListener.
[error] Unspecified value parameter conf.
[error] lazy val storageStatusListener = new StorageStatusListener()
[error] ^
[error] /home/dr-elephant/app/org/apache/spark/deploy/history/SparkDataCollection.scala:53: not enough arguments for constructor ExecutorsListener: (storageStatusListener: org.apache.spark.storage.StorageStatusListener, conf: org.apache.spark.SparkConf)org.apache.spark.ui.exec.ExecutorsListener.
[error] Unspecified value parameter conf.
[error] lazy val executorsListener = new ExecutorsListener(storageStatusListener)
[error] ^
[warn] /home/dr-elephant/app/org/apache/spark/deploy/history/SparkDataCollection.scala:313: abstract type pattern T is unchecked since it is eliminated by erasure
[warn] seq.foreach { case (item: T) => list.add(item)}
[warn] ^
[warn] one warning found
[error] two errors found
[error] (compile:compileIncremental) Compilation failed
[error] Total time: 25 s, completed Apr 27, 2020 4:58:02 PM
Build failed...
Checking for required programs... Program requirement is fulfilled! Using config file: compile.conf Hadoop Version : 2.6.0-cdh5.13.3 Spark Version : 1.6.0-cdh5.13.3 Other opts set : -Dsbt.repository.config=app-conf/resolver.conf ############################################################################ npm installation found, we'll compile with the new user interface ############################################################################
5 packages are looking for funding run
npm fund
for detailsfound 333 vulnerabilities (94 low, 43 moderate, 196 high) run
npm audit fix
to fix them, ornpm audit
for details