반응형
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
Tags
- Github
- Redshift
- array
- Google Spreadsheet
- Apache
- Excel
- gas
- PySpark
- Python
- string
- hive
- list
- Java
- SQL
- GIT
- Kotlin
- django
- PANDAS
- matplotlib
- dataframe
- math
- 파이썬
- Tkinter
- c#
- numpy
- PostgreSQL
- google apps script
- Mac
- Google Excel
Archives
- Today
- Total
목록tez (1)
달나라 노트
Hive : hive.execution.engine (hive engine 설정)
Hive에서는 어떤 engine을 사용할지 설정할 수 있습니다. code template set hive.execution.engine = mr; set hive.execution.engine = tez; set hive.execution.engine = spark; mr -> mapreduce engine 사용 (default engine) tez -> tez engine 사용 (Hive 2.0부터는 tez가 default engine) spark -> spark engine 사용 Hive 문서를 찾아보면 아래와 같은 내용이 있습니다. hive.execution.engine Default Value: mr (deprecated in Hive 2.0.0 – see below) Added In: Hive ..
SQL/Apache Hive
2021. 6. 4. 03:09