Shim HyungSung created ZEPPELIN-1714:
----------------------------------------
Summary: Build error of scio Intepreter on Centos
Key: ZEPPELIN-1714
URL: https://issues.apache.org/jira/browse/ZEPPELIN-1714
Project: Zeppelin
Issue Type: Bug
Reporter: Shim HyungSung
Fix For: 0.7.0
I got following build error on CentOS
{code}
[INFO] --- maven-scala-plugin:2.15.2:compile (default) @ zeppelin-scio_2.10 ---
[INFO] Checking for multiple versions of scala
[WARNING] Expected all dependencies to require Scala version: 2.10.5
[WARNING] com.spotify:scio-repl_2.10:0.2.4 requires scala version: 2.10.6
[WARNING] Multiple versions of scala libraries detected!
[INFO] includes = [**/*.scala,**/*.java,]
[INFO] excludes = []
[INFO] /home/centos/zeppelin/scio/target/generated-sources/avro:-1: info:
compiling
[INFO] /home/centos/zeppelin/scio/src/main/scala:-1: info: compiling
[INFO] Compiling 6 source files to /home/centos/zeppelin/scio/target/classes at
1480142252830
[ERROR]
/home/centos/zeppelin/scio/src/main/scala/org/apache/zeppelin/scio/ScioInterpreter.scala:164:
error: object nsc is not a member of package tools
[INFO] import tools.nsc.interpreter.Results._
[INFO] ^
[ERROR]
/home/centos/zeppelin/scio/src/main/scala/org/apache/zeppelin/scio/ScioInterpreter.scala:166:
error: not found: value Success
[INFO] case Success => {
[INFO] ^
[ERROR]
/home/centos/zeppelin/scio/src/main/scala/org/apache/zeppelin/scio/ScioInterpreter.scala:170:
error: object java.lang.Error is not a value
[ERROR] case Error => {
[INFO] ^
[ERROR]
/home/centos/zeppelin/scio/src/main/scala/org/apache/zeppelin/scio/ScioInterpreter.scala:174:
error: not found: value Incomplete
[INFO] case Incomplete => {
[INFO] ^
[ERROR] four errors found
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] Zeppelin: Interpreter .............................. SUCCESS [ 12.150 s]
[INFO] Zeppelin: Zengine .................................. SUCCESS [ 4.946 s]
[INFO] Zeppelin: Display system apis ...................... SUCCESS [ 13.549 s]
[INFO] Zeppelin: Scio ..................................... FAILURE [ 7.596 s]
[INFO] Zeppelin: Server ................................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 38.912 s
[INFO] Finished at: 2016-11-26T06:37:37+00:00
[INFO] Final Memory: 87M/1851M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal
org.scala-tools:maven-scala-plugin:2.15.2:compile (default) on project
zeppelin-scio_2.10: wrap: org.apache.commons.exec.ExecuteException: Process
exited with an error: 1(Exit value: 1) -> [Help 1
{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)