내가 명령 spark-shell --jars /home/krishnamahi/graphframes-0.4.0-spark2.1-s_2.11.jar
을 실행하고 그것이 내가 스파크 버전 2.1.1을 사용하고 나에게 오류GraphFrames jar가있는 "spark-shell --jars"에서 "error : 클래스 파일 'Logging.class'를로드하는 동안 종속성이 없거나 유효하지 않습니다."를 표시하는 이유는 무엇입니까?
error: missing or invalid dependency detected while loading class file 'Logging.class'. Could not access term typesafe in package com, because it (or its dependencies) are missing. Check your build definition for missing or conflicting dependencies. (Re-run with -Ylog-classpath to see the problematic classpath.) A full rebuild may help if 'Logging.class' was compiled against an incompatible version of com. error: missing or invalid dependency detected while loading class file 'Logging.class'. Could not access term scalalogging in value com.typesafe, because it (or its dependencies) are missing. Check your build definition for missing or conflicting dependencies. (Re-run with -Ylog-classpath to see the problematic classpath.) A full rebuild may help if 'Logging.class' was compiled against an incompatible version of com.typesafe. error: missing or invalid dependency detected while loading class file 'Logging.class'. Could not access type LazyLogging in value com.slf4j, because it (or its dependencies) are missing. Check your build definition for missing or conflicting dependencies. (Re-run with -Ylog-classpath to see the problematic classpath.) A full rebuild may help if 'Logging.class' was compiled against an incompatible version of com.slf4j.
을 던졌다 스칼라 버전 2.11.8, JDK 버전 1.8.0_131, CentOS7 64 비트, 하둡 2.8. 0. 누구든지 프로그램의 완벽한 실행을 위해 추가 명령이 무엇을 제공해야하는지 말해 주시겠습니까? 미리 감사드립니다.