[GitHub] spark pull request: [SPARK-2993] [MLLib] colStats (wrapper around ...

2014-08-12 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/1911 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enab

[GitHub] spark pull request: [SPARK-2993] [MLLib] colStats (wrapper around ...

2014-08-12 Thread mengxr
Github user mengxr commented on the pull request: https://github.com/apache/spark/pull/1911#issuecomment-52015369 LGTM. Merged into both master and branch-1.1. Thanks for adding this and cleaning `MLLibPythonAPI`!! --- If your project is set up for it, you can reply to this email and

[GitHub] spark pull request: [SPARK-2993] [MLLib] colStats (wrapper around ...

2014-08-12 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/1911#issuecomment-52012907 QA results for PR 1911:- This patch PASSES unit tests.- This patch merges cleanly- This patch adds the following public classes (experimental):class MultivariateStatistic

[GitHub] spark pull request: [SPARK-2993] [MLLib] colStats (wrapper around ...

2014-08-12 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/1911#issuecomment-52010422 QA tests have started for PR 1911. This patch merges cleanly. View progress: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/18414/consoleFull --- If

[GitHub] spark pull request: [SPARK-2993] [MLLib] colStats (wrapper around ...

2014-08-12 Thread dorx
Github user dorx commented on the pull request: https://github.com/apache/spark/pull/1911#issuecomment-52010202 Jenkins, retest this please. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have th

[GitHub] spark pull request: [SPARK-2993] [MLLib] colStats (wrapper around ...

2014-08-12 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/1911#issuecomment-52009781 QA results for PR 1911:- This patch FAILED unit tests.- This patch merges cleanly- This patch adds the following public classes (experimental):class MultivariateStatistic

[GitHub] spark pull request: [SPARK-2993] [MLLib] colStats (wrapper around ...

2014-08-12 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/1911#issuecomment-52009774 QA tests have started for PR 1911. This patch merges cleanly. View progress: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/18412/consoleFull --- If

[GitHub] spark pull request: [SPARK-2993] [MLLib] colStats (wrapper around ...

2014-08-12 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/1911#issuecomment-51998319 QA results for PR 1911:- This patch PASSES unit tests.- This patch merges cleanly- This patch adds the following public classes (experimental):class MultivariateStatistic

[GitHub] spark pull request: [SPARK-2993] [MLLib] colStats (wrapper around ...

2014-08-12 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/1911#issuecomment-51995203 QA tests have started for PR 1911. This patch merges cleanly. View progress: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/18397/consoleFull --- If

[GitHub] spark pull request: [SPARK-2993] [MLLib] colStats (wrapper around ...

2014-08-12 Thread mengxr
Github user mengxr commented on a diff in the pull request: https://github.com/apache/spark/pull/1911#discussion_r16149297 --- Diff: mllib/src/main/scala/org/apache/spark/mllib/api/python/PythonMLLibAPI.scala --- @@ -686,7 +520,208 @@ class PythonMLLibAPI extends Serializable {

[GitHub] spark pull request: [SPARK-2993] [MLLib] colStats (wrapper around ...

2014-08-12 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/1911#issuecomment-51990350 QA results for PR 1911:- This patch FAILED unit tests.- This patch merges cleanly- This patch adds the following public classes (experimental):class MultivariateStatistic

[GitHub] spark pull request: [SPARK-2993] [MLLib] colStats (wrapper around ...

2014-08-12 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/1911#issuecomment-51990295 QA tests have started for PR 1911. This patch merges cleanly. View progress: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/18392/consoleFull --- If

[GitHub] spark pull request: [SPARK-2993] [MLLib] colStats (wrapper around ...

2014-08-12 Thread dorx
GitHub user dorx opened a pull request: https://github.com/apache/spark/pull/1911 [SPARK-2993] [MLLib] colStats (wrapper around MultivariateStatisticalSummary) in Statistics For both Scala and Python. The ser/de util functions were moved out of `PythonMLLibAPI` and into the