Hi Michal, Alexey Thank you for your email. I am using macOS Catalina and JDK 8 with IntelliJ IDEA 2019.1
I will try to setup IntelliJ from scratch and see if the error resolves. Regards, Saikat On Tue, Oct 22, 2019 at 7:05 AM Alexey Romanenko <[email protected]> wrote: > Hi, > > Thank you for your interest to contribute! > > Did you properly imported a project (as explained on page [1]) and all > deps were resolved successfully? > > [1] > https://cwiki.apache.org/confluence/display/BEAM/Set+up+IntelliJ+from+scratch > > On 22 Oct 2019, at 02:28, Saikat Maitra <[email protected]> wrote: > > Hi, > > I am interested to contribute to this issue > > https://issues.apache.org/jira/browse/BEAM-3658 > > I have followed the contribution guide and was able to build the project > locally using gradlew commands. > > I wanted to debug and trace the issue further by running the tests locally > using Intellij Idea but I am getting following errors. I looked up the docs > related to running tests ( > https://cwiki.apache.org/confluence/display/BEAM/Run+a+single+unit+test) > and common IDE errors ( > https://cwiki.apache.org/confluence/display/BEAM/%28FAQ%29+Recovering+from+common+IDE+errors) > but have not found similar errors. > > Error:(632, 17) java: cannot find symbol > symbol: method > apply(org.apache.beam.sdk.transforms.Values<java.lang.Object>) > location: interface org.apache.beam.sdk.values.POutput > > Error:(169, 26) java: cannot find symbol > symbol: class PCollection > location: class org.apache.beam.sdk.transforms.Watch > > Error:(169, 59) java: cannot find symbol > symbol: class KV > location: class org.apache.beam.sdk.transforms.Watch > > Please let me know if you have feedback. > > Regards, > Saikat > > >
