spark git commit: [HOTFIX] Hotfix branch-1.4 building by removing avgMetrics in CrossValidatorSuite

2015-06-21 Thread yhuai
Repository: spark Updated Branches: refs/heads/branch-1.4 2a7ea31a9 - b836bac3f [HOTFIX] Hotfix branch-1.4 building by removing avgMetrics in CrossValidatorSuite Ref. #6905 ping yhuai Author: Liang-Chi Hsieh vii...@gmail.com Closes #6929 from viirya/hot_fix_cv_test and squashes the

spark git commit: [SPARK-7426] [MLLIB] [ML] Updated Attribute.fromStructField to allow any NumericType.

2015-06-21 Thread jkbradley
Repository: spark Updated Branches: refs/heads/master a1894422a - 47c1d5629 [SPARK-7426] [MLLIB] [ML] Updated Attribute.fromStructField to allow any NumericType. Updated `Attribute.fromStructField` to allow any `NumericType`, rather than just `DoubleType`, and added unit tests for a few of

spark git commit: [SPARK-7715] [MLLIB] [ML] [DOC] Updated MLlib programming guide for release 1.4

2015-06-21 Thread meng
Repository: spark Updated Branches: refs/heads/master 83cdfd84f - a1894422a [SPARK-7715] [MLLIB] [ML] [DOC] Updated MLlib programming guide for release 1.4 Reorganized docs a bit. Added migration guides. **Q**: Do we want to say more for the 1.3 - 1.4 migration guide for ```spark.ml```?

spark git commit: [SPARK-7604] [MLLIB] Python API for PCA and PCAModel

2015-06-21 Thread jkbradley
Repository: spark Updated Branches: refs/heads/master a1e3649c8 - 32e3cdaa6 [SPARK-7604] [MLLIB] Python API for PCA and PCAModel Python API for PCA and PCAModel Author: Yanbo Liang yblia...@gmail.com Closes #6315 from yanboliang/spark-7604 and squashes the following commits: 1d58734 [Yanbo

spark git commit: [SPARK-8508] [SQL] Ignores a test case to cleanup unnecessary testing output until #6882 is merged

2015-06-21 Thread lian
Repository: spark Updated Branches: refs/heads/master 32e3cdaa6 - 83cdfd84f [SPARK-8508] [SQL] Ignores a test case to cleanup unnecessary testing output until #6882 is merged Currently [the test case for SPARK-7862] [1] writes 100,000 lines of integer triples to stderr and makes Jenkins

spark git commit: [SPARK-8379] [SQL] avoid speculative tasks write to the same file

2015-06-21 Thread lian
Repository: spark Updated Branches: refs/heads/master 41ab2853f - a1e3649c8 [SPARK-8379] [SQL] avoid speculative tasks write to the same file The issue link [SPARK-8379](https://issues.apache.org/jira/browse/SPARK-8379) Currently,when we insert data to the dynamic partition with speculative

spark git commit: [SPARK-8379] [SQL] avoid speculative tasks write to the same file

2015-06-21 Thread lian
Repository: spark Updated Branches: refs/heads/branch-1.4 fe59a4a5f - f0e404020 [SPARK-8379] [SQL] avoid speculative tasks write to the same file The issue link [SPARK-8379](https://issues.apache.org/jira/browse/SPARK-8379) Currently,when we insert data to the dynamic partition with