[GitHub] spark pull request: [SPARK-7212][MLlib]Add sequence learning flag

2015-06-26 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/6997#issuecomment-115531624 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-7287] [SPARK-8567] [TEST] Add sc.stop t...

2015-06-26 Thread yhuai
Github user yhuai commented on the pull request: https://github.com/apache/spark/pull/7027#issuecomment-115531599 @vanzin How about we get this one merged first to make tests pass? Then, we can investigate the root cause under SPARK-8643? --- If your project is set up for it, you

[GitHub] spark pull request: [SPARK-7212][MLlib]Add sequence learning flag

2015-06-26 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/6997#issuecomment-115531628 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-7212][MLlib]Add sequence learning flag

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

[GitHub] spark pull request: [SPARK-8186] [SPARK-8187] [SQL] datetime funct...

2015-06-26 Thread adrian-wang
Github user adrian-wang commented on a diff in the pull request: https://github.com/apache/spark/pull/6782#discussion_r0601 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/datetimeFunctions.scala --- @@ -0,0 +1,176 @@ +/* + * Licensed

[GitHub] spark pull request: [SPARK-8522][SPARK-8613][MLLIB][TRIVIAL] add p...

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

[GitHub] spark pull request: [SPARK-8233][SQL] misc function: hash

2015-06-26 Thread qiansl127
Github user qiansl127 commented on a diff in the pull request: https://github.com/apache/spark/pull/6971#discussion_r1086 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/misc.scala --- @@ -47,4 +48,46 @@ case class Md5(child: Expression)

[GitHub] spark pull request: [SPARK-8186] [SPARK-8187] [SQL] datetime funct...

2015-06-26 Thread davies
Github user davies commented on a diff in the pull request: https://github.com/apache/spark/pull/6782#discussion_r1122 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/datetimeFunctions.scala --- @@ -0,0 +1,176 @@ +/* + * Licensed to the

[GitHub] spark pull request: [SPARK-8186] [SPARK-8187] [SQL] datetime funct...

2015-06-26 Thread adrian-wang
Github user adrian-wang commented on a diff in the pull request: https://github.com/apache/spark/pull/6782#discussion_r1281 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/datetimeFunctions.scala --- @@ -0,0 +1,176 @@ +/* + * Licensed

[GitHub] spark pull request: [SPARK-8652] [PYSPARK] Check return value for ...

2015-06-26 Thread JoshRosen
Github user JoshRosen commented on the pull request: https://github.com/apache/spark/pull/7032#issuecomment-115539764 For instance, it turns out that one of the PySpark `profiler` tests is broken and we didn't notice: ```python Running test: pyspark.profiler ... [GC

[GitHub] spark pull request: [SPARK-8652] [PYSPARK] Check return value for ...

2015-06-26 Thread JoshRosen
GitHub user JoshRosen opened a pull request: https://github.com/apache/spark/pull/7032 [SPARK-8652] [PYSPARK] Check return value for all uses of doctest.testmod() This patch addresses a critical issue in the PySpark tests: Several of our Python modules' `__main__` methods

[GitHub] spark pull request: [SPARK-8652] [PYSPARK] Check return value for ...

2015-06-26 Thread JoshRosen
Github user JoshRosen commented on the pull request: https://github.com/apache/spark/pull/7032#issuecomment-115540772 Luckily, it looks like it was only that single test that was failing: ``` [joshrosen pyspark (testmod-fix)]$ git grep testmod accumulators.py:

[GitHub] spark pull request: [SPARK-8233][SQL] misc function: hash

2015-06-26 Thread davies
Github user davies commented on a diff in the pull request: https://github.com/apache/spark/pull/6971#discussion_r1369 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/misc.scala --- @@ -47,4 +48,44 @@ case class Md5(child: Expression)

[GitHub] spark pull request: [SPARK-8233][SQL] misc function: hash

2015-06-26 Thread davies
Github user davies commented on a diff in the pull request: https://github.com/apache/spark/pull/6971#discussion_r1345 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/misc.scala --- @@ -47,4 +48,44 @@ case class Md5(child: Expression)

[GitHub] spark pull request: [SPARK-8652] [PYSPARK] Check return value for ...

2015-06-26 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/7032#issuecomment-115540733 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-8652] [PYSPARK] Check return value for ...

2015-06-26 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/7032#issuecomment-115540780 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-8186] [SPARK-8187] [SQL] datetime funct...

2015-06-26 Thread cloud-fan
Github user cloud-fan commented on a diff in the pull request: https://github.com/apache/spark/pull/6782#discussion_r1514 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/datetimeFunctions.scala --- @@ -0,0 +1,176 @@ +/* + * Licensed to

[GitHub] spark pull request: [SPARK-8186] [SPARK-8187] [SQL] datetime funct...

2015-06-26 Thread davies
Github user davies commented on a diff in the pull request: https://github.com/apache/spark/pull/6782#discussion_r1507 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/functions.scala --- @@ -946,6 +947,38 @@ object functions { def cosh(columnName: String): Column

[GitHub] spark pull request: [SPARK-8652] [PYSPARK] Check return value for ...

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

[GitHub] spark pull request: [SPARK-8559][MLlib] Support Association Rule G...

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

[GitHub] spark pull request: [SPARK-7212][MLlib]Add sequence learning flag

2015-06-26 Thread feynmanliang
Github user feynmanliang commented on a diff in the pull request: https://github.com/apache/spark/pull/6997#discussion_r0429 --- Diff: mllib/src/main/scala/org/apache/spark/mllib/fpm/FPGrowth.scala --- @@ -198,9 +211,11 @@ object FPGrowth { * Frequent itemset. *

[GitHub] spark pull request: [SPARK-8186] [SPARK-8187] [SQL] datetime funct...

2015-06-26 Thread davies
Github user davies commented on a diff in the pull request: https://github.com/apache/spark/pull/6782#discussion_r0538 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/datetimeFunctions.scala --- @@ -0,0 +1,176 @@ +/* + * Licensed to the

[GitHub] spark pull request: [SPARK-8589][SQL] cleanup DateTimeUtils

2015-06-26 Thread cloud-fan
Github user cloud-fan commented on the pull request: https://github.com/apache/spark/pull/6980#issuecomment-115532108 cc @marmbrus --- 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-8522][SPARK-8613][MLLIB][TRIVIAL] add p...

2015-06-26 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/7024#issuecomment-115532495 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-8522][SPARK-8613][MLLIB][TRIVIAL] add p...

2015-06-26 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/7024#issuecomment-115532483 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-5989] [MLlib] Model save/load for LDA

2015-06-26 Thread MechCoder
Github user MechCoder commented on the pull request: https://github.com/apache/spark/pull/6948#issuecomment-115541263 @hhbyyh Thanks for the comment! I have addressed it. Could you also tell me what the edges while constructing the graph denote, I understand that the vertices store

[GitHub] spark pull request: [SPARK-5989] [MLlib] Model save/load for LDA

2015-06-26 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/6948#issuecomment-115542214 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-5989] [MLlib] Model save/load for LDA

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

[GitHub] spark pull request: [SPARK-8186] [SPARK-8187] [SQL] datetime funct...

2015-06-26 Thread adrian-wang
Github user adrian-wang commented on a diff in the pull request: https://github.com/apache/spark/pull/6782#discussion_r1698 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/datetimeFunctions.scala --- @@ -0,0 +1,176 @@ +/* + * Licensed

[GitHub] spark pull request: [SPARK-5989] [MLlib] Model save/load for LDA

2015-06-26 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/6948#issuecomment-115542243 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-8652] [PYSPARK] Check return value for ...

2015-06-26 Thread JoshRosen
Github user JoshRosen commented on the pull request: https://github.com/apache/spark/pull/7032#issuecomment-115543669 /cc @davies --- 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-8652] [PYSPARK] Check return value for ...

2015-06-26 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/7032#issuecomment-115544301 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-8652] [PYSPARK] Check return value for ...

2015-06-26 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/7032#issuecomment-115544263 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-7212][MLlib]Add sequence learning flag

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

[GitHub] spark pull request: [SPARK-7212][MLlib]Add sequence learning flag

2015-06-26 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/6997#issuecomment-115546072 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-8652] [PYSPARK] Check return value for ...

2015-06-26 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/7032#issuecomment-115546109 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-8652] [PYSPARK] Check return value for ...

2015-06-26 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/7032#issuecomment-115546146 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-8135. Don't load defaults when reconstit...

2015-06-26 Thread watermen
Github user watermen commented on a diff in the pull request: https://github.com/apache/spark/pull/6679#discussion_r2133 --- Diff: core/src/main/scala/org/apache/spark/SerializableWritable.scala --- @@ -41,7 +41,7 @@ class SerializableWritable[T : Writable](@transient var t:

[GitHub] spark pull request: SPARK-8135. Don't load defaults when reconstit...

2015-06-26 Thread watermen
Github user watermen commented on the pull request: https://github.com/apache/spark/pull/6679#issuecomment-115546773 It will throw NullPointerException when add this commit, and reset this commit it's ok. ``` spark-sql select count(*) from src; 15/06/26 14:27:39 ERROR

[GitHub] spark pull request: [SPARK-8652] [PYSPARK] Check return value for ...

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

[GitHub] spark pull request: [SPARK-5161] [WIP] Parallelize Python test exe...

2015-06-26 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/7031#issuecomment-115546971 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-5161] [WIP] Parallelize Python test exe...

2015-06-26 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/7031#issuecomment-115546980 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-5161] [WIP] Parallelize Python test exe...

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

[GitHub] spark pull request: [SPARK-8186] [SPARK-8187] [SQL] datetime funct...

2015-06-26 Thread davies
Github user davies commented on a diff in the pull request: https://github.com/apache/spark/pull/6782#discussion_r2371 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/datetimeFunctions.scala --- @@ -0,0 +1,176 @@ +/* + * Licensed to the

[GitHub] spark pull request: SPARK-8135. Don't load defaults when reconstit...

2015-06-26 Thread JoshRosen
Github user JoshRosen commented on the pull request: https://github.com/apache/spark/pull/6679#issuecomment-115547630 @watermen, @sryza and I are investigating this over at https://issues.apache.org/jira/browse/SPARK-8623 --- If your project is set up for it, you can reply to this

[GitHub] spark pull request: [SPARK-8652] [PYSPARK] Check return value for ...

2015-06-26 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/7032#issuecomment-115548915 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-5161] [WIP] Parallelize Python test exe...

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

[GitHub] spark pull request: [SPARK-5161] [WIP] Parallelize Python test exe...

2015-06-26 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/7031#issuecomment-115551816 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-6287][MESOS] Add dynamic allocation to ...

2015-06-26 Thread dragos
Github user dragos commented on the pull request: https://github.com/apache/spark/pull/4984#issuecomment-115552267 @andrewor14, I had a great chat with @tnachen yesterday and went through the code of this PR. There are some subtle interactions. I'd be very happy to jump on a hangout

[GitHub] spark pull request: [SPARK-8583] [SPARK-5482] [BUILD] Refactor pyt...

2015-06-26 Thread JoshRosen
Github user JoshRosen commented on the pull request: https://github.com/apache/spark/pull/6967#issuecomment-115552303 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

[GitHub] spark pull request: [SPARK-8583] [SPARK-5482] [BUILD] Refactor pyt...

2015-06-26 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/6967#issuecomment-115553723 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-8583] [SPARK-5482] [BUILD] Refactor pyt...

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

[GitHub] spark pull request: [SPARK-8583] [SPARK-5482] [BUILD] Refactor pyt...

2015-06-26 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/6967#issuecomment-115553684 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-8405][WebUI] Show executor logs on Web ...

2015-06-26 Thread carsonwang
GitHub user carsonwang opened a pull request: https://github.com/apache/spark/pull/7033 [SPARK-8405][WebUI] Show executor logs on Web UI when Yarn log aggregation is enabled https://issues.apache.org/jira/browse/SPARK-8405 When running Spark application in Yarn mode and Yarn

[GitHub] spark pull request: [SPARK-8186] [SPARK-8187] [SQL] datetime funct...

2015-06-26 Thread adrian-wang
Github user adrian-wang commented on a diff in the pull request: https://github.com/apache/spark/pull/6782#discussion_r3367 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/datetimeFunctions.scala --- @@ -0,0 +1,176 @@ +/* + * Licensed

[GitHub] spark pull request: [SPARK-8344] Add message processing time metri...

2015-06-26 Thread JoshRosen
Github user JoshRosen commented on the pull request: https://github.com/apache/spark/pull/7002#issuecomment-115554801 I'm going to merge this 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

[GitHub] spark pull request: [SPARK-8653][SPARK-8245][SQL] Add DataTypeCons...

2015-06-26 Thread chenghao-intel
GitHub user chenghao-intel opened a pull request: https://github.com/apache/spark/pull/7034 [SPARK-8653][SPARK-8245][SQL] Add DataTypeConstraint Support for Expression Add Data Type Constraint Support for expression, this aim to merge the function of

[GitHub] spark pull request: [SPARK-8653][SPARK-8245][SQL] Add DataTypeCons...

2015-06-26 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/7034#issuecomment-115554942 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-8653][SPARK-8245][SQL] Add DataTypeCons...

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

[GitHub] spark pull request: [SPARK-8405][WebUI] Show executor logs on Web ...

2015-06-26 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/7033#issuecomment-115554955 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-8405][WebUI] Show executor logs on Web ...

2015-06-26 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/7033#issuecomment-115554992 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-8653][SPARK-8245][SQL] Add DataTypeCons...

2015-06-26 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/7034#issuecomment-115554991 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-4362] [MLLIB] Make prediction probabili...

2015-06-26 Thread acidghost
Github user acidghost commented on the pull request: https://github.com/apache/spark/pull/6761#issuecomment-11334 I found that e1071 uses a Gaussian distribution ([page 34](http://cran.r-project.org/web/packages/e1071/e1071.pdf)), so I wouldn't use the results from that package.

[GitHub] spark pull request: [SPARK-8653][SPARK-8245][SQL] Add DataTypeCons...

2015-06-26 Thread chenghao-intel
Github user chenghao-intel commented on the pull request: https://github.com/apache/spark/pull/7034#issuecomment-11178 @rxin @cloud-fan @marmbrus --- 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-8186] [SPARK-8187] [SQL] datetime funct...

2015-06-26 Thread adrian-wang
Github user adrian-wang commented on a diff in the pull request: https://github.com/apache/spark/pull/6782#discussion_r3522 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/datetimeFunctions.scala --- @@ -0,0 +1,176 @@ +/* + * Licensed

[GitHub] spark pull request: [SPARK-8344] Add message processing time metri...

2015-06-26 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/7002 --- 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-8405][WebUI] Show executor logs on Web ...

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

[GitHub] spark pull request: [SPARK-8559][MLlib] Support Association Rule G...

2015-06-26 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/7005#issuecomment-11446 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-8559][MLlib] Support Association Rule G...

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

[GitHub] spark pull request: [SPARK-8405][WebUI] Show executor logs on Web ...

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

[GitHub] spark pull request: [SPARK-8405][WebUI] Show executor logs on Web ...

2015-06-26 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/7033#issuecomment-11553 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: Branch 1.4

2015-06-26 Thread JoshRosen
Github user JoshRosen commented on the pull request: https://github.com/apache/spark/pull/6930#issuecomment-115557982 @SeekerResource, would you mind closing this issue? --- 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-8522][SPARK-8613][MLLIB][TRIVIAL] add p...

2015-06-26 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/7024#issuecomment-115558302 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-8522][SPARK-8613][MLLIB][TRIVIAL] add p...

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

[GitHub] spark pull request: [SPARK-5161] [WIP] Parallelize Python test exe...

2015-06-26 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/7031#issuecomment-115558468 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-5161] [WIP] Parallelize Python test exe...

2015-06-26 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/7031#issuecomment-115558386 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-5161] [WIP] Parallelize Python test exe...

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

[GitHub] spark pull request: [SPARK-8186] [SPARK-8187] [SQL] datetime funct...

2015-06-26 Thread davies
Github user davies commented on a diff in the pull request: https://github.com/apache/spark/pull/6782#discussion_r4134 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/datetimeFunctions.scala --- @@ -0,0 +1,176 @@ +/* + * Licensed to the

[GitHub] spark pull request: [SPARK-2645] [Core] Allow SparkEnv.stop() to b...

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

[GitHub] spark pull request: Changes to support checkpointing to BlockRDD a...

2015-06-26 Thread JoshRosen
Github user JoshRosen commented on the pull request: https://github.com/apache/spark/pull/5502#issuecomment-115561107 Do you mind closing this issue for now? This PR lacks a JIRA and is opened against a really old branch. If you still want to make this change, I'd recommend that you

[GitHub] spark pull request: [SPARK-2645] [Core] Allow SparkEnv.stop() to b...

2015-06-26 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/6973#issuecomment-115561212 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-8644] Include call site in SparkExcepti...

2015-06-26 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/7028#issuecomment-115561416 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-8644] Include call site in SparkExcepti...

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

[GitHub] spark pull request: [SPARK-8628][SQL]Race condition in AbstractSpa...

2015-06-26 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/7015#issuecomment-115561622 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-5161] [WIP] Parallelize Python test exe...

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

[GitHub] spark pull request: [SPARK-5161] [WIP] Parallelize Python test exe...

2015-06-26 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/7031#issuecomment-115561567 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-8628][SQL]Race condition in AbstractSpa...

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

[GitHub] spark pull request: [SPARK-7938][BUILD]Use Google ErrorProne durin...

2015-06-26 Thread yijieshen
Github user yijieshen commented on the pull request: https://github.com/apache/spark/pull/6515#issuecomment-115561728 Ok, I will close it. --- 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-5161] [WIP] Parallelize Python test exe...

2015-06-26 Thread JoshRosen
Github user JoshRosen commented on the pull request: https://github.com/apache/spark/pull/7031#issuecomment-115561796 Interesting, it looks like the test failures are not a direct consequence of the parallelization since they still occur even if I only use one thread:

[GitHub] spark pull request: [SPARK-7938][BUILD]Use Google ErrorProne durin...

2015-06-26 Thread yijieshen
Github user yijieshen closed the pull request at: https://github.com/apache/spark/pull/6515 --- 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-5161] [WIP] Parallelize Python test exe...

2015-06-26 Thread JoshRosen
Github user JoshRosen commented on the pull request: https://github.com/apache/spark/pull/7031#issuecomment-115562141 Also, it looks like my attempt to disable the Web UI in the Python tests was unsuccessful, since the `unit-tests.log` file still contains a bunch of port-contention

[GitHub] spark pull request: SPARK-8135. Don't load defaults when reconstit...

2015-06-26 Thread sryza
Github user sryza commented on the pull request: https://github.com/apache/spark/pull/6679#issuecomment-115565919 Hi @watermen, thanks for reporting this. Does the error occur every time or just occasionally? What Hadoop version are you running? --- If your project is set up for

[GitHub] spark pull request: [SPARK-8072] [SQL] Better AnalysisException fo...

2015-06-26 Thread rxin
Github user rxin commented on a diff in the pull request: https://github.com/apache/spark/pull/7013#discussion_r5777 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/DataFrameWriter.scala --- @@ -37,6 +37,19 @@ import org.apache.spark.sql.sources.{ResolvedDataSource,

[GitHub] spark pull request: [SPARK-8226][SQL][WIP] Add function shiftright...

2015-06-26 Thread zhichao-li
GitHub user zhichao-li opened a pull request: https://github.com/apache/spark/pull/7035 [SPARK-8226][SQL][WIP] Add function shiftrightunsigned You can merge this pull request into a Git repository by running: $ git pull https://github.com/zhichao-li/spark shiftRightUnsigned

[GitHub] spark pull request: [SPARK-2645] [Core] Allow SparkEnv.stop() to b...

2015-06-26 Thread srowen
Github user srowen commented on a diff in the pull request: https://github.com/apache/spark/pull/6973#discussion_r5942 --- Diff: core/src/test/scala/org/apache/spark/SparkContextSuite.scala --- @@ -272,4 +273,18 @@ class SparkContextSuite extends SparkFunSuite with

[GitHub] spark pull request: [SPARK-8226][SQL][WIP] Add function shiftright...

2015-06-26 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/7035#issuecomment-115567472 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-8583] [SPARK-5482] [BUILD] Refactor pyt...

2015-06-26 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/6967#issuecomment-115568802 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-8583] [SPARK-5482] [BUILD] Refactor pyt...

2015-06-26 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/6967#issuecomment-115568766 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-5161] [WIP] Parallelize Python test exe...

2015-06-26 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/7031#issuecomment-115568760 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-5161] [WIP] Parallelize Python test exe...

2015-06-26 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/7031#issuecomment-115568790 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

  1   2   3   4   5   6   7   >