반응형
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
- 델타레이크
- Parquet
- Schema Registry
- MySQL
- docker
- 스파크
- 카프카
- delta lake
- Data Engineer
- spark streaming
- airflow
- 카프카 구축
- 레드시프트
- Data Warehouse
- 데이터 웨어하우스
- AWS
- spark
- 데이터 엔지니어
- 대용량 처리
- 스파크 스트리밍
- s3
- 에어플로우
- kafka rest api
- Zookeeper
- 데이터 엔지니어링
- Data engineering
- 컬럼 기반
- kafka
- Redshift
- 데이터
Archives
- Today
- Total
목록Multiple streaming jobs detected (1)
데이터 엔지니어 기술 블로그
[🔥Spark] java.lang.AssertionError: assertion failed: Concurrent update to the log. Multiple streaming jobs detected 해결방법
에러 메세지 java.lang.AssertionError: assertion failed: Concurrent update to the log. Multiple streaming jobs detected for 53 at scala.Predef$.assert(Predef.scala:223) 원인 로그에 대한 동시 업데이트, 여러 스트리밍 작업이 발견되었습니다. 스파크 스트리밍에서 동일한 체크포인트를 사용하는 두 개의 싱크 작업(writeStream)이 동시에 실행되면 발생하는 문제이다. checkpointLocation을 다른 위치로 사용하면 해결할 수 있다. Zeppelin에서 코드를 실행하고 같은 스트리밍 스크립트를 사용할 때 오류가 발생할 수 있다. 기존 같은 location을 사용한다. 동시에 같..
데이터 엔지니어링
2021. 11. 4. 12:45