scala
-
spark/scala - "illegal cyclic reference involving class"카테고리 없음 2022. 3. 7. 00:02
spark application build 중에 "illegal cyclic reference involving class WrappedString" error가 떨어졌다. 개발환경은 아래와 같다. m1 pro mac/monterey 12.2.1 intellij CE(2021.3.2) maven apache-spark: stable 3.2.1 (required: openjdk@11), brew install로 설치 scala : stable 2.13.8 (required: openjdk(현재 openjdk 17), brew install로 설치 jdk : openjdk 11.0.12 관련 jira와 글들이 조금 보이긴 한다. 다양한 이유가 있겠지만, 나의 경우는 scala version을 재설정하여 해결..