Re:Re: Cannot find beam in project list on jira when I create issue

2022-09-07 Thread
pache/beam/issues and then reference it in your commit message using the issue id, e.g. git commit -am “Description of change (closes #12345)” Regards, Moritz On 07.09.22, 11:20, "张涛" wrote: Hi,I followed the step to create a pull request: https: //cwiki. apache.  org/conflue

Cannot find beam in project list on jira when I create issue

2022-09-07 Thread
Hi,I followed the step to create a pull request: https://cwiki.apache.org/confluence/display/BEAM/Git+Tips in step 8, need a jira issue: but I cannot find beam in project list on jira when I create issue : I was confused about what I should do. I'm looking forward to getting your help,thanks

Re:Re: Unable to load class 'org.apache.beam.gradle.BeamModulePlugin'

2022-08-09 Thread
Hi, I have followed the instructions here: https://cwiki.apache.org/confluence/display/BEAM/Set+up+IntelliJ+from+scratch. But similar problems have arisen: Build file 'E:\code-source\beam-2.40.0\beam-2.40.0\build.gradle.kts' line: 19 An exception occurred applying plugin request [id: 'org.apache

Unable to load class 'org.apache.beam.gradle.BeamModulePlugin'

2022-08-08 Thread
Hi, I download the source code beam-2.40.0.tar.gz, and my gradle version is 7.4.2, JVM is 1.8, like this: when I used IDEA to open the beam project, the following error occured: I'm confused about how to deal with this, I am looking forward for your help, thank you very much! temp4cj.png Descr

[idea] A new IO connector named DataLakeIO, which support to connect Beam and data lake, such as Delta Lake, Apache Hudi, Apache iceberg.

2022-08-05 Thread
Hi, we developed a new IO connector named DataLakeIO, to connect Beam and data lake, such as Delta Lake, Apache Hudi, Apache iceberg. Beam can use DataLakeIO to read data from data lake, and write data to data lake. We did not find data lake IO on https://beam.apache.org/documentation/io/built-