bear, brave, bundler, hi*, hn, holehe: add Korean translation (#14584)
This commit is contained in:
20
pages.ko/common/hive.md
Normal file
20
pages.ko/common/hive.md
Normal file
@@ -0,0 +1,20 @@
|
||||
# hive
|
||||
|
||||
> Apache Hive용 CLI 도구.
|
||||
> 더 많은 정보: <https://cwiki.apache.org/confluence/display/Hive/LanguageManual+Cli>.
|
||||
|
||||
- Hive 대화형 쉘을 시작:
|
||||
|
||||
`hive`
|
||||
|
||||
- HiveQL 실행:
|
||||
|
||||
`hive -e "{{hiveql_쿼리}}"`
|
||||
|
||||
- 변수 대체를 사용해서 HiveQL 파일을 실행:
|
||||
|
||||
`hive --define {{키}}={{값}} -f {{경로/대상/파일.sql}}`
|
||||
|
||||
- HiveConfig를 사용해 HiveQL을 실행 (예: `mapred.reduce.tasks=32`):
|
||||
|
||||
`hive --hiveconf {{구성_이름}}={{구성_값}}`
|
Reference in New Issue
Block a user