[GitHub] spark issue #13695: [SPARK-15978] [SQL] remove unnecessary format

2016-06-15 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/13695 **[Test build #60614 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/60614/consoleFull)** for PR 13695 at commit

[GitHub] spark issue #13678: [SPARK-15824][SQL] Execute WITH .... INSERT ... statemen...

2016-06-15 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/13678 **[Test build #60602 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/60602/consoleFull)** for PR 13678 at commit

[GitHub] spark pull request #13635: [SPARK-15159][SPARKR] SparkR SparkSession API

2016-06-15 Thread shivaram
Github user shivaram commented on a diff in the pull request: https://github.com/apache/spark/pull/13635#discussion_r67262684 --- Diff: R/pkg/R/sparkR.R --- @@ -270,27 +291,97 @@ sparkRSQL.init <- function(jsc = NULL) { #'} sparkRHive.init <- function(jsc = NULL) {

[GitHub] spark issue #13689: [SPARK-12492][SQL]Add missing SQLExecution.withNewExecut...

2016-06-15 Thread zsxwing
Github user zsxwing commented on the issue: https://github.com/apache/spark/pull/13689 Thanks, merging to master and 2.0 --- 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 #13635: [SPARK-15159][SPARKR] SparkR SparkSession API

2016-06-15 Thread shivaram
Github user shivaram commented on a diff in the pull request: https://github.com/apache/spark/pull/13635#discussion_r67262366 --- Diff: R/pkg/R/sparkR.R --- @@ -31,20 +31,27 @@ connExists <- function(env) { #' Stop the Spark context. #' #' Also terminates the backend

[GitHub] spark pull request #11252: [Docs] Fix Gini and Entropy scaladocs in context ...

2016-06-15 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/11252 --- 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 #13695: [SPARK-15978] [SQL] remove unnecessary format

2016-06-15 Thread bomeng
GitHub user bomeng opened a pull request: https://github.com/apache/spark/pull/13695 [SPARK-15978] [SQL] remove unnecessary format ## What changes were proposed in this pull request? I've found some minor issues in "show tables" command: 1. In the

[GitHub] spark issue #13689: [SPARK-12492][SQL]Add missing SQLExecution.withNewExecut...

2016-06-15 Thread andrewor14
Github user andrewor14 commented on the issue: https://github.com/apache/spark/pull/13689 LGTM --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the

[GitHub] spark issue #13693: [SPARK-15782][hotfix] Fix compilation with Scala 2.10.

2016-06-15 Thread nezihyigitbasi
Github user nezihyigitbasi commented on the issue: https://github.com/apache/spark/pull/13693 yep will do. --- 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,

[GitHub] spark issue #12836: [SPARK-12922][SparkR][WIP] Implement gapply() on DataFra...

2016-06-15 Thread shivaram
Github user shivaram commented on the issue: https://github.com/apache/spark/pull/12836 @NarineK Thanks again for the updates to this PR and thanks @sun-rui for reviewing. The code changes LGTM -- the refactoring of worker.R is especially useful for readability. I just had a

[GitHub] spark issue #11252: [Docs] Fix Gini and Entropy scaladocs in context of mult...

2016-06-15 Thread rxin
Github user rxin commented on the issue: https://github.com/apache/spark/pull/11252 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 not have this feature enabled and wishes so, or if the

[GitHub] spark issue #11252: [Docs] Fix Gini and Entropy scaladocs in context of mult...

2016-06-15 Thread rxin
Github user rxin commented on the issue: https://github.com/apache/spark/pull/11252 I'm going to merge this in master/2.0. --- 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 #13693: [SPARK-15782][hotfix] Fix compilation with Scala ...

2016-06-15 Thread vanzin
Github user vanzin closed the pull request at: https://github.com/apache/spark/pull/13693 --- 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 issue #13693: [SPARK-15782][hotfix] Fix compilation with Scala 2.10.

2016-06-15 Thread rxin
Github user rxin commented on the issue: https://github.com/apache/spark/pull/13693 Thanks @nezihyigitbasi. --- 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

[GitHub] spark issue #13693: [SPARK-15782][hotfix] Fix compilation with Scala 2.10.

2016-06-15 Thread vanzin
Github user vanzin commented on the issue: https://github.com/apache/spark/pull/13693 But well, you already reverted the change, so @nezihyigitbasi please send the PR again with my changes on top. --- If your project is set up for it, you can reply to this email and have your reply

[GitHub] spark issue #13693: [SPARK-15782][hotfix] Fix compilation with Scala 2.10.

2016-06-15 Thread vanzin
Github user vanzin commented on the issue: https://github.com/apache/spark/pull/13693 It looks large but it's basically just moving the method to the class instead of the object. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub

[GitHub] spark issue #13693: [SPARK-15782][hotfix] Fix compilation with Scala 2.10.

2016-06-15 Thread davies
Github user davies commented on the issue: https://github.com/apache/spark/pull/13693 @nezihyigitbasi I reverted that commit both in master and 2.0. --- 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 #12836: [SPARK-12922][SparkR][WIP] Implement gapply() on ...

2016-06-15 Thread shivaram
Github user shivaram commented on a diff in the pull request: https://github.com/apache/spark/pull/12836#discussion_r67261006 --- Diff: R/pkg/R/DataFrame.R --- @@ -1266,6 +1266,83 @@ setMethod("dapplyCollect", ldf }) +#' gapply +#'

[GitHub] spark pull request #12836: [SPARK-12922][SparkR][WIP] Implement gapply() on ...

2016-06-15 Thread shivaram
Github user shivaram commented on a diff in the pull request: https://github.com/apache/spark/pull/12836#discussion_r67260862 --- Diff: R/pkg/R/DataFrame.R --- @@ -1266,6 +1266,83 @@ setMethod("dapplyCollect", ldf }) +#' gapply +#'

[GitHub] spark issue #13693: [SPARK-15782][hotfix] Fix compilation with Scala 2.10.

2016-06-15 Thread rxin
Github user rxin commented on the issue: https://github.com/apache/spark/pull/13693 Ah the "fix" is much larger than I thought (I thought it would've been an one liner) @davies was suggesting reverting the commit and then do a proper review. --- If your project is set up

[GitHub] spark issue #13693: [SPARK-15782][hotfix] Fix compilation with Scala 2.10.

2016-06-15 Thread nezihyigitbasi
Github user nezihyigitbasi commented on the issue: https://github.com/apache/spark/pull/13693 @vanzin thanks for fixing this. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature

[GitHub] spark issue #11252: [Docs] Fix Gini and Entropy scaladocs in context of mult...

2016-06-15 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/11252 **[Test build #60613 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/60613/consoleFull)** for PR 11252 at commit

[GitHub] spark issue #13670: [SPARK-15951] Change Executors Page to use datatables to...

2016-06-15 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/13670 **[Test build #60612 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/60612/consoleFull)** for PR 13670 at commit

[GitHub] spark pull request #10137: [SPARK-12139][SQL] REGEX Column Specification for...

2016-06-15 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/10137 --- 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 #11212: [SPARK-13332][SQL] Decimal datatype support for S...

2016-06-15 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/11212 --- 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 #11244: [SPARK-13366] Support Cartesian join for Datasets

2016-06-15 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/11244 --- 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 #10148: SPARK-12038 Add support for pickle protocol to gr...

2016-06-15 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/10148 --- 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 #11009: [SPARK-12987][SQL]Fixing the name resolution in d...

2016-06-15 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/11009 --- 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 #11066: [SPARK-13180] Protect against SessionState being ...

2016-06-15 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/11066 --- 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 #9057: [SPARK-8546] Add PMML export for Naive Bayes

2016-06-15 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/9057 --- 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 #9089: [SPARK-11077] [SQL] Join elimination in Catalyst

2016-06-15 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/9089 --- 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 #8427: [SPARK-10193] [core] [wip] Eliminate Skipped Stage...

2016-06-15 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/8427 --- 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 #10326: [SPARK-10618] [Mesos] Refactoring scheduling cond...

2016-06-15 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/10326 --- 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 #8023: [SPARK-9689][SQL]Fix bug of not invalidate the cac...

2016-06-15 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/8023 --- 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 #7753: [SPARK-9104][SPARK-9105][SPARK-9106][SPARK-9107][C...

2016-06-15 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/7753 --- 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 #9483: [SPARK-11517][SQL]Calc partitions in parallel for ...

2016-06-15 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/9483 --- 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 #11386: [SPARK-13450][SQL] External spilling when join a ...

2016-06-15 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/11386 --- 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 #8981: [SPARK-10926][CORE] Create WeakReferenceCleaner in...

2016-06-15 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/8981 --- 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 #10144: [SPARK-12145][SQL] Hive Authorization V2 interfac...

2016-06-15 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/10144 --- 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 #10254: [SPARK-12257][SQL] Non partitioned insert into a ...

2016-06-15 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/10254 --- 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 #7461: [SPARK-8137][core] Improve treeAggregate to combin...

2016-06-15 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/7461 --- 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 #10666: [SPARK-6332] [MLlib] compute calibration curve fo...

2016-06-15 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/10666 --- 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 #8610: [SPARK-5337][Standalone] respect spark.task.cpus w...

2016-06-15 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/8610 --- 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 #10302: [SPARK-12329][SQL]Fix code in ClientWrapper which...

2016-06-15 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/10302 --- 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 #9183: [SPARK-11215] [ML] Add multiple columns support to...

2016-06-15 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/9183 --- 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 #10062: [SPARK-12070][PYSPARK] PySpark implementation of ...

2016-06-15 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/10062 --- 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 #9150: [Spark-10994] Add clustering coefficient computati...

2016-06-15 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/9150 --- 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 #10625: [SPARK-12197] [SparkCore] Kryo & Avro - Support S...

2016-06-15 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/10625 --- 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 #10753: [SPARK-12820][SQL]Resolve db.table.column

2016-06-15 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/10753 --- 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 #8022: [SPARK-4980] [MLlib] Add decay factors to streamin...

2016-06-15 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/8022 --- 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 #11224: [SPARK-13283][SQL] Escape column names based on J...

2016-06-15 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/11224 --- 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 #8915: [SPARK-10427][SQL]Respect -S option for spark-sql

2016-06-15 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/8915 --- 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 #10797: [SPARK-12868] - ADD JAR via sparkSQL JDBC will fa...

2016-06-15 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/10797 --- 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 #8505: [SPARK-10258] [DOCUMENTATION, ML] Adding Since() A...

2016-06-15 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/8505 --- 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 #7871: [SPARK-9140][MLlib] Replace TimeTracker by Stopwat...

2016-06-15 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/7871 --- 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 #11245: [SPARK-13367] [Streaming] Refactor KinesusUtils t...

2016-06-15 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/11245 --- 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 #13524: [SPARK-15776][SQL] Type coercion incorrect

2016-06-15 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/13524 --- 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 #11045: [SPARK-8321][SQL][WIP] Authorization Support(on a...

2016-06-15 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/11045 --- 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 #11005: [SPARK-12506][SPARK-12126][SQL]use CatalystScan f...

2016-06-15 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/11005 --- 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 #10374: [SPARK-12421][SQL] Fixed copy() method of Generic...

2016-06-15 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/10374 --- 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 #8533: [SPARK-10149] [CORE] [WIP] Locality Level is alway...

2016-06-15 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/8533 --- 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 issue #13689: [SPARK-12492][SQL]Add missing SQLExecution.withNewExecut...

2016-06-15 Thread zsxwing
Github user zsxwing commented on the issue: https://github.com/apache/spark/pull/13689 /cc @andrewor14 --- 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

[GitHub] spark pull request #10163: [SPARK-12161][SQL] Ignore order of predicates in ...

2016-06-15 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/10163 --- 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 #10128: [SPARK-12125][SQL] pull out nondeterministic expr...

2016-06-15 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/10128 --- 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 #10087: [SPARK-12085] [SQL] The join condition hidden in ...

2016-06-15 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/10087 --- 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 #9397: [SPARK-11401] [MLLIB] PMML export for Logistic Reg...

2016-06-15 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/9397 --- 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 #8563: [SPARK-8514] LU factorization on BlockMatrix

2016-06-15 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/8563 --- 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 #10634: [SPARK-12688][SQL] Fix spill size metric in unsaf...

2016-06-15 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/10634 --- 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 #9200: [SPARK-8835][Streaming] Provide pluggable Congesti...

2016-06-15 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/9200 --- 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 #9097: [SPARK-8813][SQL]Combine splits by size

2016-06-15 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/9097 --- 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 #8013: [SPARK-3181][MLLIB]: Add Robust Regression Algorit...

2016-06-15 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/8013 --- 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 #9944: [SPARK-4944][SQL] Table Not Found exception in "Cr...

2016-06-15 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/9944 --- 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 #11382: [ML] modify `validateParams` method of `org.apach...

2016-06-15 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/11382 --- 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 #10566: [SPARK-12613] [SQL] Outer Join Elimination by Par...

2016-06-15 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/10566 --- 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 #11026: [SPARK-12868] - ADD JAR via sparkSQL JDBC will fa...

2016-06-15 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/11026 --- 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 #10116: [SPARK-12113] [SQL] Add some timing metrics for b...

2016-06-15 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/10116 --- 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 #9457: [SPARK-11496][GRAPHX] Parallel implementation of p...

2016-06-15 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/9457 --- 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 #11257: SPARK-12729. PhantomReference to replace finalize...

2016-06-15 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/11257 --- 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 #9159: [SPARK-10757] [MLlib] Java friendly constructor fo...

2016-06-15 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/9159 --- 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 #8979: [SPARK-10797] RDD's coalesce should not write out ...

2016-06-15 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/8979 --- 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 #13103: Problem select empty ORC table

2016-06-15 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/13103 --- 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 #10117: [SPARK-12114][SQL]Bug fix for Column Pruning rule...

2016-06-15 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/10117 --- 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 #7345: [SPARK-8982][Core] Worker hostnames not showing in...

2016-06-15 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/7345 --- 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 #6767: [SPARK-8312] [SQL] Populate statistics info of hiv...

2016-06-15 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/6767 --- 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 #10292: SPARK-11882: Custom scheduler support

2016-06-15 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/10292 --- 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 #8320: [SPARK-6236] [core] [wip] caching for blocks over ...

2016-06-15 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/8320 --- 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 #10258: [SPARK-12032] [SQL] Joinorder adjustment

2016-06-15 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/10258 --- 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 #13394: [SPARK-15490][R][DOC] SparkR 2.0 QA: New R APIs a...

2016-06-15 Thread vectorijk
Github user vectorijk commented on a diff in the pull request: https://github.com/apache/spark/pull/13394#discussion_r67259794 --- Diff: R/pkg/R/mllib.R --- @@ -402,6 +406,8 @@ setMethod("spark.naiveBayes", signature(data = "SparkDataFrame", formula = "form

[GitHub] spark issue #11252: [Docs] Fix Gini and Entropy scaladocs in context of mult...

2016-06-15 Thread jkbradley
Github user jkbradley commented on the issue: https://github.com/apache/spark/pull/11252 ok to 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 project does not have this feature enabled and wishes so, or if

[GitHub] spark issue #13670: [SPARK-15951] Change Executors Page to use datatables to...

2016-06-15 Thread ajbozarth
Github user ajbozarth commented on the issue: https://github.com/apache/spark/pull/13670 Jenkins, test this please --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and

[GitHub] spark issue #13394: [SPARK-15490][R][DOC] SparkR 2.0 QA: New R APIs and API ...

2016-06-15 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/13394 **[Test build #60611 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/60611/consoleFull)** for PR 13394 at commit

[GitHub] spark issue #13694: [SPARK-13498] [SQL] Increment the recordsRead input metr...

2016-06-15 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/13694 **[Test build #60610 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/60610/consoleFull)** for PR 13694 at commit

[GitHub] spark issue #13694: [SPARK-13498] [SQL] Increment the recordsRead input metr...

2016-06-15 Thread rxin
Github user rxin commented on the issue: https://github.com/apache/spark/pull/13694 Please attribute the patch to ``` Wayne Song ``` --- 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 issue #11373: [SPARK-13498] [SQL] Increment the recordsRead input metr...

2016-06-15 Thread rxin
Github user rxin commented on the issue: https://github.com/apache/spark/pull/11373 I submitted https://github.com/apache/spark/pull/13694 to bring this up to date. --- 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 #13694: [SPARK-13498] [SQL] Increment the recordsRead inp...

2016-06-15 Thread rxin
GitHub user rxin opened a pull request: https://github.com/apache/spark/pull/13694 [SPARK-13498] [SQL] Increment the recordsRead input metric for JDBC data source ## What changes were proposed in this pull request? This patch brings https://github.com/apache/spark/pull/11373

[GitHub] spark issue #13670: [SPARK-15951] Change Executors Page to use datatables to...

2016-06-15 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/13670 Test FAILed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/60601/ Test FAILed. ---

[GitHub] spark pull request #11114: [SPARK-7848] [Streaming] [Update SparkStreaming d...

2016-06-15 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/4 --- 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 issue #13670: [SPARK-15951] Change Executors Page to use datatables to...

2016-06-15 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/13670 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 project does not have this feature

[GitHub] spark issue #13670: [SPARK-15951] Change Executors Page to use datatables to...

2016-06-15 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/13670 **[Test build #60601 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/60601/consoleFull)** for PR 13670 at commit

[GitHub] spark issue #11114: [SPARK-7848] [Streaming] [Update SparkStreaming docs to ...

2016-06-15 Thread rxin
Github user rxin commented on the issue: https://github.com/apache/spark/pull/4 Thanks - going to merge this 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 this feature

<    1   2   3   4   5   6   7   8   >