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 | 29 | 30 | 31 |
Tags
- config
- Jenkins
- Redis
- ec2
- 클러스터
- spring
- Cluster
- 로그인
- 젠킨스
- EMR
- 머신러닝
- 예제
- aws
- 설정
- Mac
- login
- 간단
- SpringBoot
- 자동
- gradle
- Zeppelin
- 레디스
- fastcampus
- java
- Kafka
- redash
- hive
- 자바
- vue
- Docker
Archives
- Today
- Total
코알못
[EMR] Hive StatsTask 이슈 본문
728x90
Load 가 정상적으로 되었으나 StatsTask 에러가 발생
Loading data to table db.table partition (yyyy=null, mm=null, dd=null)
Loaded : 3778/3778 partitions.
Time taken to load dynamic partitions: 542.002 seconds
Time taken for adding to write entity : 0.24 seconds
FAILED: Execution Error, return code 1 from org.apache.hadoop.hive.ql.exec.StatsTask
어래 옵션을 추가하여 해결!
set hive.stats.autogather=false;
728x90
'BIG DATA' 카테고리의 다른 글
[EMR] FileFormatException: Malformed ORC file 이슈 (0) | 2022.08.04 |
---|---|
[EMR] ORC 테이블 ClassCastException 오류 발생 (0) | 2022.08.03 |
[EMR] Glue > Aurora Metastore Migration (0) | 2022.07.12 |
[EMR] 해결한 이슈 항목 (0) | 2022.05.27 |
[AWS] 스노우볼을 이용한 데이터 이관 (0) | 2022.05.21 |
Comments