[GitHub] spark pull request: [SPARK-14124] [SQL] [FOLLOWUP] Implement Datab...

2016-04-19 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/12081#issuecomment-212269501 **[Test build #56324 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/56324/consoleFull)** for PR 12081 at commit

[GitHub] spark pull request: [SPARK-12919][SPARKR] Implement dapply() on Da...

2016-04-19 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/12493#issuecomment-212267084 **[Test build #56322 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/56322/consoleFull)** for PR 12493 at commit

[GitHub] spark pull request: [SPARK-11940][PYSPARK] Python API for ml.clust...

2016-04-19 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/10242#issuecomment-212267099 **[Test build #56323 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/56323/consoleFull)** for PR 10242 at commit

[GitHub] spark pull request: [SPARK-14745] [Streaming] [WIP] CEP support in...

2016-04-19 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/12518#issuecomment-212267044 Can one of the admins verify this patch? --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your

[GitHub] spark pull request: [SPARK-14745] [Streaming] [WIP] CEP support in...

2016-04-19 Thread agsachin
GitHub user agsachin opened a pull request: https://github.com/apache/spark/pull/12518 [SPARK-14745] [Streaming] [WIP] CEP support in Spark Streaming ## What changes were proposed in this pull request? This JIRA is about how/what can we add in Spark Streaming to support CEP

[GitHub] spark pull request: [SPARK-14521][SQL] StackOverflowError in Kryo ...

2016-04-19 Thread rxin
Github user rxin commented on the pull request: https://github.com/apache/spark/pull/12514#issuecomment-212266446 Thanks for doing that. I think maybe the right fix is to remove the circular reference, rather than just turning on reference tracking in Kryo? Otherwise if users

[GitHub] spark pull request: [SPARK-14639][PYTHON][R] Add `bround` function...

2016-04-19 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/12509 --- 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-14639][PYTHON][R] Add `bround` function...

2016-04-19 Thread davies
Github user davies commented on the pull request: https://github.com/apache/spark/pull/12509#issuecomment-212265432 Merging 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 project does

[GitHub] spark pull request: [SPARK-14639][PYTHON][R] Add `bround` function...

2016-04-19 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/12509#issuecomment-212264536 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-14639][PYTHON][R] Add `bround` function...

2016-04-19 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/12509#issuecomment-212264540 Test PASSed. Refer to this link for build results (access rights to CI server needed):

[GitHub] spark pull request: [SPARK-14639][PYTHON][R] Add `bround` function...

2016-04-19 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/12509#issuecomment-212264135 **[Test build #56319 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/56319/consoleFull)** for PR 12509 at commit

[GitHub] spark pull request: [DO-NOT-MERGE][TEST] Investigate StateStoreSui...

2016-04-19 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/12505#issuecomment-212264130 **[Test build #56321 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/56321/consoleFull)** for PR 12505 at commit

[GitHub] spark pull request: [SPARK-12919][SPARKR] Implement dapply() on Da...

2016-04-19 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/12493#issuecomment-212257638 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 project does

[GitHub] spark pull request: [SPARK-12919][SPARKR] Implement dapply() on Da...

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

[GitHub] spark pull request: [SPARK-12919][SPARKR] Implement dapply() on Da...

2016-04-19 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/12493#issuecomment-212257637 **[Test build #56320 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/56320/consoleFull)** for PR 12493 at commit

[GitHub] spark pull request: [SPARK-12919][SPARKR] Implement dapply() on Da...

2016-04-19 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/12493#issuecomment-212257631 **[Test build #56320 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/56320/consoleFull)** for PR 12493 at commit

[GitHub] spark pull request: [SPARK-14736][core] Deadlock in registering ap...

2016-04-19 Thread nirandaperera
Github user nirandaperera commented on the pull request: https://github.com/apache/spark/pull/12506#issuecomment-212257535 @mridulm do you mean to say, the method `private def registerApplication(app: ApplicationInfo): Unit = {` needs to synchronized? --- If your project is set up

[GitHub] spark pull request: [MINOR][SQL] Re-enable `explode()` and `json_t...

2016-04-19 Thread dongjoon-hyun
Github user dongjoon-hyun commented on the pull request: https://github.com/apache/spark/pull/12329#issuecomment-212257351 @davies . Thank you! --- 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: [MINOR][SQL] Re-enable `explode()` and `json_t...

2016-04-19 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/12329 --- 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-14600][SQL] Push predicates through Exp...

2016-04-19 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/12496 --- 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: [MINOR][SQL] Re-enable `explode()` and `json_t...

2016-04-19 Thread davies
Github user davies commented on the pull request: https://github.com/apache/spark/pull/12329#issuecomment-212256844 LGTM, Merging 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 project

[GitHub] spark pull request: [SPARK-14600][SQL] Push predicates through Exp...

2016-04-19 Thread davies
Github user davies commented on the pull request: https://github.com/apache/spark/pull/12496#issuecomment-212256643 LGTM, Merging 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-10574] [ML] [MLlib] HashingTF supports ...

2016-04-19 Thread hujy
Github user hujy commented on a diff in the pull request: https://github.com/apache/spark/pull/12498#discussion_r60350362 --- Diff: mllib/src/main/scala/org/apache/spark/mllib/feature/HashingTF.scala --- @@ -97,3 +126,41 @@ class HashingTF(val numFeatures: Int) extends

[GitHub] spark pull request: [SPARK-12919][SPARKR] Implement dapply() on Da...

2016-04-19 Thread sun-rui
Github user sun-rui commented on a diff in the pull request: https://github.com/apache/spark/pull/12493#discussion_r60349837 --- Diff: R/pkg/R/DataFrame.R --- @@ -1125,6 +1125,41 @@ setMethod("summarize", agg(x, ...) }) +#' dapply +#'

[GitHub] spark pull request: [SPARK-12919][SPARKR] Implement dapply() on Da...

2016-04-19 Thread sun-rui
Github user sun-rui commented on a diff in the pull request: https://github.com/apache/spark/pull/12493#discussion_r60349802 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/r/MapPartitionsRWrapper.scala --- @@ -0,0 +1,62 @@ +/* + * Licensed to the Apache

[GitHub] spark pull request: [SPARK-12919][SPARKR] Implement dapply() on Da...

2016-04-19 Thread sun-rui
Github user sun-rui commented on a diff in the pull request: https://github.com/apache/spark/pull/12493#discussion_r60349778 --- Diff: R/pkg/inst/worker/worker.R --- @@ -100,7 +104,20 @@ if (isEmpty != 0) { # Timing reading input data for execution inputElap <-

[GitHub] spark pull request: [SPARK-12919][SPARKR] Implement dapply() on Da...

2016-04-19 Thread sun-rui
Github user sun-rui commented on a diff in the pull request: https://github.com/apache/spark/pull/12493#discussion_r60349597 --- Diff: R/pkg/R/DataFrame.R --- @@ -1125,6 +1125,41 @@ setMethod("summarize", agg(x, ...) }) +#' dapply +#'

[GitHub] spark pull request: [SPARK-14609][SQL] Native support for LOAD DAT...

2016-04-19 Thread viirya
Github user viirya commented on a diff in the pull request: https://github.com/apache/spark/pull/12412#discussion_r60348822 --- Diff: sql/hive/src/test/scala/org/apache/spark/sql/hive/execution/HiveQuerySuite.scala --- @@ -935,6 +935,104 @@ class HiveQuerySuite extends

[GitHub] spark pull request: [SPARK-14609][SQL] Native support for LOAD DAT...

2016-04-19 Thread yhuai
Github user yhuai commented on a diff in the pull request: https://github.com/apache/spark/pull/12412#discussion_r60348779 --- Diff: sql/hive/src/test/scala/org/apache/spark/sql/hive/execution/HiveQuerySuite.scala --- @@ -935,6 +935,104 @@ class HiveQuerySuite extends

[GitHub] spark pull request: [SPARK-14600][SQL] Push predicates through Exp...

2016-04-19 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/12496#issuecomment-212250512 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-14609][SQL] Native support for LOAD DAT...

2016-04-19 Thread yhuai
Github user yhuai commented on a diff in the pull request: https://github.com/apache/spark/pull/12412#discussion_r60348768 --- Diff: sql/hive/src/test/scala/org/apache/spark/sql/hive/execution/HiveQuerySuite.scala --- @@ -935,6 +935,104 @@ class HiveQuerySuite extends

[GitHub] spark pull request: [SPARK-14600][SQL] Push predicates through Exp...

2016-04-19 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/12496#issuecomment-212250514 Test PASSed. Refer to this link for build results (access rights to CI server needed):

[GitHub] spark pull request: [SPARK-14600][SQL] Push predicates through Exp...

2016-04-19 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/12496#issuecomment-212250262 **[Test build #56315 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/56315/consoleFull)** for PR 12496 at commit

[GitHub] spark pull request: [SPARK-14609][SQL] Native support for LOAD DAT...

2016-04-19 Thread yhuai
Github user yhuai commented on a diff in the pull request: https://github.com/apache/spark/pull/12412#discussion_r60348713 --- Diff: sql/hive/src/test/scala/org/apache/spark/sql/hive/execution/HiveQuerySuite.scala --- @@ -935,6 +935,104 @@ class HiveQuerySuite extends

[GitHub] spark pull request: [SPARK-14704][CORE] create accumulators in Tas...

2016-04-19 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/12472 --- 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-14704][CORE] create accumulators in Tas...

2016-04-19 Thread rxin
Github user rxin commented on the pull request: https://github.com/apache/spark/pull/12472#issuecomment-212249723 Thanks - merging in 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

[GitHub] spark pull request: [SPARK-14609][SQL] Native support for LOAD DAT...

2016-04-19 Thread viirya
Github user viirya commented on a diff in the pull request: https://github.com/apache/spark/pull/12412#discussion_r60348444 --- Diff: sql/hive/src/test/scala/org/apache/spark/sql/hive/execution/HiveQuerySuite.scala --- @@ -935,6 +935,104 @@ class HiveQuerySuite extends

[GitHub] spark pull request: [SPARK-14609][SQL] Native support for LOAD DAT...

2016-04-19 Thread viirya
Github user viirya commented on a diff in the pull request: https://github.com/apache/spark/pull/12412#discussion_r60348478 --- Diff: sql/hive/src/test/scala/org/apache/spark/sql/hive/execution/HiveQuerySuite.scala --- @@ -935,6 +935,104 @@ class HiveQuerySuite extends

[GitHub] spark pull request: [SPARK-14639][PYTHON][R] Add `bround` function...

2016-04-19 Thread dongjoon-hyun
Github user dongjoon-hyun commented on the pull request: https://github.com/apache/spark/pull/12509#issuecomment-212248772 I mean #12329 . I want to close that one in order to reduce committers' review & merge cost. --- If your project is set up for it, you can reply to this email

[GitHub] spark pull request: [SPARK-14639][PYTHON][R] Add `bround` function...

2016-04-19 Thread dongjoon-hyun
Github user dongjoon-hyun commented on the pull request: https://github.com/apache/spark/pull/12509#issuecomment-212248562 Thank you, @davies ! Or, may I add the minor PR to here? Last time, I remember that you prefer that way. --- If your project is set up for it, you can reply

[GitHub] spark pull request: [SPARK-14639][PYTHON][R] Add `bround` function...

2016-04-19 Thread davies
Github user davies commented on the pull request: https://github.com/apache/spark/pull/12509#issuecomment-212247971 LGTM --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled

[GitHub] spark pull request: [SPARK-14051][SQL] Implement `Double.NaN==Floa...

2016-04-19 Thread dongjoon-hyun
Github user dongjoon-hyun commented on the pull request: https://github.com/apache/spark/pull/11868#issuecomment-212247762 Thank you for your kind reviews during last month, @rxin and @srowen . I'm happily closing this PR. It's my bad to take so much time to close this PR. ---

[GitHub] spark pull request: [SPARK-14051][SQL] Implement `Double.NaN==Floa...

2016-04-19 Thread dongjoon-hyun
Github user dongjoon-hyun closed the pull request at: https://github.com/apache/spark/pull/11868 --- 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

[GitHub] spark pull request: [SPARK-14609][SQL] Native support for LOAD DAT...

2016-04-19 Thread yhuai
Github user yhuai commented on a diff in the pull request: https://github.com/apache/spark/pull/12412#discussion_r60348164 --- Diff: sql/hive/src/test/scala/org/apache/spark/sql/hive/execution/HiveQuerySuite.scala --- @@ -935,6 +935,104 @@ class HiveQuerySuite extends

[GitHub] spark pull request: [SPARK-14609][SQL] Native support for LOAD DAT...

2016-04-19 Thread yhuai
Github user yhuai commented on a diff in the pull request: https://github.com/apache/spark/pull/12412#discussion_r60348142 --- Diff: sql/hive/src/test/scala/org/apache/spark/sql/hive/execution/HiveQuerySuite.scala --- @@ -935,6 +935,104 @@ class HiveQuerySuite extends

[GitHub] spark pull request: [SPARK-14609][SQL] Native support for LOAD DAT...

2016-04-19 Thread viirya
Github user viirya commented on a diff in the pull request: https://github.com/apache/spark/pull/12412#discussion_r60348098 --- Diff: sql/hive/src/test/scala/org/apache/spark/sql/hive/execution/HiveQuerySuite.scala --- @@ -935,6 +935,104 @@ class HiveQuerySuite extends

[GitHub] spark pull request: [SPARK-14609][SQL] Native support for LOAD DAT...

2016-04-19 Thread cloud-fan
Github user cloud-fan commented on a diff in the pull request: https://github.com/apache/spark/pull/12412#discussion_r60347983 --- Diff: sql/hive/src/test/scala/org/apache/spark/sql/hive/execution/HiveQuerySuite.scala --- @@ -935,6 +935,104 @@ class HiveQuerySuite extends

[GitHub] spark pull request: [SPARK-13419][SQL] Update SubquerySuite to use...

2016-04-19 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/12269 --- 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-14639][PYTHON][R] Add `bround` function...

2016-04-19 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/12509#issuecomment-212245596 **[Test build #56319 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/56319/consoleFull)** for PR 12509 at commit

[GitHub] spark pull request: [SPARK-13419][SQL] Update SubquerySuite to use...

2016-04-19 Thread davies
Github user davies commented on the pull request: https://github.com/apache/spark/pull/12269#issuecomment-212245535 LGTM, Merging 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-14127][SQL][WIP] Describe table

2016-04-19 Thread dilipbiswal
Github user dilipbiswal commented on a diff in the pull request: https://github.com/apache/spark/pull/12460#discussion_r60347793 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/SparkSqlParser.scala --- @@ -254,6 +251,21 @@ class SparkSqlAstBuilder extends

[GitHub] spark pull request: [SPARK-14609][SQL] Native support for LOAD DAT...

2016-04-19 Thread viirya
Github user viirya commented on a diff in the pull request: https://github.com/apache/spark/pull/12412#discussion_r60347738 --- Diff: sql/hive/src/test/scala/org/apache/spark/sql/hive/execution/HiveQuerySuite.scala --- @@ -935,6 +935,104 @@ class HiveQuerySuite extends

[GitHub] spark pull request: [SPARK-14724] Use radix sort for shuffles and ...

2016-04-19 Thread davies
Github user davies commented on the pull request: https://github.com/apache/spark/pull/12490#issuecomment-212245315 Since we are using more memory, you should update the test UnsafeShuffleWriterSuite --- If your project is set up for it, you can reply to this email and have your

[GitHub] spark pull request: [SPARK-14609][SQL] Native support for LOAD DAT...

2016-04-19 Thread cloud-fan
Github user cloud-fan commented on a diff in the pull request: https://github.com/apache/spark/pull/12412#discussion_r60347653 --- Diff: sql/hive/src/test/scala/org/apache/spark/sql/hive/execution/HiveQuerySuite.scala --- @@ -935,6 +935,104 @@ class HiveQuerySuite extends

[GitHub] spark pull request: [SPARK-14724] Use radix sort for shuffles and ...

2016-04-19 Thread davies
Github user davies commented on the pull request: https://github.com/apache/spark/pull/12490#issuecomment-212245007 @ericl The precision is greater than 18, have you forgot to check the precision somewhere? --- If your project is set up for it, you can reply to this email and have

[GitHub] spark pull request: [SPARK-11940][PYSPARK] Python API for ml.clust...

2016-04-19 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/10242#issuecomment-212244685 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-11940][PYSPARK] Python API for ml.clust...

2016-04-19 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/10242#issuecomment-212244679 **[Test build #56318 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/56318/consoleFull)** for PR 10242 at commit

[GitHub] spark pull request: [SPARK-11940][PYSPARK] Python API for ml.clust...

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

[GitHub] spark pull request: [SPARK-11940][PYSPARK] Python API for ml.clust...

2016-04-19 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/10242#issuecomment-212244489 **[Test build #56318 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/56318/consoleFull)** for PR 10242 at commit

[GitHub] spark pull request: [SPARK-14609][SQL] Native support for LOAD DAT...

2016-04-19 Thread yhuai
Github user yhuai commented on a diff in the pull request: https://github.com/apache/spark/pull/12412#discussion_r60347334 --- Diff: sql/hive/src/test/scala/org/apache/spark/sql/hive/execution/HiveQuerySuite.scala --- @@ -935,6 +935,104 @@ class HiveQuerySuite extends

[GitHub] spark pull request: [SPARK-14609][SQL] Native support for LOAD DAT...

2016-04-19 Thread cloud-fan
Github user cloud-fan commented on a diff in the pull request: https://github.com/apache/spark/pull/12412#discussion_r60347319 --- Diff: sql/hive/src/test/scala/org/apache/spark/sql/hive/execution/HiveQuerySuite.scala --- @@ -935,6 +935,104 @@ class HiveQuerySuite extends

[GitHub] spark pull request: [SPARK-14741][SQL] Fixed error in reading json...

2016-04-19 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/12517#issuecomment-212242694 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-14741][SQL] Fixed error in reading json...

2016-04-19 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/12517#issuecomment-212242697 Test PASSed. Refer to this link for build results (access rights to CI server needed):

[GitHub] spark pull request: [SPARK-14639][PYTHON][R] Add `bround` function...

2016-04-19 Thread dongjoon-hyun
Github user dongjoon-hyun commented on a diff in the pull request: https://github.com/apache/spark/pull/12509#discussion_r60347141 --- Diff: R/pkg/R/functions.R --- @@ -1008,6 +1008,24 @@ setMethod("round", column(jc) }) +#' bround +#'

[GitHub] spark pull request: [SPARK-14609][SQL] Native support for LOAD DAT...

2016-04-19 Thread viirya
Github user viirya commented on a diff in the pull request: https://github.com/apache/spark/pull/12412#discussion_r60347135 --- Diff: sql/hive/src/test/scala/org/apache/spark/sql/hive/execution/HiveQuerySuite.scala --- @@ -935,6 +935,104 @@ class HiveQuerySuite extends

[GitHub] spark pull request: [SPARK-14741][SQL] Fixed error in reading json...

2016-04-19 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/12517#issuecomment-212242594 **[Test build #56313 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/56313/consoleFull)** for PR 12517 at commit

[GitHub] spark pull request: [SPARK-14704][CORE] create accumulators in Tas...

2016-04-19 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/12472#issuecomment-212242536 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-14704][CORE] create accumulators in Tas...

2016-04-19 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/12472#issuecomment-212242538 Test PASSed. Refer to this link for build results (access rights to CI server needed):

[GitHub] spark pull request: [SPARK-14704][CORE] create accumulators in Tas...

2016-04-19 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/12472#issuecomment-212242165 **[Test build #56310 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/56310/consoleFull)** for PR 12472 at commit

[GitHub] spark pull request: [SPARK-14409][ML] Adding a RankingEvaluator to...

2016-04-19 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/12461#issuecomment-212241823 Test PASSed. Refer to this link for build results (access rights to CI server needed):

[GitHub] spark pull request: [SPARK-14409][ML] Adding a RankingEvaluator to...

2016-04-19 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/12461#issuecomment-212241820 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-14409][ML] Adding a RankingEvaluator to...

2016-04-19 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/12461#issuecomment-212241481 **[Test build #56317 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/56317/consoleFull)** for PR 12461 at commit

[GitHub] spark pull request: [SPARK-14569][ML] Log instrumentation in KMean...

2016-04-19 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/12432#issuecomment-212239669 Test PASSed. Refer to this link for build results (access rights to CI server needed):

[GitHub] spark pull request: [SPARK-14569][ML] Log instrumentation in KMean...

2016-04-19 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/12432#issuecomment-212239667 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-14569][ML] Log instrumentation in KMean...

2016-04-19 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/12432#issuecomment-212239615 **[Test build #56316 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/56316/consoleFull)** for PR 12432 at commit

[GitHub] spark pull request: [SPARK-14483][WEBUI] Display user name for eac...

2016-04-19 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/12257#issuecomment-212239590 Test PASSed. Refer to this link for build results (access rights to CI server needed):

[GitHub] spark pull request: [SPARK-14483][WEBUI] Display user name for eac...

2016-04-19 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/12257#issuecomment-212239589 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-14483][WEBUI] Display user name for eac...

2016-04-19 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/12257#issuecomment-212239431 **[Test build #56308 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/56308/consoleFull)** for PR 12257 at commit

[GitHub] spark pull request: [SPARK-14704][CORE] create accumulators in Tas...

2016-04-19 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/12472#issuecomment-212238032 Test PASSed. Refer to this link for build results (access rights to CI server needed):

[GitHub] spark pull request: [SPARK-14704][CORE] create accumulators in Tas...

2016-04-19 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/12472#issuecomment-212238028 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-14704][CORE] create accumulators in Tas...

2016-04-19 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/12472#issuecomment-212237766 **[Test build #56306 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/56306/consoleFull)** for PR 12472 at commit

[GitHub] spark pull request: [SPARK-12919][SPARKR] Implement dapply() on Da...

2016-04-19 Thread sun-rui
Github user sun-rui commented on a diff in the pull request: https://github.com/apache/spark/pull/12493#discussion_r60345680 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/api/r/SQLUtils.scala --- @@ -23,12 +23,15 @@ import scala.util.matching.Regex import

[GitHub] spark pull request: [SPARK-14609][SQL] Native support for LOAD DAT...

2016-04-19 Thread cloud-fan
Github user cloud-fan commented on the pull request: https://github.com/apache/spark/pull/12412#issuecomment-212231163 LGTM except some minor comments about test --- 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: [TESTING] Load defaults in SharedSparkContext

2016-04-19 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/12503#issuecomment-212230727 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-14609][SQL] Native support for LOAD DAT...

2016-04-19 Thread cloud-fan
Github user cloud-fan commented on a diff in the pull request: https://github.com/apache/spark/pull/12412#discussion_r60345544 --- Diff: sql/hive/src/test/scala/org/apache/spark/sql/hive/execution/HiveQuerySuite.scala --- @@ -935,6 +935,104 @@ class HiveQuerySuite extends

[GitHub] spark pull request: [TESTING] Load defaults in SharedSparkContext

2016-04-19 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/12503#issuecomment-212230730 Test PASSed. Refer to this link for build results (access rights to CI server needed):

[GitHub] spark pull request: [TESTING] Load defaults in SharedSparkContext

2016-04-19 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/12503#issuecomment-212229961 **[Test build #56304 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/56304/consoleFull)** for PR 12503 at commit

[GitHub] spark pull request: [SPARK-12919][SPARKR] Implement dapply() on Da...

2016-04-19 Thread sun-rui
Github user sun-rui commented on a diff in the pull request: https://github.com/apache/spark/pull/12493#discussion_r60345317 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/r/MapPartitionsRWrapper.scala --- @@ -0,0 +1,62 @@ +/* + * Licensed to the Apache

[GitHub] spark pull request: [SPARK-14609][SQL] Native support for LOAD DAT...

2016-04-19 Thread cloud-fan
Github user cloud-fan commented on a diff in the pull request: https://github.com/apache/spark/pull/12412#discussion_r60345190 --- Diff: sql/hive/src/test/scala/org/apache/spark/sql/hive/execution/HiveQuerySuite.scala --- @@ -935,6 +935,104 @@ class HiveQuerySuite extends

[GitHub] spark pull request: [SPARK-14480][SQL] Simplify CSV parsing proces...

2016-04-19 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/12268#issuecomment-212227632 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-14409][ML] Adding a RankingEvaluator to...

2016-04-19 Thread yongtang
Github user yongtang commented on the pull request: https://github.com/apache/spark/pull/12461#issuecomment-212227584 @MLnick I added the implementation for ml.evaluation.RankingEvaluator. Please let me know if there are any issues. --- If your project is set up for it, you can

[GitHub] spark pull request: [SPARK-14480][SQL] Simplify CSV parsing proces...

2016-04-19 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/12268#issuecomment-212227633 Test PASSed. Refer to this link for build results (access rights to CI server needed):

[GitHub] spark pull request: [SPARK-14409][ML] Adding a RankingEvaluator to...

2016-04-19 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/12461#issuecomment-212227580 **[Test build #56317 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/56317/consoleFull)** for PR 12461 at commit

[GitHub] spark pull request: [SPARK-14480][SQL] Simplify CSV parsing proces...

2016-04-19 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/12268#issuecomment-212227517 **[Test build #56309 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/56309/consoleFull)** for PR 12268 at commit

[GitHub] spark pull request: [SPARK-14705][YARN]support Multiple FileSystem...

2016-04-19 Thread lianhuiwang
Github user lianhuiwang commented on the pull request: https://github.com/apache/spark/pull/12473#issuecomment-212227437 @HyukjinKwon @vanzin Thanks. I have updated PR description. But @vanzin have merged to master before. So I think it does not matter for this PR. --- If your

[GitHub] spark pull request: [SPARK-14409][ML] Adding a RankingEvaluator to...

2016-04-19 Thread yongtang
Github user yongtang commented on a diff in the pull request: https://github.com/apache/spark/pull/12461#discussion_r60344990 --- Diff: mllib/src/main/scala/org/apache/spark/mllib/evaluation/RankingMetrics.scala --- @@ -156,6 +156,32 @@ class RankingMetrics[T:

[GitHub] spark pull request: [SPARK-12919][SPARKR] Implement dapply() on Da...

2016-04-19 Thread sun-rui
Github user sun-rui commented on a diff in the pull request: https://github.com/apache/spark/pull/12493#discussion_r60344909 --- Diff: R/pkg/inst/worker/worker.R --- @@ -84,6 +84,10 @@ broadcastElap <- elapsedSecs() # as number of partitions to create. numPartitions <-

[GitHub] spark pull request: [SPARK-14609][SQL] Native support for LOAD DAT...

2016-04-19 Thread cloud-fan
Github user cloud-fan commented on a diff in the pull request: https://github.com/apache/spark/pull/12412#discussion_r60344986 --- Diff: sql/hive/src/test/scala/org/apache/spark/sql/hive/execution/HiveQuerySuite.scala --- @@ -935,6 +935,104 @@ class HiveQuerySuite extends

[GitHub] spark pull request: [SPARK-14720][SPARK-13643][WIP] Remove HiveCon...

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

[GitHub] spark pull request: [SPARK-14720][SPARK-13643][WIP] Remove HiveCon...

2016-04-19 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/12485#issuecomment-212226649 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

  1   2   3   4   5   6   7   8   9   10   >