4

enter image description hereI want to import hadoop source code 2.7.2 in intellij IDe . I do like this : file -existing project - maven -choose pom.xml in hadoop 2.7.2. source file -after import I get error in maven project view .

does any body know what to do? I read Import Maven dependencies in IntelliJ IDEA .but it did not work . thank

Community
  • 1
  • 1
aliamiri
  • 61
  • 5

1 Answers1

0

I think there's a problem with PSI caches.

So try File -> Invalidate Caches/Restart..

NOTE: This one will wipe out any shelved changes.

I assume you won't have that problem because you are still in importing project.

Supun Wijerathne
  • 11,964
  • 10
  • 61
  • 87