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.  

Reply via email to