Hive

Hive常用的几种交互操作

2018-03-04  本文已影响41人  明明德撩码

查看hive下的交互命令方式 -help(hive 外)

命令:bin/hive -help
usage: hive
-d,--define <key=value> Variable subsitution to apply to hive
commands. e.g. -d A=B or --define A=B
--database <databasename> Specify the database to use
-e <quoted-query-string> SQL from command line
-f <filename> SQL from files
-H,--help Print help information
-h <hostname> connecting to Hive Server on remote host
--hiveconf <property=value> Use value for given property
--hivevar <key=value> Variable subsitution to apply to hive
commands. e.g. --hivevar A=B
-i <filename> Initialization SQL file
-p <port> connecting to Hive Server on port number
-S,--silent Silent mode in interactive shell
-v,--verbose Verbose mode (echo executed SQL to the

-e <引号括起来的查询字符串> sql命令行

"select * from db_hive.student;"
好处:不用直接进入到hive的交互是命令页面


-e

-f <一个sql文件> 一个包含sql或者业务逻辑的sql文件

- i <文件名>初始化sql文件

hive命令中的交互模式(hive内)

上一篇下一篇

猜你喜欢

热点阅读