[GitHub] spark pull request: Bug fix of sparse vector conversion

2014-05-15 Thread mengxr
Github user mengxr commented on the pull request: https://github.com/apache/spark/pull/661#issuecomment-42392487 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

[GitHub] spark pull request: Bug fix of sparse vector conversion

2014-05-15 Thread funes
Github user funes commented on the pull request: https://github.com/apache/spark/pull/661#issuecomment-42516407 @mengxr Updated the test case. --- 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: Bug fix of sparse vector conversion

2014-05-15 Thread funes
Github user funes commented on a diff in the pull request: https://github.com/apache/spark/pull/661#discussion_r12413127 --- Diff: mllib/src/test/scala/org/apache/spark/mllib/linalg/BreezeVectorConversionSuite.scala --- @@ -55,4 +55,16 @@ class BreezeVectorConversionSuite extends

[GitHub] spark pull request: Bug fix of sparse vector conversion

2014-05-15 Thread funes
Github user funes commented on the pull request: https://github.com/apache/spark/pull/661#issuecomment-42387458 @mengxr Just added a test for sparse breeze by vector builder. Original sparse breeze to vector test is still valid since no data copying should happen in that case. --- I

[GitHub] spark pull request: Bug fix of sparse vector conversion

2014-05-15 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/661#issuecomment-42394656 Merged build finished. All automated tests 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

[GitHub] spark pull request: Bug fix of sparse vector conversion

2014-05-15 Thread mengxr
Github user mengxr commented on a diff in the pull request: https://github.com/apache/spark/pull/661#discussion_r12414571 --- Diff: mllib/src/test/scala/org/apache/spark/mllib/linalg/BreezeVectorConversionSuite.scala --- @@ -55,4 +55,16 @@ class BreezeVectorConversionSuite extends

[GitHub] spark pull request: Bug fix of sparse vector conversion

2014-05-14 Thread mengxr
Github user mengxr commented on the pull request: https://github.com/apache/spark/pull/661#issuecomment-42575036 LGTM. Do you mind creating a JIRA for this change? --- 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: Bug fix of sparse vector conversion

2014-05-14 Thread mengxr
Github user mengxr commented on a diff in the pull request: https://github.com/apache/spark/pull/661#discussion_r12414595 --- Diff: mllib/src/test/scala/org/apache/spark/mllib/linalg/BreezeVectorConversionSuite.scala --- @@ -55,4 +55,16 @@ class BreezeVectorConversionSuite extends

[GitHub] spark pull request: Bug fix of sparse vector conversion

2014-05-14 Thread mengxr
Github user mengxr commented on the pull request: https://github.com/apache/spark/pull/661#issuecomment-42623566 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 enabled and

[GitHub] spark pull request: Bug fix of sparse vector conversion

2014-05-12 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/661#issuecomment-42392701 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 ha

[GitHub] spark pull request: Bug fix of sparse vector conversion

2014-05-11 Thread funes
Github user funes commented on the pull request: https://github.com/apache/spark/pull/661#issuecomment-42628022 Sorry that I didn't see this message earlier. I'd be glad to create a JIRA if it is still appropriate. (I have to say I haven't read the how to contribute wiki careful

[GitHub] spark pull request: Bug fix of sparse vector conversion

2014-05-11 Thread pwendell
Github user pwendell commented on the pull request: https://github.com/apache/spark/pull/661#issuecomment-42623743 Thanks, 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 this fe

[GitHub] spark pull request: Bug fix of sparse vector conversion

2014-05-11 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/661 --- 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: Bug fix of sparse vector conversion

2014-05-10 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/661#issuecomment-42392717 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: Bug fix of sparse vector conversion

2014-05-10 Thread mengxr
Github user mengxr commented on a diff in the pull request: https://github.com/apache/spark/pull/661#discussion_r12389263 --- Diff: mllib/src/test/scala/org/apache/spark/mllib/linalg/BreezeVectorConversionSuite.scala --- @@ -55,4 +55,16 @@ class BreezeVectorConversionSuite extends

[GitHub] spark pull request: Bug fix of sparse vector conversion

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

[GitHub] spark pull request: Bug fix of sparse vector conversion

2014-05-06 Thread mengxr
Github user mengxr commented on a diff in the pull request: https://github.com/apache/spark/pull/661#discussion_r12332278 --- Diff: mllib/src/main/scala/org/apache/spark/mllib/linalg/Vectors.scala --- @@ -136,7 +136,12 @@ object Vectors { new DenseVector(v.toArray)

[GitHub] spark pull request: Bug fix of sparse vector conversion

2014-05-06 Thread mengxr
Github user mengxr commented on the pull request: https://github.com/apache/spark/pull/661#issuecomment-42321616 @funes Could you add a unit test for this change? --- 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 pr

[GitHub] spark pull request: Bug fix of sparse vector conversion

2014-05-06 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/661#issuecomment-42284169 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 proj

[GitHub] spark pull request: Bug fix of sparse vector conversion

2014-05-06 Thread funes
GitHub user funes reopened a pull request: https://github.com/apache/spark/pull/661 Bug fix of sparse vector conversion Fixed a small bug caused by the inconsistency of index/data array size and vector length. You can merge this pull request into a Git repository by running: $

[GitHub] spark pull request: Bug fix of sparse vector conversion

2014-05-05 Thread funes
Github user funes commented on a diff in the pull request: https://github.com/apache/spark/pull/661#discussion_r12311565 --- Diff: mllib/src/main/scala/org/apache/spark/mllib/linalg/Vectors.scala --- @@ -136,7 +136,7 @@ object Vectors { new DenseVector(v.toArray) //

[GitHub] spark pull request: Bug fix of sparse vector conversion

2014-05-05 Thread funes
Github user funes closed the pull request at: https://github.com/apache/spark/pull/661 --- 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 enable

[GitHub] spark pull request: Bug fix of sparse vector conversion

2014-05-05 Thread mengxr
Github user mengxr commented on a diff in the pull request: https://github.com/apache/spark/pull/661#discussion_r12311400 --- Diff: mllib/src/main/scala/org/apache/spark/mllib/linalg/Vectors.scala --- @@ -136,7 +136,7 @@ object Vectors { new DenseVector(v.toArray) /

[GitHub] spark pull request: Bug fix of sparse vector conversion

2014-05-05 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/661#issuecomment-42266149 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 proj

[GitHub] spark pull request: Bug fix of sparse vector conversion

2014-05-05 Thread funes
GitHub user funes opened a pull request: https://github.com/apache/spark/pull/661 Bug fix of sparse vector conversion Fixed a small bug caused by the inconsistency of index/data array size and vector length. You can merge this pull request into a Git repository by running: $ g