You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by Apache Wiki <wi...@apache.org> on 2009/07/10 19:59:30 UTC

[Hadoop Wiki] Update of "Hive/LanguageManual/Cli" by LarryOgrodnek

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

The comment on the change is:
small note about comments

------------------------------------------------------------------------------
  ## page was renamed from Hive/LanguageManual/LanguageManual/Cli
  = Hive Cli =
  
- $HIVE_HOME/bin/hive is an interactive shell utility. Use this to run hive queries. Use ";"(semicolon) to separate different commands in shell.
+ $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 ==