[jira] [Updated] (SPARK-6155) Support Scala 2.11.5+

2015-03-08 Thread Jianshi Huang (JIRA)

 [ 
https://issues.apache.org/jira/browse/SPARK-6155?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jianshi Huang updated SPARK-6155:
-
Issue Type: New Feature  (was: Improvement)

 Support Scala 2.11.5+
 -

 Key: SPARK-6155
 URL: https://issues.apache.org/jira/browse/SPARK-6155
 Project: Spark
  Issue Type: New Feature
  Components: Build
Affects Versions: 1.3.0
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: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org



[jira] [Updated] (SPARK-6155) Support Scala 2.11.5+

2015-03-08 Thread Jianshi Huang (JIRA)

 [ 
https://issues.apache.org/jira/browse/SPARK-6155?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jianshi Huang updated SPARK-6155:
-
Priority: Major  (was: Minor)

 Support Scala 2.11.5+
 -

 Key: SPARK-6155
 URL: https://issues.apache.org/jira/browse/SPARK-6155
 Project: Spark
  Issue Type: New Feature
  Components: Build
Affects Versions: 1.3.0
Reporter: Jianshi Huang

 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: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org



[jira] [Updated] (SPARK-6155) Support Scala 2.11.5+

2015-03-05 Thread Sean Owen (JIRA)

 [ 
https://issues.apache.org/jira/browse/SPARK-6155?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sean Owen updated SPARK-6155:
-
  Component/s: Build
Affects Version/s: 1.3.0
   Issue Type: Improvement  (was: Bug)
  Summary: Support Scala 2.11.5+  (was: Build with Scala 2.11.5 
failed for Spark v1.3.0-rc2)

I would expect you can use code compiled for 2.11.5 in Spark-for-Scala-2.11, 
though I have never tried it. Obviously, you found at least one gotcha, 
although that was at a lower level.

 Support Scala 2.11.5+
 -

 Key: SPARK-6155
 URL: https://issues.apache.org/jira/browse/SPARK-6155
 Project: Spark
  Issue Type: Improvement
  Components: Build
Affects Versions: 1.3.0
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: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org