Github user ahirreddy commented on a diff in the pull request: https://github.com/apache/spark/pull/363#discussion_r11560720 --- Diff: docs/sql-programming-guide.md --- @@ -318,4 +391,24 @@ Row[] results = hiveCtx.hql("FROM src SELECT key, value").collect(); </div> +<div data-lang="python" markdown="1"> + +When working with Hive one must construct a `HiveContext`, which inherits from `SQLContext`, and +adds support for finding tables in in the MetaStore and writing queries using HiveQL. In addition to +the `sql` method a `HiveContext` also provides an `hql` methods, which allows queries to be +expressed in HiveQL. --- End diff -- It has it's own section earlier in the dock starting on line 338.
--- 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 enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---