Re: [VOTE] Release 2.21.0, release candidate #1

2020-05-19 Thread Hannah Jiang
I confirmed that licenses/notices/source code are added to Java and Python docker images as expected. On Tue, May 19, 2020 at 2:36 PM Kyle Weaver wrote: > Thanks for bringing that up Steve. I'll leave it to others to vote on > whether that necessitates an RC #2. > > On Tue, May 19, 2020 at

Re: Jenkins jobs not running for my PR 10438

2020-05-10 Thread Hannah Jiang
It is done. Some more tests were triggered automatically when I commented to the PR. On Sun, May 10, 2020 at 5:37 AM Yoshiki Obata wrote: > Hi Beam committers > > I would appreciate if you could trigger following 5 tests in > https://github.com/apache/beam/pull/11656 > > Run Portable_Python

Re: [REVIEW][please pause website changes] Migrated the Beam website to Hugo

2020-05-04 Thread Hannah Jiang
o wait until > then? > > On Thu, Apr 30, 2020 at 4:29 PM Hannah Jiang > wrote: > >> Since we want to move forward with the PR, I would like to ask the >>> community to hold off changes to the current Beam website for a week, until >>> we are able to review and merge

Re: [REVIEW][please pause website changes] Migrated the Beam website to Hugo

2020-04-30 Thread Hannah Jiang
> > Since we want to move forward with the PR, I would like to ask the > community to hold off changes to the current Beam website for a week, until > we are able to review and merge the PR. Is this acceptable to everyone? Do we have an exact date when we can push changes to the website? I have

Re: Python 3.7 docker container fails to build

2020-04-30 Thread Hannah Jiang
; > >> > I'm going to try running the build again. Do you think we could add more >> > storage to our Jenkins hosts or delete old build data? >> > >> > Thanks, >> > Max >> > >> > On 30.04.20 08:43, Hannah Jiang wrote: >> >> Max

Re: Python 3.7 docker container fails to build

2020-04-30 Thread Hannah Jiang
:03* >* Task :sdks:python:container:py35:docker**07:57:03* [91mERROR: Could not install packages due to an EnvironmentError: [Errno 28] No space left on device On Wed, Apr 29, 2020 at 5:59 PM Hannah Jiang wrote: > There is a PythonDocker Precommit test running for PRs with Python > chang

Re: sdks:java:container:generateThirdPartyLicenses effect on build time / stability

2020-04-29 Thread Hannah Jiang
> On Tue, Apr 28, 2020 at 5:03 PM Robert Bradshaw >> wrote: >> >>> On Tue, Apr 28, 2020 at 4:46 PM Hannah Jiang >>> wrote: >>> >>>> I guess I assumed there was some reason we needed "lightweight images" >>>>> in our te

Re: Python 3.7 docker container fails to build

2020-04-29 Thread Hannah Jiang
/ On Wed, Apr 29, 2020 at 2:44 PM Ahmet Altay wrote: > +Valentyn Tymofieiev +Hannah Jiang > -- in case they have relevant information. > > On Wed, Apr 29, 2020 at 12:35 PM Maximilian Michels > wrote: > >> Hi, >> >> has anyone noticed the Python 3.7 Docker co

Re: sdks:java:container:generateThirdPartyLicenses effect on build time / stability

2020-04-28 Thread Hannah Jiang
>> Alternatively, I think we should invest in URL caching. These urls should >> be immutable; let's only download them once, ever. >> >> On Tue, Apr 28, 2020 at 3:31 PM Hannah Jiang >> wrote: >> >>> Do you mean set the default mode to skip and overwr

Re: sdks:java:container:generateThirdPartyLicenses effect on build time / stability

2020-04-28 Thread Hannah Jiang
Weise wrote: > Can this be solved by enabling the license magic for the Jenkins jobs? > > I also think the default should be off for better local development > experience. > > On Tue, Apr 28, 2020 at 3:05 PM Hannah Jiang > wrote: > >> We need to make sure the re

Re: Greetings from Tyson

2020-04-28 Thread Hannah Jiang
Welcome to the community! On Tue, Apr 28, 2020 at 2:45 PM Tyson Hamilton wrote: > Hello Beam Community, > > This is just a simple 'Hello' to introduce myself. I'm a Software Engineer > at Google and have worked with data processing languages and runtime > systems on and off during my career. I

Re: sdks:java:container:generateThirdPartyLicenses effect on build time / stability

2020-04-28 Thread Hannah Jiang
ake sense. One disagreement: I think the default > should be skip. I imagine few users would want to put licenses in their own > images. > > On Tue, Apr 28, 2020 at 5:36 PM Hannah Jiang > wrote: > >> The above 1,2,3,4 are merged to master. >> Here I would like to c

Re: sdks:java:container:generateThirdPartyLicenses effect on build time / stability

2020-04-28 Thread Hannah Jiang
job server images, and share the same default mode. Does this sound good? Are there any concerns? Please let me know what you think. Hannah On Thu, Apr 16, 2020 at 11:46 AM Hannah Jiang wrote: > Ok, so the fianl approach is > 1. Using multi threading with 16 threads. > 2. Introduce do

Re: sdks:java:container:generateThirdPartyLicenses effect on build time / stability

2020-04-16 Thread Hannah Jiang
vestigating! >> >> I think it would be great to eliminate the overhead for local builds (by >> default turn off the license assembly) and make it as lightweight >> as possible in the frequent CI path. >> >> Thomas >> >> >> On Thu, Apr 16, 2020 at 1:37 AM

Re: sdks:java:container:generateThirdPartyLicenses effect on build time / stability

2020-04-16 Thread Hannah Jiang
n't > accidentally omit them when it matters is the tricky bit I see here.) > > > On Wed, Apr 15, 2020 at 3:38 PM Hannah Jiang > wrote: > >> Thanks for providing feedback. >> >> Here is what happending now and I would discuss when to run the job. >> >&

Re: sdks:java:container:generateThirdPartyLicenses effect on build time / stability

2020-04-15 Thread Hannah Jiang
we are able to fix this particular issue, I agree it is best > not to run this job except for releases because of the inherent network > cost and possible reliability issues. +Hannah Jiang > What do you think? > > On Wed, Apr 15, 2020 at 5:20 PM Thomas Weise wrote: > >> The new

PythonDocker PreCommit

2020-04-02 Thread Hannah Jiang
Hello Dev@ A new precommit was added for Python. It is in master now. *PythonDocker ("Run PythonDocker PreCommit")* is a job to build Python SDK containers with licenses/notices of third party dependencies. The trigger rule is the same as Python Precommit and the test runs for Py2, Py35, Py36 and

Re: [PROPOSAL] Add licenses and notices to SDK docker images

2020-03-24 Thread Hannah Jiang
PRs automatically to update licenses and notices. Please review *When run dependency check* section and provide inputs to improve the process. Link: https://s.apache.org/eauq6 Hannah On Wed, Feb 5, 2020 at 4:43 PM Hannah Jiang wrote: > Hello > > I wrote a design document about adding

Re: Are docker image tags shared within a jenkins worker?

2020-03-24 Thread Hannah Jiang
/builds.apache.org/job/beam_PostCommit_XVR_Flink_PR/66/ > > On Tue, Mar 24, 2020 at 11:33 AM Hannah Jiang > wrote: > >> Hi Brian >> >> I think that's possible if we use the default tag for the Jenkins tests. >> To prevent this, we can use a customized tag, for example, timestamp, fo

Re: Are docker image tags shared within a jenkins worker?

2020-03-24 Thread Hannah Jiang
Hi Brian I think that's possible if we use the default tag for the Jenkins tests. To prevent this, we can use a customized tag, for example, timestamp, for each build. Can you please point me to the failing tests? I will check more details. Thanks, Hannah On Tue, Mar 24, 2020 at 10:11 AM Brian

Re: Docker images are migrated to Apache org.

2020-02-28 Thread Hannah Jiang
, Feb 27, 2020 at 2:30 PM Ismaël Mejía wrote: >> >>> Great news, Thanks Hannah for all your attention to this issue, let's >>> not forget to thank the INFRA guys for their help. >>> >>> On Tue, Feb 25, 2020 at 2:03 AM Hannah Jiang >>> wrote: >&

Re: Can any contributor trigger PreCommit tests?

2020-02-25 Thread Hannah Jiang
Committers can trigger the tests. Can you share your PRs here so people who have permission can trigger tests for your PRs? Please refer to this thread for more details of

Re: Docker images are migrated to Apache org.

2020-02-24 Thread Hannah Jiang
elevant results are included. Unfortunately this >>>>> might not be something we can control, as it seems Docker hub's search is >>>>> not as sophisticated as I would like. >>>>> >>>>> Anyway, this is still a great improvement. Thanks Hannah for

Docker images are migrated to Apache org.

2020-02-21 Thread Hannah Jiang
Hello team Docker SDK images (Python, Java, Go) and Flink job server images are migrated to Apache org[1]. I confirmed digests of all the images of the two repos are exactly the same. In addition, I updated readme pages of the new repos. The readma pages match to the ones at github. New images

Re: [PROPOSAL] Transition released containers to the official ASF dockerhub organization

2020-02-14 Thread Hannah Jiang
Ahmet Altay wrote: >> > >> > Could we ask them to buik add a list of people to add to the list? We >> could add all PMC members and previous release managers to the list. That >> might cover a good chunk of the future releases. >> > >> > On Wed, Feb 12, 2

Re: [PROPOSAL] Transition released containers to the official ASF dockerhub organization

2020-02-12 Thread Hannah Jiang
t;> On Wed, Jan 15, 2020 at 1:32 PM Kyle Weaver >>>> wrote: >>>> > >>>> > +1, agree that moving current image name to tags is a non-starter. >>>> Thanks for driving this Hannah. Let us know what they say about repo >>>> creation. >>&

[PROPOSAL] Add licenses and notices to SDK docker images

2020-02-05 Thread Hannah Jiang
Hello I wrote a design document about adding licenses and notices for third party dependencies to SDK docker images. I reviewed several tools for this purpose, please recommend other tools if anything in your mind, I am happy to review those as well. Link: https://s.apache.org/eauq6 Any kind of

Re: [ANNOUNCE] Beam 2.19.0 Released

2020-02-04 Thread Hannah Jiang
Thanks Boyuan! On Tue, Feb 4, 2020 at 4:46 PM Connell O'Callaghan wrote: > Well done and thank you Boyuan (and all involved)!!! > > On Tue, Feb 4, 2020 at 4:25 PM Boyuan Zhang wrote: > >> The Apache Beam team is pleased to announce the release of version 2.19.0 >> . >> >> Apache Beam is an

Re: [ANNOUNCE] New committer: Hannah Jiang

2020-01-29 Thread Hannah Jiang
r sharing Luke!!! >>>>>>>>>>>> >>>>>>>>>>>> Well done and congratulations Hannah!! >>>>>>>>>>>> >>>>>>>>>>>> On Tue, Jan 28, 2020 at 4:45 PM Heejong Lee >

Re: Apache community contact point

2020-01-28 Thread Hannah Jiang
16, 2020 at 12:09 PM Hannah Jiang wrote: > Here is the Jira ticket I created: > https://issues.apache.org/jira/browse/INFRA-19732 > Kenn, I tried to add you as a watcher, but was not able to do so because > of lack of permission. Thanks for your willingness to help :) > > On

Re: [ANNOUNCE] Beam 2.18.0 Released

2020-01-28 Thread Hannah Jiang
Thanks Udi! On Tue, Jan 28, 2020 at 11:09 AM Pablo Estrada wrote: > Thanks Udi! > > On Tue, Jan 28, 2020 at 11:08 AM Rui Wang wrote: > >> Thank you Udi for taking care of Beam 2.18.0 release! >> >> >> >> -Rui >> >> On Tue, Jan 28, 2020 at 10:59 AM Udi Meiri wrote: >> >>> The Apache Beam team

Re: [ANNOUNCE] New committer: Michał Walenia

2020-01-28 Thread Hannah Jiang
Congrats you Michal! On Tue, Jan 28, 2020 at 9:11 AM Gleb Kanterov wrote: > Congratulations! > > On Tue, Jan 28, 2020 at 6:03 PM Łukasz Gajowy wrote: > >> Congratulations Michał!  >> >> wt., 28 sty 2020 o 16:33 Ryan Skraba napisał(a): >> >>> Congratulations! >>> >>> On Tue, Jan 28, 2020

Re: PreCommit Java Portability is failing

2020-01-23 Thread Hannah Jiang
Yes, ths fix was merged at 2:30PM PST -ish. Happy it is confirmed. On Thu, Jan 23, 2020 at 2:46 PM Tomo Suzuki wrote: > Hannah, > > Thank you for the fix (#10676)! > > On Thu, Jan 23, 2020 at 2:55 PM Hannah Jiang > wrote: > > > > I will submit a small patch t

Re: PreCommit Java Portability is failing

2020-01-23 Thread Hannah Jiang
fixed? > > Andrew > > On Tue, Jan 21, 2020 at 1:47 PM Hannah Jiang > wrote: > >> This is caused by PR 10557 <https://github.com/apache/beam/pull/10557>, >> I will fix it soon. >> >> On Tue, Jan 21, 2020 at 1:24 PM Kirill Kozlov >> wrote: >&

Re: PreCommit Java Portability is failing

2020-01-21 Thread Hannah Jiang
This is caused by PR 10557 , I will fix it soon. On Tue, Jan 21, 2020 at 1:24 PM Kirill Kozlov wrote: > Hello beam developers! > > Jenkins job page: > https://builds.apache.org/job/beam_PreCommit_JavaPortabilityApi_Cron/ > The following tasks fails: `

Re: Apache community contact point

2020-01-16 Thread Hannah Jiang
ire a PMC member, so feel free to add me or another. But a > link to your thread should probably be enough. > > On Wed, Jan 15, 2020 at 1:39 PM Hannah Jiang > wrote: > >> Thanks Andrew, I will try with Jira. >> >> On Wed, Jan 15, 2020 at 1:13 PM Andrew Pilloud &g

Re: Apache community contact point

2020-01-15 Thread Hannah Jiang
to Apache infrastructure. > > Andrew > > On Wed, Jan 15, 2020 at 1:03 PM Hannah Jiang > wrote: > >> I am trying to contact the Apache community to deploy Beam images to >> their organization at docker hub. I wrote an email to >> *d...@community.apache.org >> * and i

Apache community contact point

2020-01-15 Thread Hannah Jiang
I am trying to contact the Apache community to deploy Beam images to their organization at docker hub. I wrote an email to *d...@community.apache.org * and it has been almost 48 hours, but haven't received any response. To the people who have experience working with them, is this a correct

Re: [PROPOSAL] Transition released containers to the official ASF dockerhub organization

2020-01-15 Thread Hannah Jiang
ing we can leverage here? (This isn't a blocker, but >>>> something to consider.) >>>> >>> >> After a quick search, I could not find a way to use more than one level >> of repositories. We can use the naming scheme we currently use to help >>

Re: [PROPOSAL] Transition released containers to the official ASF dockerhub organization

2020-01-10 Thread Hannah Jiang
Thanks Ahmet for proposing it. I will take it and work towards v2.19. Hannah On Fri, Jan 10, 2020 at 1:50 PM Kyle Weaver wrote: > It'd be nice to have the clout/official sheen of apache attached to our > containers. Although getting the required permissions might add some small > overhead to

Re: Cleaning up SDK docker image tagging

2020-01-10 Thread Hannah Jiang
tagging their own container with the release tag, but most people should > know better.) > > > make it consistent for all languages > > Forgot to reply to this point -- I agree, +1. > > [1] > https://lists.apache.org/thread.html/7b5599f142785e616a1e943ff1c3da5213de370ed

Re: Cleaning up SDK docker image tagging

2020-01-10 Thread Hannah Jiang
customized image, is used. On Thu, Jan 9, 2020 at 4:54 PM Kyle Weaver wrote: > > This has a minor downside for the users who are using unreleased > versions. They need to build a local image first before using docker to run. > > Isn't that the current behavior? > > On Th

Re: Cleaning up SDK docker image tagging

2020-01-10 Thread Hannah Jiang
t; >> Isn't that the current behavior? >> >> On Thu, Jan 9, 2020 at 4:48 PM Hannah Jiang >> wrote: >> >>> Hi Community >>> >>> Now we are using different default tags for Python(version or >>> version.dev), Java(version-SNAPSHOT) a

Re: Request for new dockerhub repos

2020-01-10 Thread Hannah Jiang
Hi Udi The repositories are created. Were you added as a maintainer? If not, we need your docker hub user ID. Thanks, Hannah On Thu, Jan 9, 2020 at 5:48 PM Udi Meiri wrote: > Hi, > As part of the 2.18 release, we're adding 3 additional containers for > Flink. > I have write access but since I

Cleaning up SDK docker image tagging

2020-01-09 Thread Hannah Jiang
Hi Community Now we are using different default tags for Python(version or version.dev), Java(version-SNAPSHOT) and Go(latest). I would like to clean it up and make it consistent for all languages and here is my proposal. For the released version of SDKs, the default tag will be version number.

Re: [Discuss] Beam mascot

2019-11-15 Thread Hannah Jiang
I also vote for firefly. On Wed, Nov 13, 2019 at 1:38 PM Valentyn Tymofieiev wrote: > I like the firefly sketch a lot, it's my favorite so far. > > On Wed, Nov 13, 2019 at 12:58 PM Robert Bradshaw > wrote: > >> #37 from the sketches was the cuttlefish, which would put it at (with >> 4 votes)

Re: How to use a locally built worker image?

2019-10-02 Thread Hannah Jiang
;> building something locally, we do expect that to be used. We may need to >>> change to not pull when the image is available locally, at least when it is >>> a snapshot/master branch. Release images should be immutable anyways. >>> >>> Thomas >>>

Re: [ANNOUNCE] New committer: Alan Myrvold

2019-09-27 Thread Hannah Jiang
Congrats Alan! On Fri, Sep 27, 2019 at 9:57 AM Ruoyun Huang wrote: > Congratulations, Alan! > > > On Fri, Sep 27, 2019 at 9:55 AM Rui Wang wrote: > >> Congrats! >> >> -Rui >> >> On Fri, Sep 27, 2019 at 9:54 AM Pablo Estrada wrote: >> >>> Yooh! : D >>> >>> On Fri, Sep 27, 2019 at 9:53 AM

Re: How to use a locally built worker image?

2019-09-24 Thread Hannah Jiang
A minor update, with custom container, the pipeline would not fail, it throws out warning and moves on to `docker run` command. On Tue, Sep 24, 2019 at 4:05 PM Hannah Jiang wrote: > Hi Brian > > If we pull docker images, it always downloads from remote repository, > which is expec

Re: How to use a locally built worker image?

2019-09-24 Thread Hannah Jiang
Hi Brian If we pull docker images, it always downloads from remote repository, which is expected behavior. In case we want to run a local image and pull it only when the image is not available at local, we can use `docker run` command directly, without pulling it in advance. [1] In case we want

Re: portableWordCountBatch and portableWordCountStreaming failing in Python PreCommit

2019-09-16 Thread Hannah Jiang
e here/jira if you have any progress. > > Mark > > On Mon, Sep 16, 2019 at 5:04 PM Hannah Jiang > wrote: > >> For issue with flink image, I re-opened a ticket which is currently >> blocking release.(BEAM-8165) >> >> On Mon, Sep 16, 2019 at 5:00 PM Ahmet A

Re: portableWordCountBatch and portableWordCountStreaming failing in Python PreCommit

2019-09-16 Thread Hannah Jiang
cs checks optional? > > >> >> Kyle Weaver | Software Engineer | github.com/ibzib | kcwea...@google.com >> >> >> On Mon, Sep 16, 2019 at 1:14 PM Hannah Jiang >> wrote: >> >>> If we try to create a flink image from master branch, it will creat

Re: portableWordCountBatch and portableWordCountStreaming failing in Python PreCommit

2019-09-16 Thread Hannah Jiang
If we try to create a flink image from master branch, it will create *apachebeam/flink-job-server*, while the code is expecting *jenkins-docker-apache.bintray.io/beam/flink-job-server:latest *. This should be introduced when we

Re: Improve container support

2019-09-06 Thread Hannah Jiang
ous email. I was looking at the older document in > the mail thread. > > On Thu, Sep 5, 2019 at 4:58 PM Ankur Goenka wrote: > >> I think sdk in the name is obsolete as they are all under sdks name space. >> >> On Thu, Sep 5, 2019 at 3:26 PM Hannah Jiang >> wrote

Re: Improve container support

2019-09-05 Thread Hannah Jiang
or following to disappear from the instructions page: ./gradlew > :sdks:python:container:docker > > On Wed, Sep 4, 2019 at 3:35 PM Thomas Weise wrote: > >> Awesome, thank you! >> >> >> On Wed, Sep 4, 2019 at 3:22 PM Hannah Jiang >> wrote: >> >>> H

Re: Improve container support

2019-09-04 Thread Hannah Jiang
is shown on cwiki? > > Thanks, > Thomas > > > On Wed, Sep 4, 2019 at 11:06 AM Hannah Jiang > wrote: > >> Hi Thomas >> >> I haven't uploaded any snapshot images yet. Here is how you can create >> one from head. >> > cd [...]/beam/ >>

Re: Improve container support

2019-09-04 Thread Hannah Jiang
; >> Thanks, >> Thomas >> >> On Fri, Aug 30, 2019 at 10:56 AM Valentyn Tymofieiev >> wrote: >> >>> On Tue, Aug 27, 2019 at 3:35 PM Hannah Jiang >>> wrote: >>> >>>> Hi team >>>> >>>> I am working on imp

Re: Improve container support

2019-08-30 Thread Hannah Jiang
/hub.docker.com/_/flink. > > On Thu, Aug 29, 2019 at 6:45 AM Hannah Jiang > wrote: > >> Thanks for letting me know about acces issue and sharing solution. >> Here I created a new one >> <https://docs.google.com/document/d/1IKE_aEkrAzkzUE4pD_r_zVuL5amHGetJ1efnbTfmunM/e

Re: Did someone create a Beam Bintray account?

2019-08-28 Thread Hannah Jiang
I created a Bintray account tonight. Can you please verify it? We can update the email later to a more reasonable one. > On Aug 27, 2019, at 11:04 PM, Pablo Estrada wrote: > > I don't know what Bintray is, but I seem to remember it's related to Python > wheels? > > In any case, there are

Re: Improve container support

2019-08-27 Thread Hannah Jiang
add dev@ On Tue, Aug 27, 2019 at 9:29 PM Hannah Jiang wrote: > Thanks for commenting and discussions. > I created a Google Docs > <https://docs.google.com/document/d/1LOraxUHdmuykgOPsjRC00iDqvSapoCuCjZcZm-Vh8o0/edit?usp=sharing> > for > easy commenting and reviewing.

Improve container support

2019-08-27 Thread Hannah Jiang
Hi team I am working on improving docker container support for Beam. We would like to publish prebuilt containers for each release version and daily snapshot. Current work focuses on release images only and it would be part of the release process. The release images will be pushed to GCR which

Re: [ANNOUNCE] New committer: Valentyn Tymofieiev

2019-08-26 Thread Hannah Jiang
Congratulations Valentyn, well deserved! On Mon, Aug 26, 2019 at 2:34 PM Chamikara Jayalath wrote: > Congrats Valentyn! > > On Mon, Aug 26, 2019 at 2:32 PM Pablo Estrada wrote: > >> Thanks Valentyn! >> >> On Mon, Aug 26, 2019 at 2:29 PM Robin Qiu wrote: >> >>> Thank you Valentyn!

Re: [ANNOUNCE] Beam 2.15.0 Released!

2019-08-23 Thread Hannah Jiang
Thank you Yifan! On Fri, Aug 23, 2019 at 11:09 AM Yichi Zhang wrote: > Thank you Yifan! > > On Fri, Aug 23, 2019 at 11:06 AM Robin Qiu wrote: > >> Thank you Yifan! >> >> On Fri, Aug 23, 2019 at 11:05 AM Rui Wang wrote: >> >>> Thank you Yifan! >>> >>> -Rui >>> >>> On Fri, Aug 23, 2019 at 9:21

Re: [VOTE] Release 2.15.0, release candidate #2

2019-08-20 Thread Hannah Jiang
amp; mobile games, and Python (both tar and >> wheel) quickstart with Py27, 35, 36, 37. They worked well. >> >> https://docs.google.com/spreadsheets/d/1qk-N5vjXvbcEk68GjbkSZTR8AGqyNUM-oLFo_ZXBpJw/edit?pli=1#gid=1036192804 >> >> Thanks. >> Yifan >> >> &

Re: [VOTE] Release 2.15.0, release candidate #2

2019-08-20 Thread Hannah Jiang
blocker? >>>>> Could we include the fix in 2.16? >>>>> >>>>> Thanks. >>>>> >>>>> >>>>> On Mon, Aug 19, 2019 at 4:38 PM Yifan Zou wrote: >>>>> >>>>>> I've run most of validation

Re: [VOTE] Release 2.15.0, release candidate #2

2019-08-19 Thread Hannah Jiang
(resending it to dev@) +1, I tested some test cases as well as customized test cases and all looks good. I updated validation sheet. On Mon, Aug 19, 2019 at 10:40 AM Hannah Jiang wrote: > +1, I tested some test cases as well as customized test cases and all > looks good. I updated vali

Re: [ANNOUNCE] New committer: Rui Wang

2019-08-06 Thread Hannah Jiang
Congrats Rui! On Tue, Aug 6, 2019 at 9:50 AM Yifan Zou wrote: > Congratulations Rui! > > On Tue, Aug 6, 2019 at 9:47 AM Anton Kedin wrote: > >> Congrats! >> >> On Tue, Aug 6, 2019, 9:36 AM Ankur Goenka wrote: >> >>> Congratulations Rui! >>> Well deserved  >>> >>> On Tue, Aug 6, 2019 at 9:35

Re: [ANNOUNCE] New committer: Kyle Weaver

2019-08-06 Thread Hannah Jiang
Congrats Kyle! On Tue, Aug 6, 2019 at 9:52 AM David Morávek wrote: > Congratulations Kyle!! > > Sent from my iPhone > > On 6 Aug 2019, at 18:47, Anton Kedin wrote: > > Congrats! > > On Tue, Aug 6, 2019, 9:37 AM Ankur Goenka wrote: > >> Congratulations Kyle! >> >> On Tue, Aug 6, 2019 at 9:35

Re: [ANNOUNCE] Beam 2.14.0 Released!

2019-08-02 Thread Hannah Jiang
Thanks Anton for all the work to release it. On Fri, Aug 2, 2019 at 7:12 AM Connell O'Callaghan wrote: > Well done Anton and all involved!!! > > On Fri, Aug 2, 2019 at 06:56 Robert Bradshaw wrote: > >> Lots of improvements all around. Thank you for pushing this through, >> Anton! >> >> On Fri,

Re: [VOTE] Release 2.14.0, release candidate #1

2019-07-30 Thread Hannah Jiang
I checked Py3 tests using .zip, mainly with direct runners, and everything looks good, so +1. On Tue, Jul 30, 2019 at 2:08 AM Robert Bradshaw wrote: > I checked all the artifact signatures and ran a couple test pipelines with > the wheels (Py2 and Py3) and everything looked good to me, so +1. >

Re: [ANNOUNCE] New committer: Robert Burke

2019-07-16 Thread Hannah Jiang
Congratulations, Rebo! > On Jul 16, 2019, at 5:14 PM, Connell O'Callaghan wrote: > > Excellent - congratulations Rebo > >> On Tue, Jul 16, 2019 at 4:38 PM Tanay Tummalapalli >> wrote: >> Congratulations! >> >>> On Wed, Jul 17, 2019 at 3:27 AM Aizhamal Nurmamat kyzy >>> wrote: >>>

Re: [ANNOUNCE] New PMC Member: Pablo Estrada

2019-05-17 Thread Hannah Jiang
Congratulations, Pablo, you deserve it! *From: *Mark Liu *Date: *Fri, May 17, 2019 at 2:45 PM *To: * Congratulations, Pablo! > > *From: *Alexey Romanenko > *Date: *Fri, May 17, 2019 at 2:12 AM > *To: *dev > > Congratulations, Pablo! >> >> On 16 May 2019, at 20:38, Rui Wang wrote: >> >>

Re: Hello from Hannah Jiang

2019-04-25 Thread Hannah Jiang
Thanks Cyrus! On Thu, Apr 25, 2019 at 1:34 PM Cyrus Maden wrote: > Welcome!! > > On Thu, Apr 25, 2019 at 4:30 PM Hannah Jiang > wrote: > >> Thank you Robin! >> >> On Thu, Apr 25, 2019 at 1:27 PM Robin Qiu wrote: >> >>> Welcome Hannah! >

Re: Hello from Hannah Jiang

2019-04-25 Thread Hannah Jiang
Thank you Robin! On Thu, Apr 25, 2019 at 1:27 PM Robin Qiu wrote: > Welcome Hannah! > > On Thu, Apr 25, 2019 at 1:26 PM Hannah Jiang > wrote: > >> Thanks Kenneth! >> >> On Thu, Apr 25, 2019 at 1:24 PM Kenneth Knowles wrote: >> >>> Welcome! &

Re: Hello from Hannah Jiang

2019-04-25 Thread Hannah Jiang
s wrote: >> >>> Welcome Hannah! - Very excited to see you in the Beam community :) >>> >>> On Tue, 23 Apr 2019 at 12:59, Hannah Jiang >>> wrote: >>> >>>> Hi everyone >>>> >>>> I joined Google recently and would

Re: Hello from Hannah Jiang

2019-04-23 Thread Hannah Jiang
> > On Tue, Apr 23, 2019 at 12:59 PM Hannah Jiang > wrote: > >> Hi everyone >> >> I joined Google recently and would work on Python portability part. I am >> happy to be part of the community. Looking forward to working with all of >> you together. >

Hello from Hannah Jiang

2019-04-23 Thread Hannah Jiang
Hi everyone I joined Google recently and would work on Python portability part. I am happy to be part of the community. Looking forward to working with all of you together. I have a minor request, can admin please give me access to JIRA? Thanks, Hannah