[GitHub] spark pull request: [SPARK-9437][core] avoid overflow in SizeEstim...

2015-07-30 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/7750#issuecomment-126308741 Merged build finished. Test FAILed. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your

[GitHub] spark pull request: [SPARK-9437][core] avoid overflow in SizeEstim...

2015-07-30 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/7750#issuecomment-126308704 [Test build #162 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SlowSparkPullRequestBuilder/162/console) for PR 7750 at commit

[GitHub] spark pull request: [SPARK-9149][ML][Examples] Add an example of s...

2015-07-30 Thread srowen
Github user srowen commented on a diff in the pull request: https://github.com/apache/spark/pull/7697#discussion_r35861720 --- Diff: examples/src/main/java/org/apache/spark/examples/ml/JavaKMeansExample.java --- @@ -0,0 +1,97 @@ +/* + * Licensed to the Apache Software

[GitHub] spark pull request: [SPARK-9104][CORE][WIP] expose Netty network l...

2015-07-30 Thread squito
Github user squito commented on the pull request: https://github.com/apache/spark/pull/7753#issuecomment-126283119 @jerryshao I'm not entirely sure I know what you mean by: | A simple question, is it enough to only expose the maximum memory usage of Netty layer? can

[GitHub] spark pull request: [SPARK-9149][ML][Examples] Add an example of s...

2015-07-30 Thread srowen
Github user srowen commented on the pull request: https://github.com/apache/spark/pull/7697#issuecomment-126282672 I think this is pretty fine, minus one thing I can fix on merge. Any more comments? --- If your project is set up for it, you can reply to this email and have your

[GitHub] spark pull request: [SPARK-8979] Add a PID based rate estimator

2015-07-30 Thread dragos
Github user dragos commented on a diff in the pull request: https://github.com/apache/spark/pull/7648#discussion_r35862416 --- Diff: streaming/src/main/scala/org/apache/spark/streaming/scheduler/rate/PIDRateEstimator.scala --- @@ -0,0 +1,100 @@ +/* + * Licensed to the

[GitHub] spark pull request: [SPARK-9308] [ML] ml.NaiveBayesModel support p...

2015-07-30 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/7672#issuecomment-126302698 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

[GitHub] spark pull request: [SPARK-8564][Streaming]Add the Python API for ...

2015-07-30 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/6955#issuecomment-126310637 [Test build #39038 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/39038/console) for PR 6955 at commit

[GitHub] spark pull request: [SPARK-8978][Streaming] Implements the DirectK...

2015-07-30 Thread dragos
GitHub user dragos opened a pull request: https://github.com/apache/spark/pull/7796 [SPARK-8978][Streaming] Implements the DirectKafkaController You can merge this pull request into a Git repository by running: $ git pull https://github.com/typesafehub/spark

[GitHub] spark pull request: [SPARK-8979] Add a PID based rate estimator

2015-07-30 Thread dragos
Github user dragos commented on a diff in the pull request: https://github.com/apache/spark/pull/7648#discussion_r35862291 --- Diff: streaming/src/main/scala/org/apache/spark/streaming/scheduler/rate/PIDRateEstimator.scala --- @@ -0,0 +1,100 @@ +/* + * Licensed to the

[GitHub] spark pull request: [SPARK-9202] capping maximum number of executo...

2015-07-30 Thread CodingCat
Github user CodingCat commented on the pull request: https://github.com/apache/spark/pull/7714#issuecomment-126315274 finally@srowen, @JoshRosen, @sarutak more comments? --- 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-8979] Add a PID based rate estimator

2015-07-30 Thread dragos
Github user dragos commented on a diff in the pull request: https://github.com/apache/spark/pull/7648#discussion_r35862261 --- Diff: streaming/src/main/scala/org/apache/spark/streaming/scheduler/rate/PIDRateEstimator.scala --- @@ -0,0 +1,100 @@ +/* + * Licensed to the

[GitHub] spark pull request: [SPARK-8979] Add a PID based rate estimator

2015-07-30 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/7648#issuecomment-126284928 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

[GitHub] spark pull request: [WIP] [SPARK-6885] [ML] decision tree support ...

2015-07-30 Thread yanboliang
Github user yanboliang commented on the pull request: https://github.com/apache/spark/pull/7694#issuecomment-126292059 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

[GitHub] spark pull request: [SPARK-9248][SparkR] Closing curly-braces shou...

2015-07-30 Thread yu-iskw
GitHub user yu-iskw opened a pull request: https://github.com/apache/spark/pull/7795 [SPARK-9248][SparkR] Closing curly-braces should always be on their own line ### JIRA [[SPARK-9248] Closing curly-braces should always be on their own line - ASF

[GitHub] spark pull request: [SPARK-6485] [MLlib] [Python] Add CoordinateMa...

2015-07-30 Thread dusenberrymw
Github user dusenberrymw commented on a diff in the pull request: https://github.com/apache/spark/pull/7554#discussion_r35873295 --- Diff: python/pyspark/mllib/linalg.py --- @@ -1152,9 +1156,416 @@ def sparse(numRows, numCols, colPtrs, rowIndices, values): return

[GitHub] spark pull request: [SPARK-8625] [Core] Propagate user exceptions ...

2015-07-30 Thread squito
Github user squito commented on the pull request: https://github.com/apache/spark/pull/7014#issuecomment-126283659 @aarondav are you OK with this now? I think tom addressed all your concerns --- If your project is set up for it, you can reply to this email and have your reply appear

[GitHub] spark pull request: [WIP] [SPARK-6885] [ML] decision tree support ...

2015-07-30 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/7694#issuecomment-126293359 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: [SPARK-8564][Streaming]Add the Python API for ...

2015-07-30 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/6955#issuecomment-126310815 Merged build finished. Test PASSed. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your

[GitHub] spark pull request: [SPARK-9214] [ML] [PySpark] support ml.NaiveBa...

2015-07-30 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/7568#issuecomment-126311047 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

[GitHub] spark pull request: [SPARK-9202] capping maximum number of executo...

2015-07-30 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/7714#issuecomment-126314864 [Test build #39041 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/39041/console) for PR 7714 at commit

[GitHub] spark pull request: [SPARK-9202] capping maximum number of executo...

2015-07-30 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/7714#issuecomment-126314974 Merged build finished. Test PASSed. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your

[GitHub] spark pull request: [SPARK-8979] Add a PID based rate estimator

2015-07-30 Thread dragos
Github user dragos commented on a diff in the pull request: https://github.com/apache/spark/pull/7648#discussion_r35869487 --- Diff: streaming/src/main/scala/org/apache/spark/streaming/scheduler/rate/PIDRateEstimator.scala --- @@ -0,0 +1,100 @@ +/* + * Licensed to the

[GitHub] spark pull request: [SPARK-8979] Add a PID based rate estimator

2015-07-30 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/7648#issuecomment-126336586 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

[GitHub] spark pull request: [SPARK-4229] Create hadoop configuration in a ...

2015-07-30 Thread koeninger
Github user koeninger commented on the pull request: https://github.com/apache/spark/pull/3543#issuecomment-126342142 Added subtasks, changed the title of https://github.com/apache/spark/pull/7772 to refer to the streaming subtask jira ID. Let me know if you see anything on that

[GitHub] spark pull request: [WIP] [SPARK-6885] [ML] decision tree support ...

2015-07-30 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/7694#issuecomment-126293796 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: [SPARK-9248][SparkR] Closing curly-braces shou...

2015-07-30 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/7795#issuecomment-126293792 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

[GitHub] spark pull request: [SPARK-8979] Add a PID based rate estimator

2015-07-30 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/7648#issuecomment-126320237 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

[GitHub] spark pull request: [SPARK-9104][CORE][WIP] expose Netty network l...

2015-07-30 Thread squito
Github user squito commented on the pull request: https://github.com/apache/spark/pull/7753#issuecomment-126282507 Since we'll eventually want to add more metrics, can you put all the netty metrics into another case class inside `ExecutorMetrics`? Also, I'm wondering if we

[GitHub] spark pull request: [SPARK-5155] [PySpark] [Streaming] Mqtt stream...

2015-07-30 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/4229#issuecomment-126307047 [Test build #39036 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/39036/console) for PR 4229 at commit

[GitHub] spark pull request: [SPARK-5155] [PySpark] [Streaming] Mqtt stream...

2015-07-30 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/4229#issuecomment-126307123 Merged build finished. Test PASSed. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your

[GitHub] spark pull request: [SPARK-9437][core] avoid overflow in SizeEstim...

2015-07-30 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/7750#issuecomment-126315107 [Test build #39039 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/39039/console) for PR 7750 at commit

[GitHub] spark pull request: [SPARK-9437][core] avoid overflow in SizeEstim...

2015-07-30 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/7750#issuecomment-126315194 Merged build finished. Test PASSed. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your

[GitHub] spark pull request: [SPARK-8978][Streaming] Implements the DirectK...

2015-07-30 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/7796#issuecomment-126334650 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

[GitHub] spark pull request: [SPARK-8978][Streaming] Implements the DirectK...

2015-07-30 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/7796#issuecomment-126363832 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

[GitHub] spark pull request: [SPARK-9248][SparkR] Closing curly-braces shou...

2015-07-30 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/7795#issuecomment-126363833 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

[GitHub] spark pull request: [SPARK-8862][SPARK-8862][SQL][WIP] Add basic i...

2015-07-30 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/7774#issuecomment-126363834 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

[GitHub] spark pull request: [SPARK-9104][CORE][WIP] expose Netty network l...

2015-07-30 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/7753#issuecomment-126363839 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 this

[GitHub] spark pull request: [SPARK-8998][MLlib] Distribute PrefixSpan comp...

2015-07-30 Thread mengxr
Github user mengxr commented on a diff in the pull request: https://github.com/apache/spark/pull/7783#discussion_r35881077 --- Diff: mllib/src/main/scala/org/apache/spark/mllib/fpm/PrefixSpan.scala --- @@ -78,81 +97,153 @@ class PrefixSpan private ( * the value of

[GitHub] spark pull request: [SPARK-8979] Add a PID based rate estimator

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

[GitHub] spark pull request: [SPARK-9214] [ML] [PySpark] support ml.NaiveBa...

2015-07-30 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/7568#issuecomment-126367139 Merged build finished. Test FAILed. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your

[GitHub] spark pull request: [SPARK-9277] [MLLIB] SparseVector constructor ...

2015-07-30 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/7794#issuecomment-126367052 [Test build #39046 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/39046/console) for PR 7794 at commit

[GitHub] spark pull request: [SPARK-9277] [MLLIB] SparseVector constructor ...

2015-07-30 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/7794#issuecomment-126367061 Merged build finished. Test FAILed. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your

[GitHub] spark pull request: [SPARK-8862][SPARK-8862][SQL][WIP] Add basic i...

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

[GitHub] spark pull request: [SPARK-9104][CORE][WIP] expose Netty network l...

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

[GitHub] spark pull request: [SPARK-9308] [ML] ml.NaiveBayesModel support p...

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

[GitHub] spark pull request: [SPARK-9308] [ML] ml.NaiveBayesModel support p...

2015-07-30 Thread yanboliang
Github user yanboliang commented on a diff in the pull request: https://github.com/apache/spark/pull/7672#discussion_r35880303 --- Diff: mllib/src/main/scala/org/apache/spark/ml/classification/NaiveBayes.scala --- @@ -129,29 +129,49 @@ class NaiveBayesModel private[ml] (

[GitHub] spark pull request: [SPARK-9408] [PySpark] [MLlib] Refactor linalg...

2015-07-30 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/7746#issuecomment-126371744 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

[GitHub] spark pull request: [SPARK-9408] [PySpark] [MLlib] Refactor linalg...

2015-07-30 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/7746#issuecomment-126371787 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

[GitHub] spark pull request: [SPARK-9277] [MLLIB] SparseVector constructor ...

2015-07-30 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/7794#issuecomment-126372904 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

[GitHub] spark pull request: [WIP] [SPARK-6885] [ML] decision tree support ...

2015-07-30 Thread yanboliang
Github user yanboliang commented on the pull request: https://github.com/apache/spark/pull/7694#issuecomment-126357332 @jkbradley I create a new version of InformationGainStats called

[GitHub] spark pull request: [SPARK-9277] [MLLIB] SparseVector constructor ...

2015-07-30 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/7794#issuecomment-126363830 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

[GitHub] spark pull request: [SPARK-9104][CORE][WIP] expose Netty network l...

2015-07-30 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/7753#issuecomment-126363827 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 this

[GitHub] spark pull request: [SPARK-9471] [ML] Multilayer Perceptron

2015-07-30 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/7621#issuecomment-126363850 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

[GitHub] spark pull request: [SPARK-8862][SPARK-8862][SQL][WIP] Add basic i...

2015-07-30 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/7774#issuecomment-126363846 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

[GitHub] spark pull request: [SPARK-8979] Add a PID based rate estimator

2015-07-30 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/7648#issuecomment-126363835 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

[GitHub] spark pull request: SPARK-8064, build against Hive 1.2.1

2015-07-30 Thread pwendell
Github user pwendell commented on the pull request: https://github.com/apache/spark/pull/7191#issuecomment-126362290 Thanks @steveloughran I can take a crack at publishing to maven. Since that might take a day or so, one thing you can do is just put the forked hive jars in your

[GitHub] spark pull request: [SPARK-8979] Add a PID based rate estimator

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

[GitHub] spark pull request: [SPARK-9308] [ML] ml.NaiveBayesModel support p...

2015-07-30 Thread yanboliang
Github user yanboliang commented on the pull request: https://github.com/apache/spark/pull/7672#issuecomment-126366729 @jkbradley I have reply your comments inline and update this patch. --- If your project is set up for it, you can reply to this email and have your reply appear on

[GitHub] spark pull request: [SPARK-8979] Add a PID based rate estimator

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

[GitHub] spark pull request: [SPARK-9214] [ML] [PySpark] support ml.NaiveBa...

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

[GitHub] spark pull request: [SPARK-9248][SparkR] Closing curly-braces shou...

2015-07-30 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/7795#issuecomment-126368860 Merged build finished. Test PASSed. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your

[GitHub] spark pull request: [SPARK-9248][SparkR] Closing curly-braces shou...

2015-07-30 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/7795#issuecomment-126368754 [Test build #39048 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/39048/console) for PR 7795 at commit

[GitHub] spark pull request: [Spark-] [MLlib] minor fix on tokenizer doc

2015-07-30 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/7791 --- 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-9277] [MLLIB] SparseVector constructor ...

2015-07-30 Thread mengxr
Github user mengxr commented on a diff in the pull request: https://github.com/apache/spark/pull/7794#discussion_r35883632 --- Diff: mllib/src/test/scala/org/apache/spark/mllib/linalg/VectorsSuite.scala --- @@ -57,6 +57,21 @@ class VectorsSuite extends SparkFunSuite with Logging {

[GitHub] spark pull request: [SPARK-9408] [PySpark] [MLlib] Refactor linalg...

2015-07-30 Thread mengxr
Github user mengxr commented on the pull request: https://github.com/apache/spark/pull/7746#issuecomment-126371427 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: [SPARK-9277] [MLLIB] SparseVector constructor ...

2015-07-30 Thread srowen
Github user srowen commented on a diff in the pull request: https://github.com/apache/spark/pull/7794#discussion_r35884108 --- Diff: mllib/src/test/scala/org/apache/spark/mllib/linalg/VectorsSuite.scala --- @@ -57,6 +57,21 @@ class VectorsSuite extends SparkFunSuite with Logging {

[GitHub] spark pull request: [SPARK-9277] [MLLIB] SparseVector constructor ...

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

[GitHub] spark pull request: [SPARK-8735] [WIP] [SQL] Expose memory usage f...

2015-07-30 Thread andrewor14
Github user andrewor14 commented on the pull request: https://github.com/apache/spark/pull/7770#issuecomment-126373212 The information exposed in this patch will be tied to accumulators on the SQL tab introduced in #7774 --- If your project is set up for it, you can reply to this

[GitHub] spark pull request: [SPARK-6485] [MLlib] [Python] Add CoordinateMa...

2015-07-30 Thread dusenberrymw
Github user dusenberrymw commented on the pull request: https://github.com/apache/spark/pull/7554#issuecomment-126347627 Thanks, @MechCoder! I say we go ahead and optimize the conversions now though while this is still open. I'm thinking that adding an optional `java_matrix`

[GitHub] spark pull request: [WIP] [SPARK-6885] [ML] decision tree support ...

2015-07-30 Thread yanboliang
Github user yanboliang commented on the pull request: https://github.com/apache/spark/pull/7694#issuecomment-126350949 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

[GitHub] spark pull request: [WIP] [SPARK-6885] [ML] decision tree support ...

2015-07-30 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/7694#issuecomment-126351527 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: [SPARK-7368][MLlib] Add QR decomposition for R...

2015-07-30 Thread mengxr
Github user mengxr commented on the pull request: https://github.com/apache/spark/pull/5909#issuecomment-126355388 LGTM. Merged into master. Thanks! Sorry for the long delay on code review! --- If your project is set up for it, you can reply to this email and have your reply appear

[GitHub] spark pull request: [SPARK-9308] [ML] ml.NaiveBayesModel support p...

2015-07-30 Thread yanboliang
Github user yanboliang commented on a diff in the pull request: https://github.com/apache/spark/pull/7672#discussion_r35879500 --- Diff: mllib/src/main/scala/org/apache/spark/ml/classification/NaiveBayes.scala --- @@ -129,29 +129,49 @@ class NaiveBayesModel private[ml] (

[GitHub] spark pull request: [SPARK-5561] [mllib] Generalized PeriodicCheck...

2015-07-30 Thread mengxr
Github user mengxr commented on the pull request: https://github.com/apache/spark/pull/7728#issuecomment-126359650 LGTM. Merged into master. Thanks! Btw, it is not necessary to specify the item type of RDD or Graph. Checkpointing doesn't care the item type. Maybe we can try `RDD[_]`

[GitHub] spark pull request: [SPARK-9214] [ML] [PySpark] support ml.NaiveBa...

2015-07-30 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/7568#issuecomment-126367129 [Test build #39051 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/39051/console) for PR 7568 at commit

[GitHub] spark pull request: [SPARK-8998][MLlib] Distribute PrefixSpan comp...

2015-07-30 Thread mengxr
Github user mengxr commented on the pull request: https://github.com/apache/spark/pull/7783#issuecomment-126367159 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: [WIP] [SPARK-6885] [ML] decision tree support ...

2015-07-30 Thread yanboliang
Github user yanboliang commented on the pull request: https://github.com/apache/spark/pull/7694#issuecomment-126367420 It looks like unrelated failure. --- 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-9277] [MLLIB] SparseVector constructor ...

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

[GitHub] spark pull request: [WIP] [SPARK-6885] [ML] decision tree support ...

2015-07-30 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/7694#issuecomment-126366153 [Test build #39049 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/39049/console) for PR 7694 at commit

[GitHub] spark pull request: [WIP] [SPARK-6885] [ML] decision tree support ...

2015-07-30 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/7694#issuecomment-126366037 [Test build #165 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SlowSparkPullRequestBuilder/165/console) for PR 7694 at commit

[GitHub] spark pull request: [SPARK-8998][MLlib] Distribute PrefixSpan comp...

2015-07-30 Thread mengxr
Github user mengxr commented on a diff in the pull request: https://github.com/apache/spark/pull/7783#discussion_r35881343 --- Diff: mllib/src/main/scala/org/apache/spark/mllib/fpm/PrefixSpan.scala --- @@ -78,81 +97,153 @@ class PrefixSpan private ( * the value of

[GitHub] spark pull request: [SPARK-9308] [ML] ml.NaiveBayesModel support p...

2015-07-30 Thread yanboliang
Github user yanboliang commented on a diff in the pull request: https://github.com/apache/spark/pull/7672#discussion_r35881182 --- Diff: mllib/src/test/scala/org/apache/spark/ml/classification/NaiveBayesSuite.scala --- @@ -46,6 +51,44 @@ class NaiveBayesSuite extends

[GitHub] spark pull request: [SPARK-9359][SQL] Support IntervalType for Par...

2015-07-30 Thread viirya
Github user viirya commented on the pull request: https://github.com/apache/spark/pull/7793#issuecomment-126369508 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 this

[GitHub] spark pull request: [SPARK-9359][SQL] Support IntervalType for Par...

2015-07-30 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/7793#issuecomment-126370367 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

[GitHub] spark pull request: [SPARK-9359][SQL] Support IntervalType for Par...

2015-07-30 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/7793#issuecomment-126370384 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

[GitHub] spark pull request: [SPARK-9359][SQL] Support IntervalType for Par...

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

[GitHub] spark pull request: [SPARK-5561] [mllib] Generalized PeriodicCheck...

2015-07-30 Thread andrewor14
Github user andrewor14 commented on the pull request: https://github.com/apache/spark/pull/7728#issuecomment-126372592 @jkbradley thanks, this is actually not affected by the recent checkpointing changes since we keep the old code path. In the future you can switch to calling

[GitHub] spark pull request: [SPARK-9479][Streaming][Tests]Fix ReceiverTrac...

2015-07-30 Thread zsxwing
GitHub user zsxwing opened a pull request: https://github.com/apache/spark/pull/7797 [SPARK-9479][Streaming][Tests]Fix ReceiverTrackerSuite failure See https://issues.apache.org/jira/browse/SPARK-9479 for the failure cause. The PR includes the following changes: 1. Make

[GitHub] spark pull request: [SPARK-9408] [PySpark] [MLlib] Refactor linalg...

2015-07-30 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/7746#issuecomment-126354452 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

[GitHub] spark pull request: [SPARK-7937][SQL] Support comparison on Struct...

2015-07-30 Thread viirya
Github user viirya commented on the pull request: https://github.com/apache/spark/pull/6519#issuecomment-126357418 ping @rxin any further comments? --- 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: [SPARK-5561] [mllib] Generalized PeriodicCheck...

2015-07-30 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/7728 --- 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-9471] [ML] Multilayer Perceptron

2015-07-30 Thread mengxr
Github user mengxr commented on the pull request: https://github.com/apache/spark/pull/7621#issuecomment-126360987 Thanks! The branch name doesn't matter:) I will make another pass today. --- If your project is set up for it, you can reply to this email and have your reply appear on

[GitHub] spark pull request: [SPARK-9277] [MLLIB] SparseVector constructor ...

2015-07-30 Thread mengxr
Github user mengxr commented on the pull request: https://github.com/apache/spark/pull/7794#issuecomment-126360771 LGTM. I think it is useful to add the same check to Python. @MechCoder could you add it after #7746 ? Thanks! --- If your project is set up for it, you can reply to

[GitHub] spark pull request: [SPARK-9308] [ML] ml.NaiveBayesModel support p...

2015-07-30 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/7672#issuecomment-126363829 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

[GitHub] spark pull request: [SPARK-8979] Add a PID based rate estimator

2015-07-30 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/7648#issuecomment-126363831 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

[GitHub] spark pull request: [SPARK-9104][CORE][WIP] expose Netty network l...

2015-07-30 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/7753#issuecomment-126364386 [Test build #164 has started](https://amplab.cs.berkeley.edu/jenkins/job/SlowSparkPullRequestBuilder/164/consoleFull) for PR 7753 at commit

[GitHub] spark pull request: [WIP] [SPARK-6885] [ML] decision tree support ...

2015-07-30 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/7694#issuecomment-126364431 [Test build #165 has started](https://amplab.cs.berkeley.edu/jenkins/job/SlowSparkPullRequestBuilder/165/consoleFull) for PR 7694 at commit

[GitHub] spark pull request: [SPARK-8979] Add a PID based rate estimator

2015-07-30 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/7648#issuecomment-126363847 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

[GitHub] spark pull request: [SPARK-8862][SPARK-8862][SQL][WIP] Add basic i...

2015-07-30 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/7774#issuecomment-126364218 [Test build #163 has started](https://amplab.cs.berkeley.edu/jenkins/job/SlowSparkPullRequestBuilder/163/consoleFull) for PR 7774 at commit

  1   2   3   4   5   6   7   8   9   10   >