[
https://issues.apache.org/jira/browse/TOREE-112?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15175892#comment-15175892
]
Gino Bustelo commented on TOREE-112:
------------------------------------
Being worked on PR https://github.com/apache/incubator-toree/pull/10
> Suggestions for building with 2.11?
> -----------------------------------
>
> Key: TOREE-112
> URL: https://issues.apache.org/jira/browse/TOREE-112
> Project: TOREE
> Issue Type: Bug
> Reporter: elbamos
>
> First off, great job. Compiles and works very well.
> Do you have suggestions for getting it to compile with 2.11 though? The
> akka.zeromq dependency has to get changed, after that though I start getting
> errors like:
> [info] Compiling 44 Scala sources to
> /home/aelberg/spark-kernel/protocol/target/scala-2.11/classes...
> [error]
> /home/aelberg/spark-kernel/kernel-api/src/main/scala/com/ibm/spark/interpreter/ScalaInterpreter.scala:26:
> object SparkJLineCompletion is not a member of package org.apache.spark.repl
> [error] import org.apache.spark.repl.{SparkJLineCompletion, SparkIMain}
> [error] ^
> [error]
> /home/aelberg/spark-kernel/kernel-api/src/main/scala/com/ibm/spark/interpreter/ScalaInterpreter.scala:153:
> value forMSIL is not a member of scala.tools.nsc.Global
> [error] require(!sparkIMain.global.forMSIL) // Only support JavaPlatform
> [error] ^
> [error]
> /home/aelberg/spark-kernel/kernel-api/src/main/scala/com/ibm/spark/interpreter/ScalaInterpreter.scala:366:
> value isReportingErrors is not a member of
> scala.tools.nsc.interpreter.SparkIMain
> [error] if (sparkIMain.isReportingErrors)
> [error] ^
> [error]
> /home/aelberg/spark-kernel/kernel-api/src/main/scala/com/ibm/spark/interpreter/ScalaInterpreter.scala:340:
> type mismatch;
> [error] found : Option[Any]
> [error] required: Option[AnyRef]
> Which I find rather mysterious.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)