Skip to content

[SPARK-5872] [SQL] create a sqlCtx in pyspark shell #4659

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from

Conversation

davies
Copy link
Contributor

@davies davies commented Feb 17, 2015

The sqlCtx will be HiveContext if hive is built in assembly jar, or SQLContext if not.

It also skip the Hive tests in pyspark.sql.tests if no hive is available.

@SparkQA
Copy link

SparkQA commented Feb 17, 2015

Test build #27652 has started for PR 4659 at commit 0e6629a.

  • This patch merges cleanly.

@pwendell
Copy link
Contributor

LGTM - thanks davies

@SparkQA
Copy link

SparkQA commented Feb 17, 2015

Test build #27652 has finished for PR 4659 at commit 0e6629a.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@AmplabJenkins
Copy link

Test PASSed.
Refer to this link for build results (access rights to CI server needed):
https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/27652/
Test PASSed.

asfgit pushed a commit that referenced this pull request Feb 17, 2015
The sqlCtx will be HiveContext if hive is built in assembly jar, or SQLContext if not.

It also skip the Hive tests in pyspark.sql.tests if no hive is available.

Author: Davies Liu <davies@databricks.com>

Closes #4659 from davies/sqlctx and squashes the following commits:

0e6629a [Davies Liu] sqlCtx in pyspark

(cherry picked from commit 4d4cc76)
Signed-off-by: Michael Armbrust <michael@databricks.com>
@asfgit asfgit closed this in 4d4cc76 Feb 17, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants