Index: content/index.mdtext =================================================================== --- content/index.mdtext (revision 1740886) +++ content/index.mdtext (working copy) @@ -1,6 +1,6 @@ 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 @@ -7,7 +7,7 @@ * 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