[GitHub] spark pull request: [SPARK-7316] [MLlib] RDD sliding window with s...

2015-11-10 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/5855 --- 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-7316] [MLlib] RDD sliding window with s...

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

[GitHub] spark pull request: [SPARK-7316] [MLlib] RDD sliding window with s...

2015-11-10 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/5855#issuecomment-14739 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-7316] [MLlib] RDD sliding window with s...

2015-11-10 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/5855#issuecomment-14478 **[Test build #45541 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/45541/consoleFull)** for PR 5855 at commit [`2eb913a`](https://git

[GitHub] spark pull request: [SPARK-7316] [MLlib] RDD sliding window with s...

2015-11-10 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/5855#issuecomment-155543448 **[Test build #45541 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/45541/consoleFull)** for PR 5855 at commit [`2eb913a`](https://gith

[GitHub] spark pull request: [SPARK-7316] [MLlib] RDD sliding window with s...

2015-11-10 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/5855#issuecomment-155542740 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-7316] [MLlib] RDD sliding window with s...

2015-11-10 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/5855#issuecomment-155542645 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-7316] [MLlib] RDD sliding window with s...

2015-11-09 Thread mengxr
Github user mengxr commented on the pull request: https://github.com/apache/spark/pull/5855#issuecomment-155273996 @avulanov I sent you a PR at https://github.com/avulanov/spark/pull/3. Since `sliding` is not frequently used, I think simple implementation is preferred over optimizatio

[GitHub] spark pull request: [SPARK-7316] [MLlib] RDD sliding window with s...

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

[GitHub] spark pull request: [SPARK-7316] [MLlib] RDD sliding window with s...

2015-11-04 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/5855#issuecomment-153912517 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-7316] [MLlib] RDD sliding window with s...

2015-11-04 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/5855#issuecomment-153912246 **[Test build #45057 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/45057/consoleFull)** for PR 5855 at commit [`b9786d2`](https://git

[GitHub] spark pull request: [SPARK-7316] [MLlib] RDD sliding window with s...

2015-11-04 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/5855#issuecomment-153895421 **[Test build #45057 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/45057/consoleFull)** for PR 5855 at commit [`b9786d2`](https://gith

[GitHub] spark pull request: [SPARK-7316] [MLlib] RDD sliding window with s...

2015-11-04 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/5855#issuecomment-153894133 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-7316] [MLlib] RDD sliding window with s...

2015-11-04 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/5855#issuecomment-153894102 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-7316] [MLlib] RDD sliding window with s...

2015-11-04 Thread avulanov
Github user avulanov commented on the pull request: https://github.com/apache/spark/pull/5855#issuecomment-153894160 @mengxr Thank you for the review. I replaced two Jobs with one. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub a

[GitHub] spark pull request: [SPARK-7316] [MLlib] RDD sliding window with s...

2015-11-03 Thread mengxr
Github user mengxr commented on a diff in the pull request: https://github.com/apache/spark/pull/5855#discussion_r43822533 --- Diff: mllib/src/main/scala/org/apache/spark/mllib/rdd/SlidingRDD.scala --- @@ -66,36 +69,54 @@ class SlidingRDD[T: ClassTag](@transient val parent: RDD[T]

[GitHub] spark pull request: [SPARK-7316] [MLlib] RDD sliding window with s...

2015-11-03 Thread mengxr
Github user mengxr commented on a diff in the pull request: https://github.com/apache/spark/pull/5855#discussion_r43822024 --- Diff: mllib/src/main/scala/org/apache/spark/mllib/rdd/SlidingRDD.scala --- @@ -66,36 +69,54 @@ class SlidingRDD[T: ClassTag](@transient val parent: RDD[T]

[GitHub] spark pull request: [SPARK-7316] [MLlib] RDD sliding window with s...

2015-07-28 Thread avulanov
Github user avulanov commented on the pull request: https://github.com/apache/spark/pull/5855#issuecomment-125525810 @mengxr Do you plan to add this in 1.5 ? --- 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-7316] [MLlib] RDD sliding window with s...

2015-07-28 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/5855#issuecomment-125525455 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-7316] [MLlib] RDD sliding window with s...

2015-07-28 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/5855#issuecomment-125525176 [Test build #38693 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/38693/console) for PR 5855 at commit [`9a7ce1f`](https://github.

[GitHub] spark pull request: [SPARK-7316] [MLlib] RDD sliding window with s...

2015-07-28 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/5855#issuecomment-125514490 [Test build #38693 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/38693/consoleFull) for PR 5855 at commit [`9a7ce1f`](https://gith

[GitHub] spark pull request: [SPARK-7316] [MLlib] RDD sliding window with s...

2015-07-28 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/5855#issuecomment-125512463 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-7316] [MLlib] RDD sliding window with s...

2015-07-28 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/5855#issuecomment-125512420 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-7316] [MLlib] RDD sliding window with s...

2015-07-28 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/5855#issuecomment-125507068 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 project does n

[GitHub] spark pull request: [SPARK-7316] [MLlib] RDD sliding window with s...

2015-07-28 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/5855#issuecomment-125507065 [Test build #38691 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/38691/console) for PR 5855 at commit [`6924924`](https://github.

[GitHub] spark pull request: [SPARK-7316] [MLlib] RDD sliding window with s...

2015-07-28 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/5855#issuecomment-125506461 [Test build #38691 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/38691/consoleFull) for PR 5855 at commit [`6924924`](https://gith

[GitHub] spark pull request: [SPARK-7316] [MLlib] RDD sliding window with s...

2015-07-28 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/5855#issuecomment-125506104 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 have thi

[GitHub] spark pull request: [SPARK-7316] [MLlib] RDD sliding window with s...

2015-07-28 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/5855#issuecomment-125506134 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 this f