aboutsummaryrefslogtreecommitdiff
path: root/docs/sql-programming-guide.md
diff options
context:
space:
mode:
authorwangfei <wangfei1@huawei.com>2014-12-01 14:02:02 -0800
committerMichael Armbrust <michael@databricks.com>2014-12-01 14:02:02 -0800
commit7b79957879db4dfcc7c3601cb40ac4fd576259a5 (patch)
tree9438a8d3e90c19bc2cad5bc84a671f9476b1251c /docs/sql-programming-guide.md
parentbc353819cc86c3b0ad75caf81b47744bfc2aeeb3 (diff)
downloadspark-7b79957879db4dfcc7c3601cb40ac4fd576259a5.tar.gz
spark-7b79957879db4dfcc7c3601cb40ac4fd576259a5.tar.bz2
spark-7b79957879db4dfcc7c3601cb40ac4fd576259a5.zip
[SQL] Minor fix for doc and comment
Author: wangfei <wangfei1@huawei.com> Closes #3533 from scwf/sql-doc1 and squashes the following commits: 962910b [wangfei] doc and comment fix
Diffstat (limited to 'docs/sql-programming-guide.md')
-rw-r--r--docs/sql-programming-guide.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/sql-programming-guide.md b/docs/sql-programming-guide.md
index 96a3209c52..c38ca55653 100644
--- a/docs/sql-programming-guide.md
+++ b/docs/sql-programming-guide.md
@@ -1002,7 +1002,7 @@ Several caching related features are not supported yet:
## Compatibility with Apache Hive
Spark SQL is designed to be compatible with the Hive Metastore, SerDes and UDFs. Currently Spark
-SQL is based on Hive 0.12.0.
+SQL is based on Hive 0.12.0 and 0.13.1.
#### Deploying in Existing Hive Warehouses
@@ -1041,6 +1041,7 @@ Spark SQL supports the vast majority of Hive features, such as:
* Sampling
* Explain
* Partitioned tables
+* View
* All Hive DDL Functions, including:
* `CREATE TABLE`
* `CREATE TABLE AS SELECT`