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 suresh antony:
http://wiki.apache.org/hadoop/Hive/LanguageManual/LanguageManual/Cli

------------------------------------------------------------------------------
  
  == Hive interactive Shell Command  ==
  
- When  $HIVE_HOME/bin/hive  ran without  any -e/-f option it goes into 
interactive shell mode. 
+ When  $HIVE_HOME/bin/hive  ran without  any -e/-f option it goes to 
interactive shell mode. 
  
  
  ||'''Command '''||'''Description'''||
  ||quit||Use quit or exit to come out of interactive shell.||
- ||set <key>=<value>||Use this set value of particular parameter. One thing to 
note here is that if you miss spell the variable name, there cli will not show 
an error.||
+ ||set <key>=<value>||Use this to set value of particular configuration 
variable. One thing to note here is that if you miss spell the variable name, 
there cli will not show an error.||
- ||set||This will print list of configuration variables that overriden by user 
or hive.||
+ ||set||This will print list of configuration variables that overridden by 
user or hive.||
  ||set -v||This will give all possible hadoop/hive configuration variables.||
  ||add FILE <value> <value>*||Adds a file to the list of resources.||
  ||list FILE||list all the resources already added||

Reply via email to