[GitHub] spark pull request: [SPARK-1212, Part II] Support sparse data in M...

2014-03-31 Thread mengxr
Github user mengxr commented on the pull request: https://github.com/apache/spark/pull/245#issuecomment-39176037 @mateiz Centering will be available after https://github.com/apache/spark/pull/268 gets merged. --- If your project is set up for it, you can reply to this email and have

[GitHub] spark pull request: [SPARK-1212, Part II] Support sparse data in M...

2014-03-31 Thread mengxr
Github user mengxr commented on a diff in the pull request: https://github.com/apache/spark/pull/245#discussion_r11149337 --- Diff: mllib/src/main/scala/org/apache/spark/mllib/linalg/Vectors.scala --- @@ -54,6 +54,12 @@ trait Vector extends Serializable { * Converts the ins

[GitHub] spark pull request: [SQL] SPARK-1372 Support for caching and uncac...

2014-03-31 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/282#issuecomment-39175267 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: [SQL] SPARK-1372 Support for caching and uncac...

2014-03-31 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/282#issuecomment-39175258 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: [SQL] SPARK-1372 Support for caching and uncac...

2014-03-31 Thread marmbrus
GitHub user marmbrus opened a pull request: https://github.com/apache/spark/pull/282 [SQL] SPARK-1372 Support for caching and uncaching tables in a SQLContext. This doesn't yet support different databases in Hive (though you can probably workaround this by calling `USE `). However,

[GitHub] spark pull request: [Hot Fix #42] Persisted RDD disappears on stor...

2014-03-31 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/281 --- 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 1162 Implemented takeOrdered in pyspark.

2014-03-31 Thread ScrapCodes
Github user ScrapCodes commented on the pull request: https://github.com/apache/spark/pull/97#issuecomment-39175081 Hey @mateiz take another look ? --- 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

[GitHub] spark pull request: [WIP] [SPARK-1328] Add vector statistics

2014-03-31 Thread yinxusen
Github user yinxusen commented on the pull request: https://github.com/apache/spark/pull/268#issuecomment-39174557 @mengxr Ah... I totally understand your mean. Code is on the way. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub a

[GitHub] spark pull request: [SPARK-1212, Part II] Support sparse data in M...

2014-03-31 Thread mateiz
Github user mateiz commented on the pull request: https://github.com/apache/spark/pull/245#issuecomment-39174195 One other thing, for the centering, will we create a utility function for it later? We should add a JIRA. I agree that they need to be removed by default. --- If your proj

[GitHub] spark pull request: [SPARK-1212, Part II] Support sparse data in M...

2014-03-31 Thread mateiz
Github user mateiz commented on a diff in the pull request: https://github.com/apache/spark/pull/245#discussion_r11148578 --- Diff: mllib/src/main/scala/org/apache/spark/mllib/linalg/Vectors.scala --- @@ -54,6 +54,12 @@ trait Vector extends Serializable { * Converts the ins

[GitHub] spark pull request: [SPARK-1212, Part II] Support sparse data in M...

2014-03-31 Thread mateiz
Github user mateiz commented on the pull request: https://github.com/apache/spark/pull/245#issuecomment-39173844 Hey Xiangrui, why have a MLContext at all? Why not just make the input methods part of MLUtils? This is the pattern we've followed with other input methods (e.g. KafkaUtils

[GitHub] spark pull request: [Hot Fix #42] Persisted RDD disappears on stor...

2014-03-31 Thread pwendell
Github user pwendell commented on the pull request: https://github.com/apache/spark/pull/281#issuecomment-39173387 Thanks, merged. --- 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-1376. In the yarn-cluster submitter, ren...

2014-03-31 Thread pwendell
Github user pwendell commented on the pull request: https://github.com/apache/spark/pull/279#issuecomment-39173083 @mridulm I resolved the PR as well https://issues.apache.org/jira/browse/SPARK-1376 --- If your project is set up for it, you can reply to this email and have your reply

[GitHub] spark pull request: Blockingly drain all events in LiveListenerBus...

2014-03-31 Thread concretevitamin
Github user concretevitamin commented on the pull request: https://github.com/apache/spark/pull/251#issuecomment-39172164 Is this good to go? I can see the argument that `SparkListenerShutdown` is probably not doing anything now, but removing it should be in another PR. To stick with

[GitHub] spark pull request: [Hot Fix #42] Persisted RDD disappears on stor...

2014-03-31 Thread mengxr
Github user mengxr commented on the pull request: https://github.com/apache/spark/pull/281#issuecomment-39170786 @andrewor14 Thanks for the quick fix! --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does n

[GitHub] spark pull request: [SPARK-1377] Upgrade Jetty to 8.1.14v20131031

2014-03-31 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/280 --- 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-1377] Upgrade Jetty to 8.1.14v20131031

2014-03-31 Thread pwendell
Github user pwendell commented on the pull request: https://github.com/apache/spark/pull/280#issuecomment-39170370 Looks like this one involved only very minor changes. So I'm gonna go ahead and merge this. --- If your project is set up for it, you can reply to this email and have yo

[GitHub] spark pull request: MLI-1 Decision Trees

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

[GitHub] spark pull request: MLI-1 Decision Trees

2014-03-31 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/79#issuecomment-39169879 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: [Hot Fix #42] Persisted RDD disappears on stor...

2014-03-31 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/281#issuecomment-39169389 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: [Hot Fix #42] Persisted RDD disappears on stor...

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

[GitHub] spark pull request: SPARK-1376. In the yarn-cluster submitter, ren...

2014-03-31 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/279 --- 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: MLI-1 Decision Trees

2014-03-31 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/79#issuecomment-39167685 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: MLI-1 Decision Trees

2014-03-31 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/79#issuecomment-39167697 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: [Hot Fix #42] Persisted RDD disappears on stor...

2014-03-31 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/281#issuecomment-39167268 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: [Hot Fix #42] Persisted RDD disappears on stor...

2014-03-31 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/281#issuecomment-39167276 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: [Hot Fix #42] Persisted RDD disappears on stor...

2014-03-31 Thread pwendell
Github user pwendell commented on the pull request: https://github.com/apache/spark/pull/281#issuecomment-39167165 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: [Hot Fix #42] Persisted RDD disappears on stor...

2014-03-31 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/281#issuecomment-39165202 Refer to this link for build results: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/13620/ --- If your project is set up for it, you can r

[GitHub] spark pull request: [SQL] SPARK-1333 First draft of java API

2014-03-31 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/248#issuecomment-39165203 Refer to this link for build results: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/13621/ --- If your project is set up for it, you can r

[GitHub] spark pull request: [Hot Fix #42] Persisted RDD disappears on stor...

2014-03-31 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/281#issuecomment-39165201 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: [SQL] SPARK-1333 First draft of java API

2014-03-31 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/248#issuecomment-39165200 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-1376. In the yarn-cluster submitter, ren...

2014-03-31 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/279#issuecomment-39164519 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: [SQL] SPARK-1333 First draft of java API

2014-03-31 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/248#issuecomment-39164522 Refer to this link for build results: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/13618/ --- If your project is set up for it, you can r

[GitHub] spark pull request: [SQL] SPARK-1333 First draft of java API

2014-03-31 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/248#issuecomment-39164520 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-1376. In the yarn-cluster submitter, ren...

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

[GitHub] spark pull request: SPARK-1376. In the yarn-cluster submitter, ren...

2014-03-31 Thread pwendell
Github user pwendell commented on the pull request: https://github.com/apache/spark/pull/279#issuecomment-39163646 @mridulm unfortunately we've encountered a jenkins bug that causes this message to get printed in two different situations. --- If your project is set up for it, you can

[GitHub] spark pull request: SPARK-1376. In the yarn-cluster submitter, ren...

2014-03-31 Thread mridulm
Github user mridulm commented on the pull request: https://github.com/apache/spark/pull/279#issuecomment-39163251 Hmm, looks like the push failed ... --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does no

[GitHub] spark pull request: SPARK-1376. In the yarn-cluster submitter, ren...

2014-03-31 Thread mridulm
Github user mridulm commented on the pull request: https://github.com/apache/spark/pull/279#issuecomment-39163056 LGTM, pushed to master --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this f

[GitHub] spark pull request: [SQL] SPARK-1333 First draft of java API

2014-03-31 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/248#issuecomment-39162979 Merged build started. Build is starting -or- tests failed to complete. --- If your project is set up for it, you can reply to this email and have your reply appear o

[GitHub] spark pull request: [SQL] SPARK-1333 First draft of java API

2014-03-31 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/248#issuecomment-39162969 Merged build triggered. Build is starting -or- tests failed to complete. --- If your project is set up for it, you can reply to this email and have your reply appea

[GitHub] spark pull request: [SPARK-1212, Part II] Support sparse data in M...

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

[GitHub] spark pull request: [SPARK-1212, Part II] Support sparse data in M...

2014-03-31 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/245#issuecomment-39162820 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: [Hot Fix #42] Persisted RDD disappears on stor...

2014-03-31 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/281#issuecomment-39162517 Merged build started. Build is starting -or- tests failed to complete. --- If your project is set up for it, you can reply to this email and have your reply appear o

[GitHub] spark pull request: [Hot Fix #42] Persisted RDD disappears on stor...

2014-03-31 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/281#issuecomment-39162082 Merged build triggered. Build is starting -or- tests failed to complete. --- If your project is set up for it, you can reply to this email and have your reply appea

[GitHub] spark pull request: [Hot Fix #42] Persisted RDD disappears on stor...

2014-03-31 Thread andrewor14
GitHub user andrewor14 opened a pull request: https://github.com/apache/spark/pull/281 [Hot Fix #42] Persisted RDD disappears on storage page if re-used If a previously persisted RDD is re-used, its information disappears from the Storage page. This is because the tasks ass

[GitHub] spark pull request: [SQL] SPARK-1333 First draft of java API

2014-03-31 Thread marmbrus
Github user marmbrus commented on the pull request: https://github.com/apache/spark/pull/248#issuecomment-39161804 @mateiz Here's a more complete version. Note that this includes the sql/hql distinction we discussed, but only for Java. I'll do the scala one in a separate PR.

[GitHub] spark pull request: SPARK-1376. In the yarn-cluster submitter, ren...

2014-03-31 Thread mridulm
Github user mridulm commented on the pull request: https://github.com/apache/spark/pull/279#issuecomment-39161679 That is a fairly ambiguous message from jenkins :-) cc @pwendell --- 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-1376. In the yarn-cluster submitter, ren...

2014-03-31 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/279#issuecomment-39161596 Merged build triggered. Build is starting -or- tests failed to complete. --- If your project is set up for it, you can reply to this email and have your reply appea

[GitHub] spark pull request: SPARK-1376. In the yarn-cluster submitter, ren...

2014-03-31 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/279#issuecomment-39161604 Merged build started. Build is starting -or- tests failed to complete. --- If your project is set up for it, you can reply to this email and have your reply appear o

[GitHub] spark pull request: SPARK-1376. In the yarn-cluster submitter, ren...

2014-03-31 Thread mridulm
Github user mridulm commented on the pull request: https://github.com/apache/spark/pull/279#issuecomment-39161560 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 t

[GitHub] spark pull request: [SQL] SPARK-1333 First draft of java API

2014-03-31 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/248#issuecomment-39161333 Merged build started. Build is starting -or- tests failed to complete. --- If your project is set up for it, you can reply to this email and have your reply appear o

[GitHub] spark pull request: [SQL] SPARK-1333 First draft of java API

2014-03-31 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/248#issuecomment-39161317 Merged build triggered. Build is starting -or- tests failed to complete. --- If your project is set up for it, you can reply to this email and have your reply appea

[GitHub] spark pull request: [SQL] SPARK-1333 First draft of java API

2014-03-31 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/248#issuecomment-39161187 Merged build finished. Build is starting -or- tests failed to complete. --- If your project is set up for it, you can reply to this email and have your reply appear

[GitHub] spark pull request: [SQL] SPARK-1333 First draft of java API

2014-03-31 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/248#issuecomment-39161188 Build is starting -or- tests failed to complete. Refer to this link for build results: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/13617/

[GitHub] spark pull request: [SQL] SPARK-1333 First draft of java API

2014-03-31 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/248#issuecomment-39161060 Merged build triggered. Build is starting -or- tests failed to complete. --- If your project is set up for it, you can reply to this email and have your reply appea

[GitHub] spark pull request: [SQL] SPARK-1333 First draft of java API

2014-03-31 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/248#issuecomment-39161066 Merged build started. Build is starting -or- tests failed to complete. --- If your project is set up for it, you can reply to this email and have your reply appear o

[GitHub] spark pull request: [SPARK-1212, Part II] Support sparse data in M...

2014-03-31 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/245#issuecomment-39160061 Merged build started. Build is starting -or- tests failed to complete. --- If your project is set up for it, you can reply to this email and have your reply appear o

[GitHub] spark pull request: [SPARK-1212, Part II] Support sparse data in M...

2014-03-31 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/245#issuecomment-39160051 Merged build triggered. Build is starting -or- tests failed to complete. --- If your project is set up for it, you can reply to this email and have your reply appea

[GitHub] spark pull request: SPARK-1202 - Add a "cancel" button in the UI f...

2014-03-31 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/246#issuecomment-39159315 Build finished. Build is starting -or- tests failed to complete. --- If your project is set up for it, you can reply to this email and have your reply appear on GitH

[GitHub] spark pull request: SPARK-1202 - Add a "cancel" button in the UI f...

2014-03-31 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/246#issuecomment-39159316 Build is starting -or- tests failed to complete. Refer to this link for build results: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/13615/

[GitHub] spark pull request: MLI-1 Decision Trees

2014-03-31 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/79#issuecomment-39159295 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: MLI-1 Decision Trees

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

[GitHub] spark pull request: SPARK-1202 - Add a "cancel" button in the UI f...

2014-03-31 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/246#issuecomment-39159190 Build started. Build is starting -or- tests failed to complete. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHu

[GitHub] spark pull request: SPARK-1202 - Add a "cancel" button in the UI f...

2014-03-31 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/246#issuecomment-39159181 Build triggered. Build is starting -or- tests failed to complete. --- If your project is set up for it, you can reply to this email and have your reply appear on Gi

[GitHub] spark pull request: [SPARK-1133] Add whole text files reader in ML...

2014-03-31 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/252#issuecomment-39158673 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: [SPARK-1133] Add whole text files reader in ML...

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

[GitHub] spark pull request: [SPARK-1276] Add a HistoryServer to render per...

2014-03-31 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/204#issuecomment-39156083 Build is starting -or- tests failed to complete. Refer to this link for build results: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/13613/

[GitHub] spark pull request: [SPARK-1276] Add a HistoryServer to render per...

2014-03-31 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/204#issuecomment-39156082 Merged build finished. Build is starting -or- tests failed to complete. --- If your project is set up for it, you can reply to this email and have your reply appear

[GitHub] spark pull request: MLI-1 Decision Trees

2014-03-31 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/79#issuecomment-39155725 Merged build started. Build is starting -or- tests failed to complete. --- If your project is set up for it, you can reply to this email and have your reply appear on

[GitHub] spark pull request: MLI-1 Decision Trees

2014-03-31 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/79#issuecomment-39155715 Merged build triggered. Build is starting -or- tests failed to complete. --- If your project is set up for it, you can reply to this email and have your reply appear

[GitHub] spark pull request: SPARK-1365 [HOTFIX] Fix RateLimitedOutputStrea...

2014-03-31 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/277 --- 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-1276] Add a HistoryServer to render per...

2014-03-31 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/204#issuecomment-39155380 Merged build triggered. Build is starting -or- tests failed to complete. --- If your project is set up for it, you can reply to this email and have your reply appea

[GitHub] spark pull request: [SPARK-1276] Add a HistoryServer to render per...

2014-03-31 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/204#issuecomment-39155385 Merged build started. Build is starting -or- tests failed to complete. --- If your project is set up for it, you can reply to this email and have your reply appear o

[GitHub] spark pull request: MLI-1 Decision Trees

2014-03-31 Thread mengxr
Github user mengxr commented on the pull request: https://github.com/apache/spark/pull/79#issuecomment-39155337 @manishamde Please merge the changes at https://github.com/manishamde/spark/pull/4 --- If your project is set up for it, you can reply to this email and have your reply ap

[GitHub] spark pull request: MLI-1 Decision Trees

2014-03-31 Thread manishamde
Github user manishamde commented on a diff in the pull request: https://github.com/apache/spark/pull/79#discussion_r11142394 --- Diff: mllib/src/main/scala/org/apache/spark/mllib/tree/configuration/Strategy.scala --- @@ -0,0 +1,47 @@ +/* + * Licensed to the Apache Software

[GitHub] spark pull request: MLI-1 Decision Trees

2014-03-31 Thread manishamde
Github user manishamde commented on a diff in the pull request: https://github.com/apache/spark/pull/79#discussion_r11142399 --- Diff: mllib/src/test/scala/org/apache/spark/mllib/tree/DecisionTreeSuite.scala --- @@ -0,0 +1,431 @@ +/* + * Licensed to the Apache Software Foun

[GitHub] spark pull request: [SPARK-1276] Add a HistoryServer to render per...

2014-03-31 Thread andrewor14
Github user andrewor14 commented on the pull request: https://github.com/apache/spark/pull/204#issuecomment-39155211 Test failure seems unrelated: `Could not find Apache license headers in the following files: !? /root/workspace/SparkPullRequestBuilder/.mima-excludes` --- If

[GitHub] spark pull request: [SPARK-1276] Add a HistoryServer to render per...

2014-03-31 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/204#issuecomment-39155142 Build is starting -or- tests failed to complete. Refer to this link for build results: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/13612/

[GitHub] spark pull request: [SPARK-1276] Add a HistoryServer to render per...

2014-03-31 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/204#issuecomment-39155141 Build finished. Build is starting -or- tests failed to complete. --- If your project is set up for it, you can reply to this email and have your reply appear on GitH

[GitHub] spark pull request: MLI-1 Decision Trees

2014-03-31 Thread manishamde
Github user manishamde commented on the pull request: https://github.com/apache/spark/pull/79#issuecomment-39155083 @mengxr I am not sure the merge of your PR on my repo went through. I might have closed the PR accidentally and I can't find a way to undo it. Could you please re-send y

[GitHub] spark pull request: [SPARK-1276] Add a HistoryServer to render per...

2014-03-31 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/204#issuecomment-39155070 Build started. Build is starting -or- tests failed to complete. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHu

[GitHub] spark pull request: [SPARK-1276] Add a HistoryServer to render per...

2014-03-31 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/204#issuecomment-39155060 Build triggered. Build is starting -or- tests failed to complete. --- If your project is set up for it, you can reply to this email and have your reply appear on Gi

[GitHub] spark pull request: MLI-1 Decision Trees

2014-03-31 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/79#issuecomment-39154884 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: MLI-1 Decision Trees

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

[GitHub] spark pull request: [SPARK-1377] Upgrade Jetty to 8.1.14v20131031

2014-03-31 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/280#issuecomment-39154661 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: [SPARK-1377] Upgrade Jetty to 8.1.14v20131031

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

[GitHub] spark pull request: [SPARK-1377] Upgrade Jetty to 8.1.14v20131031

2014-03-31 Thread pwendell
Github user pwendell commented on the pull request: https://github.com/apache/spark/pull/280#issuecomment-39154274 Yep - that's the reason this is proposing going to 8 instead of 9... :) --- If your project is set up for it, you can reply to this email and have your reply appear on Gi

[GitHub] spark pull request: [SPARK-1377] Upgrade Jetty to 8.1.14v20131031

2014-03-31 Thread srowen
Github user srowen commented on the pull request: https://github.com/apache/spark/pull/280#issuecomment-39154246 (Just in case anyone had the same question I did -- Jetty 8 does indeed only require Java 6 unlike Jetty 9) --- If your project is set up for it, you can reply to this ema

[GitHub] spark pull request: MLI-1 Decision Trees

2014-03-31 Thread mengxr
Github user mengxr commented on a diff in the pull request: https://github.com/apache/spark/pull/79#discussion_r11141936 --- Diff: mllib/src/test/scala/org/apache/spark/mllib/tree/DecisionTreeSuite.scala --- @@ -0,0 +1,431 @@ +/* + * Licensed to the Apache Software Foundati

[GitHub] spark pull request: MLI-1 Decision Trees

2014-03-31 Thread mengxr
Github user mengxr commented on a diff in the pull request: https://github.com/apache/spark/pull/79#discussion_r11141895 --- Diff: mllib/src/main/scala/org/apache/spark/mllib/tree/configuration/Strategy.scala --- @@ -0,0 +1,47 @@ +/* + * Licensed to the Apache Software Fou

[GitHub] spark pull request: MLI-1 Decision Trees

2014-03-31 Thread mengxr
Github user mengxr commented on the pull request: https://github.com/apache/spark/pull/79#issuecomment-39153779 @manishamde I sent some minor code style updates to your repo. Please take a look and merge it into this PR. Thanks! --- If your project is set up for it, you can reply to

[GitHub] spark pull request: [SPARK-1133] Add whole text files reader in ML...

2014-03-31 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/252#issuecomment-39153384 Merged build triggered. Build is starting -or- tests failed to complete. --- If your project is set up for it, you can reply to this email and have your reply appea

[GitHub] spark pull request: [SPARK-1133] Add whole text files reader in ML...

2014-03-31 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/252#issuecomment-39153392 Merged build started. Build is starting -or- tests failed to complete. --- If your project is set up for it, you can reply to this email and have your reply appear o

[GitHub] spark pull request: [SPARK-1276] Add a HistoryServer to render per...

2014-03-31 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/204#issuecomment-39152813 Build is starting -or- tests failed to complete. Refer to this link for build results: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/13610/

[GitHub] spark pull request: [SPARK-1276] Add a HistoryServer to render per...

2014-03-31 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/204#issuecomment-39152812 Build finished. Build is starting -or- tests failed to complete. --- If your project is set up for it, you can reply to this email and have your reply appear on GitH

[GitHub] spark pull request: [SPARK-1276] Add a HistoryServer to render per...

2014-03-31 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/204#issuecomment-39152681 Build triggered. Build is starting -or- tests failed to complete. --- If your project is set up for it, you can reply to this email and have your reply appear on Gi

[GitHub] spark pull request: [SPARK-1276] Add a HistoryServer to render per...

2014-03-31 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/204#issuecomment-39152688 Build started. Build is starting -or- tests failed to complete. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHu

[GitHub] spark pull request: [SQL] Rewrite join implementation to allow str...

2014-03-31 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/250 --- 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: Do not re-use objects in the EdgePartition/Edg...

2014-03-31 Thread rxin
Github user rxin commented on the pull request: https://github.com/apache/spark/pull/276#issuecomment-39150971 And for EdgeTripletIterator we should just keep your change (i.e. always create a new row) since that is not used internally at all. --- If your project is set up for it, y

[GitHub] spark pull request: Do not re-use objects in the EdgePartition/Edg...

2014-03-31 Thread rxin
Github user rxin commented on the pull request: https://github.com/apache/spark/pull/276#issuecomment-39150913 Thanks for sending this in. It's something that is extremely confusing in graphx and we need to fix it. However, I am not sure if taking out the object reuse in edges is the

  1   2   3   >