You are on page 1of 35

http://www.linkedin.

com/pub/avkash-chauhan/14/979/790

@avkashchauhan

MapReduce

http://svn.apache.org/repos/asf/hive/ https://github.com/apache/hive

Command quit set key=value


set set -v

Description Use quit or exit to leave the interactive shell. 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.
This will print a list of configuration variables that are overridden by user or hive. This will print all hadoop and hive configuration variables.

add FILE [file] [file]* list FILE list FILE [file]*


! [cmd]

Adds a file to the list of resources list all the files added to the distributed cache Check if given resources are already added to distributed cache
Executes a shell command from the hive shell

dfs [dfs cmd]


[query] source FILE

Executes a dfs command from the hive shell


Executes a hive query and prints results to standard out 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/wpcontent/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

You might also like