I found this document [1] helpful when setting up an Intellij to work with
Beam.
Make sure that (File | Settings | Build, Execution, Deployment | Build
Tools | Gradle | Runner) has a "Delegate IDE build/run actions to Gradle"
checked and "Run test using" is set to "Gradle Test Runner".
Under (Project Structure | Problems) there should be no import problems, if
there are - try reimporting a project from scratch.
Also, try running the following target in the beam folder: ./gradlew idea
Hope that helps.

[1]
https://docs.google.com/document/d/18eXrO9IYll4oOnFb53EBhOtIfx-JLOinTWZSIBFkLk4/edit

On Sun, Oct 27, 2019 at 7:09 AM lan.liang <[email protected]> wrote:

> Hi Team:
>     I Open Beam Project in IDEA, But it not working.
>
>     Looks like there are some files missing,
>
>     In org.apache.beam.sdk.io.kafka.KafkaIO,i just got err:
>
> ========================================
>    Cannot resolve symbol 'AutoValue_KafkaIO_WriteRecords'
>
>    Cannot resolve symbol 'AutoValue_KafkaIO_Write'
>
> ========================================
>
>  If i missed something,remind me please.
>
> Thanks!
>
>
>
>
> - lan.liang
>

Reply via email to