[GitHub] spark pull request: [SPARK-4526][MLLIB]Gradient should be added ba...

2015-01-09 Thread avulanov
Github user avulanov commented on the pull request: https://github.com/apache/spark/pull/3677#issuecomment-69367747 I think this is a great work-around the current MLlib interfaces! What bothers me is that batches will be created at every step of an algorithm, i.e. iterator of vectors

[GitHub] spark pull request: [SPARK-4526][MLLIB]Gradient should be added ba...

2015-04-22 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/3677#issuecomment-95061089 [Test build #30737 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/30737/consoleFull) for PR 3677 at commit [`0f6a3bc`](https://githu

[GitHub] spark pull request: [SPARK-4526][MLLIB]Gradient should be added ba...

2015-04-22 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/3677#issuecomment-95078641 [Test build #30737 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/30737/consoleFull) for PR 3677 at commit [`0f6a3bc`](https://gith

[GitHub] spark pull request: [SPARK-4526][MLLIB]Gradient should be added ba...

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

[GitHub] spark pull request: [SPARK-4526][MLLIB]Gradient should be added ba...

2014-12-11 Thread witgo
GitHub user witgo opened a pull request: https://github.com/apache/spark/pull/3677 [SPARK-4526][MLLIB]Gradient should be added batch computing interface. You can merge this pull request into a Git repository by running: $ git pull https://github.com/witgo/spark SPARK-4526 Alt

[GitHub] spark pull request: [SPARK-4526][MLLIB]Gradient should be added ba...

2014-12-11 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/3677#issuecomment-66617874 [Test build #24368 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/24368/consoleFull) for PR 3677 at commit [`1fd1d02`](https://githu

[GitHub] spark pull request: [SPARK-4526][MLLIB]Gradient should be added ba...

2014-12-11 Thread witgo
Github user witgo commented on the pull request: https://github.com/apache/spark/pull/3677#issuecomment-66618650 cc /@mengxr --- 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 enabl

[GitHub] spark pull request: [SPARK-4526][MLLIB]Gradient should be added ba...

2014-12-11 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/3677#issuecomment-66627835 [Test build #24368 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/24368/consoleFull) for PR 3677 at commit [`1fd1d02`](https://gith

[GitHub] spark pull request: [SPARK-4526][MLLIB]Gradient should be added ba...

2014-12-11 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/3677#issuecomment-66627845 Test PASSed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/24

[GitHub] spark pull request: [SPARK-4526][MLLIB]Gradient should be added ba...

2014-12-18 Thread mengxr
Github user mengxr commented on the pull request: https://github.com/apache/spark/pull/3677#issuecomment-67602032 Had an offline discussion with @witgo . The iterator interface looks good to me, but creating composite methods could be avoided. --- If your project is set up for it, yo

[GitHub] spark pull request: [SPARK-4526][MLLIB]Gradient should be added ba...

2014-12-19 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/3677#issuecomment-67648625 [Test build #24648 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/24648/consoleFull) for PR 3677 at commit [`6639950`](https://githu

[GitHub] spark pull request: [SPARK-4526][MLLIB]Gradient should be added ba...

2014-12-19 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/3677#issuecomment-67649231 [Test build #24649 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/24649/consoleFull) for PR 3677 at commit [`7ef0369`](https://githu

[GitHub] spark pull request: [SPARK-4526][MLLIB]Gradient should be added ba...

2014-12-19 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/3677#issuecomment-67660313 Test PASSed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/24

[GitHub] spark pull request: [SPARK-4526][MLLIB]Gradient should be added ba...

2014-12-19 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/3677#issuecomment-67660305 [Test build #24648 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/24648/consoleFull) for PR 3677 at commit [`6639950`](https://gith

[GitHub] spark pull request: [SPARK-4526][MLLIB]Gradient should be added ba...

2014-12-19 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/3677#issuecomment-67661150 [Test build #24649 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/24649/consoleFull) for PR 3677 at commit [`7ef0369`](https://gith

[GitHub] spark pull request: [SPARK-4526][MLLIB]Gradient should be added ba...

2014-12-19 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/3677#issuecomment-67661162 Test PASSed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/24

[GitHub] spark pull request: [SPARK-4526][MLLIB]Gradient should be added ba...

2015-10-15 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/3677#issuecomment-148319023 Merged build started. --- 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

[GitHub] spark pull request: [SPARK-4526][MLLIB]Gradient should be added ba...

2015-10-15 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/3677#issuecomment-148319006 Merged build triggered. --- 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 h

[GitHub] spark pull request: [SPARK-4526][MLLIB]Gradient should be added ba...

2015-10-15 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/3677#issuecomment-148320850 [Test build #43781 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/43781/consoleFull) for PR 3677 at commit [`ad40bb5`](https://gith

[GitHub] spark pull request: [SPARK-4526][MLLIB]Gradient should be added ba...

2015-10-15 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/3677#issuecomment-148332965 [Test build #43781 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/43781/console) for PR 3677 at commit [`ad40bb5`](https://github.

[GitHub] spark pull request: [SPARK-4526][MLLIB]Gradient should be added ba...

2015-10-15 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/3677#issuecomment-148333298 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 project

[GitHub] spark pull request: [SPARK-4526][MLLIB]Gradient should be added ba...

2015-10-15 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/3677#issuecomment-148333299 Test PASSed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/43

[GitHub] spark pull request: [SPARK-4526][MLLIB]Gradient should be added ba...

2015-12-30 Thread rxin
Github user rxin commented on the pull request: https://github.com/apache/spark/pull/3677#issuecomment-168112403 I'm going to close this pull request. If this is still relevant and you are interested in pushing it forward, please open a new pull request. Thanks! --- If your project i

[GitHub] spark pull request: [SPARK-4526][MLLIB]Gradient should be added ba...

2015-12-30 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/3677 --- 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