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
- 내채공만기
- yolov5
- SeSAC
- 카프카
- IOS
- roboflow
- SPARK
- caffemodel
- scenedelegate
- iOS부트캠프
- 앱생명주기
- YOLO
- Swift
- Apache Kafka
- train data
- Apache Spark
- 준지도학습
- 비식별화
- Kafka
- face blur
- 아파치 카프카
- python
- Yolo5
- 스파크
- 파이썬
- 아파치 스파크
- 얼굴 비식별화
- opencv
- 내일채움공제만기
- Yolo5 custom dataset
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