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 2010/12/13 22:55:47 UTC

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

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=17&rev2=18

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

    -S                        Silent mode in interactive shell where only data is emitted
    -hiveconf x=y             Use this to set hive/hadoop configuration variables. 
    
-    -e and -f cannot be specified together. In the absence of these options, interactive shell is started.  However, -i can be used with any other options.
+    -e and -f cannot be specified together. In the absence of these options, interactive shell is started.  
+    However, -i can be used with any other options.  Multiple instances of -i can be used to execute multiple init scripts.
  
     To see this usage help, run hive -h