Re: [ANNOUNCE] Beam 2.20.0 Released

2020-04-24 Thread Rui Wang
Thanks everyone for helping answer questions!


-Rui

On Fri, Apr 24, 2020 at 12:06 PM Jan Lukavský  wrote:

> Cool thanks! Another day I have learnt something. :-D
> On 4/24/20 9:00 PM, Udi Meiri wrote:
>
> You'll need to add --tags
>
> On Fri, Apr 24, 2020 at 11:53 AM Jan Lukavský  wrote:
>
>> Hm, that is strange:
>>
>> ~/git/apache/beam$ git status
>> On branch master
>> Your branch is up to date with 'origin/master'.
>> ~/git/apache/beam$ git pull
>> Already up to date.
>> ~/git/apache/beam$ git tag | grep v2.19.0
>> v2.19.0
>> v2.19.0-RC1
>> ~/git/apache/beam$ git tag | grep v2.20.0
>> ~/git/apache/beam$
>>
>> I'm obviously missing something.
>>
>> Jan
>> On 4/24/20 7:01 PM, Thomas Weise wrote:
>>
>> Here is the release tag:
>> https://github.com/apache/beam/releases/tag/v2.20.0
>>
>>
>> On Fri, Apr 24, 2020 at 9:28 AM Kyle Weaver  wrote:
>>
>>> > Is is possible we are missing git tag for this release? I cannot find
>>> it.
>>>
>>> You mean https://github.com/apache/beam/tree/release-2.20.0?
>>>
>>> On Fri, Apr 24, 2020 at 9:04 AM Jan Lukavský  wrote:
>>>
 Hi Rui,

 thanks making for this release! Is is possible we are missing git tag
 for this release? I cannot find it.

 Thanks,

  Jan
 On 4/16/20 8:47 PM, Rui Wang wrote:

 Note that due to a bug on infrastructure, the website change failed to
 publish. But 2.20.0 artifacts are available to use right now.



 -Rui

 On Thu, Apr 16, 2020 at 11:45 AM Rui Wang  wrote:

> The Apache Beam team is pleased
> to announce the release of version 2.20.0.
>
> Apache Beam is an open source unified programming model to define and
> execute data processing pipelines, including ETL, batch and stream
> (continuous) processing. See https://beam.apache.org
>
> You can download the release here:
>
> https://beam.apache.org/get-started/downloads/
>
> This release includes bug fixes, features, and improvements detailed on
> the Beam blog:
> https://beam.apache.org/blog/2020/04/15/beam-2.20.0.html
>
> Thanks to everyone who contributed to this release, and we hope you
> enjoy
> using Beam 2.20.0.
> -- Rui Wang, on behalf of The Apache Beam team
>



Re: [ANNOUNCE] Beam 2.20.0 Released

2020-04-24 Thread Jan Lukavský

Cool thanks! Another day I have learnt something. :-D

On 4/24/20 9:00 PM, Udi Meiri wrote:

You'll need to add --tags

On Fri, Apr 24, 2020 at 11:53 AM Jan Lukavský > wrote:


Hm, that is strange:

~/git/apache/beam$ git status
On branch master
Your branch is up to date with 'origin/master'.
~/git/apache/beam$ git pull
Already up to date.
~/git/apache/beam$ git tag | grep v2.19.0
v2.19.0
v2.19.0-RC1
~/git/apache/beam$ git tag | grep v2.20.0
~/git/apache/beam$

I'm obviously missing something.

Jan

On 4/24/20 7:01 PM, Thomas Weise wrote:

Here is the release tag:
https://github.com/apache/beam/releases/tag/v2.20.0


On Fri, Apr 24, 2020 at 9:28 AM Kyle Weaver mailto:kcwea...@google.com>> wrote:

> Is is possible we are missing git tag for this release? I
cannot find it.

You mean https://github.com/apache/beam/tree/release-2.20.0?

On Fri, Apr 24, 2020 at 9:04 AM Jan Lukavský mailto:je...@seznam.cz>> wrote:

Hi Rui,

thanks making for this release! Is is possible we are
missing git tag for this release? I cannot find it.

Thanks,

 Jan

On 4/16/20 8:47 PM, Rui Wang wrote:

Note that due to a bug on infrastructure, the website
change failed to publish. But 2.20.0 artifacts are
available to use right now.



-Rui

On Thu, Apr 16, 2020 at 11:45 AM Rui Wang
mailto:amaliu...@apache.org>> wrote:

The Apache Beam team is pleased
to announce the release of version 2.20.0.

Apache Beam is an open source unified programming
model to define and
execute data processing pipelines, including ETL,
batch and stream
(continuous) processing. See https://beam.apache.org


You can download the release here:

https://beam.apache.org/get-started/downloads/

This release includes bug fixes, features, and
improvements detailed on
the Beam blog:
https://beam.apache.org/blog/2020/04/15/beam-2.20.0.html

Thanks to everyone who contributed to this release,
and we hope you enjoy
using Beam 2.20.0.
-- Rui Wang, on behalf of The Apache Beam team



Re: [ANNOUNCE] Beam 2.20.0 Released

2020-04-24 Thread Udi Meiri
You'll need to add --tags

On Fri, Apr 24, 2020 at 11:53 AM Jan Lukavský  wrote:

> Hm, that is strange:
>
> ~/git/apache/beam$ git status
> On branch master
> Your branch is up to date with 'origin/master'.
> ~/git/apache/beam$ git pull
> Already up to date.
> ~/git/apache/beam$ git tag | grep v2.19.0
> v2.19.0
> v2.19.0-RC1
> ~/git/apache/beam$ git tag | grep v2.20.0
> ~/git/apache/beam$
>
> I'm obviously missing something.
>
> Jan
> On 4/24/20 7:01 PM, Thomas Weise wrote:
>
> Here is the release tag:
> https://github.com/apache/beam/releases/tag/v2.20.0
>
>
> On Fri, Apr 24, 2020 at 9:28 AM Kyle Weaver  wrote:
>
>> > Is is possible we are missing git tag for this release? I cannot find
>> it.
>>
>> You mean https://github.com/apache/beam/tree/release-2.20.0?
>>
>> On Fri, Apr 24, 2020 at 9:04 AM Jan Lukavský  wrote:
>>
>>> Hi Rui,
>>>
>>> thanks making for this release! Is is possible we are missing git tag
>>> for this release? I cannot find it.
>>>
>>> Thanks,
>>>
>>>  Jan
>>> On 4/16/20 8:47 PM, Rui Wang wrote:
>>>
>>> Note that due to a bug on infrastructure, the website change failed to
>>> publish. But 2.20.0 artifacts are available to use right now.
>>>
>>>
>>>
>>> -Rui
>>>
>>> On Thu, Apr 16, 2020 at 11:45 AM Rui Wang  wrote:
>>>
 The Apache Beam team is pleased
 to announce the release of version 2.20.0.

 Apache Beam is an open source unified programming model to define and
 execute data processing pipelines, including ETL, batch and stream
 (continuous) processing. See https://beam.apache.org

 You can download the release here:

 https://beam.apache.org/get-started/downloads/

 This release includes bug fixes, features, and improvements detailed on
 the Beam blog: https://beam.apache.org/blog/2020/04/15/beam-2.20.0.html

 Thanks to everyone who contributed to this release, and we hope you
 enjoy
 using Beam 2.20.0.
 -- Rui Wang, on behalf of The Apache Beam team

>>>


smime.p7s
Description: S/MIME Cryptographic Signature


Re: [ANNOUNCE] Beam 2.20.0 Released

2020-04-24 Thread Kyle Weaver
Try `git fetch upstream --tags`.

On Fri, Apr 24, 2020 at 2:53 PM Jan Lukavský  wrote:

> Hm, that is strange:
>
> ~/git/apache/beam$ git status
> On branch master
> Your branch is up to date with 'origin/master'.
> ~/git/apache/beam$ git pull
> Already up to date.
> ~/git/apache/beam$ git tag | grep v2.19.0
> v2.19.0
> v2.19.0-RC1
> ~/git/apache/beam$ git tag | grep v2.20.0
> ~/git/apache/beam$
>
> I'm obviously missing something.
>
> Jan
> On 4/24/20 7:01 PM, Thomas Weise wrote:
>
> Here is the release tag:
> https://github.com/apache/beam/releases/tag/v2.20.0
>
>
> On Fri, Apr 24, 2020 at 9:28 AM Kyle Weaver  wrote:
>
>> > Is is possible we are missing git tag for this release? I cannot find
>> it.
>>
>> You mean https://github.com/apache/beam/tree/release-2.20.0?
>>
>> On Fri, Apr 24, 2020 at 9:04 AM Jan Lukavský  wrote:
>>
>>> Hi Rui,
>>>
>>> thanks making for this release! Is is possible we are missing git tag
>>> for this release? I cannot find it.
>>>
>>> Thanks,
>>>
>>>  Jan
>>> On 4/16/20 8:47 PM, Rui Wang wrote:
>>>
>>> Note that due to a bug on infrastructure, the website change failed to
>>> publish. But 2.20.0 artifacts are available to use right now.
>>>
>>>
>>>
>>> -Rui
>>>
>>> On Thu, Apr 16, 2020 at 11:45 AM Rui Wang  wrote:
>>>
 The Apache Beam team is pleased
 to announce the release of version 2.20.0.

 Apache Beam is an open source unified programming model to define and
 execute data processing pipelines, including ETL, batch and stream
 (continuous) processing. See https://beam.apache.org

 You can download the release here:

 https://beam.apache.org/get-started/downloads/

 This release includes bug fixes, features, and improvements detailed on
 the Beam blog: https://beam.apache.org/blog/2020/04/15/beam-2.20.0.html

 Thanks to everyone who contributed to this release, and we hope you
 enjoy
 using Beam 2.20.0.
 -- Rui Wang, on behalf of The Apache Beam team

>>>


Re: [ANNOUNCE] Beam 2.20.0 Released

2020-04-24 Thread Jan Lukavský

Hm, that is strange:

~/git/apache/beam$ git status
On branch master
Your branch is up to date with 'origin/master'.
~/git/apache/beam$ git pull
Already up to date.
~/git/apache/beam$ git tag | grep v2.19.0
v2.19.0
v2.19.0-RC1
~/git/apache/beam$ git tag | grep v2.20.0
~/git/apache/beam$

I'm obviously missing something.

Jan

On 4/24/20 7:01 PM, Thomas Weise wrote:
Here is the release tag: 
https://github.com/apache/beam/releases/tag/v2.20.0



On Fri, Apr 24, 2020 at 9:28 AM Kyle Weaver > wrote:


> Is is possible we are missing git tag for this release? I cannot
find it.

You mean https://github.com/apache/beam/tree/release-2.20.0?

On Fri, Apr 24, 2020 at 9:04 AM Jan Lukavský mailto:je...@seznam.cz>> wrote:

Hi Rui,

thanks making for this release! Is is possible we are missing
git tag for this release? I cannot find it.

Thanks,

 Jan

On 4/16/20 8:47 PM, Rui Wang wrote:

Note that due to a bug on infrastructure, the website change
failed to publish. But 2.20.0 artifacts are available to use
right now.



-Rui

On Thu, Apr 16, 2020 at 11:45 AM Rui Wang
mailto:amaliu...@apache.org>> wrote:

The Apache Beam team is pleased
to announce the release of version 2.20.0.

Apache Beam is an open source unified programming model
to define and
execute data processing pipelines, including ETL, batch
and stream
(continuous) processing. See https://beam.apache.org


You can download the release here:

https://beam.apache.org/get-started/downloads/

This release includes bug fixes, features, and
improvements detailed on
the Beam blog:
https://beam.apache.org/blog/2020/04/15/beam-2.20.0.html

Thanks to everyone who contributed to this release, and
we hope you enjoy
using Beam 2.20.0.
-- Rui Wang, on behalf of The Apache Beam team



Re: [ANNOUNCE] Beam 2.20.0 Released

2020-04-24 Thread Thomas Weise
Here is the release tag: https://github.com/apache/beam/releases/tag/v2.20.0


On Fri, Apr 24, 2020 at 9:28 AM Kyle Weaver  wrote:

> > Is is possible we are missing git tag for this release? I cannot find it.
>
> You mean https://github.com/apache/beam/tree/release-2.20.0?
>
> On Fri, Apr 24, 2020 at 9:04 AM Jan Lukavský  wrote:
>
>> Hi Rui,
>>
>> thanks making for this release! Is is possible we are missing git tag for
>> this release? I cannot find it.
>>
>> Thanks,
>>
>>  Jan
>> On 4/16/20 8:47 PM, Rui Wang wrote:
>>
>> Note that due to a bug on infrastructure, the website change failed to
>> publish. But 2.20.0 artifacts are available to use right now.
>>
>>
>>
>> -Rui
>>
>> On Thu, Apr 16, 2020 at 11:45 AM Rui Wang  wrote:
>>
>>> The Apache Beam team is pleased
>>> to announce the release of version 2.20.0.
>>>
>>> Apache Beam is an open source unified programming model to define and
>>> execute data processing pipelines, including ETL, batch and stream
>>> (continuous) processing. See https://beam.apache.org
>>>
>>> You can download the release here:
>>>
>>> https://beam.apache.org/get-started/downloads/
>>>
>>> This release includes bug fixes, features, and improvements detailed on
>>> the Beam blog: https://beam.apache.org/blog/2020/04/15/beam-2.20.0.html
>>>
>>> Thanks to everyone who contributed to this release, and we hope you enjoy
>>> using Beam 2.20.0.
>>> -- Rui Wang, on behalf of The Apache Beam team
>>>
>>


Re: [ANNOUNCE] Beam 2.20.0 Released

2020-04-24 Thread Kyle Weaver
> Is is possible we are missing git tag for this release? I cannot find it.

You mean https://github.com/apache/beam/tree/release-2.20.0?

On Fri, Apr 24, 2020 at 9:04 AM Jan Lukavský  wrote:

> Hi Rui,
>
> thanks making for this release! Is is possible we are missing git tag for
> this release? I cannot find it.
>
> Thanks,
>
>  Jan
> On 4/16/20 8:47 PM, Rui Wang wrote:
>
> Note that due to a bug on infrastructure, the website change failed to
> publish. But 2.20.0 artifacts are available to use right now.
>
>
>
> -Rui
>
> On Thu, Apr 16, 2020 at 11:45 AM Rui Wang  wrote:
>
>> The Apache Beam team is pleased to announce the release of version 2.20.0.
>>
>> Apache Beam is an open source unified programming model to define and
>> execute data processing pipelines, including ETL, batch and stream
>> (continuous) processing. See https://beam.apache.org
>>
>> You can download the release here:
>>
>> https://beam.apache.org/get-started/downloads/
>>
>> This release includes bug fixes, features, and improvements detailed on
>> the Beam blog: https://beam.apache.org/blog/2020/04/15/beam-2.20.0.html
>>
>> Thanks to everyone who contributed to this release, and we hope you enjoy
>> using Beam 2.20.0.
>> -- Rui Wang, on behalf of The Apache Beam team
>>
>


Re: [ANNOUNCE] Beam 2.20.0 Released

2020-04-24 Thread Maximilian Michels
Thanks Rui for getting this one out!

-Max

On 24.04.20 15:03, Jan Lukavský wrote:
> Hi Rui,
> 
> thanks making for this release! Is is possible we are missing git tag
> for this release? I cannot find it.
> 
> Thanks,
> 
>  Jan
> 
> On 4/16/20 8:47 PM, Rui Wang wrote:
>> Note that due to a bug on infrastructure, the website change failed to
>> publish. But 2.20.0 artifacts are available to use right now.
>>
>>
>>
>> -Rui
>>
>> On Thu, Apr 16, 2020 at 11:45 AM Rui Wang > > wrote:
>>
>> The Apache Beam team is pleased
>> to announce the release of version 2.20.0.
>>
>> Apache Beam is an open source unified programming model to define and
>> execute data processing pipelines, including ETL, batch and stream
>> (continuous) processing. See https://beam.apache.org
>> 
>>
>> You can download the release here:
>>
>>     https://beam.apache.org/get-started/downloads/ 
>>
>> This release includes bug fixes, features, and improvements
>> detailed on
>> the Beam
>> blog: https://beam.apache.org/blog/2020/04/15/beam-2.20.0.html
>>
>> Thanks to everyone who contributed to this release, and we hope
>> you enjoy
>> using Beam 2.20.0.
>> -- Rui Wang, on behalf of The Apache Beam team
>>


Re: [ANNOUNCE] Beam 2.20.0 Released

2020-04-24 Thread Jan Lukavský

Hi Rui,

thanks making for this release! Is is possible we are missing git tag 
for this release? I cannot find it.


Thanks,

 Jan

On 4/16/20 8:47 PM, Rui Wang wrote:
Note that due to a bug on infrastructure, the website change failed to 
publish. But 2.20.0 artifacts are available to use right now.




-Rui

On Thu, Apr 16, 2020 at 11:45 AM Rui Wang > wrote:


The Apache Beam team is pleased
to announce the release of version 2.20.0.

Apache Beam is an open source unified programming model to define and
execute data processing pipelines, including ETL, batch and stream
(continuous) processing. See https://beam.apache.org


You can download the release here:

https://beam.apache.org/get-started/downloads/

This release includes bug fixes, features, and improvements
detailed on
the Beam blog:
https://beam.apache.org/blog/2020/04/15/beam-2.20.0.html

Thanks to everyone who contributed to this release, and we hope
you enjoy
using Beam 2.20.0.
-- Rui Wang, on behalf of The Apache Beam team



Re: [ANNOUNCE] Beam 2.20.0 Released

2020-04-16 Thread Rui Wang
Note that due to a bug on infrastructure, the website change failed to
publish. But 2.20.0 artifacts are available to use right now.



-Rui

On Thu, Apr 16, 2020 at 11:45 AM Rui Wang  wrote:

> The Apache Beam team is pleased to announce the release of version 2.20.0.
>
> Apache Beam is an open source unified programming model to define and
> execute data processing pipelines, including ETL, batch and stream
> (continuous) processing. See https://beam.apache.org
>
> You can download the release here:
>
> https://beam.apache.org/get-started/downloads/
>
> This release includes bug fixes, features, and improvements detailed on
> the Beam blog: https://beam.apache.org/blog/2020/04/15/beam-2.20.0.html
>
> Thanks to everyone who contributed to this release, and we hope you enjoy
> using Beam 2.20.0.
> -- Rui Wang, on behalf of The Apache Beam team
>


[ANNOUNCE] Beam 2.20.0 Released

2020-04-16 Thread Rui Wang
The Apache Beam team is pleased to announce the release of version 2.20.0.

Apache Beam is an open source unified programming model to define and
execute data processing pipelines, including ETL, batch and stream
(continuous) processing. See https://beam.apache.org

You can download the release here:

https://beam.apache.org/get-started/downloads/

This release includes bug fixes, features, and improvements detailed on
the Beam blog: https://beam.apache.org/blog/2020/04/15/beam-2.20.0.html

Thanks to everyone who contributed to this release, and we hope you enjoy
using Beam 2.20.0.
-- Rui Wang, on behalf of The Apache Beam team