Update HiveCLI和Beeline命令行的基本使用.md

This commit is contained in:
heibaiying 2019-04-30 15:47:00 +08:00 committed by GitHub
parent e8d0f9ec3b
commit e77082ade7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -38,7 +38,7 @@ usage: hive
--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 在进入交互模式之前运行初始化脚本
-i <filename> Initialization SQL file --在进入交互模式之前运行初始化脚本
-S,--silent Silent mode in interactive shell --静默模式
-v,--verbose Verbose mode (echo executed SQL to the console) --详细模式
```