You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by ma...@apache.org on 2017/08/07 09:44:48 UTC

spark-website git commit: Update Hive compatibility wording

Repository: spark-website
Updated Branches:
  refs/heads/asf-site 889909689 -> eb51b33f0


Update Hive compatibility wording


Project: http://git-wip-us.apache.org/repos/asf/spark-website/repo
Commit: http://git-wip-us.apache.org/repos/asf/spark-website/commit/eb51b33f
Tree: http://git-wip-us.apache.org/repos/asf/spark-website/tree/eb51b33f
Diff: http://git-wip-us.apache.org/repos/asf/spark-website/diff/eb51b33f

Branch: refs/heads/asf-site
Commit: eb51b33f07b633acc70534ca022f0952d5b00d66
Parents: 8899096
Author: Matei Zaharia <ma...@gmail.com>
Authored: Sun Aug 6 12:46:03 2017 +0200
Committer: Matei Zaharia <ma...@gmail.com>
Committed: Sun Aug 6 12:46:03 2017 +0200

----------------------------------------------------------------------
 site/sql/index.html | 8 ++++----
 sql/index.md        | 8 ++++----
 2 files changed, 8 insertions(+), 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark-website/blob/eb51b33f/site/sql/index.html
----------------------------------------------------------------------
diff --git a/site/sql/index.html b/site/sql/index.html
index 49e8a55..9b84cda 100644
--- a/site/sql/index.html
+++ b/site/sql/index.html
@@ -250,13 +250,13 @@
 
 <div class="row row-padded">
   <div class="col-md-7 col-sm-7">
-    <h2>Hive Compatibility</h2>
+    <h2>Hive Integration</h2>
     <p class="lead">
-      Run unmodified Hive queries on existing data.
+      Run SQL or HiveQL queries on existing warehouses.
     </p>
     <p>
-      Spark SQL reuses the Hive frontend and metastore, giving you full compatibility with
-      existing Hive data, queries, and UDFs. Simply install it alongside Hive.
+      Spark SQL supports the HiveQL syntax as well as Hive SerDes and UDFs, allowing
+      you to access existing Hive warehouses.
     </p>
   </div>
   <div class="col-md-5 col-sm-5 col-padded-top col-center">

http://git-wip-us.apache.org/repos/asf/spark-website/blob/eb51b33f/sql/index.md
----------------------------------------------------------------------
diff --git a/sql/index.md b/sql/index.md
index ac308e1..83a0092 100644
--- a/sql/index.md
+++ b/sql/index.md
@@ -61,13 +61,13 @@ subproject: SQL
 
 <div class="row row-padded">
   <div class="col-md-7 col-sm-7">
-    <h2>Hive Compatibility</h2>
+    <h2>Hive Integration</h2>
     <p class="lead">
-      Run unmodified Hive queries on existing data.
+      Run SQL or HiveQL queries on existing warehouses.
     </p>
     <p>
-      Spark SQL reuses the Hive frontend and metastore, giving you full compatibility with
-      existing Hive data, queries, and UDFs. Simply install it alongside Hive.
+      Spark SQL supports the HiveQL syntax as well as Hive SerDes and UDFs, allowing
+      you to access existing Hive warehouses.
     </p>
   </div>
   <div class="col-md-5 col-sm-5 col-padded-top col-center">


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@spark.apache.org
For additional commands, e-mail: commits-help@spark.apache.org