svn commit: r24913 - in /dev/spark/2.4.0-SNAPSHOT-2018_02_10_12_01-0783876-docs: ./ _site/ _site/api/ _site/api/R/ _site/api/java/ _site/api/java/lib/ _site/api/java/org/ _site/api/java/org/apache/ _s

2018-02-10 Thread pwendell
Author: pwendell Date: Sat Feb 10 20:15:31 2018 New Revision: 24913 Log: Apache Spark 2.4.0-SNAPSHOT-2018_02_10_12_01-0783876 docs [This commit notification would consist of 1444 parts, which exceeds the limit of 50 ones, so it was shortened to the summary.]

svn commit: r24912 - in /dev/spark/2.3.1-SNAPSHOT-2018_02_10_10_01-b7571b9-docs: ./ _site/ _site/api/ _site/api/R/ _site/api/java/ _site/api/java/lib/ _site/api/java/org/ _site/api/java/org/apache/ _s

2018-02-10 Thread pwendell
Author: pwendell Date: Sat Feb 10 18:15:35 2018 New Revision: 24912 Log: Apache Spark 2.3.1-SNAPSHOT-2018_02_10_10_01-b7571b9 docs [This commit notification would consist of 1443 parts, which exceeds the limit of 50 ones, so it was shortened to the summary.]

spark git commit: [SPARK-23344][PYTHON][ML] Add distanceMeasure param to KMeans

2018-02-10 Thread srowen
Repository: spark Updated Branches: refs/heads/master 97a224a85 -> 0783876c8 [SPARK-23344][PYTHON][ML] Add distanceMeasure param to KMeans ## What changes were proposed in this pull request? SPARK-22119 introduced a new parameter for KMeans, ie. `distanceMeasure`. The PR adds it also to the

spark git commit: [SPARK-23360][SQL][PYTHON] Get local timezone from environment via pytz, or dateutil.

2018-02-10 Thread gurwls223
Repository: spark Updated Branches: refs/heads/branch-2.3 f3a9a7f6b -> b7571b9bf [SPARK-23360][SQL][PYTHON] Get local timezone from environment via pytz, or dateutil. ## What changes were proposed in this pull request? Currently we use `tzlocal()` to get Python local timezone, but it

spark git commit: [SPARK-23360][SQL][PYTHON] Get local timezone from environment via pytz, or dateutil.

2018-02-10 Thread gurwls223
Repository: spark Updated Branches: refs/heads/master 6d7c38330 -> 97a224a85 [SPARK-23360][SQL][PYTHON] Get local timezone from environment via pytz, or dateutil. ## What changes were proposed in this pull request? Currently we use `tzlocal()` to get Python local timezone, but it sometimes