[
https://issues.apache.org/jira/browse/SPARK-6155?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Sean Owen updated SPARK-6155:
-----------------------------
Fix Version/s: (was: 1.3.0)
So this class is a copy of the Scala 2.11 shell. I think the answer is that
Spark does not support Scala 2.11.5 right now, and only supports the Scala
2.11.2 declared in its pom.xml and from which this class came. I think I would
convert both of your issues into a feature request to update to 2.11.6 for
1.4.x.
> Build with Scala 2.11.5 failed for Spark v1.3.0-rc2
> ---------------------------------------------------
>
> Key: SPARK-6155
> URL: https://issues.apache.org/jira/browse/SPARK-6155
> Project: Spark
> Issue Type: Bug
> Reporter: Jianshi Huang
> Priority: Minor
>
> Just tried to build with Scala 2.11.5. failed with following error message:
> [INFO] Compiling 9 Scala sources to
> /Users/jianshuang/workspace/others/spark/repl/target/scala-2.11/classes...
> [ERROR]
> /Users/jianshuang/workspace/others/spark/repl/scala-2.11/src/main/scala/org/apache/spark/repl/SparkIMain.scala:1132:
> value withIncompleteHandler is not a member of
> SparkIMain.this.global.PerRunReporting
> [ERROR] currentRun.reporting.withIncompleteHandler((_, _) =>
> isIncomplete = true) {
> [ERROR] ^
> Looks like PerRunParsing has been changed from Reporting to Parsing in 2.11.5
> http://fossies.org/diffs/scala-sources/2.11.2_vs_2.11.5/src/compiler/scala/tools/nsc/Reporting.scala-diff.html
> Jianshi
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]