spark git commit: [SPARK-22176][SQL] Fix overflow issue in Dataset.show

2017-10-02 Thread lixiao
Repository: spark Updated Branches: refs/heads/master 4329eb2e7 -> fa225da74 [SPARK-22176][SQL] Fix overflow issue in Dataset.show ## What changes were proposed in this pull request? This pr fixed an overflow issue below in `Dataset.show`: ``` scala> Seq((1, 2), (3, 4)).toDF("a",

spark git commit: [SPARK-16944][Mesos] Improve data locality when launching new executors when dynamic allocation is enabled

2017-10-02 Thread haoyuan
Repository: spark Updated Branches: refs/heads/master e5431f2cf -> 4329eb2e7 [SPARK-16944][Mesos] Improve data locality when launching new executors when dynamic allocation is enabled ## What changes were proposed in this pull request? Improve the Spark-Mesos coarse-grained scheduler to

spark git commit: [SPARK-22158][SQL] convertMetastore should not ignore table property

2017-10-02 Thread lixiao
Repository: spark Updated Branches: refs/heads/master 8fab7995d -> e5431f2cf [SPARK-22158][SQL] convertMetastore should not ignore table property ## What changes were proposed in this pull request? >From the beginning, convertMetastoreOrc ignores table properties and use an >empty map

[2/2] spark git commit: Preparing development version 2.1.3-SNAPSHOT

2017-10-02 Thread holden
Preparing development version 2.1.3-SNAPSHOT Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/49e8ccc4 Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/49e8ccc4 Diff:

[spark] Git Push Summary

2017-10-02 Thread holden
Repository: spark Updated Tags: refs/tags/v2.1.2-rc4 [created] 2abaea9e4 - To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org For additional commands, e-mail: commits-h...@spark.apache.org

[1/2] spark git commit: Preparing Spark release v2.1.2-rc4

2017-10-02 Thread holden
Repository: spark Updated Branches: refs/heads/branch-2.1 ff4179bba -> 49e8ccc43 Preparing Spark release v2.1.2-rc4 Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/2abaea9e Tree:

spark git commit: [SPARK-22167][R][BUILD] sparkr packaging issue allow zinc

2017-10-02 Thread holden
Repository: spark Updated Branches: refs/heads/branch-2.2 7bf25e086 -> b9adddb6a [SPARK-22167][R][BUILD] sparkr packaging issue allow zinc ## What changes were proposed in this pull request? When zinc is running the pwd might be in the root of the project. A quick solution to this is to not

spark git commit: [SPARK-22167][R][BUILD] sparkr packaging issue allow zinc

2017-10-02 Thread holden
Repository: spark Updated Branches: refs/heads/branch-2.1 81e4008c2 -> ff4179bba [SPARK-22167][R][BUILD] sparkr packaging issue allow zinc ## What changes were proposed in this pull request? When zinc is running the pwd might be in the root of the project. A quick solution to this is to not

spark git commit: [SPARK-22167][R][BUILD] sparkr packaging issue allow zinc

2017-10-02 Thread holden
Repository: spark Updated Branches: refs/heads/master 405c0e99e -> 8fab7995d [SPARK-22167][R][BUILD] sparkr packaging issue allow zinc ## What changes were proposed in this pull request? When zinc is running the pwd might be in the root of the project. A quick solution to this is to not go

spark git commit: [SPARK-18971][CORE] Upgrade Netty to 4.0.43.Final

2017-10-02 Thread srowen
Repository: spark Updated Branches: refs/heads/branch-2.1 78661f95e -> 81e4008c2 [SPARK-18971][CORE] Upgrade Netty to 4.0.43.Final ## What changes were proposed in this pull request? Upgrade Netty to `4.0.43.Final` to add the fix for https://github.com/netty/netty/issues/6153 ## How was

spark git commit: [SPARK-22173][WEB-UI] Table CSS style needs to be adjusted in History Page and in Executors Page.

2017-10-02 Thread srowen
Repository: spark Updated Branches: refs/heads/master 3ca367083 -> 405c0e99e [SPARK-22173][WEB-UI] Table CSS style needs to be adjusted in History Page and in Executors Page. ## What changes were proposed in this pull request? There is a problem with table CSS style. 1. At present, table