@avkashchauhan
http://www.linkedin.com/in/avkashchauhan
MapReduce
http://svn.apache.org/repos/asf/hive/
https://github.com/apache/hive
Command                   Description
quit                      Use quit or exit to leave the interactive shell.
set key=value             Use this to set value of particular configuration variable. One thing to note here
                          is that if you misspell the variable name, cli will not show an error.

set                       This will print a list of configuration variables that are overridden by user or hive.

set -v                    This will print all hadoop and hive configuration variables.
add FILE [file] [file]*   Adds a file to the list of resources
list FILE                 list all the files added to the distributed cache
list FILE [file]*         Check if given resources are already added to distributed cache
! [cmd]                   Executes a shell command from the hive shell
dfs [dfs cmd]             Executes a dfs command from the hive shell
[query]                   Executes a hive query and prints results to standard out
source FILE               Used to execute a script file inside the CLI.
https://cwiki.apache.org/confluence/display/Hive/LanguageManual+DDL#LanguageManualDDL-CreateTable
https://cwiki.apache.org/confluence/display/Hive/LanguageManual+DML
https://cwiki.apache.org/confluence/display/Hive/Presentations#
Presentations-February2013HiveUserGroupMeetup

https://www.facebook.com/note.php?note_id=470667928919

https://cwiki.apache.org/Hive/tutorial.html

http://www.jorditorres.org/wp-
content/uploads/2012/03/1.Apache_Hive.pdf
http://www.slideshare.net/zshao/hive-user-meeting-march-2010-hive-team

http://fr.slideshare.net/cwsteinbach/hive-quick-start-tutorial

http://www.slideshare.net/oom65/high-volume-updates-in-apache-hive

https://cwiki.apache.org/confluence/download/attachments/27362054/Hive
UG-Feb13.pdf?version=1&modificationDate=1363113939000

Introduction to Apache Hive