spark git commit: [SPARK-22651][PYTHON][ML] Prevent initiating multiple Hive clients for ImageSchema.readImages

2017-12-01 Thread gurwls223
Repository: spark Updated Branches: refs/heads/master ee10ca7ec -> aa4cf2b19 [SPARK-22651][PYTHON][ML] Prevent initiating multiple Hive clients for ImageSchema.readImages ## What changes were proposed in this pull request? Calling `ImageSchema.readImages` multiple times as below in PySpark

spark git commit: [SPARK-22638][SS] Use a separate queue for StreamingQueryListenerBus

2017-12-01 Thread zsxwing
Repository: spark Updated Branches: refs/heads/master 9d06a9e0c -> ee10ca7ec [SPARK-22638][SS] Use a separate queue for StreamingQueryListenerBus ## What changes were proposed in this pull request? Use a separate Spark event queue for StreamingQueryListenerBus so that if there are many

spark git commit: [SPARK-22393][SPARK-SHELL] spark-shell can't find imported types in class constructors, extends clause

2017-12-01 Thread srowen
Repository: spark Updated Branches: refs/heads/master 16adaf634 -> 9d06a9e0c [SPARK-22393][SPARK-SHELL] spark-shell can't find imported types in class constructors, extends clause ## What changes were proposed in this pull request?

spark git commit: [SPARK-22635][SQL][ORC] FileNotFoundException while reading ORC files containing special characters

2017-12-01 Thread gurwls223
Repository: spark Updated Branches: refs/heads/branch-2.2 ba00bd961 -> f3f8c8767 [SPARK-22635][SQL][ORC] FileNotFoundException while reading ORC files containing special characters ## What changes were proposed in this pull request? SPARK-22146 fix the FileNotFoundException issue only for