[GitHub] spark pull request: Principal Component Analysis

2014-03-18 Thread mengxr
Github user mengxr commented on a diff in the pull request: https://github.com/apache/spark/pull/88#discussion_r10738739 --- Diff: mllib/src/main/scala/org/apache/spark/mllib/linalg/MatrixRow.scala --- @@ -0,0 +1,26 @@ +/* + * Licensed to the Apache Software Foundation (ASF

[GitHub] spark pull request: Principal Component Analysis

2014-03-18 Thread mengxr
Github user mengxr commented on a diff in the pull request: https://github.com/apache/spark/pull/88#discussion_r10738729 --- Diff: examples/src/main/scala/org/apache/spark/examples/mllib/SparkPCA.scala --- @@ -0,0 +1,51 @@ +/* + * Licensed to the Apache Software Foundation

[GitHub] spark pull request: Principal Component Analysis

2014-03-18 Thread mengxr
Github user mengxr commented on a diff in the pull request: https://github.com/apache/spark/pull/88#discussion_r10738710 --- Diff: examples/src/main/scala/org/apache/spark/examples/mllib/SparkPCA.scala --- @@ -0,0 +1,51 @@ +/* + * Licensed to the Apache Software Foundation

[GitHub] spark pull request: Principal Component Analysis

2014-03-18 Thread mengxr
Github user mengxr commented on a diff in the pull request: https://github.com/apache/spark/pull/88#discussion_r10738627 --- Diff: examples/src/main/scala/org/apache/spark/examples/mllib/SparkPCA.scala --- @@ -0,0 +1,51 @@ +/* + * Licensed to the Apache Software Foundation

[GitHub] spark pull request: Added doctest for map function in rdd.py

2014-03-18 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/177#issuecomment-38022254 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 hav

[GitHub] spark pull request: Added doctest for map function in rdd.py

2014-03-18 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/177#issuecomment-38022255 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 t

[GitHub] spark pull request: Principal Component Analysis

2014-03-18 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/88#issuecomment-38022275 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 th

[GitHub] spark pull request: Principal Component Analysis

2014-03-18 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/88#issuecomment-38022274 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 have

[GitHub] spark pull request: Principal Component Analysis

2014-03-18 Thread mengxr
Github user mengxr commented on the pull request: https://github.com/apache/spark/pull/88#issuecomment-38022190 Jenkins, test 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 this

[GitHub] spark pull request: fix compile error for hadoop CDH 4.4+

2014-03-18 Thread pwendell
Github user pwendell commented on the pull request: https://github.com/apache/spark/pull/151#issuecomment-38022175 I think @sryza is off this week but when he's back it would be good to get a sense of the various YARN API's and whether this is something we'll have to deal with over mu

[GitHub] spark pull request: bugfix: Wrong "Duration" in "Active Stages" in...

2014-03-18 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/170#issuecomment-38022132 All automated tests passed. Refer to this link for build results: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/13261/ --- If your project

[GitHub] spark pull request: Principal Component Analysis

2014-03-18 Thread mengxr
Github user mengxr commented on a diff in the pull request: https://github.com/apache/spark/pull/88#discussion_r10738565 --- Diff: mllib/src/main/scala/org/apache/spark/mllib/linalg/PCA.scala --- @@ -0,0 +1,158 @@ +/* + * Licensed to the Apache Software Foundation (ASF) unde

[GitHub] spark pull request: bugfix: Wrong "Duration" in "Active Stages" in...

2014-03-18 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/170#issuecomment-38022131 Merged build finished. --- 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-1132] Persisting Web UI through refacto...

2014-03-18 Thread pwendell
Github user pwendell commented on the pull request: https://github.com/apache/spark/pull/42#issuecomment-38022094 Hey @andrewor14 I'm ready to merge this but it's gotten out of date with master. Mind up-merging it? --- If your project is set up for it, you can reply to this email and

[GitHub] spark pull request: [WIP] [MLLIB-28] An optimized GradientDescent ...

2014-03-18 Thread liancheng
Github user liancheng commented on a diff in the pull request: https://github.com/apache/spark/pull/166#discussion_r10738514 --- Diff: mllib/src/main/scala/org/apache/spark/mllib/optimization/GradientDescentWithLocalUpdate.scala --- @@ -0,0 +1,147 @@ +/* + * Licensed to th

[GitHub] spark pull request: Principal Component Analysis

2014-03-18 Thread rezazadeh
Github user rezazadeh commented on the pull request: https://github.com/apache/spark/pull/88#issuecomment-38021610 @mengxr All done. Should be ready now. --- 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 doe

[GitHub] spark pull request: Principal Component Analysis

2014-03-18 Thread rezazadeh
Github user rezazadeh commented on a diff in the pull request: https://github.com/apache/spark/pull/88#discussion_r10738363 --- Diff: mllib/src/test/scala/org/apache/spark/mllib/linalg/PCASuite.scala --- @@ -0,0 +1,122 @@ +/* + * Licensed to the Apache Software Foundation (

[GitHub] spark pull request: Principal Component Analysis

2014-03-18 Thread rezazadeh
Github user rezazadeh commented on a diff in the pull request: https://github.com/apache/spark/pull/88#discussion_r10738354 --- Diff: mllib/src/test/scala/org/apache/spark/mllib/linalg/PCASuite.scala --- @@ -0,0 +1,122 @@ +/* + * Licensed to the Apache Software Foundation (

[GitHub] spark pull request: Principal Component Analysis

2014-03-18 Thread rezazadeh
Github user rezazadeh commented on a diff in the pull request: https://github.com/apache/spark/pull/88#discussion_r10738347 --- Diff: mllib/src/test/scala/org/apache/spark/mllib/linalg/PCASuite.scala --- @@ -0,0 +1,122 @@ +/* + * Licensed to the Apache Software Foundation (

[GitHub] spark pull request: Principal Component Analysis

2014-03-18 Thread rezazadeh
Github user rezazadeh commented on a diff in the pull request: https://github.com/apache/spark/pull/88#discussion_r10738334 --- Diff: mllib/src/test/scala/org/apache/spark/mllib/linalg/PCASuite.scala --- @@ -0,0 +1,122 @@ +/* + * Licensed to the Apache Software Foundation (

[GitHub] spark pull request: Added doctest for map function in rdd.py

2014-03-18 Thread jyotiska
Github user jyotiska commented on the pull request: https://github.com/apache/spark/pull/177#issuecomment-38021413 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: Principal Component Analysis

2014-03-18 Thread rezazadeh
Github user rezazadeh commented on a diff in the pull request: https://github.com/apache/spark/pull/88#discussion_r10738287 --- Diff: mllib/src/test/scala/org/apache/spark/mllib/linalg/SVDSuite.scala --- @@ -93,6 +96,36 @@ class SVDSuite extends FunSuite with BeforeAndAfterAll {

[GitHub] spark pull request: Principal Component Analysis

2014-03-18 Thread rezazadeh
Github user rezazadeh commented on a diff in the pull request: https://github.com/apache/spark/pull/88#discussion_r10738297 --- Diff: mllib/src/test/scala/org/apache/spark/mllib/linalg/SVDSuite.scala --- @@ -93,6 +96,36 @@ class SVDSuite extends FunSuite with BeforeAndAfterAll {

[GitHub] spark pull request: [SPARK-1275] Made dev/run-tests executable.

2014-03-18 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/178#issuecomment-38020182 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 t

[GitHub] spark pull request: Added doctest for map function in rdd.py

2014-03-18 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/177#issuecomment-38020181 One or more automated tests failed Refer to this link for build results: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/13260/ --- If your p

[GitHub] spark pull request: Added doctest for map function in rdd.py

2014-03-18 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/177#issuecomment-38020180 Merged build finished. --- 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-1275] Made dev/run-tests executable.

2014-03-18 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/178#issuecomment-38019902 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 hav

[GitHub] spark pull request: [SPARK-1275] Made dev/run-tests executable.

2014-03-18 Thread pwendell
Github user pwendell commented on the pull request: https://github.com/apache/spark/pull/178#issuecomment-38019917 LGTM provided the tests pass --- 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-1275] Made dev/run-tests executable.

2014-03-18 Thread tdas
GitHub user tdas opened a pull request: https://github.com/apache/spark/pull/178 [SPARK-1275] Made dev/run-tests executable. This was causing Jenkins tests to fail. You can merge this pull request into a Git repository by running: $ git pull https://github.com/tdas/spark branc

[GitHub] spark pull request: Added doctest for map function in rdd.py

2014-03-18 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/177#issuecomment-38019812 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 t

[GitHub] spark pull request: Added doctest for map function in rdd.py

2014-03-18 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/177#issuecomment-38019811 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 hav

[GitHub] spark pull request: bugfix: Wrong "Duration" in "Active Stages" in...

2014-03-18 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/170#issuecomment-38019815 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 hav

[GitHub] spark pull request: bugfix: Wrong "Duration" in "Active Stages" in...

2014-03-18 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/170#issuecomment-38019816 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 t

[GitHub] spark pull request: Fix SPARK-1256: Master web UI and Worker web U...

2014-03-18 Thread witgo
Github user witgo commented on a diff in the pull request: https://github.com/apache/spark/pull/150#discussion_r10737808 --- Diff: core/src/main/scala/org/apache/spark/ui/JettyUtils.scala --- @@ -111,10 +111,13 @@ private[spark] object JettyUtils extends Logging { Option(ge

[GitHub] spark pull request: Fix SPARK-1256: Master web UI and Worker web U...

2014-03-18 Thread witgo
Github user witgo commented on a diff in the pull request: https://github.com/apache/spark/pull/150#discussion_r10737769 --- Diff: core/src/main/scala/org/apache/spark/deploy/master/ui/MasterWebUI.scala --- @@ -61,7 +61,7 @@ class MasterWebUI(val master: Master, requestedPort: Int)

[GitHub] spark pull request: Principal Component Analysis

2014-03-18 Thread rezazadeh
Github user rezazadeh commented on a diff in the pull request: https://github.com/apache/spark/pull/88#discussion_r10737741 --- Diff: mllib/src/main/scala/org/apache/spark/mllib/util/LAUtils.scala --- @@ -0,0 +1,64 @@ +/* + * Licensed to the Apache Software Foundation (ASF)

[GitHub] spark pull request: Principal Component Analysis

2014-03-18 Thread rezazadeh
Github user rezazadeh commented on a diff in the pull request: https://github.com/apache/spark/pull/88#discussion_r10737707 --- Diff: mllib/src/main/scala/org/apache/spark/mllib/util/LAUtils.scala --- @@ -0,0 +1,64 @@ +/* + * Licensed to the Apache Software Foundation (ASF)

[GitHub] spark pull request: Principal Component Analysis

2014-03-18 Thread rezazadeh
Github user rezazadeh commented on a diff in the pull request: https://github.com/apache/spark/pull/88#discussion_r10737676 --- Diff: mllib/src/main/scala/org/apache/spark/mllib/linalg/TallSkinnyMatrixSVD.scala --- @@ -0,0 +1,29 @@ +/* + * Licensed to the Apache Software Fo

[GitHub] spark pull request: Principal Component Analysis

2014-03-18 Thread rezazadeh
Github user rezazadeh commented on a diff in the pull request: https://github.com/apache/spark/pull/88#discussion_r10737662 --- Diff: mllib/src/main/scala/org/apache/spark/mllib/linalg/TallSkinnyMatrixSVD.scala --- @@ -0,0 +1,29 @@ +/* + * Licensed to the Apache Software Fo

[GitHub] spark pull request: Principal Component Analysis

2014-03-18 Thread rezazadeh
Github user rezazadeh commented on a diff in the pull request: https://github.com/apache/spark/pull/88#discussion_r10737657 --- Diff: mllib/src/main/scala/org/apache/spark/mllib/linalg/SVD.scala --- @@ -142,17 +155,175 @@ object SVD { val vsirdd = sc.makeRDD(Array.tabulate(

[GitHub] spark pull request: Added doctest for map function in rdd.py

2014-03-18 Thread jyotiska
GitHub user jyotiska opened a pull request: https://github.com/apache/spark/pull/177 Added doctest for map function in rdd.py Doctest added for map in rdd.py You can merge this pull request into a Git repository by running: $ git pull https://github.com/jyotiska/spark pyspark_r

[GitHub] spark pull request: [SPARK-1274] Add dev scripts to merge PRs and ...

2014-03-18 Thread tdas
Github user tdas commented on the pull request: https://github.com/apache/spark/pull/176#issuecomment-38019022 This became red just before this updated. Nope the dev directory permissions weren't touched. Let me take a look. --- If your project is set up for it, you can reply to this

[GitHub] spark pull request: Added doctest for map function in rdd.py

2014-03-18 Thread jyotiska
Github user jyotiska closed the pull request at: https://github.com/apache/spark/pull/171 --- 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-1251 Support for optimizing and executin...

2014-03-18 Thread pwendell
Github user pwendell commented on the pull request: https://github.com/apache/spark/pull/146#issuecomment-38019033 I put some docs up here if people are interested: http://people.apache.org/~pwendell/catalyst-docs-03-18/core/#org.apache.spark.sql.SchemaRDD --- If your project is

[GitHub] spark pull request: Fix SPARK-1256: Master web UI and Worker web U...

2014-03-18 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/150 --- 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 enabl

[GitHub] spark pull request: Bundle tachyon: SPARK-1269

2014-03-18 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/137 --- 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 enabl

[GitHub] spark pull request: [SPARK-1274] Add dev scripts to merge PRs and ...

2014-03-18 Thread tdas
Github user tdas closed the pull request at: https://github.com/apache/spark/pull/176 --- 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 enabled

[GitHub] spark pull request: [SPARK-1274] Add dev scripts to merge PRs and ...

2014-03-18 Thread pwendell
Github user pwendell commented on the pull request: https://github.com/apache/spark/pull/176#issuecomment-38018337 @tdas hm this failure is weird - did you change the permissions of the /dev directory or something? --- If your project is set up for it, you can reply to this email and

[GitHub] spark pull request: Fix SPARK-1256: Master web UI and Worker web U...

2014-03-18 Thread andrewor14
Github user andrewor14 commented on a diff in the pull request: https://github.com/apache/spark/pull/150#discussion_r10737368 --- Diff: core/src/main/scala/org/apache/spark/ui/JettyUtils.scala --- @@ -111,10 +111,13 @@ private[spark] object JettyUtils extends Logging { Opti

[GitHub] spark pull request: Bundle tachyon: SPARK-1269

2014-03-18 Thread pwendell
Github user pwendell commented on the pull request: https://github.com/apache/spark/pull/137#issuecomment-38018288 Thanks - I've merged this. --- 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 t

[GitHub] spark pull request: Fix SPARK-1256: Master web UI and Worker web U...

2014-03-18 Thread pwendell
Github user pwendell commented on the pull request: https://github.com/apache/spark/pull/150#issuecomment-38017927 Ah okay seems like these options are useful in Jetty 9. Because this is a hotfix I want to merge this in now. --- If your project is set up for it, you can reply to this

[GitHub] spark pull request: Fix SPARK-1256: Master web UI and Worker web U...

2014-03-18 Thread andrewor14
Github user andrewor14 commented on a diff in the pull request: https://github.com/apache/spark/pull/150#discussion_r10737128 --- Diff: core/src/main/scala/org/apache/spark/deploy/master/ui/MasterWebUI.scala --- @@ -61,7 +61,7 @@ class MasterWebUI(val master: Master, requestedPort:

[GitHub] spark pull request: [SPARK-1274] Add dev scripts to merge PRs and ...

2014-03-18 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/176#issuecomment-38017597 One or more automated tests failed Refer to this link for build results: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/13259/ --- If your p

[GitHub] spark pull request: [SPARK-1274] Add dev scripts to merge PRs and ...

2014-03-18 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/176#issuecomment-38017595 Merged build finished. --- 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-1274] Add dev scripts to merge PRs and ...

2014-03-18 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/176#issuecomment-38017546 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 hav

[GitHub] spark pull request: [SPARK-1274] Add dev scripts to merge PRs and ...

2014-03-18 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/176#issuecomment-38017547 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 t

[GitHub] spark pull request: Spark 1095 : Adding explicit return types to a...

2014-03-18 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/168#issuecomment-38017481 Merged build finished. --- 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 1095 : Adding explicit return types to a...

2014-03-18 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/168#issuecomment-38017482 All automated tests passed. Refer to this link for build results: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/13258/ --- If your project

[GitHub] spark pull request: Bundle tachyon: SPARK-1269

2014-03-18 Thread nicklan
Github user nicklan commented on the pull request: https://github.com/apache/spark/pull/137#issuecomment-38016895 Ahh sorry, I actually hadn't rearranged it, but I have now, and put back in the exec. --- If your project is set up for it, you can reply to this email and have your repl

[GitHub] spark pull request: Principal Component Analysis

2014-03-18 Thread rezazadeh
Github user rezazadeh commented on a diff in the pull request: https://github.com/apache/spark/pull/88#discussion_r10736713 --- Diff: mllib/src/main/scala/org/apache/spark/mllib/linalg/SVD.scala --- @@ -142,17 +155,175 @@ object SVD { val vsirdd = sc.makeRDD(Array.tabulate(

[GitHub] spark pull request: Bundle tachyon: SPARK-1269

2014-03-18 Thread pwendell
Github user pwendell commented on the pull request: https://github.com/apache/spark/pull/137#issuecomment-38016150 Hey I just meant - the diff shows it still removing `exec` from the script. So that can be reverted now that you've rearranged it right? --- If your project is set up fo

[GitHub] spark pull request: Spark 1095 : Adding explicit return types to a...

2014-03-18 Thread pwendell
Github user pwendell commented on the pull request: https://github.com/apache/spark/pull/168#issuecomment-38016068 Good point @mateiz it might be good to wait until after #42 is merged. I think we can merge that pretty soon though. --- If your project is set up for it, you can reply

[GitHub] spark pull request: [SPARK-1274] Add dev scripts to merge PRs and ...

2014-03-18 Thread pwendell
Github user pwendell commented on the pull request: https://github.com/apache/spark/pull/176#issuecomment-38016026 Jenkins, test 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 t

[GitHub] spark pull request: Principal Component Analysis

2014-03-18 Thread rezazadeh
Github user rezazadeh commented on a diff in the pull request: https://github.com/apache/spark/pull/88#discussion_r10736539 --- Diff: mllib/src/main/scala/org/apache/spark/mllib/linalg/SVD.scala --- @@ -142,17 +155,175 @@ object SVD { val vsirdd = sc.makeRDD(Array.tabulate(

[GitHub] spark pull request: Principal Component Analysis

2014-03-18 Thread rezazadeh
Github user rezazadeh commented on a diff in the pull request: https://github.com/apache/spark/pull/88#discussion_r10736542 --- Diff: mllib/src/main/scala/org/apache/spark/mllib/linalg/SVD.scala --- @@ -142,17 +155,175 @@ object SVD { val vsirdd = sc.makeRDD(Array.tabulate(

[GitHub] spark pull request: Principal Component Analysis

2014-03-18 Thread rezazadeh
Github user rezazadeh commented on a diff in the pull request: https://github.com/apache/spark/pull/88#discussion_r10736524 --- Diff: mllib/src/main/scala/org/apache/spark/mllib/linalg/SVD.scala --- @@ -142,17 +155,175 @@ object SVD { val vsirdd = sc.makeRDD(Array.tabulate(

[GitHub] spark pull request: Principal Component Analysis

2014-03-18 Thread rezazadeh
Github user rezazadeh commented on a diff in the pull request: https://github.com/apache/spark/pull/88#discussion_r10736477 --- Diff: mllib/src/main/scala/org/apache/spark/mllib/linalg/SVD.scala --- @@ -142,17 +155,175 @@ object SVD { val vsirdd = sc.makeRDD(Array.tabulate(

[GitHub] spark pull request: Principal Component Analysis

2014-03-18 Thread rezazadeh
Github user rezazadeh commented on a diff in the pull request: https://github.com/apache/spark/pull/88#discussion_r10736485 --- Diff: mllib/src/main/scala/org/apache/spark/mllib/linalg/SVD.scala --- @@ -142,17 +155,175 @@ object SVD { val vsirdd = sc.makeRDD(Array.tabulate(

[GitHub] spark pull request: Principal Component Analysis

2014-03-18 Thread rezazadeh
Github user rezazadeh commented on a diff in the pull request: https://github.com/apache/spark/pull/88#discussion_r10736483 --- Diff: mllib/src/main/scala/org/apache/spark/mllib/linalg/SVD.scala --- @@ -142,17 +155,175 @@ object SVD { val vsirdd = sc.makeRDD(Array.tabulate(

[GitHub] spark pull request: [SPARK-1274] Add dev scripts to merge PRs and ...

2014-03-18 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/176#issuecomment-38015164 Merged build finished. --- 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-1274] Add dev scripts to merge PRs and ...

2014-03-18 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/176#issuecomment-38015165 One or more automated tests failed Refer to this link for build results: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/13257/ --- If your p

[GitHub] spark pull request: Spark 1095 : Adding explicit return types to a...

2014-03-18 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/168#issuecomment-38015132 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 t

[GitHub] spark pull request: [SPARK-1274] Add dev scripts to merge PRs and ...

2014-03-18 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/176#issuecomment-38015128 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 t

[GitHub] spark pull request: [SPARK-1274] Add dev scripts to merge PRs and ...

2014-03-18 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/176#issuecomment-38015127 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 hav

[GitHub] spark pull request: Spark 1095 : Adding explicit return types to a...

2014-03-18 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/168#issuecomment-38015131 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 hav

[GitHub] spark pull request: [SPARK-1274] Add dev scripts to merge PRs and ...

2014-03-18 Thread tdas
GitHub user tdas opened a pull request: https://github.com/apache/spark/pull/176 [SPARK-1274] Add dev scripts to merge PRs and create releases from master to branch-0.9 All the files are one-to-one copied from master. Only the Spark version numbers were changed. You can merge thi

[GitHub] spark pull request: [SPARK-1274] Add dev scripts to merge PRs and ...

2014-03-18 Thread tdas
Github user tdas commented on the pull request: https://github.com/apache/spark/pull/176#issuecomment-38015053 @pwendell --- 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

[GitHub] spark pull request: fix compile error of streaming project

2014-03-18 Thread gzm55
Github user gzm55 commented on the pull request: https://github.com/apache/spark/pull/153#issuecomment-38014999 Jenkins, test 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 this

[GitHub] spark pull request: fix compile error of streaming project

2014-03-18 Thread gzm55
Github user gzm55 commented on the pull request: https://github.com/apache/spark/pull/153#issuecomment-38014988 fix style error --- 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 en

[GitHub] spark pull request: bugfix: Wrong "Duration" in "Active Stages" in...

2014-03-18 Thread rxin
Github user rxin commented on a diff in the pull request: https://github.com/apache/spark/pull/170#discussion_r10736249 --- Diff: core/src/main/scala/org/apache/spark/ui/jobs/StageTable.scala --- @@ -106,7 +106,9 @@ private[spark] class StageTable(val stages: Seq[StageInfo], val pa

[GitHub] spark pull request: fix compile error for hadoop CDH 4.4+

2014-03-18 Thread gzm55
Github user gzm55 commented on the pull request: https://github.com/apache/spark/pull/151#issuecomment-38014788 @tgravescs @sryza here is another description of yarn-beta changes from yarn-alpha: http://hortonworks.com/blog/stabilizing-yarn-apis-for-apache-hadoop-2-beta-and-beyond/

[GitHub] spark pull request: Spark 1095 : Adding explicit return types to a...

2014-03-18 Thread NirmalReddy
Github user NirmalReddy commented on the pull request: https://github.com/apache/spark/pull/168#issuecomment-38014641 @mateiz This should be fine now !! But there are whole lot of methods using the old syntax(all foreach and setter methods) that can be addressed as a different PR !!

[GitHub] spark pull request: [WIP] [MLLIB-28] An optimized GradientDescent ...

2014-03-18 Thread yinxusen
Github user yinxusen commented on a diff in the pull request: https://github.com/apache/spark/pull/166#discussion_r10735781 --- Diff: mllib/src/main/scala/org/apache/spark/mllib/optimization/GradientDescentWithLocalUpdate.scala --- @@ -0,0 +1,147 @@ +/* + * Licensed to the

[GitHub] spark pull request: [SPARK-1273] MLlib bug fixes, improvements, an...

2014-03-18 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/175#issuecomment-38012695 Merged build finished. --- 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-1273] MLlib bug fixes, improvements, an...

2014-03-18 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/175#issuecomment-38012697 One or more automated tests failed Refer to this link for build results: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/13256/ --- If your p

[GitHub] spark pull request: [SPARK-1273] MLlib bug fixes, improvements, an...

2014-03-18 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/175#issuecomment-38012657 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 hav

[GitHub] spark pull request: [SPARK-1273] MLlib bug fixes, improvements, an...

2014-03-18 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/175#issuecomment-38012658 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 t

[GitHub] spark pull request: bugfix: Wrong "Duration" in "Active Stages" in...

2014-03-18 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/170#issuecomment-38012551 Merged build finished. --- 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-1251 Support for optimizing and executin...

2014-03-18 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/146#issuecomment-38012557 Merged build finished. --- 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: Fix SPARK-1256: Master web UI and Worker web U...

2014-03-18 Thread witgo
Github user witgo commented on a diff in the pull request: https://github.com/apache/spark/pull/150#discussion_r10735384 --- Diff: core/src/main/scala/org/apache/spark/deploy/master/ui/MasterWebUI.scala --- @@ -61,7 +61,7 @@ class MasterWebUI(val master: Master, requestedPort: Int)

[GitHub] spark pull request: [SPARK-1132] Persisting Web UI through refacto...

2014-03-18 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/42#issuecomment-38012548 Merged build finished. --- 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 t

[GitHub] spark pull request: [SPARK-1273] MLlib bug fixes, improvements, an...

2014-03-18 Thread mengxr
Github user mengxr commented on the pull request: https://github.com/apache/spark/pull/175#issuecomment-38012590 Does Jenkins only test the master branch? --- 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 do

[GitHub] spark pull request: SPARK-1251 Support for optimizing and executin...

2014-03-18 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/146#issuecomment-38012558 One or more automated tests failed Refer to this link for build results: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/13255/ --- If your p

[GitHub] spark pull request: bugfix: Wrong "Duration" in "Active Stages" in...

2014-03-18 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/170#issuecomment-38012553 All automated tests passed. Refer to this link for build results: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/13253/ --- If your project

[GitHub] spark pull request: [SPARK-1132] Persisting Web UI through refacto...

2014-03-18 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/42#issuecomment-38012549 All automated tests passed. Refer to this link for build results: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/13254/ --- If your project i

[GitHub] spark pull request: [SPARK-1273] MLlib bug fixes, improvements, an...

2014-03-18 Thread mengxr
Github user mengxr commented on a diff in the pull request: https://github.com/apache/spark/pull/175#discussion_r10735173 --- Diff: mllib/src/main/scala/org/apache/spark/mllib/optimization/Gradient.scala --- @@ -61,22 +62,26 @@ class LogisticGradient extends Gradient { }

[GitHub] spark pull request: Spark 1095 : Adding explicit return types to a...

2014-03-18 Thread mateiz
Github user mateiz commented on the pull request: https://github.com/apache/spark/pull/168#issuecomment-38012029 The only downside I see is that it would make in-progress merges tougher, but it would be good to see how many changes this involves. Maybe it's not that bad. --- If your

[GitHub] spark pull request: [SPARK-1273] MLlib bug fixes, improvements, an...

2014-03-18 Thread tdas
Github user tdas commented on a diff in the pull request: https://github.com/apache/spark/pull/175#discussion_r10735088 --- Diff: mllib/src/main/scala/org/apache/spark/mllib/recommendation/ALS.scala --- @@ -537,8 +620,12 @@ object ALS { * @param lambda regularization fa

[GitHub] spark pull request: [SPARK-1273] MLlib bug fixes, improvements, an...

2014-03-18 Thread tdas
Github user tdas commented on a diff in the pull request: https://github.com/apache/spark/pull/175#discussion_r10735050 --- Diff: mllib/src/main/scala/org/apache/spark/mllib/optimization/Gradient.scala --- @@ -61,22 +62,26 @@ class LogisticGradient extends Gradient { }

[GitHub] spark pull request: [SPARK-1273] MLlib bug fixes, improvements, an...

2014-03-18 Thread mengxr
Github user mengxr commented on the pull request: https://github.com/apache/spark/pull/175#issuecomment-38011693 Jenkins, test 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 thi

  1   2   3   4   5   >