[GitHub] spark pull request: Support single argument version of sqlContext....

2016-04-23 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/12488 --- 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 pull request: Support single argument version of sqlContext....

2016-04-23 Thread rxin
Github user rxin commented on the pull request: https://github.com/apache/spark/pull/12488#issuecomment-213892519 hmm is there a JIRA ticket associated with this that you have created? --- If your project is set up for it, you can reply to this email and have your reply appear on Git

[GitHub] spark pull request: Support single argument version of sqlContext....

2016-04-23 Thread rxin
Github user rxin commented on the pull request: https://github.com/apache/spark/pull/12488#issuecomment-213892503 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: Support single argument version of sqlContext....

2016-04-22 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/12488#issuecomment-213327696 **[Test build #2856 has finished](https://amplab.cs.berkeley.edu/jenkins/job/NewSparkPullRequestBuilder/2856/consoleFull)** for PR 12488 at commit [`7ee95e2`](https://

[GitHub] spark pull request: Support single argument version of sqlContext....

2016-04-22 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/12488#issuecomment-213320848 **[Test build #2856 has started](https://amplab.cs.berkeley.edu/jenkins/job/NewSparkPullRequestBuilder/2856/consoleFull)** for PR 12488 at commit [`7ee95e2`](https://g

[GitHub] spark pull request: Support single argument version of sqlContext....

2016-04-22 Thread jodersky
Github user jodersky commented on the pull request: https://github.com/apache/spark/pull/12488#issuecomment-213318725 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 ha

[GitHub] spark pull request: Support single argument version of sqlContext....

2016-04-19 Thread mathieulongtin
Github user mathieulongtin commented on the pull request: https://github.com/apache/spark/pull/12488#issuecomment-212201631 Done --- 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 pull request: Support single argument version of sqlContext....

2016-04-19 Thread rxin
Github user rxin commented on the pull request: https://github.com/apache/spark/pull/12488#issuecomment-212160239 You need to add ignore_unicode_prefix to the function. --- 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: Support single argument version of sqlContext....

2016-04-19 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/12488#issuecomment-212150270 **[Test build #2832 has finished](https://amplab.cs.berkeley.edu/jenkins/job/NewSparkPullRequestBuilder/2832/consoleFull)** for PR 12488 at commit [`01607b4`](https://

[GitHub] spark pull request: Support single argument version of sqlContext....

2016-04-19 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/12488#issuecomment-212145970 **[Test build #2832 has started](https://amplab.cs.berkeley.edu/jenkins/job/NewSparkPullRequestBuilder/2832/consoleFull)** for PR 12488 at commit [`01607b4`](https://g

[GitHub] spark pull request: Support single argument version of sqlContext....

2016-04-19 Thread rxin
Github user rxin commented on the pull request: https://github.com/apache/spark/pull/12488#issuecomment-212029575 LGTM pending Jenkins. --- 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 f

[GitHub] spark pull request: Support single argument version of sqlContext....

2016-04-19 Thread mathieulongtin
Github user mathieulongtin commented on the pull request: https://github.com/apache/spark/pull/12488#issuecomment-211920381 I added the suggested documentation changes. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If y

[GitHub] spark pull request: Support single argument version of sqlContext....

2016-04-18 Thread rxin
Github user rxin commented on the pull request: https://github.com/apache/spark/pull/12488#issuecomment-211759087 Just a minor doc comment. LGTM otherwise. --- 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: Support single argument version of sqlContext....

2016-04-18 Thread rxin
Github user rxin commented on a diff in the pull request: https://github.com/apache/spark/pull/12488#discussion_r60180069 --- Diff: python/pyspark/sql/context.py --- @@ -147,12 +147,24 @@ def setConf(self, key, value): self._ssql_ctx.setConf(key, value) @

[GitHub] spark pull request: Support single argument version of sqlContext....

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

[GitHub] spark pull request: Support single argument version of sqlContext....

2016-04-18 Thread mathieulongtin
GitHub user mathieulongtin opened a pull request: https://github.com/apache/spark/pull/12488 Support single argument version of sqlContext.getConf ## What changes were proposed in this pull request? In Python, sqlContext.getConf didn't allow getting the system default (getC