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 2011/03/22 20:49:35 UTC

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

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 JonathanNatkins.
http://wiki.apache.org/hadoop/Hive/LanguageManual/Cli?action=diff&rev1=18&rev2=19

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

    -e 'quoted query string'  Sql from command line
    -f <filename>             Sql from file
    -S                        Silent mode in interactive shell where only data is emitted
+   -v                        Verbose mode (echo executed SQL to the console)
+   -p <port>                 connect to Hive Server on port number
    -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.