bear, brave, bundler, hi*, hn, holehe: add Korean translation (#14584)

This commit is contained in:
HoJeong Im
2024-11-03 02:05:10 +09:00
committed by GitHub
parent af53340609
commit 208b9d05f6
10 changed files with 198 additions and 0 deletions

20
pages.ko/common/hive.md Normal file
View 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 {{구성_이름}}={{구성_값}}`