+1 (binding)

I tried out the new starter repositories, pointing them at this RC

Check that I have things set up:

    git clone https://github.com/apache/beam-starter-java && cd
beam-starter-java
    gradle run

(actually I have things set up for Java 8 so I modified the starter to be
Java 8 compatible)

Modified build.gradle as follows

   repositories {
       maven {
         url "
https://repository.apache.org/content/repositories/orgapachebeam-1275/";
       }
       maven {
         url "https://packages.confluent.io/maven/"; // Dataflow has a hard
dep on KafkaIO which has a hard dep on this
       }
   }
   def beamVersion=2.40.0

Straightforward local runs with FlinkRunner and SparkRunner

Run with a few Dataflow configurations including

gradle run --args=" \
        --runner=DataflowRunner \
        --project=apache-beam-testing \
        --region=us-central1 \
        --experiments=use_runner_v2"

Kenn

On Fri, Jun 24, 2022 at 3:52 AM Alexey Romanenko <[email protected]>
wrote:

> +1 (binding)
> The same testing as for RC1
>
> —
> Alexey
>
> On 24 Jun 2022, at 05:51, Pablo Estrada <[email protected]> wrote:
>
> +1 (binding)
>
> I've tested by building and running local tests for existing Dataflow
> Templates.
>
> On Thu, Jun 23, 2022 at 2:39 PM Pablo Estrada <[email protected]> wrote:
>
>> Hi all,
>> I believe Dataflow containers have just been pushed, so feel free to
>> validate those now as well.
>> -P.
>>
>> On Thu, Jun 23, 2022 at 12:04 PM Pablo Estrada <[email protected]>
>> wrote:
>>
>>> Hi everyone,
>>>
>>> Please review and vote on the release candidate #2 for the version
>>> 2.40.0, as follows:
>>> [ ] +1, Approve the release
>>> [ ] -1, Do not approve the release (please provide specific comments)
>>>
>>>
>>> Reviewers are encouraged to test their own use cases with the release
>>> candidate, and vote +1 if no issues are found.
>>>
>>> The complete staging area is available for your review, which includes:
>>> * Release notes [1],
>>> * the official Apache source release to be deployed to dist.apache.org [2],
>>> which is signed with the key with fingerprint
>>> C79DDD47DAF3808F0B9DDFAC02B2D9F742008494 [3],
>>> * all artifacts to be deployed to the Maven Central Repository [4],
>>> * source code tag "v2.40.0-RC2" [5],
>>> * website pull request listing the release [6], the blog post [6], and
>>> publishing the API reference manual [7].
>>> * Java artifacts were built with Gradle 7.4 and openjdk version
>>> "1.8.0_232".
>>> * Python artifacts are deployed along with the source release to the
>>> dist.apache.org [2] and PyPI[8].
>>> * Validation sheet with a tab for 2.40.0 release to help with validation
>>> [9].
>>> * Docker images published to Docker Hub [10].
>>>
>>> The vote will be open for at least 72 hours. It is adopted by majority
>>> approval, with at least 3 PMC affirmative votes.
>>>
>>> For guidelines on how to try the release in your projects, check out our
>>> blog post at https://beam.apache.org/blog/validate-beam-release/.
>>>
>>> Thanks,
>>> -P.
>>>
>>>
>>> *P.S.: Dataflow containers have not yet been pushed, so please hold off
>>> before testing that.*
>>>
>>> [1] https://github.com/apache/beam/releases/tag/v2.40.0-RC2
>>> [2] https://dist.apache.org/repos/dist/dev/beam/2.40.0/
>>> [3] https://dist.apache.org/repos/dist/release/beam/KEYS
>>> [4]
>>> https://repository.apache.org/content/repositories/orgapachebeam-1275/
>>> [5] https://github.com/apache/beam/tree/v2.40.0-RC2
>>> [6] https://github.com/apache/beam/pull/21947
>>> [7] https://github.com/apache/beam-site/pull/632
>>> [8] https://pypi.org/project/apache-beam/2.40.0rc2/
>>> [9]
>>> https://docs.google.com/spreadsheets/d/1qk-N5vjXvbcEk68GjbkSZTR8AGqyNUM-oLFo_ZXBpJw/edit#gid=1844197258
>>> [10] https://hub.docker.com/search?q=apache%2Fbeam&type=image
>>>
>>
>

Reply via email to