[GitHub] spark pull request: [SPARK-15167][SQL] Expose catalog implementati...

2016-05-06 Thread andrewor14
Github user andrewor14 commented on the pull request: https://github.com/apache/spark/pull/12942#issuecomment-217524184 alright, for now the user will have to check the secret conf value. --- If your project is set up for it, you can reply to this email and have your reply appear on G

[GitHub] spark pull request: [SPARK-15167][SQL] Expose catalog implementati...

2016-05-06 Thread andrewor14
Github user andrewor14 closed the pull request at: https://github.com/apache/spark/pull/12942 --- 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-15167][SQL] Expose catalog implementati...

2016-05-05 Thread rxin
Github user rxin commented on the pull request: https://github.com/apache/spark/pull/12942#issuecomment-217337276 hm probably not this way because this wouldn't make sense once we make the catalog mountable. we might want to have some other way to tell though. --- If your project is

[GitHub] spark pull request: [SPARK-15167][SQL] Expose catalog implementati...

2016-05-05 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/12942#issuecomment-217326064 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 projec

[GitHub] spark pull request: [SPARK-15167][SQL] Expose catalog implementati...

2016-05-05 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/12942#issuecomment-217326067 Test PASSed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/

[GitHub] spark pull request: [SPARK-15167][SQL] Expose catalog implementati...

2016-05-05 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/12942#issuecomment-217325955 **[Test build #57935 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/57935/consoleFull)** for PR 12942 at commit [`23d82c5`](https://g

[GitHub] spark pull request: [SPARK-15167][SQL] Expose catalog implementati...

2016-05-05 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/12942#issuecomment-217316165 **[Test build #57935 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/57935/consoleFull)** for PR 12942 at commit [`23d82c5`](https://gi

[GitHub] spark pull request: [SPARK-15167][SQL] Expose catalog implementati...

2016-05-05 Thread andrewor14
Github user andrewor14 commented on the pull request: https://github.com/apache/spark/pull/12942#issuecomment-217315949 @rxin do you think this is a good idea? --- 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 proje

[GitHub] spark pull request: [SPARK-15167][SQL] Expose catalog implementati...

2016-05-05 Thread andrewor14
GitHub user andrewor14 opened a pull request: https://github.com/apache/spark/pull/12942 [SPARK-15167][SQL] Expose catalog implementation in SparkSession ## What changes were proposed in this pull request? Right now there's no way to check whether a given SparkSession has Hi