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 |
Tags
- 스파크
- 아파치 카프카
- python
- roboflow
- Yolo5 custom dataset
- SeSAC
- IOS
- 카프카
- YOLO
- 내일채움공제만기
- 비식별화
- 아파치 스파크
- 내채공만기
- 파이썬
- opencv
- iOS부트캠프
- face blur
- scenedelegate
- 준지도학습
- 앱생명주기
- 얼굴 비식별화
- Apache Kafka
- Kafka
- Swift
- Yolo5
- Apache Spark
- SPARK
- caffemodel
- yolov5
- train data
Archives
- Today
- Total
목록spark context (1)
봉식이와 캔따개
[error] Only one SparkContext may be running in this JVM
Only one SparkContext may be running in this JVM (see SPARK-2243). To ignore this error, set spark.driver.allowMultipleContexts = true 이러한 에러가 났을 때 해결방법. 여러개의 spark context를 사용 가능하게 설정해주면 된다. SparkConf conf = new SparkConf().setAppName("sample").set("spark.driver.allowMultipleContexts", "true");
~2022 흔적들/Spark
2020. 2. 11. 10:47