spark git commit: [SPARK-22107] Change as to alias in python quickstart

2017-09-24 Thread gurwls223
Repository: spark Updated Branches: refs/heads/branch-2.2 211d81beb -> 8acce00ac [SPARK-22107] Change as to alias in python quickstart ## What changes were proposed in this pull request? Updated docs so that a line of python in the quick start guide executes. Closes #19283 ## How was this

spark git commit: [SPARK-22107] Change as to alias in python quickstart

2017-09-24 Thread gurwls223
Repository: spark Updated Branches: refs/heads/master 576c43fb4 -> 20adf9aa1 [SPARK-22107] Change as to alias in python quickstart ## What changes were proposed in this pull request? Updated docs so that a line of python in the quick start guide executes. Closes #19283 ## How was this

[1/2] spark git commit: [SPARK-22087][SPARK-14650][WIP][BUILD][REPL][CORE] Compile Spark REPL for Scala 2.12 + other 2.12 fixes

2017-09-24 Thread srowen
Repository: spark Updated Branches: refs/heads/master 4943ea598 -> 576c43fb4 http://git-wip-us.apache.org/repos/asf/spark/blob/576c43fb/repl/src/main/scala/org/apache/spark/repl/Main.scala -- diff --git

[2/2] spark git commit: [SPARK-22087][SPARK-14650][WIP][BUILD][REPL][CORE] Compile Spark REPL for Scala 2.12 + other 2.12 fixes

2017-09-24 Thread srowen
[SPARK-22087][SPARK-14650][WIP][BUILD][REPL][CORE] Compile Spark REPL for Scala 2.12 + other 2.12 fixes ## What changes were proposed in this pull request? Enable Scala 2.12 REPL. Fix most remaining issues with 2.12 compilation and warnings, including: - Selecting Kafka 0.10.1+ for Scala 2.12

spark git commit: [SPARK-22058][CORE] the BufferedInputStream will not be closed if an exception occurs.

2017-09-24 Thread srowen
Repository: spark Updated Branches: refs/heads/master 9d48bd0b3 -> 4943ea598 [SPARK-22058][CORE] the BufferedInputStream will not be closed if an exception occurs. ## What changes were proposed in this pull request? EventLoggingListener use `val in = new BufferedInputStream(fs.open(log))`

spark git commit: [SPARK-22093][TESTS] Fixes `assume` in `UtilsSuite` and `HiveDDLSuite`

2017-09-24 Thread gurwls223
Repository: spark Updated Branches: refs/heads/master 2274d84ef -> 9d48bd0b3 [SPARK-22093][TESTS] Fixes `assume` in `UtilsSuite` and `HiveDDLSuite` ## What changes were proposed in this pull request? This PR proposes to remove `assume` in `Utils.resolveURIs` and replace `assume` to `assert`