Dear Wiki user, You have subscribed to a wiki page or wiki category on "Hadoop Wiki" for change notification.
The following page has been changed by JeffHammerbacher: http://wiki.apache.org/hadoop/Hive ------------------------------------------------------------------------------ #pragma section-numbers on + + = Information = + Following are some useful links for users and developers interested in Hive: + * [http://wiki.apache.org/hadoop/Hive/GettingStarted Getting Started Guide] + * [http://wiki.apache.org/hadoop/Hive/UserGuide Information for Users] + * [http://wiki.apache.org/hadoop/Hive/DeveloperGuide Information for Developers] + * [http://wiki.apache.org/hadoop/Hive/Roadmap Roadmap/call to Add More Features] + * [http://wiki.apache.org/hadoop/Hive/HiveQL HiveQL Syntax] + * [http://wiki.apache.org/hadoop/Hive/Presentations Presentations About Hive] + * [http://wiki.apache.org/hadoop/Hive/PoweredBy A List of Sites and Applications Powered by Hive] + = What is Hive = Hive is a data warehouse infrastructure built on top of Hadoop that provides tools to enable easy data summarization, adhoc querying and analysis of large datasets data stored in Hadoop files. It provides a mechanism to put structure on this data and it also provides a simple query language called QL which is based on SQL and which enables users familiar with SQL to query this data. At the same time, this language also allows traditional map/reduce programmers to be able to plug in their custom mappers and reducers to do more sophisticated analysis which may not be supported by the built in capabilities of the language. @@ -13, +24 @@ = Status = Hive has been submitted as a contrib project in hadoop trunk. The details of its availability are available at [https://issues.apache.org/jira/browse/HADOOP-3601 Hadoop JIRA] - = Information = - Following are some useful links for users and developers interested in Hive: - * [http://wiki.apache.org/hadoop/Hive/GettingStarted Getting Started Guide] - * [http://wiki.apache.org/hadoop/Hive/UserGuide Information for Users] - * [http://wiki.apache.org/hadoop/Hive/DeveloperGuide Information for Developers] - * [http://wiki.apache.org/hadoop/Hive/Roadmap Roadmap/call to Add More Features] - * [http://wiki.apache.org/hadoop/Hive/HiveQL HiveQL Syntax] - * [http://wiki.apache.org/hadoop/Hive/Presentations Presentations About Hive] -
