You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by ga...@apache.org on 2016/05/04 00:16:52 UTC

svn commit: r1742202 - /hive/cms/trunk/content/index.mdtext

Author: gates
Date: Tue May  3 22:16:52 2016
New Revision: 1742202

URL: http://svn.apache.org/viewvc?rev=1742202&view=rev
Log:
HIVE-13607 Change website references to HQL/HiveQL to SQL (Alan Gates reviewed by Lefty Leverenz)

Modified:
    hive/cms/trunk/content/index.mdtext

Modified: hive/cms/trunk/content/index.mdtext
URL: http://svn.apache.org/viewvc/hive/cms/trunk/content/index.mdtext?rev=1742202&r1=1742201&r2=1742202&view=diff
==============================================================================
--- hive/cms/trunk/content/index.mdtext (original)
+++ hive/cms/trunk/content/index.mdtext Tue May  3 22:16:52 2016
@@ -1,13 +1,13 @@
 Title: Apache Hive TM
 
-The Apache Hive ™ data warehouse software facilitates querying and managing large datasets residing in distributed storage. Hive provides a mechanism to project structure onto this data and query the data using a SQL-like language called HiveQL. The HiveQL language also allows traditional map/reduce programmers simple extensions for plugging in custom mappers and reducers when it is inconvenient or inefficient to express this logic in HiveQL.
+The Apache Hive ™ data warehouse software facilitates reading, writing, and managing large datasets residing in distributed storage using SQL.  Structure can be projected onto data already in storage.  A command line tool and JDBC driver are provided to connect users to Hive.
 
 ## Getting Started With Apache Hive Software
 
  * Check out the [Getting Started Guide][GETTING_STARTED] on the [Hive wiki][HIVE_WIKI].
  * Learn more [About Hive's Functionality][HIVE_DETAILS] on [our wiki][HIVE_WIKI]
  * Read the [Getting Started Guide][GETTING_STARTED] to learn how to install Hive
- * The [User and Hive QL documentation][HIVE_QL] shows how to program Hive
+ * The [User and Hive SQL documentation][HIVE_QL] shows how to program Hive
 
 ## Getting Involved With The Apache Hive Community