[GitHub] spark issue #17808: [SPARK-20533][SparkR]:SparkR Wrappers Model should be pr...

2017-04-29 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/17808 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 project does not have this feature e

[GitHub] spark issue #17808: [SPARK-20533][SparkR]:SparkR Wrappers Model should be pr...

2017-04-29 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/17808 **[Test build #76303 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/76303/testReport)** for PR 17808 at commit [`c1eaca9`](https://github.com/apache/spark/commit/c

[GitHub] spark issue #17808: [SPARK-20533][SparkR]:SparkR Wrappers Model should be pr...

2017-04-29 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/17808 Test PASSed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/76303/ Test PASSed. ---

[GitHub] spark pull request #17130: [SPARK-19791] [ML] Add doc and example for fpgrow...

2017-04-29 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/17130 --- 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 ena

[GitHub] spark issue #17130: [SPARK-19791] [ML] Add doc and example for fpgrowth

2017-04-29 Thread felixcheung
Github user felixcheung commented on the issue: https://github.com/apache/spark/pull/17130 merged to master/2.2 --- 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 pull request #17783: [SPARK-20490][SPARKR][WIP] Add R wrappers for eqN...

2017-04-29 Thread felixcheung
Github user felixcheung commented on a diff in the pull request: https://github.com/apache/spark/pull/17783#discussion_r114058191 --- Diff: R/pkg/R/column.R --- @@ -67,8 +67,7 @@ operators <- list( "+" = "plus", "-" = "minus", "*" = "multiply", "/" = "divide", "%%" = "mod",

[GitHub] spark pull request #17807: [SPARK-20532][SPARKR] Implement grouping and grou...

2017-04-29 Thread felixcheung
Github user felixcheung commented on a diff in the pull request: https://github.com/apache/spark/pull/17807#discussion_r114058157 --- Diff: R/pkg/R/functions.R --- @@ -3803,3 +3803,89 @@ setMethod("repeat_string", jc <- callJStatic("org.apache.spark.sql.functions",

[GitHub] spark pull request #17807: [SPARK-20532][SPARKR] Implement grouping and grou...

2017-04-29 Thread felixcheung
Github user felixcheung commented on a diff in the pull request: https://github.com/apache/spark/pull/17807#discussion_r114058097 --- Diff: R/pkg/R/functions.R --- @@ -3803,3 +3803,89 @@ setMethod("repeat_string", jc <- callJStatic("org.apache.spark.sql.functions",

[GitHub] spark pull request #17807: [SPARK-20532][SPARKR] Implement grouping and grou...

2017-04-29 Thread felixcheung
Github user felixcheung commented on a diff in the pull request: https://github.com/apache/spark/pull/17807#discussion_r114058088 --- Diff: R/pkg/R/functions.R --- @@ -3803,3 +3803,89 @@ setMethod("repeat_string", jc <- callJStatic("org.apache.spark.sql.functions",

[GitHub] spark pull request #17807: [SPARK-20532][SPARKR] Implement grouping and grou...

2017-04-29 Thread felixcheung
Github user felixcheung commented on a diff in the pull request: https://github.com/apache/spark/pull/17807#discussion_r114058139 --- Diff: R/pkg/R/functions.R --- @@ -3803,3 +3803,89 @@ setMethod("repeat_string", jc <- callJStatic("org.apache.spark.sql.functions",

[GitHub] spark pull request #17807: [SPARK-20532][SPARKR] Implement grouping and grou...

2017-04-29 Thread felixcheung
Github user felixcheung commented on a diff in the pull request: https://github.com/apache/spark/pull/17807#discussion_r114058055 --- Diff: R/pkg/R/functions.R --- @@ -3803,3 +3803,89 @@ setMethod("repeat_string", jc <- callJStatic("org.apache.spark.sql.functions",

[GitHub] spark pull request #17807: [SPARK-20532][SPARKR] Implement grouping and grou...

2017-04-29 Thread felixcheung
Github user felixcheung commented on a diff in the pull request: https://github.com/apache/spark/pull/17807#discussion_r114058103 --- Diff: R/pkg/R/generics.R --- @@ -1044,6 +1044,14 @@ setGeneric("from_unixtime", function(x, ...) { standardGeneric("from_unixtime") #' @export

[GitHub] spark pull request #17807: [SPARK-20532][SPARKR] Implement grouping and grou...

2017-04-29 Thread felixcheung
Github user felixcheung commented on a diff in the pull request: https://github.com/apache/spark/pull/17807#discussion_r114058108 --- Diff: R/pkg/R/functions.R --- @@ -3803,3 +3803,89 @@ setMethod("repeat_string", jc <- callJStatic("org.apache.spark.sql.functions",

[GitHub] spark issue #17783: [SPARK-20490][SPARKR][WIP] Add R wrappers for eqNullSafe...

2017-04-29 Thread felixcheung
Github user felixcheung commented on the issue: https://github.com/apache/spark/pull/17783 is this ready? please remove the `[WIP]` in the title --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not hav

[GitHub] spark pull request #17807: [SPARK-20532][SPARKR] Implement grouping and grou...

2017-04-29 Thread felixcheung
Github user felixcheung commented on a diff in the pull request: https://github.com/apache/spark/pull/17807#discussion_r114058039 --- Diff: R/pkg/NAMESPACE --- @@ -247,6 +247,8 @@ exportMethods("%in%", "getField", "getItem", "

[GitHub] spark pull request #17807: [SPARK-20532][SPARKR] Implement grouping and grou...

2017-04-29 Thread felixcheung
Github user felixcheung commented on a diff in the pull request: https://github.com/apache/spark/pull/17807#discussion_r114058122 --- Diff: R/pkg/R/functions.R --- @@ -3803,3 +3803,89 @@ setMethod("repeat_string", jc <- callJStatic("org.apache.spark.sql.functions",

[GitHub] spark pull request #17805: [SPARK-20477][SparkR][DOC]: Document R bisecting ...

2017-04-29 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/17805 --- 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 ena

[GitHub] spark issue #17805: [SPARK-20477][SparkR][DOC]: Document R bisecting k-means...

2017-04-29 Thread felixcheung
Github user felixcheung commented on the issue: https://github.com/apache/spark/pull/17805 merged to master/2.2 --- 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 #17808: [SPARK-20533][SparkR]:SparkR Wrappers Model should be pr...

2017-04-29 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/17808 **[Test build #76303 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/76303/testReport)** for PR 17808 at commit [`c1eaca9`](https://github.com/apache/spark/commit/c1

[GitHub] spark pull request #17808: [SPARK-20533][SparkR]:SparkR Wrappers Model shoul...

2017-04-29 Thread wangmiao1981
GitHub user wangmiao1981 opened a pull request: https://github.com/apache/spark/pull/17808 [SPARK-20533][SparkR]:SparkR Wrappers Model should be private and value should be lazy ## What changes were proposed in this pull request? MultilayerPerceptronClassifierWrapper model

[GitHub] spark issue #17805: [SPARK-20477][SparkR][DOC]: Document R bisecting k-means...

2017-04-29 Thread wangmiao1981
Github user wangmiao1981 commented on the issue: https://github.com/apache/spark/pull/17805 cc @felixcheung This is a similar documentation change. --- 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 issue #17737: [SPARK-20442][PYTHON][DOCS] Fill up documentations for f...

2017-04-29 Thread holdenk
Github user holdenk commented on the issue: https://github.com/apache/spark/pull/17737 I can take a review look today, sorry this week has been so busy. --- 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 #12004: [SPARK-7481] [build] Add spark-cloud module to pu...

2017-04-29 Thread steveloughran
Github user steveloughran commented on a diff in the pull request: https://github.com/apache/spark/pull/12004#discussion_r114056158 --- Diff: docs/cloud-integration.md --- @@ -0,0 +1,512 @@ +--- +layout: global +displayTitle: Integration with Cloud Infrastructures +t

[GitHub] spark issue #17737: [SPARK-20442][PYTHON][DOCS] Fill up documentations for f...

2017-04-29 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/17737 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 project does not have this feature e

[GitHub] spark issue #17737: [SPARK-20442][PYTHON][DOCS] Fill up documentations for f...

2017-04-29 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/17737 Test PASSed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/76302/ Test PASSed. ---

[GitHub] spark issue #17737: [SPARK-20442][PYTHON][DOCS] Fill up documentations for f...

2017-04-29 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/17737 **[Test build #76302 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/76302/testReport)** for PR 17737 at commit [`0fd9e37`](https://github.com/apache/spark/commit/0

[GitHub] spark issue #17346: [SPARK-19965][SS] DataFrame batch reader may fail to inf...

2017-04-29 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/17346 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 project does not have this feature e

[GitHub] spark issue #17346: [SPARK-19965][SS] DataFrame batch reader may fail to inf...

2017-04-29 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/17346 **[Test build #76301 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/76301/testReport)** for PR 17346 at commit [`59ee112`](https://github.com/apache/spark/commit/5

[GitHub] spark issue #17346: [SPARK-19965][SS] DataFrame batch reader may fail to inf...

2017-04-29 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/17346 Test PASSed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/76301/ Test PASSed. ---

[GitHub] spark issue #12646: [SPARK-14878][SQL] Trim characters string function suppo...

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

[GitHub] spark issue #12646: [SPARK-14878][SQL] Trim characters string function suppo...

2017-04-29 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/12646 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 e

[GitHub] spark issue #12646: [SPARK-14878][SQL] Trim characters string function suppo...

2017-04-29 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/12646 **[Test build #76300 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/76300/testReport)** for PR 12646 at commit [`b2efebf`](https://github.com/apache/spark/commit/b

[GitHub] spark issue #17737: [SPARK-20442][PYTHON][DOCS] Fill up documentations for f...

2017-04-29 Thread HyukjinKwon
Github user HyukjinKwon commented on the issue: https://github.com/apache/spark/pull/17737 @holdenk, @felixcheung and @gatorsmile, could this get merged? --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project doe

[GitHub] spark issue #17764: [SPARK-20463] Add new column function isNotDistinctFrom.

2017-04-29 Thread HyukjinKwon
Github user HyukjinKwon commented on the issue: https://github.com/apache/spark/pull/17764 @ptkool Then, I think we should add them all here after fixing description/title in JIRA/PR or close this. --- If your project is set up for it, you can reply to this email and have your reply

[GitHub] spark issue #17737: [SPARK-20442][PYTHON][DOCS] Fill up documentations for f...

2017-04-29 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/17737 **[Test build #76302 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/76302/testReport)** for PR 17737 at commit [`0fd9e37`](https://github.com/apache/spark/commit/0f

[GitHub] spark pull request #17737: [SPARK-20442][PYTHON][DOCS] Fill up documentation...

2017-04-29 Thread HyukjinKwon
Github user HyukjinKwon commented on a diff in the pull request: https://github.com/apache/spark/pull/17737#discussion_r114050347 --- Diff: python/pyspark/sql/column.py --- @@ -185,17 +185,51 @@ def __contains__(self, item): "in a string column or 'arra

[GitHub] spark issue #17346: [SPARK-19965][SS] DataFrame batch reader may fail to inf...

2017-04-29 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/17346 **[Test build #76301 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/76301/testReport)** for PR 17346 at commit [`59ee112`](https://github.com/apache/spark/commit/59

[GitHub] spark issue #17346: [SPARK-19965][SS] DataFrame batch reader may fail to inf...

2017-04-29 Thread lw-lin
Github user lw-lin commented on the issue: https://github.com/apache/spark/pull/17346 Jenkins retest this please --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishe

[GitHub] spark pull request #17737: [SPARK-20442][PYTHON][DOCS] Fill up documentation...

2017-04-29 Thread HyukjinKwon
Github user HyukjinKwon commented on a diff in the pull request: https://github.com/apache/spark/pull/17737#discussion_r114049248 --- Diff: python/pyspark/sql/column.py --- @@ -185,17 +185,51 @@ def __contains__(self, item): "in a string column or 'arra

[GitHub] spark issue #17556: [SPARK-16957][MLlib] Use weighted midpoints for split va...

2017-04-29 Thread srowen
Github user srowen commented on the issue: https://github.com/apache/spark/pull/17556 The bucketing is trying to to bucket into buckets of equal P(x). It's a condition on P(y | x). That said the right point isn't knowable from the training data, and splitting to balance P(x) on either

[GitHub] spark issue #17807: [SPARK-20532][SPARKR] Implement grouping and grouping_id

2017-04-29 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/17807 Test PASSed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/76299/ Test PASSed. ---

[GitHub] spark issue #17807: [SPARK-20532][SPARKR] Implement grouping and grouping_id

2017-04-29 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/17807 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 project does not have this feature e

[GitHub] spark issue #17807: [SPARK-20532][SPARKR] Implement grouping and grouping_id

2017-04-29 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/17807 **[Test build #76299 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/76299/testReport)** for PR 17807 at commit [`10fdaa5`](https://github.com/apache/spark/commit/1

[GitHub] spark pull request #17737: [SPARK-20442][PYTHON][DOCS] Fill up documentation...

2017-04-29 Thread gatorsmile
Github user gatorsmile commented on a diff in the pull request: https://github.com/apache/spark/pull/17737#discussion_r114048457 --- Diff: python/pyspark/sql/column.py --- @@ -185,17 +185,51 @@ def __contains__(self, item): "in a string column or 'array

[GitHub] spark issue #12646: [SPARK-14878][SQL] Trim characters string function suppo...

2017-04-29 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/12646 **[Test build #76300 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/76300/testReport)** for PR 12646 at commit [`b2efebf`](https://github.com/apache/spark/commit/b2

[GitHub] spark issue #12646: [SPARK-14878][SQL] Trim characters string function suppo...

2017-04-29 Thread gatorsmile
Github user gatorsmile commented on the issue: https://github.com/apache/spark/pull/12646 retest this please --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so

[GitHub] spark pull request #17605: [SPARK-20290][MINOR][PYTHON][SQL] Add PySpark wra...

2017-04-29 Thread gatorsmile
Github user gatorsmile commented on a diff in the pull request: https://github.com/apache/spark/pull/17605#discussion_r114048410 --- Diff: python/pyspark/sql/column.py --- @@ -171,6 +171,40 @@ def __init__(self, jc): __ge__ = _bin_op("geq") __gt__ = _bin_op("gt")

[GitHub] spark pull request #17764: [SPARK-20463] Add new column function isNotDistin...

2017-04-29 Thread gatorsmile
Github user gatorsmile commented on a diff in the pull request: https://github.com/apache/spark/pull/17764#discussion_r114048387 --- Diff: python/pyspark/sql/column.py --- @@ -364,6 +364,22 @@ def isin(self, *cols): isNull = ignore_unicode_prefix(_unary_op("isNull", _isNull

[GitHub] spark pull request #17605: [SPARK-20290][MINOR][PYTHON][SQL] Add PySpark wra...

2017-04-29 Thread zero323
Github user zero323 commented on a diff in the pull request: https://github.com/apache/spark/pull/17605#discussion_r114048358 --- Diff: python/pyspark/sql/column.py --- @@ -171,6 +171,40 @@ def __init__(self, jc): __ge__ = _bin_op("geq") __gt__ = _bin_op("gt")

[GitHub] spark issue #17807: [SPARK-20532][SPARKR] Implement grouping and grouping_id

2017-04-29 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/17807 **[Test build #76299 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/76299/testReport)** for PR 17807 at commit [`10fdaa5`](https://github.com/apache/spark/commit/10

[GitHub] spark pull request #17605: [SPARK-20290][MINOR][PYTHON][SQL] Add PySpark wra...

2017-04-29 Thread gatorsmile
Github user gatorsmile commented on a diff in the pull request: https://github.com/apache/spark/pull/17605#discussion_r114048232 --- Diff: python/pyspark/sql/column.py --- @@ -171,6 +171,40 @@ def __init__(self, jc): __ge__ = _bin_op("geq") __gt__ = _bin_op("gt")

[GitHub] spark issue #17807: [SPARK-20532][SPARKR] Implement grouping and grouping_id

2017-04-29 Thread zero323
Github user zero323 commented on the issue: https://github.com/apache/spark/pull/17807 Jenkins retest this please. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wis

[GitHub] spark issue #17789: [SPARK-19525][CORE]Add RDD checkpoint compression suppor...

2017-04-29 Thread aramesh117
Github user aramesh117 commented on the issue: https://github.com/apache/spark/pull/17789 @mridulm and @zsxwing thank you so much! This will help us out a lot! Much appreciated. :) --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub

[GitHub] spark issue #17798: [SPARK-20521][DOC][CORE]

2017-04-29 Thread HyukjinKwon
Github user HyukjinKwon commented on the issue: https://github.com/apache/spark/pull/17798 @guoxiaolongzte could you fill up the PR title? --- 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 issue #17346: [SPARK-19965][SS] DataFrame batch reader may fail to inf...

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

[GitHub] spark issue #17346: [SPARK-19965][SS] DataFrame batch reader may fail to inf...

2017-04-29 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/17346 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 e

[GitHub] spark issue #17644: [SPARK-17729] [SQL] Enable creating hive bucketed tables

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

[GitHub] spark issue #17807: [SPARK-20532][SPARKR] Implement grouping and grouping_id

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

[GitHub] spark issue #12646: [SPARK-14878][SQL] Trim characters string function suppo...

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

[GitHub] spark issue #17807: [SPARK-20532][SPARKR] Implement grouping and grouping_id

2017-04-29 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/17807 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 e

[GitHub] spark issue #17644: [SPARK-17729] [SQL] Enable creating hive bucketed tables

2017-04-29 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/17644 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 e

[GitHub] spark issue #12646: [SPARK-14878][SQL] Trim characters string function suppo...

2017-04-29 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/12646 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 e

<    1   2