spark git commit: [SPARK-7949] [MLLIB] [DOC] update document with some missing save/load

2015-05-31 Thread jkbradley
Repository: spark Updated Branches: refs/heads/master e1067d0ad - 067470030 [SPARK-7949] [MLLIB] [DOC] update document with some missing save/load add save load for examples: KMeansModel PowerIterationClusteringModel Word2VecModel IsotonicRegressionModel Author: Yuhao Yang hhb...@gmail.com

spark git commit: [SPARK-7949] [MLLIB] [DOC] update document with some missing save/load

2015-05-31 Thread jkbradley
Repository: spark Updated Branches: refs/heads/branch-1.4 70cf9c349 - 4d5ce4677 [SPARK-7949] [MLLIB] [DOC] update document with some missing save/load add save load for examples: KMeansModel PowerIterationClusteringModel Word2VecModel IsotonicRegressionModel Author: Yuhao Yang

spark git commit: [MINOR] Add license for dagre-d3 and graphlib-dot

2015-05-31 Thread andrewor14
Repository: spark Updated Branches: refs/heads/branch-1.4 01f38f75d - 8a72bc917 [MINOR] Add license for dagre-d3 and graphlib-dot Add license for dagre-d3 and graphlib-dot Author: zsxwing zsxw...@gmail.com Closes #6539 from zsxwing/LICENSE and squashes the following commits: 82b0475

spark git commit: [MINOR] Add license for dagre-d3 and graphlib-dot

2015-05-31 Thread andrewor14
Repository: spark Updated Branches: refs/heads/master 4b5f12bac - d1d2def2f [MINOR] Add license for dagre-d3 and graphlib-dot Add license for dagre-d3 and graphlib-dot Author: zsxwing zsxw...@gmail.com Closes #6539 from zsxwing/LICENSE and squashes the following commits: 82b0475 [zsxwing]

spark git commit: [SPARK-3850] Turn style checker on for trailing whitespaces.

2015-05-31 Thread rxin
Repository: spark Updated Branches: refs/heads/branch-1.4 4d5ce4677 - bab0fab68 [SPARK-3850] Turn style checker on for trailing whitespaces. Author: Reynold Xin r...@databricks.com Closes #6541 from rxin/trailing-whitespace-on and squashes the following commits: f72ebe4 [Reynold Xin]

spark git commit: [SPARK-3850] Turn style checker on for trailing whitespaces.

2015-05-31 Thread rxin
Repository: spark Updated Branches: refs/heads/master 067470030 - 866652c90 [SPARK-3850] Turn style checker on for trailing whitespaces. Author: Reynold Xin r...@databricks.com Closes #6541 from rxin/trailing-whitespace-on and squashes the following commits: f72ebe4 [Reynold Xin]

spark git commit: [SPARK-3850] Trim trailing spaces for MLlib.

2015-05-31 Thread rxin
Repository: spark Updated Branches: refs/heads/master d1d2def2f - e1067d0ad [SPARK-3850] Trim trailing spaces for MLlib. Author: Reynold Xin r...@databricks.com Closes #6534 from rxin/whitespace-mllib and squashes the following commits: 38926e3 [Reynold Xin] [SPARK-3850] Trim trailing

spark git commit: [SPARK-3850] Trim trailing spaces for MLlib.

2015-05-31 Thread rxin
Repository: spark Updated Branches: refs/heads/branch-1.4 8a72bc917 - 70cf9c349 [SPARK-3850] Trim trailing spaces for MLlib. Author: Reynold Xin r...@databricks.com Closes #6534 from rxin/whitespace-mllib and squashes the following commits: 38926e3 [Reynold Xin] [SPARK-3850] Trim trailing

svn commit: r1682772 - in /spark: faq.md site/faq.html site/streaming/index.html streaming/index.md

2015-05-31 Thread matei
Author: matei Date: Sun May 31 19:04:53 2015 New Revision: 1682772 URL: http://svn.apache.org/r1682772 Log: Some updates to FAQ on streaming Modified: spark/faq.md spark/site/faq.html spark/site/streaming/index.html spark/streaming/index.md Modified: spark/faq.md URL:

svn commit: r1682773 - in /spark: _layouts/ site/ site/graphx/ site/mllib/ site/news/ site/releases/ site/screencasts/ site/sql/ site/streaming/

2015-05-31 Thread matei
Author: matei Date: Sun May 31 19:06:00 2015 New Revision: 1682773 URL: http://svn.apache.org/r1682773 Log: Consistent wording of packages link Modified: spark/_layouts/global.html spark/site/community.html spark/site/documentation.html spark/site/downloads.html

spark git commit: [SPARK-7986] Split scalastyle config into 3 sections.

2015-05-31 Thread rxin
Repository: spark Updated Branches: refs/heads/master 9126ea4d1 - 6f006b5f5 [SPARK-7986] Split scalastyle config into 3 sections. (1) rules that we enforce. (2) rules that we would like to enforce, but haven't cleaned up the codebase to turn on yet (or we need to make the scalastyle rule

spark git commit: [MINOR] Enable PySpark SQL readerwriter and window tests

2015-05-31 Thread rxin
Repository: spark Updated Branches: refs/heads/master 46576ab30 - 9126ea4d1 [MINOR] Enable PySpark SQL readerwriter and window tests PySpark SQL's `readerwriter` and `window` doctests weren't being run by our test runner script; this patch re-enables them. Author: Josh Rosen

spark git commit: [SPARK-7978] [SQL] [PYSPARK] DecimalType should not be singleton

2015-05-31 Thread rxin
Repository: spark Updated Branches: refs/heads/branch-1.4 df0bf71ee - 78a6723e8 [SPARK-7978] [SQL] [PYSPARK] DecimalType should not be singleton Author: Davies Liu dav...@databricks.com Closes #6532 from davies/decimal and squashes the following commits: c7fcbce [Davies Liu] Update tests.py

spark git commit: [SPARK-7952][SPARK-7984][SQL] equality check between boolean type and numeric type is broken.

2015-05-31 Thread rxin
Repository: spark Updated Branches: refs/heads/master 91777a1c3 - a0e46a0d2 [SPARK-7952][SPARK-7984][SQL] equality check between boolean type and numeric type is broken. The origin code has several problems: * `true = 1` will return false as we didn't set a rule to handle it. * `true = a`

spark git commit: [SPARK-7227] [SPARKR] Support fillna / dropna in R DataFrame.

2015-05-31 Thread shivaram
Repository: spark Updated Branches: refs/heads/branch-1.4 bab0fab68 - f1d4e7e31 [SPARK-7227] [SPARKR] Support fillna / dropna in R DataFrame. Author: Sun Rui rui@intel.com Closes #6183 from sun-rui/SPARK-7227 and squashes the following commits: dd6f5b3 [Sun Rui] Rename readEnv() back to

spark git commit: [SPARK-7227] [SPARKR] Support fillna / dropna in R DataFrame.

2015-05-31 Thread shivaram
Repository: spark Updated Branches: refs/heads/master 866652c90 - 46576ab30 [SPARK-7227] [SPARKR] Support fillna / dropna in R DataFrame. Author: Sun Rui rui@intel.com Closes #6183 from sun-rui/SPARK-7227 and squashes the following commits: dd6f5b3 [Sun Rui] Rename readEnv() back to

spark git commit: [HOTFIX] Remove trailing whitespace to fix Scalastyle checks

2015-05-31 Thread joshrosen
Repository: spark Updated Branches: refs/heads/branch-1.4 f1d4e7e31 - df0bf71ee [HOTFIX] Remove trailing whitespace to fix Scalastyle checks 866652c903d06d1cb4356283e0741119d84dcc21 enabled this check. Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit:

spark git commit: [SQL] [MINOR] Adds @deprecated Scaladoc entry for SchemaRDD

2015-05-31 Thread rxin
Repository: spark Updated Branches: refs/heads/master 084fef76e - 8764dcceb [SQL] [MINOR] Adds @deprecated Scaladoc entry for SchemaRDD Author: Cheng Lian l...@databricks.com Closes #6529 from liancheng/schemardd-deprecation-fix and squashes the following commits: 49765c2 [Cheng Lian] Adds

spark git commit: [SQL] [MINOR] Adds @deprecated Scaladoc entry for SchemaRDD

2015-05-31 Thread rxin
Repository: spark Updated Branches: refs/heads/branch-1.4 adfc9d1fa - 0d093d6e7 [SQL] [MINOR] Adds @deprecated Scaladoc entry for SchemaRDD Author: Cheng Lian l...@databricks.com Closes #6529 from liancheng/schemardd-deprecation-fix and squashes the following commits: 49765c2 [Cheng Lian]

spark git commit: [SPARK-7976] Add style checker to disallow overriding finalize.

2015-05-31 Thread rxin
Repository: spark Updated Branches: refs/heads/branch-1.4 5e268d395 - adfc9d1fa [SPARK-7976] Add style checker to disallow overriding finalize. Author: Reynold Xin r...@databricks.com Closes #6528 from rxin/style-finalizer and squashes the following commits: a2211ca [Reynold Xin]

spark git commit: [SPARK-7976] Add style checker to disallow overriding finalize.

2015-05-31 Thread rxin
Repository: spark Updated Branches: refs/heads/master f7fe9e474 - 084fef76e [SPARK-7976] Add style checker to disallow overriding finalize. Author: Reynold Xin r...@databricks.com Closes #6528 from rxin/style-finalizer and squashes the following commits: a2211ca [Reynold Xin] [SPARK-7976]

spark git commit: [SPARK-3850] Trim trailing spaces for SQL.

2015-05-31 Thread rxin
Repository: spark Updated Branches: refs/heads/master 564bc11e9 - 63a50be13 [SPARK-3850] Trim trailing spaces for SQL. Author: Reynold Xin r...@databricks.com Closes #6535 from rxin/whitespace-sql and squashes the following commits: de50316 [Reynold Xin] [SPARK-3850] Trim trailing spaces

spark git commit: [SPARK-3850] Trim trailing spaces for examples/streaming/yarn.

2015-05-31 Thread rxin
Repository: spark Updated Branches: refs/heads/branch-1.4 a7c217166 - f63eab950 [SPARK-3850] Trim trailing spaces for examples/streaming/yarn. Author: Reynold Xin r...@databricks.com Closes #6530 from rxin/trim-whitespace-1 and squashes the following commits: 7b7b3a0 [Reynold Xin] Reset

spark git commit: [SPARK-3850] Trim trailing spaces for examples/streaming/yarn.

2015-05-31 Thread rxin
Repository: spark Updated Branches: refs/heads/master 74fdc97c7 - 564bc11e9 [SPARK-3850] Trim trailing spaces for examples/streaming/yarn. Author: Reynold Xin r...@databricks.com Closes #6530 from rxin/trim-whitespace-1 and squashes the following commits: 7b7b3a0 [Reynold Xin] Reset again.

spark git commit: [SPARK-3850] Trim trailing spaces for SQL.

2015-05-31 Thread rxin
Repository: spark Updated Branches: refs/heads/branch-1.4 f63eab950 - a1904fa79 [SPARK-3850] Trim trailing spaces for SQL. Author: Reynold Xin r...@databricks.com Closes #6535 from rxin/whitespace-sql and squashes the following commits: de50316 [Reynold Xin] [SPARK-3850] Trim trailing

spark git commit: [SPARK-7975] Add style checker to disallow overriding equals covariantly.

2015-05-31 Thread rxin
Repository: spark Updated Branches: refs/heads/branch-1.4 0d093d6e7 - 2016927f7 [SPARK-7975] Add style checker to disallow overriding equals covariantly. Author: Reynold Xin r...@databricks.com This patch had conflicts when merged, resolved by Committer: Reynold Xin r...@databricks.com

spark git commit: [SPARK-7975] Add style checker to disallow overriding equals covariantly.

2015-05-31 Thread rxin
Repository: spark Updated Branches: refs/heads/master 8764dcceb - 7896e99b2 [SPARK-7975] Add style checker to disallow overriding equals covariantly. Author: Reynold Xin r...@databricks.com This patch had conflicts when merged, resolved by Committer: Reynold Xin r...@databricks.com Closes

spark git commit: [SPARK-3850] Trim trailing spaces for core.

2015-05-31 Thread rxin
Repository: spark Updated Branches: refs/heads/master 7896e99b2 - 74fdc97c7 [SPARK-3850] Trim trailing spaces for core. Author: Reynold Xin r...@databricks.com Closes #6533 from rxin/whitespace-2 and squashes the following commits: 038314c [Reynold Xin] [SPARK-3850] Trim trailing spaces for

spark git commit: [SPARK-3850] Trim trailing spaces for core.

2015-05-31 Thread rxin
Repository: spark Updated Branches: refs/heads/branch-1.4 2016927f7 - a7c217166 [SPARK-3850] Trim trailing spaces for core. Author: Reynold Xin r...@databricks.com Closes #6533 from rxin/whitespace-2 and squashes the following commits: 038314c [Reynold Xin] [SPARK-3850] Trim trailing spaces

spark git commit: [SPARK-7979] Enforce structural type checker.

2015-05-31 Thread rxin
Repository: spark Updated Branches: refs/heads/master 63a50be13 - 4b5f12bac [SPARK-7979] Enforce structural type checker. Author: Reynold Xin r...@databricks.com Closes #6536 from rxin/structural-type-checker and squashes the following commits: f833151 [Reynold Xin] Fixed compilation.

spark git commit: [SPARK-7979] Enforce structural type checker.

2015-05-31 Thread rxin
Repository: spark Updated Branches: refs/heads/branch-1.4 a1904fa79 - 01f38f75d [SPARK-7979] Enforce structural type checker. Author: Reynold Xin r...@databricks.com Closes #6536 from rxin/structural-type-checker and squashes the following commits: f833151 [Reynold Xin] Fixed compilation.