Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Hadoop Wiki" for change 
notification.

The "Hive/LanguageManual/Cli" page has been changed by JohnSichi.
http://wiki.apache.org/hadoop/Hive/LanguageManual/Cli?action=diff&rev1=10&rev2=11

--------------------------------------------------

  ## page was renamed from Hive/LanguageManual/LanguageManual/Cli
  = Hive Cli =
  
+ $HIVE_HOME/bin/hive is a shell utility which can be used to run hive queries 
in either interactive or batch mode. 
- $HIVE_HOME/bin/hive is an interactive shell utility. Use this to run hive 
queries. Use ";"(semicolon) to separate different commands in shell. Comments 
in scripts can be specified using "--".
- 
  
  == Hive Command line Options ==
  
@@ -42, +41 @@

  
  When  $HIVE_HOME/bin/hive is run without either -e/-f option it enters 
interactive shell mode. 
  
+ Use ";" (semicolon) to terminate commands. Comments in scripts can be 
specified using the "--" prefix.
  
  ||'''Command '''||'''Description'''||
  ||quit||Use quit or exit to come out of interactive shell.||

Reply via email to