Yes I forgot to mention that. I have done that.So the main problems are the following: 1. The generated code (like RunnerApi.java) seems to be deleted by the time the build is done. By just manully compiling beam/model and refreshing the project, I was able to resolve it and reduce the errors from 1200+ to 113, which correspond to the remaining issues #2 and #3 below. 2. Not sure if this is a JDK8 issue. Right now, importing sets it to JDK7.Description Resource Path Location TypeBound mismatch: The type Combine.PerKey<?,?,?> is not a valid substitute for the bounded parameter <TransformT extends PTransform<? super InputT,OutputT>> of the type AppliedPTransform<InputT,OutputT,TransformT> CombineTranslation.java /beam-runners-core-construction-java/src/main/java/org/apache/beam/runners/core/construction line 82 Java Problem 3. This is particularly strange, but I'm still trying to sort it out. Description Resource Path Location TypeColumn cannot be resolved to a type AutoValue_Column.java /beam-sdks-java-extensions-sql/target/generated-sources/annotations/org/apache/beam/sdk/extensions/sql/meta line 8 Java Problem Thanks,Ron
On Wednesday, January 17, 2018, 10:34:48 AM PST, Ted Yu <yuzhih...@gmail.com> wrote: Have you tried running 'mvn eclipse:eclipse' and importing from the root of workspace ? On Wed, Jan 17, 2018 at 10:32 AM, Ron Gonzalez <zlgonza...@yahoo.com> wrote: Hi, I've been trying this for a couple of days now, but I can't seem to get a clean Eclipse import. I refreshed to latest master, got a clean mvn -DskipTests clean install, ran through the Eclipse setup steps for m2e-apt installation. I'm getting errors like below. Do you have any tips to get this going? Thanks,Ron Description Resource Path Location TypeACCUMULATING cannot be resolved to a variable WindowingStrategyTranslation. java /beam-runners-core- construction-java/src/main/ java/org/apache/beam/runners/ core/construction line 56 Java ProblemAFTER_ALL cannot be resolved to a variable TriggerStateMachines.java /beam-runners-core-java/src/ main/java/org/apache/beam/ runners/core/triggers line 34 Java ProblemAFTER_ALL cannot be resolved to a variable TriggerTranslation.java /beam-runners-core- construction-java/src/main/ java/org/apache/beam/runners/ core/construction line 241 Java ProblemAFTER_ANY cannot be resolved to a variable TriggerStateMachines.java /beam-runners-core-java/src/ main/java/org/apache/beam/ runners/core/triggers line 37 Java ProblemAFTER_ANY cannot be resolved to a variable TriggerTranslation.java /beam-runners-core- construction-java/src/main/ java/org/apache/beam/runners/ core/construction line 243 Java ProblemAFTER_EACH cannot be resolved to a variable TriggerStateMachines.java /beam-runners-core-java/src/ main/java/org/apache/beam/ runners/core/triggers line 59 Java ProblemAFTER_EACH cannot be resolved to a variable TriggerTranslation.java /beam-runners-core- construction-java/src/main/ java/org/apache/beam/runners/ core/construction line 245 Java ProblemAFTER_END_OF_WINDOW cannot be resolved to a variable TriggerStateMachines.java /beam-runners-core-java/src/ main/java/org/apache/beam/ runners/core/triggers line 40 Java ProblemAFTER_END_OF_WINDOW cannot be resolved to a variable TriggerTranslation.java /beam-runners-core- construction-java/src/main/ java/org/apache/beam/runners/ core/construction line 248 Java ProblemAFTER_PROCESSING_TIME cannot be resolved to a variable TriggerStateMachines.java /beam-runners-core-java/src/ main/java/org/apache/beam/ runners/core/triggers line 62 Java ProblemAFTER_PROCESSING_TIME cannot be resolved to a variable TriggerTranslation.java /beam-runners-core- construction-java/src/main/ java/org/apache/beam/runners/ core/construction line 276 Java ProblemAFTER_SYNCHRONIZED_PROCESSING_ TIME cannot be resolved to a variable TriggerStateMachines.java /beam-runners-core-java/src/ main/java/org/apache/beam/ runners/core/triggers line 45 Java ProblemAFTER_SYNCHRONIZED_PROCESSING_ TIME cannot be resolved to a variable TriggerTranslation.java /beam-runners-core- construction-java/src/main/ java/org/apache/beam/runners/ core/construction line 302 Java ProblemALIGN_TO cannot be resolved to a variable TriggerStateMachines.java /beam-runners-core-java/src/ main/java/org/apache/beam/ runners/core/triggers line 94 Java ProblemALIGN_TO cannot be resolved to a variable TriggerTranslation.java /beam-runners-core- construction-java/src/main/ java/org/apache/beam/runners/ core/construction line 281 Java ProblemALWAYS cannot be resolved to a variable TriggerStateMachines.java /beam-runners-core-java/src/ main/java/org/apache/beam/ runners/core/triggers line 51 Java ProblemALWAYS cannot be resolved to a variable TriggerTranslation.java /beam-runners-core- construction-java/src/main/ java/org/apache/beam/runners/ core/construction line 304 Java ProblemApiServiceDescriptor cannot be resolved GrpcFnServer.java /beam-runners-java-fn- execution/src/main/java/org/ apache/beam/runners/ fnexecution line 37 Java Problem Thanks,Ron