Skip to content

Commit

Permalink
[HOTFIX] Revert "[SPARK-7092] Update spark scala version to 2.11.6"
Browse files Browse the repository at this point in the history
This reverts commit a11c868.

For more information see:
https://issues.apache.org/jira/browse/SPARK-7726
  • Loading branch information
pwendell committed May 19, 2015
1 parent 61f164d commit 27fa88b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1799,9 +1799,9 @@
<property><name>scala-2.11</name></property>
</activation>
<properties>
<scala.version>2.11.6</scala.version>
<scala.version>2.11.2</scala.version>
<scala.binary.version>2.11</scala.binary.version>
<jline.version>2.12.1</jline.version>
<jline.version>2.12</jline.version>
<jline.groupid>jline</jline.groupid>
</properties>
</profile>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1129,7 +1129,7 @@ class SparkIMain(@BeanProperty val factory: ScriptEngineFactory, initialSettings

def apply(line: String): Result = debugging(s"""parse("$line")""") {
var isIncomplete = false
currentRun.parsing.withIncompleteHandler((_, _) => isIncomplete = true) {
currentRun.reporting.withIncompleteHandler((_, _) => isIncomplete = true) {
reporter.reset()
val trees = newUnitParser(line).parseStats()
if (reporter.hasErrors) Error
Expand Down

0 comments on commit 27fa88b

Please sign in to comment.