[GitHub] spark pull request: [SPARK-13016] [Documentation] Replace example ...

2016-02-22 Thread yinxusen
Github user yinxusen commented on the pull request: https://github.com/apache/spark/pull/11132#issuecomment-187472318 @mengxr, do you have time to make a pass of SPARK-11399? 2016年2月22日星期一,asfgit 写道: > Closed #11132

[GitHub] spark pull request: [SPARK-13016] [Documentation] Replace example ...

2016-02-22 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/11132 --- 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-13016] [Documentation] Replace example ...

2016-02-22 Thread mengxr
Github user mengxr commented on the pull request: https://github.com/apache/spark/pull/11132#issuecomment-187463122 Merged into master. Thanks! @yinxusen For really small code snippets, we could either leave them in the user guide, or consider merging SPARK-11399 first. Otherw

[GitHub] spark pull request: [SPARK-13016] [Documentation] Replace example ...

2016-02-21 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/11132#issuecomment-186862379 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-13016] [Documentation] Replace example ...

2016-02-21 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/11132#issuecomment-186862377 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-13016] [Documentation] Replace example ...

2016-02-21 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/11132#issuecomment-186862336 **[Test build #51641 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/51641/consoleFull)** for PR 11132 at commit [`3b031da`](https://g

[GitHub] spark pull request: [SPARK-13016] [Documentation] Replace example ...

2016-02-21 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/11132#issuecomment-186859997 **[Test build #51641 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/51641/consoleFull)** for PR 11132 at commit [`3b031da`](https://gi

[GitHub] spark pull request: [SPARK-13016] [Documentation] Replace example ...

2016-02-20 Thread yinxusen
Github user yinxusen commented on the pull request: https://github.com/apache/spark/pull/11132#issuecomment-186694521 @mengxr LGTM --- 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

[GitHub] spark pull request: [SPARK-13016] [Documentation] Replace example ...

2016-02-20 Thread yinxusen
Github user yinxusen commented on a diff in the pull request: https://github.com/apache/spark/pull/11132#discussion_r53558806 --- Diff: examples/src/main/scala/org/apache/spark/examples/mllib/SVDExample.scala --- @@ -0,0 +1,61 @@ +/* + * Licensed to the Apache Software Foun

[GitHub] spark pull request: [SPARK-13016] [Documentation] Replace example ...

2016-02-18 Thread devaraj-kavali
Github user devaraj-kavali commented on the pull request: https://github.com/apache/spark/pull/11132#issuecomment-186070514 Thanks again @yinxusen for the review, I have addressed them. --- If your project is set up for it, you can reply to this email and have your reply appear on Git

[GitHub] spark pull request: [SPARK-13016] [Documentation] Replace example ...

2016-02-18 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/11132#issuecomment-186067677 **[Test build #51521 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/51521/consoleFull)** for PR 11132 at commit [`acd88f2`](https://g

[GitHub] spark pull request: [SPARK-13016] [Documentation] Replace example ...

2016-02-18 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/11132#issuecomment-186067911 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-13016] [Documentation] Replace example ...

2016-02-18 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/11132#issuecomment-186067906 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-13016] [Documentation] Replace example ...

2016-02-18 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/11132#issuecomment-186063429 **[Test build #51521 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/51521/consoleFull)** for PR 11132 at commit [`acd88f2`](https://gi

[GitHub] spark pull request: [SPARK-13016] [Documentation] Replace example ...

2016-02-18 Thread yinxusen
Github user yinxusen commented on the pull request: https://github.com/apache/spark/pull/11132#issuecomment-185944471 @devaraj-kavali All look good except those minors. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If y

[GitHub] spark pull request: [SPARK-13016] [Documentation] Replace example ...

2016-02-18 Thread yinxusen
Github user yinxusen commented on a diff in the pull request: https://github.com/apache/spark/pull/11132#discussion_r53390563 --- Diff: examples/src/main/scala/org/apache/spark/examples/mllib/SVDExample.scala --- @@ -0,0 +1,61 @@ +/* + * Licensed to the Apache Software Foun

[GitHub] spark pull request: [SPARK-13016] [Documentation] Replace example ...

2016-02-18 Thread yinxusen
Github user yinxusen commented on a diff in the pull request: https://github.com/apache/spark/pull/11132#discussion_r53390371 --- Diff: examples/src/main/scala/org/apache/spark/examples/mllib/PCAOnSourceVectorExample.scala --- @@ -0,0 +1,57 @@ +/* + * Licensed to the Apach

[GitHub] spark pull request: [SPARK-13016] [Documentation] Replace example ...

2016-02-18 Thread yinxusen
Github user yinxusen commented on a diff in the pull request: https://github.com/apache/spark/pull/11132#discussion_r53390121 --- Diff: examples/src/main/java/org/apache/spark/examples/mllib/JavaPCAExample.java --- @@ -0,0 +1,65 @@ +/* + * Licensed to the Apache Software Fo

[GitHub] spark pull request: [SPARK-13016] [Documentation] Replace example ...

2016-02-18 Thread devaraj-kavali
Github user devaraj-kavali commented on the pull request: https://github.com/apache/spark/pull/11132#issuecomment-185629805 Thanks @yinxusen for the review, I have addressed them. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as

[GitHub] spark pull request: [SPARK-13016] [Documentation] Replace example ...

2016-02-18 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/11132#issuecomment-185628776 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-13016] [Documentation] Replace example ...

2016-02-18 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/11132#issuecomment-185628781 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-13016] [Documentation] Replace example ...

2016-02-18 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/11132#issuecomment-185628532 **[Test build #51479 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/51479/consoleFull)** for PR 11132 at commit [`95d78fe`](https://g

[GitHub] spark pull request: [SPARK-13016] [Documentation] Replace example ...

2016-02-18 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/11132#issuecomment-185622535 **[Test build #51479 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/51479/consoleFull)** for PR 11132 at commit [`95d78fe`](https://gi

[GitHub] spark pull request: [SPARK-13016] [Documentation] Replace example ...

2016-02-17 Thread yinxusen
Github user yinxusen commented on a diff in the pull request: https://github.com/apache/spark/pull/11132#discussion_r53277815 --- Diff: examples/src/main/java/org/apache/spark/examples/mllib/JavaSVDExample.java --- @@ -0,0 +1,68 @@ +/* + * Licensed to the Apache Software Fo

[GitHub] spark pull request: [SPARK-13016] [Documentation] Replace example ...

2016-02-17 Thread devaraj-kavali
Github user devaraj-kavali commented on a diff in the pull request: https://github.com/apache/spark/pull/11132#discussion_r53277719 --- Diff: examples/src/main/java/org/apache/spark/examples/mllib/JavaSVDExample.java --- @@ -0,0 +1,68 @@ +/* + * Licensed to the Apache Softw

[GitHub] spark pull request: [SPARK-13016] [Documentation] Replace example ...

2016-02-17 Thread yinxusen
Github user yinxusen commented on a diff in the pull request: https://github.com/apache/spark/pull/11132#discussion_r53274854 --- Diff: examples/src/main/scala/org/apache/spark/examples/mllib/PCAOnRowMatrixExample.scala --- @@ -0,0 +1,58 @@ +/* + * Licensed to the Apache S

[GitHub] spark pull request: [SPARK-13016] [Documentation] Replace example ...

2016-02-17 Thread yinxusen
Github user yinxusen commented on a diff in the pull request: https://github.com/apache/spark/pull/11132#discussion_r53274678 --- Diff: examples/src/main/scala/org/apache/spark/examples/mllib/PCAOnRowMatrixExample.scala --- @@ -0,0 +1,58 @@ +/* + * Licensed to the Apache S

[GitHub] spark pull request: [SPARK-13016] [Documentation] Replace example ...

2016-02-17 Thread yinxusen
Github user yinxusen commented on a diff in the pull request: https://github.com/apache/spark/pull/11132#discussion_r53274643 --- Diff: examples/src/main/scala/org/apache/spark/examples/mllib/PCAOnRowMatrixExample.scala --- @@ -0,0 +1,58 @@ +/* + * Licensed to the Apache S

[GitHub] spark pull request: [SPARK-13016] [Documentation] Replace example ...

2016-02-17 Thread yinxusen
Github user yinxusen commented on a diff in the pull request: https://github.com/apache/spark/pull/11132#discussion_r53274613 --- Diff: examples/src/main/java/org/apache/spark/examples/mllib/JavaSVDExample.java --- @@ -0,0 +1,68 @@ +/* + * Licensed to the Apache Software Fo

[GitHub] spark pull request: [SPARK-13016] [Documentation] Replace example ...

2016-02-17 Thread yinxusen
Github user yinxusen commented on a diff in the pull request: https://github.com/apache/spark/pull/11132#discussion_r53274595 --- Diff: examples/src/main/java/org/apache/spark/examples/mllib/JavaSVDExample.java --- @@ -0,0 +1,68 @@ +/* + * Licensed to the Apache Software Fo

[GitHub] spark pull request: [SPARK-13016] [Documentation] Replace example ...

2016-02-17 Thread yinxusen
Github user yinxusen commented on a diff in the pull request: https://github.com/apache/spark/pull/11132#discussion_r53274440 --- Diff: examples/src/main/scala/org/apache/spark/examples/mllib/SVDExample.scala --- @@ -0,0 +1,61 @@ +/* + * Licensed to the Apache Software Foun

[GitHub] spark pull request: [SPARK-13016] [Documentation] Replace example ...

2016-02-17 Thread yinxusen
Github user yinxusen commented on a diff in the pull request: https://github.com/apache/spark/pull/11132#discussion_r53274407 --- Diff: examples/src/main/scala/org/apache/spark/examples/mllib/SVDExample.scala --- @@ -0,0 +1,61 @@ +/* + * Licensed to the Apache Software Foun

[GitHub] spark pull request: [SPARK-13016] [Documentation] Replace example ...

2016-02-17 Thread yinxusen
Github user yinxusen commented on a diff in the pull request: https://github.com/apache/spark/pull/11132#discussion_r53274340 --- Diff: examples/src/main/scala/org/apache/spark/examples/mllib/PCAOnRowMatrixExample.scala --- @@ -0,0 +1,58 @@ +/* + * Licensed to the Apache S

[GitHub] spark pull request: [SPARK-13016] [Documentation] Replace example ...

2016-02-16 Thread devaraj-kavali
Github user devaraj-kavali commented on the pull request: https://github.com/apache/spark/pull/11132#issuecomment-185064091 @yinxusen Thanks for reviewing, I have addressed the comments, Please have a look into this. --- If your project is set up for it, you can reply to this email a

[GitHub] spark pull request: [SPARK-13016] [Documentation] Replace example ...

2016-02-16 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/11132#issuecomment-185061326 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-13016] [Documentation] Replace example ...

2016-02-16 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/11132#issuecomment-185061329 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-13016] [Documentation] Replace example ...

2016-02-16 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/11132#issuecomment-185061002 **[Test build #51413 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/51413/consoleFull)** for PR 11132 at commit [`2ada7ef`](https://g

[GitHub] spark pull request: [SPARK-13016] [Documentation] Replace example ...

2016-02-16 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/11132#issuecomment-185052767 **[Test build #51413 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/51413/consoleFull)** for PR 11132 at commit [`2ada7ef`](https://gi

[GitHub] spark pull request: [SPARK-13016] [Documentation] Replace example ...

2016-02-15 Thread yinxusen
Github user yinxusen commented on a diff in the pull request: https://github.com/apache/spark/pull/11132#discussion_r52946389 --- Diff: examples/src/main/scala/org/apache/spark/examples/mllib/SVDExample.scala --- @@ -0,0 +1,53 @@ +/* + * Licensed to the Apache Software Foun

[GitHub] spark pull request: [SPARK-13016] [Documentation] Replace example ...

2016-02-15 Thread yinxusen
Github user yinxusen commented on a diff in the pull request: https://github.com/apache/spark/pull/11132#discussion_r52946309 --- Diff: examples/src/main/scala/org/apache/spark/examples/mllib/PCAOnRowMatrixExample.scala --- @@ -0,0 +1,52 @@ +/* + * Licensed to the Apache S

[GitHub] spark pull request: [SPARK-13016] [Documentation] Replace example ...

2016-02-15 Thread yinxusen
Github user yinxusen commented on a diff in the pull request: https://github.com/apache/spark/pull/11132#discussion_r52946347 --- Diff: examples/src/main/scala/org/apache/spark/examples/mllib/SVDExample.scala --- @@ -0,0 +1,53 @@ +/* + * Licensed to the Apache Software Foun

[GitHub] spark pull request: [SPARK-13016] [Documentation] Replace example ...

2016-02-15 Thread yinxusen
Github user yinxusen commented on a diff in the pull request: https://github.com/apache/spark/pull/11132#discussion_r52946289 --- Diff: examples/src/main/scala/org/apache/spark/examples/mllib/PCAOnSourceVectorExample.scala --- @@ -0,0 +1,51 @@ +/* + * Licensed to the Apach

[GitHub] spark pull request: [SPARK-13016] [Documentation] Replace example ...

2016-02-15 Thread yinxusen
Github user yinxusen commented on a diff in the pull request: https://github.com/apache/spark/pull/11132#discussion_r52946225 --- Diff: examples/src/main/scala/org/apache/spark/examples/mllib/PCAOnSourceVectorExample.scala --- @@ -0,0 +1,51 @@ +/* + * Licensed to the Apach

[GitHub] spark pull request: [SPARK-13016] [Documentation] Replace example ...

2016-02-15 Thread yinxusen
Github user yinxusen commented on a diff in the pull request: https://github.com/apache/spark/pull/11132#discussion_r52946153 --- Diff: examples/src/main/scala/org/apache/spark/examples/mllib/PCAOnRowMatrixExample.scala --- @@ -0,0 +1,52 @@ +/* + * Licensed to the Apache S

[GitHub] spark pull request: [SPARK-13016] [Documentation] Replace example ...

2016-02-15 Thread yinxusen
Github user yinxusen commented on a diff in the pull request: https://github.com/apache/spark/pull/11132#discussion_r52946033 --- Diff: examples/src/main/java/org/apache/spark/examples/mllib/JavaSVDExample.java --- @@ -0,0 +1,65 @@ +/* + * Licensed to the Apache Software Fo

[GitHub] spark pull request: [SPARK-13016] [Documentation] Replace example ...

2016-02-15 Thread yinxusen
Github user yinxusen commented on a diff in the pull request: https://github.com/apache/spark/pull/11132#discussion_r52945988 --- Diff: examples/src/main/java/org/apache/spark/examples/mllib/JavaSVDExample.java --- @@ -0,0 +1,65 @@ +/* + * Licensed to the Apache Software Fo

[GitHub] spark pull request: [SPARK-13016] [Documentation] Replace example ...

2016-02-15 Thread yinxusen
Github user yinxusen commented on a diff in the pull request: https://github.com/apache/spark/pull/11132#discussion_r52945995 --- Diff: examples/src/main/java/org/apache/spark/examples/mllib/JavaSVDExample.java --- @@ -0,0 +1,65 @@ +/* + * Licensed to the Apache Software Fo

[GitHub] spark pull request: [SPARK-13016] [Documentation] Replace example ...

2016-02-15 Thread yinxusen
Github user yinxusen commented on a diff in the pull request: https://github.com/apache/spark/pull/11132#discussion_r52945872 --- Diff: examples/src/main/java/org/apache/spark/examples/mllib/JavaPCAExample.java --- @@ -0,0 +1,61 @@ +/* + * Licensed to the Apache Software Fo

[GitHub] spark pull request: [SPARK-13016] [Documentation] Replace example ...

2016-02-15 Thread yinxusen
Github user yinxusen commented on a diff in the pull request: https://github.com/apache/spark/pull/11132#discussion_r52945843 --- Diff: examples/src/main/java/org/apache/spark/examples/mllib/JavaPCAExample.java --- @@ -0,0 +1,61 @@ +/* + * Licensed to the Apache Software Fo

[GitHub] spark pull request: [SPARK-13016] [Documentation] Replace example ...

2016-02-15 Thread yinxusen
Github user yinxusen commented on a diff in the pull request: https://github.com/apache/spark/pull/11132#discussion_r52945822 --- Diff: examples/src/main/java/org/apache/spark/examples/mllib/JavaPCAExample.java --- @@ -0,0 +1,61 @@ +/* + * Licensed to the Apache Software Fo

[GitHub] spark pull request: [SPARK-13016] [Documentation] Replace example ...

2016-02-15 Thread yinxusen
Github user yinxusen commented on a diff in the pull request: https://github.com/apache/spark/pull/11132#discussion_r52945814 --- Diff: examples/src/main/java/org/apache/spark/examples/mllib/JavaPCAExample.java --- @@ -0,0 +1,61 @@ +/* + * Licensed to the Apache Software Fo

[GitHub] spark pull request: [SPARK-13016] [Documentation] Replace example ...

2016-02-15 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/11132#issuecomment-184178870 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-13016] [Documentation] Replace example ...

2016-02-15 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/11132#issuecomment-184178872 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-13016] [Documentation] Replace example ...

2016-02-15 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/11132#issuecomment-184178618 **[Test build #51302 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/51302/consoleFull)** for PR 11132 at commit [`488f09c`](https://g

[GitHub] spark pull request: [SPARK-13016] [Documentation] Replace example ...

2016-02-15 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/11132#issuecomment-184130575 **[Test build #51302 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/51302/consoleFull)** for PR 11132 at commit [`488f09c`](https://gi

[GitHub] spark pull request: [SPARK-13016] [Documentation] Replace example ...

2016-02-15 Thread srowen
Github user srowen commented on the pull request: https://github.com/apache/spark/pull/11132#issuecomment-184127201 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

[GitHub] spark pull request: [SPARK-13016] [Documentation] Replace example ...

2016-02-15 Thread devaraj-kavali
Github user devaraj-kavali commented on the pull request: https://github.com/apache/spark/pull/11132#issuecomment-184107504 > ERROR: Error fetching remote repo 'origin' hudson.plugins.git.GitException: Failed to fetch from https://github.com/apache/spark.git at hudson.plugi

[GitHub] spark pull request: [SPARK-13016] [Documentation] Replace example ...

2016-02-11 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/11132#issuecomment-183111348 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-13016] [Documentation] Replace example ...

2016-02-11 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/11132#issuecomment-183111355 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-13016] [Documentation] Replace example ...

2016-02-11 Thread mengxr
Github user mengxr commented on the pull request: https://github.com/apache/spark/pull/11132#issuecomment-183099286 ok to test --- 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 ena

[GitHub] spark pull request: [SPARK-13016] [Documentation] Replace example ...

2016-02-11 Thread mengxr
Github user mengxr commented on the pull request: https://github.com/apache/spark/pull/11132#issuecomment-183099445 @yinxusen Could you help review this PR? Thanks! --- 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

[GitHub] spark pull request: [SPARK-13016] [Documentation] Replace example ...

2016-02-09 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/11132#issuecomment-181790006 Can one of the admins verify this patch? --- 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 p

[GitHub] spark pull request: [SPARK-13016] [Documentation] Replace example ...

2016-02-09 Thread devaraj-kavali
GitHub user devaraj-kavali opened a pull request: https://github.com/apache/spark/pull/11132 [SPARK-13016] [Documentation] Replace example code in mllib-dimensionality-reduction.md using include_example Replaced example example code in mllib-dimensionality-reduction.md using inc