svn commit: r23788 - in /dev/spark/2.3.0-SNAPSHOT-2017_12_18_20_01-d4e6959-docs: ./ _site/ _site/api/ _site/api/R/ _site/api/java/ _site/api/java/lib/ _site/api/java/org/ _site/api/java/org/apache/ _s

2017-12-18 Thread pwendell
Author: pwendell Date: Tue Dec 19 04:14:33 2017 New Revision: 23788 Log: Apache Spark 2.3.0-SNAPSHOT-2017_12_18_20_01-d4e6959 docs [This commit notification would consist of 1414 parts, which exceeds the limit of 50 ones, so it was shortened to the summary.]

spark git commit: [MINOR][SQL] Remove Useless zipWithIndex from ResolveAliases

2017-12-18 Thread wenchen
Repository: spark Updated Branches: refs/heads/master 0609dcc03 -> d4e69595d [MINOR][SQL] Remove Useless zipWithIndex from ResolveAliases ## What changes were proposed in this pull request? Remove useless `zipWithIndex` from `ResolveAliases `. ## How was this patch tested? The existing tests

svn commit: r23786 - in /dev/spark/2.3.0-SNAPSHOT-2017_12_18_16_01-0609dcc-docs: ./ _site/ _site/api/ _site/api/R/ _site/api/java/ _site/api/java/lib/ _site/api/java/org/ _site/api/java/org/apache/ _s

2017-12-18 Thread pwendell
Author: pwendell Date: Tue Dec 19 00:14:33 2017 New Revision: 23786 Log: Apache Spark 2.3.0-SNAPSHOT-2017_12_18_16_01-0609dcc docs [This commit notification would consist of 1414 parts, which exceeds the limit of 50 ones, so it was shortened to the summary.]

spark git commit: [SPARK-22777][SCHEDULER] Kubernetes mode dockerfile permission and distribution

2017-12-18 Thread vanzin
Repository: spark Updated Branches: refs/heads/master 3a07eff5a -> 0609dcc03 [SPARK-22777][SCHEDULER] Kubernetes mode dockerfile permission and distribution # What changes were proposed in this pull request? 1. entrypoint.sh for Kubernetes spark-base image is marked as executable (644 ->

spark git commit: [SPARK-22813][BUILD] Use lsof or /usr/sbin/lsof in run-tests.py

2017-12-18 Thread gurwls223
Repository: spark Updated Branches: refs/heads/master fbfa9be7e -> 3a07eff5a [SPARK-22813][BUILD] Use lsof or /usr/sbin/lsof in run-tests.py ## What changes were proposed in this pull request? In [the environment where `/usr/sbin/lsof` does not

spark git commit: Revert "Revert "[SPARK-22496][SQL] thrift server adds operation logs""

2017-12-18 Thread gurwls223
Repository: spark Updated Branches: refs/heads/master 772e4648d -> fbfa9be7e Revert "Revert "[SPARK-22496][SQL] thrift server adds operation logs"" This reverts commit e58f275678fb4f904124a4a2a1762f04c835eb0e. Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit:

spark git commit: [SPARK-20653][CORE] Add cleaning of old elements from the status store.

2017-12-18 Thread irashid
Repository: spark Updated Branches: refs/heads/master fb3636b48 -> 772e4648d [SPARK-20653][CORE] Add cleaning of old elements from the status store. This change restores the functionality that keeps a limited number of different types (jobs, stages, etc) depending on configuration, to avoid

spark git commit: [SPARK-22807][SCHEDULER] Remove config that says docker and replace with container

2017-12-18 Thread vanzin
Repository: spark Updated Branches: refs/heads/master 7f6d10a73 -> fb3636b48 [SPARK-22807][SCHEDULER] Remove config that says docker and replace with container ## What changes were proposed in this pull request? Changes discussed in