From e77082ade7ceb5a673db7bf39169425ebde9e025 Mon Sep 17 00:00:00 2001 From: heibaiying <31504331+heibaiying@users.noreply.github.com> Date: Tue, 30 Apr 2019 15:47:00 +0800 Subject: [PATCH] =?UTF-8?q?Update=20HiveCLI=E5=92=8CBeeline=E5=91=BD?= =?UTF-8?q?=E4=BB=A4=E8=A1=8C=E7=9A=84=E5=9F=BA=E6=9C=AC=E4=BD=BF=E7=94=A8?= =?UTF-8?q?.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- notes/HiveCLI和Beeline命令行的基本使用.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notes/HiveCLI和Beeline命令行的基本使用.md b/notes/HiveCLI和Beeline命令行的基本使用.md index 140eb58..f80544a 100644 --- a/notes/HiveCLI和Beeline命令行的基本使用.md +++ b/notes/HiveCLI和Beeline命令行的基本使用.md @@ -38,7 +38,7 @@ usage: hive --hiveconf Use value for given property --自定义配置 --hivevar Variable subsitution to apply to hive --自定义变量 commands. e.g. --hivevar A=B - -i Initialization SQL file 在进入交互模式之前运行初始化脚本 + -i Initialization SQL file --在进入交互模式之前运行初始化脚本 -S,--silent Silent mode in interactive shell --静默模式 -v,--verbose Verbose mode (echo executed SQL to the console) --详细模式 ```