Sounds like something similar to https://github.com/apache/iceberg/issues/1750. We might want to add an IDE setup section in the website for this. -Jack
On Thu, May 6, 2021 at 8:58 AM Daniel Weeks <[email protected]> wrote: > Hey Taher, > > Based on your description of "cannot resolve", it sounds to me like your > IDE (probably IntelliJ?) isn't seeing the bundled guava packages and shows > them as broken/unresolvable. I assume the build actually succeeded. > > This can be somewhat finicky from my experience, but typically if you run > the build from within the IDE and make sure to resync gradle and the file > system, it usually sorts itself out. > > Not sure if anyone else has run into this, but I've gotten into a > weird state periodically where the bundled guava doesn't resolve in the IDE. > > -Dan > > On Thu, May 6, 2021 at 6:19 AM Mass Dosage <[email protected]> wrote: > >> Hello Taher, >> >> Can you share a bit more of the error message you're seeing? Perhaps >> attach a longer portion of the log showing all the gradle(?) output? Where >> exactly is the problem occurring that you can't resolve classes in the >> relocated package? >> >> Thanks, >> >> Adrian >> >> On Thu, 6 May 2021 at 13:28, Taher Koitawala <[email protected]> wrote: >> >>> Hi All, >>> Very silly help needed. I am trying to work on the metadata >>> file version test cases and I want to build iceberg locally. I cloned the >>> master branch and ran >>> >>> - ./gradlew build -x test >>> >>> on the root directory. everything builds however I am still not able to >>> resolve org.apache.iceberg.relocated. package. What am I missing? >>> >>> Regards, >>> Taher Koitawala >>> >>
