[GitHub] spark pull request: [SPARK-14952][CORE][ML] Remove methods that we...

2016-04-30 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/12732 --- 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 ena

[GitHub] spark pull request: [SPARK-14952][CORE][ML] Remove methods that we...

2016-04-30 Thread srowen
Github user srowen commented on the pull request: https://github.com/apache/spark/pull/12732#issuecomment-215972151 Merged to master --- 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 featu

[GitHub] spark pull request: [SPARK-14952][CORE][ML] Remove methods that we...

2016-04-30 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/12732#issuecomment-215958256 Test PASSed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/

[GitHub] spark pull request: [SPARK-14952][CORE][ML] Remove methods that we...

2016-04-30 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/12732#issuecomment-215958255 Merged build finished. Test PASSed. --- 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 projec

[GitHub] spark pull request: [SPARK-14952][CORE][ML] Remove methods that we...

2016-04-30 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/12732#issuecomment-215958216 **[Test build #57435 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/57435/consoleFull)** for PR 12732 at commit [`2e74b7b`](https://g

[GitHub] spark pull request: [SPARK-14952][CORE][ML] Remove methods that we...

2016-04-30 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/12732#issuecomment-215949560 **[Test build #57435 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/57435/consoleFull)** for PR 12732 at commit [`2e74b7b`](https://gi

[GitHub] spark pull request: [SPARK-14952][CORE][ML] Remove methods that we...

2016-04-30 Thread srowen
Github user srowen commented on the pull request: https://github.com/apache/spark/pull/12732#issuecomment-215948702 @hvanhovell if you rebase I can merge this. I think it is OK. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as w

[GitHub] spark pull request: [SPARK-14952][CORE][ML] Remove methods that we...

2016-04-27 Thread HyukjinKwon
Github user HyukjinKwon commented on the pull request: https://github.com/apache/spark/pull/12732#issuecomment-215281017 (I think `cc @srowen` should be removed because the PR description explains the PR itself and the names of reviewers might not be related with the PR itself. `@` wi

[GitHub] spark pull request: [SPARK-14952][CORE][ML] Remove methods that we...

2016-04-27 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/12732#issuecomment-215116085 Merged build finished. Test PASSed. --- 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 projec

[GitHub] spark pull request: [SPARK-14952][CORE][ML] Remove methods that we...

2016-04-27 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/12732#issuecomment-215116091 Test PASSed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/

[GitHub] spark pull request: [SPARK-14952][CORE][ML] Remove methods that we...

2016-04-27 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/12732#issuecomment-215115803 **[Test build #57124 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/57124/consoleFull)** for PR 12732 at commit [`c2ae005`](https://g

[GitHub] spark pull request: [SPARK-14952][CORE][ML] Remove methods that we...

2016-04-27 Thread yanboliang
Github user yanboliang commented on a diff in the pull request: https://github.com/apache/spark/pull/12732#discussion_r61261095 --- Diff: mllib/src/main/scala/org/apache/spark/ml/regression/LinearRegression.scala --- @@ -389,9 +389,6 @@ class LinearRegressionModel private[ml] (

[GitHub] spark pull request: [SPARK-14952][CORE][ML] Remove methods that we...

2016-04-27 Thread hvanhovell
Github user hvanhovell commented on a diff in the pull request: https://github.com/apache/spark/pull/12732#discussion_r61261410 --- Diff: mllib/src/main/scala/org/apache/spark/ml/classification/LogisticRegression.scala --- @@ -480,9 +480,6 @@ class LogisticRegressionModel private[

[GitHub] spark pull request: [SPARK-14952][CORE][ML] Remove methods that we...

2016-04-27 Thread yanboliang
Github user yanboliang commented on a diff in the pull request: https://github.com/apache/spark/pull/12732#discussion_r61260991 --- Diff: mllib/src/main/scala/org/apache/spark/ml/classification/LogisticRegression.scala --- @@ -480,9 +480,6 @@ class LogisticRegressionModel private[

[GitHub] spark pull request: [SPARK-14952][CORE][ML] Remove methods that we...

2016-04-27 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/12732#issuecomment-215079239 **[Test build #57124 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/57124/consoleFull)** for PR 12732 at commit [`c2ae005`](https://gi

[GitHub] spark pull request: [SPARK-14952][CORE][ML] Remove methods that we...

2016-04-27 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/12732#issuecomment-215067752 **[Test build #57122 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/57122/consoleFull)** for PR 12732 at commit [`1b5d7eb`](https://gi

[GitHub] spark pull request: [SPARK-14952][CORE][ML] Remove methods that we...

2016-04-27 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/12732#issuecomment-215067912 Merged build finished. Test FAILed. --- 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 projec

[GitHub] spark pull request: [SPARK-14952][CORE][ML] Remove methods that we...

2016-04-27 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/12732#issuecomment-215067909 **[Test build #57122 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/57122/consoleFull)** for PR 12732 at commit [`1b5d7eb`](https://g

[GitHub] spark pull request: [SPARK-14952][CORE][ML] Remove methods that we...

2016-04-27 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/12732#issuecomment-215067913 Test FAILed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/

[GitHub] spark pull request: [SPARK-14952][CORE][ML] Remove methods that we...

2016-04-27 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/12732#issuecomment-215060060 Test FAILed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/

[GitHub] spark pull request: [SPARK-14952][CORE][ML] Remove methods that we...

2016-04-27 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/12732#issuecomment-215060038 **[Test build #57119 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/57119/consoleFull)** for PR 12732 at commit [`1586097`](https://g

[GitHub] spark pull request: [SPARK-14952][CORE][ML] Remove methods that we...

2016-04-27 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/12732#issuecomment-215060057 Merged build finished. Test FAILed. --- 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 projec

[GitHub] spark pull request: [SPARK-14952][CORE][ML] Remove methods that we...

2016-04-27 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/12732#issuecomment-215058610 **[Test build #57119 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/57119/consoleFull)** for PR 12732 at commit [`1586097`](https://gi

[GitHub] spark pull request: [SPARK-14952][CORE][ML] Remove methods that we...

2016-04-27 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/12732#issuecomment-215050019 **[Test build #2895 has finished](https://amplab.cs.berkeley.edu/jenkins/job/NewSparkPullRequestBuilder/2895/consoleFull)** for PR 12732 at commit [`9e6e7ae`](https://

[GitHub] spark pull request: [SPARK-14952][CORE][ML] Remove methods that we...

2016-04-27 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/12732#issuecomment-215048636 **[Test build #2895 has started](https://amplab.cs.berkeley.edu/jenkins/job/NewSparkPullRequestBuilder/2895/consoleFull)** for PR 12732 at commit [`9e6e7ae`](https://g

[GitHub] spark pull request: [SPARK-14952][CORE][ML] Remove methods that we...

2016-04-27 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/12732#issuecomment-215047914 Test FAILed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/

[GitHub] spark pull request: [SPARK-14952][CORE][ML] Remove methods that we...

2016-04-27 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/12732#issuecomment-215047909 Merged build finished. Test FAILed. --- 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 projec

[GitHub] spark pull request: [SPARK-14952][CORE][ML] Remove methods that we...

2016-04-27 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/12732#issuecomment-215047900 **[Test build #57118 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/57118/consoleFull)** for PR 12732 at commit [`9e6e7ae`](https://g

[GitHub] spark pull request: [SPARK-14952][CORE][ML] Remove methods that we...

2016-04-27 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/12732#issuecomment-215046622 **[Test build #57118 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/57118/consoleFull)** for PR 12732 at commit [`9e6e7ae`](https://gi