[GitHub] spark pull request: [SPARK-5321] Support for transposing local mat...

2015-01-27 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/4109#issuecomment-71605804 Test FAILed. Refer to this link for build results (access rights to CI server needed):

[GitHub] spark pull request: [SPARK-5321] Support for transposing local mat...

2015-01-27 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/4109#issuecomment-71605655 [Test build #26151 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/26151/consoleFull) for PR 4109 at commit

[GitHub] spark pull request: [SPARK-5321] Support for transposing local mat...

2015-01-27 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/4109#issuecomment-71605800 [Test build #26151 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/26151/consoleFull) for PR 4109 at commit

[GitHub] spark pull request: [SPARK-5321] Support for transposing local mat...

2015-01-27 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/4109#issuecomment-71606493 [Test build #26152 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/26152/consoleFull) for PR 4109 at commit

[GitHub] spark pull request: [SPARK-5321] Support for transposing local mat...

2015-01-27 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/4109#issuecomment-71614406 Test PASSed. Refer to this link for build results (access rights to CI server needed):

[GitHub] spark pull request: [SPARK-5321] Support for transposing local mat...

2015-01-27 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/4109#issuecomment-71614401 [Test build #26152 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/26152/consoleFull) for PR 4109 at commit

[GitHub] spark pull request: [SPARK-5321] Support for transposing local mat...

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

[GitHub] spark pull request: [SPARK-5321] Support for transposing local mat...

2015-01-27 Thread mengxr
Github user mengxr commented on the pull request: https://github.com/apache/spark/pull/4109#issuecomment-71617607 LGTM. Merged into master. 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 project does

[GitHub] spark pull request: [SPARK-5321] Support for transposing local mat...

2015-01-26 Thread mengxr
Github user mengxr commented on a diff in the pull request: https://github.com/apache/spark/pull/4109#discussion_r23566423 --- Diff: mllib/src/main/scala/org/apache/spark/mllib/linalg/Matrices.scala --- @@ -34,6 +34,9 @@ sealed trait Matrix extends Serializable { /** Number

[GitHub] spark pull request: [SPARK-5321] Support for transposing local mat...

2015-01-26 Thread mengxr
Github user mengxr commented on a diff in the pull request: https://github.com/apache/spark/pull/4109#discussion_r23566412 --- Diff: mllib/src/main/scala/org/apache/spark/mllib/linalg/BLAS.scala --- @@ -289,48 +285,28 @@ private[spark] object BLAS extends Serializable with Logging

[GitHub] spark pull request: [SPARK-5321] Support for transposing local mat...

2015-01-26 Thread mengxr
Github user mengxr commented on a diff in the pull request: https://github.com/apache/spark/pull/4109#discussion_r23566417 --- Diff: mllib/src/main/scala/org/apache/spark/mllib/linalg/BLAS.scala --- @@ -487,35 +455,18 @@ private[spark] object BLAS extends Serializable with Logging

[GitHub] spark pull request: [SPARK-5321] Support for transposing local mat...

2015-01-26 Thread mengxr
Github user mengxr commented on a diff in the pull request: https://github.com/apache/spark/pull/4109#discussion_r23566429 --- Diff: mllib/src/main/scala/org/apache/spark/mllib/linalg/Matrices.scala --- @@ -92,6 +84,16 @@ sealed trait Matrix extends Serializable { *

[GitHub] spark pull request: [SPARK-5321] Support for transposing local mat...

2015-01-26 Thread mengxr
Github user mengxr commented on a diff in the pull request: https://github.com/apache/spark/pull/4109#discussion_r23566405 --- Diff: mllib/src/main/scala/org/apache/spark/mllib/linalg/BLAS.scala --- @@ -266,8 +264,6 @@ private[spark] object BLAS extends Serializable with Logging {

[GitHub] spark pull request: [SPARK-5321] Support for transposing local mat...

2015-01-26 Thread brkyvz
Github user brkyvz commented on a diff in the pull request: https://github.com/apache/spark/pull/4109#discussion_r23583664 --- Diff: mllib/src/main/scala/org/apache/spark/mllib/linalg/Matrices.scala --- @@ -34,6 +34,9 @@ sealed trait Matrix extends Serializable { /** Number

[GitHub] spark pull request: [SPARK-5321] Support for transposing local mat...

2015-01-26 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/4109#issuecomment-71587461 Test PASSed. Refer to this link for build results (access rights to CI server needed):

[GitHub] spark pull request: [SPARK-5321] Support for transposing local mat...

2015-01-26 Thread mengxr
Github user mengxr commented on a diff in the pull request: https://github.com/apache/spark/pull/4109#discussion_r23589798 --- Diff: mllib/src/main/scala/org/apache/spark/mllib/linalg/Matrices.scala --- @@ -341,6 +430,37 @@ class SparseMatrix( this } +

[GitHub] spark pull request: [SPARK-5321] Support for transposing local mat...

2015-01-26 Thread mengxr
Github user mengxr commented on a diff in the pull request: https://github.com/apache/spark/pull/4109#discussion_r23589785 --- Diff: mllib/src/main/scala/org/apache/spark/mllib/linalg/Matrices.scala --- @@ -114,7 +118,24 @@ class DenseMatrix(val numRows: Int, val numCols: Int,

[GitHub] spark pull request: [SPARK-5321] Support for transposing local mat...

2015-01-26 Thread mengxr
Github user mengxr commented on a diff in the pull request: https://github.com/apache/spark/pull/4109#discussion_r23589805 --- Diff: mllib/src/test/scala/org/apache/spark/mllib/linalg/MatricesSuite.scala --- @@ -161,6 +161,68 @@ class MatricesSuite extends FunSuite {

[GitHub] spark pull request: [SPARK-5321] Support for transposing local mat...

2015-01-26 Thread mengxr
Github user mengxr commented on a diff in the pull request: https://github.com/apache/spark/pull/4109#discussion_r23589792 --- Diff: mllib/src/main/scala/org/apache/spark/mllib/linalg/Matrices.scala --- @@ -341,6 +430,37 @@ class SparseMatrix( this } +

[GitHub] spark pull request: [SPARK-5321] Support for transposing local mat...

2015-01-26 Thread mengxr
Github user mengxr commented on a diff in the pull request: https://github.com/apache/spark/pull/4109#discussion_r23589796 --- Diff: mllib/src/main/scala/org/apache/spark/mllib/linalg/Matrices.scala --- @@ -341,6 +430,37 @@ class SparseMatrix( this } +

[GitHub] spark pull request: [SPARK-5321] Support for transposing local mat...

2015-01-26 Thread mengxr
Github user mengxr commented on a diff in the pull request: https://github.com/apache/spark/pull/4109#discussion_r23589806 --- Diff: mllib/src/test/scala/org/apache/spark/mllib/linalg/MatricesSuite.scala --- @@ -161,6 +161,68 @@ class MatricesSuite extends FunSuite {

[GitHub] spark pull request: [SPARK-5321] Support for transposing local mat...

2015-01-26 Thread mengxr
Github user mengxr commented on a diff in the pull request: https://github.com/apache/spark/pull/4109#discussion_r23589782 --- Diff: mllib/src/main/scala/org/apache/spark/mllib/linalg/Matrices.scala --- @@ -52,10 +58,13 @@ sealed trait Matrix extends Serializable { /** Get

[GitHub] spark pull request: [SPARK-5321] Support for transposing local mat...

2015-01-26 Thread mengxr
Github user mengxr commented on a diff in the pull request: https://github.com/apache/spark/pull/4109#discussion_r23589813 --- Diff: mllib/src/main/scala/org/apache/spark/mllib/linalg/Matrices.scala --- @@ -92,6 +87,15 @@ sealed trait Matrix extends Serializable { *

[GitHub] spark pull request: [SPARK-5321] Support for transposing local mat...

2015-01-26 Thread mengxr
Github user mengxr commented on a diff in the pull request: https://github.com/apache/spark/pull/4109#discussion_r23589789 --- Diff: mllib/src/main/scala/org/apache/spark/mllib/linalg/Matrices.scala --- @@ -281,31 +344,53 @@ class SparseMatrix( require(values.length

[GitHub] spark pull request: [SPARK-5321] Support for transposing local mat...

2015-01-26 Thread mengxr
Github user mengxr commented on a diff in the pull request: https://github.com/apache/spark/pull/4109#discussion_r23589803 --- Diff: mllib/src/test/scala/org/apache/spark/mllib/linalg/MatricesSuite.scala --- @@ -161,6 +161,68 @@ class MatricesSuite extends FunSuite {

[GitHub] spark pull request: [SPARK-5321] Support for transposing local mat...

2015-01-26 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/4109#issuecomment-71582792 [Test build #26140 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/26140/consoleFull) for PR 4109 at commit

[GitHub] spark pull request: [SPARK-5321] Support for transposing local mat...

2015-01-26 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/4109#issuecomment-71587457 [Test build #26140 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/26140/consoleFull) for PR 4109 at commit

[GitHub] spark pull request: [SPARK-5321] Support for transposing local mat...

2015-01-26 Thread mengxr
Github user mengxr commented on a diff in the pull request: https://github.com/apache/spark/pull/4109#discussion_r23589781 --- Diff: mllib/src/main/scala/org/apache/spark/mllib/linalg/Matrices.scala --- @@ -34,6 +34,12 @@ sealed trait Matrix extends Serializable { /**

[GitHub] spark pull request: [SPARK-5321] Support for transposing local mat...

2015-01-26 Thread mengxr
Github user mengxr commented on a diff in the pull request: https://github.com/apache/spark/pull/4109#discussion_r23589786 --- Diff: mllib/src/main/scala/org/apache/spark/mllib/linalg/Matrices.scala --- @@ -148,6 +178,40 @@ class DenseMatrix(val numRows: Int, val numCols: Int,

[GitHub] spark pull request: [SPARK-5321] Support for transposing local mat...

2015-01-26 Thread mengxr
Github user mengxr commented on a diff in the pull request: https://github.com/apache/spark/pull/4109#discussion_r23589775 --- Diff: mllib/src/main/scala/org/apache/spark/mllib/linalg/BLAS.scala --- @@ -257,30 +257,30 @@ private[spark] object BLAS extends Serializable with Logging

[GitHub] spark pull request: [SPARK-5321] Support for transposing local mat...

2015-01-26 Thread mengxr
Github user mengxr commented on a diff in the pull request: https://github.com/apache/spark/pull/4109#discussion_r23589776 --- Diff: mllib/src/main/scala/org/apache/spark/mllib/linalg/BLAS.scala --- @@ -257,30 +257,30 @@ private[spark] object BLAS extends Serializable with Logging

[GitHub] spark pull request: [SPARK-5321] Support for transposing local mat...

2015-01-26 Thread mengxr
Github user mengxr commented on a diff in the pull request: https://github.com/apache/spark/pull/4109#discussion_r23589919 --- Diff: mllib/src/test/scala/org/apache/spark/mllib/linalg/MatricesSuite.scala --- @@ -212,6 +284,17 @@ class MatricesSuite extends FunSuite {

[GitHub] spark pull request: [SPARK-5321] Support for transposing local mat...

2015-01-26 Thread brkyvz
Github user brkyvz commented on a diff in the pull request: https://github.com/apache/spark/pull/4109#discussion_r23591427 --- Diff: mllib/src/test/scala/org/apache/spark/mllib/linalg/MatricesSuite.scala --- @@ -212,6 +284,17 @@ class MatricesSuite extends FunSuite {

[GitHub] spark pull request: [SPARK-5321] Support for transposing local mat...

2015-01-26 Thread brkyvz
Github user brkyvz commented on a diff in the pull request: https://github.com/apache/spark/pull/4109#discussion_r23573354 --- Diff: mllib/src/main/scala/org/apache/spark/mllib/linalg/Matrices.scala --- @@ -92,6 +84,16 @@ sealed trait Matrix extends Serializable { *

[GitHub] spark pull request: [SPARK-5321] Support for transposing local mat...

2015-01-21 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/4109#issuecomment-70905249 [Test build #25899 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/25899/consoleFull) for PR 4109 at commit

[GitHub] spark pull request: [SPARK-5321] Support for transposing local mat...

2015-01-21 Thread mengxr
Github user mengxr commented on a diff in the pull request: https://github.com/apache/spark/pull/4109#discussion_r23319701 --- Diff: mllib/src/main/scala/org/apache/spark/mllib/linalg/Matrices.scala --- @@ -114,21 +106,47 @@ class DenseMatrix(val numRows: Int, val numCols: Int,

[GitHub] spark pull request: [SPARK-5321] Support for transposing local mat...

2015-01-21 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/4109#issuecomment-70916434 Test PASSed. Refer to this link for build results (access rights to CI server needed):

[GitHub] spark pull request: [SPARK-5321] Support for transposing local mat...

2015-01-21 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/4109#issuecomment-70925787 Test PASSed. Refer to this link for build results (access rights to CI server needed):

[GitHub] spark pull request: [SPARK-5321] Support for transposing local mat...

2015-01-21 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/4109#issuecomment-70916423 [Test build #25899 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/25899/consoleFull) for PR 4109 at commit

[GitHub] spark pull request: [SPARK-5321] Support for transposing local mat...

2015-01-21 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/4109#issuecomment-70914129 [Test build #25907 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/25907/consoleFull) for PR 4109 at commit

[GitHub] spark pull request: [SPARK-5321] Support for transposing local mat...

2015-01-21 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/4109#issuecomment-70925775 [Test build #25907 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/25907/consoleFull) for PR 4109 at commit

[GitHub] spark pull request: [SPARK-5321] Support for transposing local mat...

2015-01-20 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/4109#issuecomment-70617576 [Test build #25799 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/25799/consoleFull) for PR 4109 at commit

[GitHub] spark pull request: [SPARK-5321] Support for transposing local mat...

2015-01-20 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/4109#issuecomment-70617582 Test PASSed. Refer to this link for build results (access rights to CI server needed):

[GitHub] spark pull request: [SPARK-5321] Support for transposing local mat...

2015-01-20 Thread mengxr
Github user mengxr commented on a diff in the pull request: https://github.com/apache/spark/pull/4109#discussion_r23268073 --- Diff: mllib/src/main/scala/org/apache/spark/mllib/linalg/BLAS.scala --- @@ -317,19 +317,23 @@ private[spark] object BLAS extends Serializable with Logging

[GitHub] spark pull request: [SPARK-5321] Support for transposing local mat...

2015-01-20 Thread mengxr
Github user mengxr commented on a diff in the pull request: https://github.com/apache/spark/pull/4109#discussion_r23268088 --- Diff: mllib/src/main/scala/org/apache/spark/mllib/linalg/Matrices.scala --- @@ -114,21 +106,47 @@ class DenseMatrix(val numRows: Int, val numCols: Int,

[GitHub] spark pull request: [SPARK-5321] Support for transposing local mat...

2015-01-20 Thread mengxr
Github user mengxr commented on a diff in the pull request: https://github.com/apache/spark/pull/4109#discussion_r23268078 --- Diff: mllib/src/main/scala/org/apache/spark/mllib/linalg/Matrices.scala --- @@ -17,7 +17,7 @@ package org.apache.spark.mllib.linalg

[GitHub] spark pull request: [SPARK-5321] Support for transposing local mat...

2015-01-20 Thread mengxr
Github user mengxr commented on a diff in the pull request: https://github.com/apache/spark/pull/4109#discussion_r23268085 --- Diff: mllib/src/main/scala/org/apache/spark/mllib/linalg/Matrices.scala --- @@ -114,21 +106,47 @@ class DenseMatrix(val numRows: Int, val numCols: Int,

[GitHub] spark pull request: [SPARK-5321] Support for transposing local mat...

2015-01-20 Thread brkyvz
Github user brkyvz commented on a diff in the pull request: https://github.com/apache/spark/pull/4109#discussion_r23278231 --- Diff: mllib/src/main/scala/org/apache/spark/mllib/linalg/Matrices.scala --- @@ -114,21 +106,47 @@ class DenseMatrix(val numRows: Int, val numCols: Int,

[GitHub] spark pull request: [SPARK-5321] Support for transposing local mat...

2015-01-20 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/4109#issuecomment-70791071 Test FAILed. Refer to this link for build results (access rights to CI server needed):

[GitHub] spark pull request: [SPARK-5321] Support for transposing local mat...

2015-01-20 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/4109#issuecomment-70791067 [Test build #25873 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/25873/consoleFull) for PR 4109 at commit

[GitHub] spark pull request: [SPARK-5321] Support for transposing local mat...

2015-01-20 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/4109#issuecomment-70792138 [Test build #25877 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/25877/consoleFull) for PR 4109 at commit

[GitHub] spark pull request: [SPARK-5321] Support for transposing local mat...

2015-01-20 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/4109#issuecomment-70787562 [Test build #25873 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/25873/consoleFull) for PR 4109 at commit

[GitHub] spark pull request: [SPARK-5321] Support for transposing local mat...

2015-01-20 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/4109#issuecomment-70797691 Test PASSed. Refer to this link for build results (access rights to CI server needed):

[GitHub] spark pull request: [SPARK-5321] Support for transposing local mat...

2015-01-20 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/4109#issuecomment-70797686 [Test build #25877 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/25877/consoleFull) for PR 4109 at commit

[GitHub] spark pull request: [SPARK-5321] Support for transposing local mat...

2015-01-19 Thread brkyvz
GitHub user brkyvz opened a pull request: https://github.com/apache/spark/pull/4109 [SPARK-5321] Support for transposing local matrices Support for transposing local matrices added. The `.transpose` function creates a new object re-using the backing array(s) but switches `numRows`

[GitHub] spark pull request: [SPARK-5321] Support for transposing local mat...

2015-01-19 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/4109#issuecomment-70601090 [Test build #25790 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/25790/consoleFull) for PR 4109 at commit

[GitHub] spark pull request: [SPARK-5321] Support for transposing local mat...

2015-01-19 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/4109#issuecomment-70605249 Test FAILed. Refer to this link for build results (access rights to CI server needed):

[GitHub] spark pull request: [SPARK-5321] Support for transposing local mat...

2015-01-19 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/4109#issuecomment-70605244 [Test build #25790 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/25790/consoleFull) for PR 4109 at commit

[GitHub] spark pull request: [SPARK-5321] Support for transposing local mat...

2015-01-19 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/4109#issuecomment-70585404 Test FAILed. Refer to this link for build results (access rights to CI server needed):

[GitHub] spark pull request: [SPARK-5321] Support for transposing local mat...

2015-01-19 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/4109#issuecomment-70585398 [Test build #25776 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/25776/consoleFull) for PR 4109 at commit

[GitHub] spark pull request: [SPARK-5321] Support for transposing local mat...

2015-01-19 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/4109#issuecomment-70580746 [Test build #25776 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/25776/consoleFull) for PR 4109 at commit

[GitHub] spark pull request: [SPARK-5321] Support for transposing local mat...

2015-01-19 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/4109#issuecomment-70612131 [Test build #25799 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/25799/consoleFull) for PR 4109 at commit