spark git commit: [SPARK-22160][SQL] Make sample points per partition (in range partitioner) configurable and bump the default value up to 100

2017-09-28 Thread rxin
Repository: spark Updated Branches: refs/heads/master d29d1e879 -> 323806e68 [SPARK-22160][SQL] Make sample points per partition (in range partitioner) configurable and bump the default value up to 100 ## What changes were proposed in this pull request? Spark's RangePartitioner hard codes

spark git commit: [SPARK-22159][SQL] Make config names consistently end with "enabled".

2017-09-28 Thread lixiao
Repository: spark Updated Branches: refs/heads/master d74dee133 -> d29d1e879 [SPARK-22159][SQL] Make config names consistently end with "enabled". ## What changes were proposed in this pull request? spark.sql.execution.arrow.enable and spark.sql.codegen.aggregate.map.twolevel.enable ->

spark-website git commit: Adding `tejasp` to committer page

2017-09-28 Thread tejasp
Repository: spark-website Updated Branches: refs/heads/asf-site fc8a00df0 -> 087e3ae83 Adding `tejasp` to committer page Project: http://git-wip-us.apache.org/repos/asf/spark-website/repo Commit: http://git-wip-us.apache.org/repos/asf/spark-website/commit/087e3ae8 Tree:

spark git commit: [SPARK-22153][SQL] Rename ShuffleExchange -> ShuffleExchangeExec

2017-09-28 Thread lixiao
Repository: spark Updated Branches: refs/heads/master 01bd00d13 -> d74dee133 [SPARK-22153][SQL] Rename ShuffleExchange -> ShuffleExchangeExec ## What changes were proposed in this pull request? For some reason when we added the Exec suffix to all physical operators, we missed this one. I was

spark git commit: [SPARK-22143][SQL][BRANCH-2.2] Fix memory leak in OffHeapColumnVector

2017-09-28 Thread hvanhovell
Repository: spark Updated Branches: refs/heads/branch-2.2 12a74e352 -> 8c5ab4e10 [SPARK-22143][SQL][BRANCH-2.2] Fix memory leak in OffHeapColumnVector This is a backport of https://github.com/apache/spark/commit/02bb0682e68a2ce81f3b98d33649d368da7f2b3d. ## What changes were proposed in this

spark git commit: [SPARK-22128][CORE] Update paranamer to 2.8 to avoid BytecodeReadingParanamer ArrayIndexOutOfBoundsException with Scala 2.12 + Java 8 lambda

2017-09-28 Thread srowen
Repository: spark Updated Branches: refs/heads/master f20be4d70 -> 01bd00d13 [SPARK-22128][CORE] Update paranamer to 2.8 to avoid BytecodeReadingParanamer ArrayIndexOutOfBoundsException with Scala 2.12 + Java 8 lambda ## What changes were proposed in this pull request? Un-manage

spark git commit: [SPARK-22135][MESOS] metrics in spark-dispatcher not being registered properly

2017-09-28 Thread jshao
Repository: spark Updated Branches: refs/heads/branch-2.2 42e172744 -> 12a74e352 [SPARK-22135][MESOS] metrics in spark-dispatcher not being registered properly ## What changes were proposed in this pull request? Fix a trivial bug with how metrics are registered in the mesos dispatcher. Bug

spark git commit: [SPARK-22135][MESOS] metrics in spark-dispatcher not being registered properly

2017-09-28 Thread jshao
Repository: spark Updated Branches: refs/heads/master 3b117d631 -> f20be4d70 [SPARK-22135][MESOS] metrics in spark-dispatcher not being registered properly ## What changes were proposed in this pull request? Fix a trivial bug with how metrics are registered in the mesos dispatcher. Bug