spark git commit: [SPARK-17001][ML] Enable standardScaler to standardize sparse vectors when withMean=True

2016-08-27 Thread srowen
Repository: spark Updated Branches: refs/heads/master 9fbced5b2 -> e07baf141 [SPARK-17001][ML] Enable standardScaler to standardize sparse vectors when withMean=True ## What changes were proposed in this pull request? Allow centering / mean scaling of sparse vectors in StandardScaler, if re

spark git commit: [SPARK-17216][UI] fix event timeline bars length

2016-08-27 Thread srowen
Repository: spark Updated Branches: refs/heads/branch-2.0 7306c5f90 -> 5487fa0b8 [SPARK-17216][UI] fix event timeline bars length ## What changes were proposed in this pull request? Make event timeline bar expand to full length of the bar (which is total time) This issue occurs only on chrom

spark git commit: [SPARK-17216][UI] fix event timeline bars length

2016-08-27 Thread srowen
Repository: spark Updated Branches: refs/heads/master 40168dbe7 -> 9fbced5b2 [SPARK-17216][UI] fix event timeline bars length ## What changes were proposed in this pull request? Make event timeline bar expand to full length of the bar (which is total time) This issue occurs only on chrome, f

spark git commit: [ML][MLLIB] The require condition and message doesn't match in SparseMatrix.

2016-08-27 Thread srowen
Repository: spark Updated Branches: refs/heads/branch-2.0 56a842635 -> 7306c5f90 [ML][MLLIB] The require condition and message doesn't match in SparseMatrix. ## What changes were proposed in this pull request? The require condition and message doesn't match, and the condition also should be o

spark git commit: [ML][MLLIB] The require condition and message doesn't match in SparseMatrix.

2016-08-27 Thread srowen
Repository: spark Updated Branches: refs/heads/master cd0ed31ea -> 40168dbe7 [ML][MLLIB] The require condition and message doesn't match in SparseMatrix. ## What changes were proposed in this pull request? The require condition and message doesn't match, and the condition also should be optim

spark git commit: [SPARK-15382][SQL] Fix a bug in sampling with replacement

2016-08-27 Thread srowen
Repository: spark Updated Branches: refs/heads/branch-2.0 901ab0694 -> 56a842635 [SPARK-15382][SQL] Fix a bug in sampling with replacement ## What changes were proposed in this pull request? This pr to fix a bug below in sampling with replacement ``` val df = Seq((1, 0), (2, 0), (3, 0)).toDF("

spark git commit: [SPARK-15382][SQL] Fix a bug in sampling with replacement

2016-08-27 Thread srowen
Repository: spark Updated Branches: refs/heads/master 718b6bad2 -> cd0ed31ea [SPARK-15382][SQL] Fix a bug in sampling with replacement ## What changes were proposed in this pull request? This pr to fix a bug below in sampling with replacement ``` val df = Seq((1, 0), (2, 0), (3, 0)).toDF("a",

spark git commit: [SPARK-17274][SQL] Move join optimizer rules into a separate file

2016-08-27 Thread rxin
Repository: spark Updated Branches: refs/heads/branch-2.0 f91614f36 -> 901ab0694 [SPARK-17274][SQL] Move join optimizer rules into a separate file ## What changes were proposed in this pull request? As part of breaking Optimizer.scala apart, this patch moves various join rules into a single f

spark git commit: [SPARK-17274][SQL] Move join optimizer rules into a separate file

2016-08-27 Thread rxin
Repository: spark Updated Branches: refs/heads/master 5aad4509c -> 718b6bad2 [SPARK-17274][SQL] Move join optimizer rules into a separate file ## What changes were proposed in this pull request? As part of breaking Optimizer.scala apart, this patch moves various join rules into a single file.

spark git commit: [SPARK-17273][SQL] Move expression optimizer rules into a separate file

2016-08-27 Thread rxin
Repository: spark Updated Branches: refs/heads/master 0243b3287 -> 5aad4509c [SPARK-17273][SQL] Move expression optimizer rules into a separate file ## What changes were proposed in this pull request? As part of breaking Optimizer.scala apart, this patch moves various expression optimization

spark git commit: [SPARK-17272][SQL] Move subquery optimizer rules into its own file

2016-08-27 Thread rxin
Repository: spark Updated Branches: refs/heads/master dcefac438 -> 0243b3287 [SPARK-17272][SQL] Move subquery optimizer rules into its own file ## What changes were proposed in this pull request? As part of breaking Optimizer.scala apart, this patch moves various subquery rules into a single

spark git commit: [SPARK-17270][SQL] Move object optimization rules into its own file (branch-2.0)

2016-08-27 Thread rxin
Repository: spark Updated Branches: refs/heads/branch-2.0 94d52d765 -> f91614f36 [SPARK-17270][SQL] Move object optimization rules into its own file (branch-2.0) ## What changes were proposed in this pull request? As part of breaking Optimizer.scala apart, this patch moves various Dataset obj