1

I'm trying to setup Apache Spark project (pulled lastest master branch) in my IntelliJ

IntelliJ IDEA 2016.2.5
Build #IC-162.2228.15, built on October 14, 2016
JRE: 1.8.0_112-release-287-b2 x86_64
JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.o

And all import libs failed from IntelliJ "external libraries" section enter image description here

I've tried File -> Invalidate Caches/Restart and maven window reimport button, and other suggestions from Using Intellij + Maven to import libraries: Cannot resolve symbol and Intellij Cannot resolve symbol on import, but still not working.

I just guess I have some mis-config of my IntelliJ? And I also have warning Project spark: there is circular dependency between 'main5' module, 'main27' module maybe this is the root cause? Thanks a lot. enter image description here

Community
  • 1
  • 1
keypoint
  • 2,268
  • 4
  • 31
  • 59

1 Answers1

0

rm -rf spark/ seems existing cache files are causing conflicts or so

maybe could also use sbt clean build

keypoint
  • 2,268
  • 4
  • 31
  • 59