Re: new contributor messaging: behaviorbot/welcome

2023-03-06 Thread Austin Bennett
Nudge on https://github.com/apache/beam/pull/25586 ...

Can a PMC member install the bot [ or work with infra to make that happen,
ex: via https://github.com/apps/welcome/installations/new ]?  I'd be happy
to, but do not believe I have those permissions - do advise if I should
message/create-tickets and copy any individual from PMC specifically.  Once
that's done, we can merge the code for the bot to be configured - imagining
that is a better second step, so we do not have code in the codebase that
doesn't do anything.


On Tue, Feb 21, 2023 at 8:42 PM Austin Bennett  wrote:

> A PR: https://github.com/apache/beam/pull/25586
>
> text could likely be improved ( open to suggestions/changes ), but this
> captures at least the intent.
>
> For this to work, we need to install the bot as also mentioned in the PR.
>
>
>
> On Tue, Feb 21, 2023 at 6:02 PM Robert Burke  wrote:
>
>> I agree that the bot is better than nothing at all.
>>
>> +1 to getting a PR with messaging out for review.
>>
>> On Tue, Feb 21, 2023, 5:29 PM Robert Bradshaw via dev <
>> dev@beam.apache.org> wrote:
>>
>>> FWIW, I'm generally in favor of such a bot. I think it really boils
>>> down to a concrete proposal of what the content (and triggers) would
>>> be.
>>>
>>> On Tue, Feb 21, 2023 at 1:36 PM Austin Bennett
>>>  wrote:
>>> >
>>> > It is fantastic if generally able to address welcoming newcomers
>>> manually [ @Robert Burke ! ] .  Community communication, human connection [
>>> ex: community > code ] ideal!!  In this particular case, I imagine
>>> automation does not contradict - nor detract from - the manual/human touch.
>>> >
>>> > As shared, the very specific use case I had in mind was to support -->
>>> https://news.apache.org/foundation/entry/the-asf-launches-firstasfcontribution-campaign
>>> ...  I wanted to send a message thanking for someone's first PR merge, and
>>> encourage them to fill out the form ( while that campaign is active.  In
>>> that case, I did imagine a static [ meaning hardcoded, non-changing ]
>>> message that prompts them at the moment that they make their real first
>>> code contribution [ as it gets merged ], since that would be most relevant
>>> and immediate feedback.
>>> >
>>> > If we think overkill, no problem either.  If an issue with choosing to
>>> use a bot, vs a GH action - I can also spend time to create a custom GH
>>> Action that accommodates that.  But, that might not be worthwhile if the
>>> discussed use case isn't functionality we even want as part of the project.
>>> >
>>> > On Tue, Feb 21, 2023 at 12:28 PM Robert Bradshaw 
>>> wrote:
>>> >>
>>> >> On Tue, Feb 21, 2023 at 10:59 AM Kenneth Knowles 
>>> wrote:
>>> >> >
>>> >> > Agree with Robert here. The human connection is important. Can we
>>> have a behaviorbot that reminds the reviewer to be extra welcoming up
>>> front, and then thankful afterwards, instead? :-)
>>> >>
>>> >> +1
>>> >>
>>> >> > That said, a bot comment would at least state our intention of
>>> being welcoming and grateful, even if we then do not live up to it
>>> perfectly. It isn't very different than having it in the PR template or
>>> https://beam.apache.org/contribute/ or CONTRIBUTING.md which GitHub
>>> presents to first time contributors. I tend to favor static text that can
>>> be referred to over dynamic text posted by code in special circumstances.
>>> But I think hitting this from all angles, for different sorts of people in
>>> the world, is fine, if the maintenance burden is very low (which it appears
>>> to be)
>>> >>
>>> >> I think the primary value in such a bot is to set expectations/inform
>>> >> the contributor of something they might not know but is relevant to
>>> >> their action. Otherwise, I am more in favor of static text somewhere
>>> >> they're sure to encounter it (and there are benefits to doing it
>>> >> before they create a PR, e.g. as part of a template, rather than
>>> >> after).
>>> >>
>>> >>
>>> >> > On Tue, Feb 21, 2023 at 10:01 AM Robert Burke 
>>> wrote:
>>> >> >>
>>> >> >> I can't speak for all committers but I'm always aware when it's
>>> someone's first time contributing to beam (the First Time Contributor badge
>>> is instrumental here), and manually thank them and welcome them to Beam.
>>> >> >>
>>> >> >> Seems more meaningful for the merging comitter to do it rather
>>> than an automated process.
>>> >> >>
>>> >> >> Maybe i just have bad experiences with automated phone trees
>>> >> >>
>>> >> >> On Tue, Feb 21, 2023, 9:02 AM Danny McCormick via dev <
>>> dev@beam.apache.org> wrote:
>>> >> >>>
>>> >> >>> If the merge message is a key part of this then I'm fine using
>>> behaviorbot (though I think a PMC member would need to install it, I don't
>>> have the right permission set).
>>> >> >>>
>>> >> >>> > I'd also be happy to leverage first-interaction for everything
>>> it can do, and only use welcome-bot for the things that aren't met
>>> elsewhere [ also happy to eventually remove welcome-bot, ex: after that ASF
>>> campaign or 

Re: new contributor messaging: behaviorbot/welcome

2023-02-21 Thread Austin Bennett
A PR: https://github.com/apache/beam/pull/25586

text could likely be improved ( open to suggestions/changes ), but this
captures at least the intent.

For this to work, we need to install the bot as also mentioned in the PR.



On Tue, Feb 21, 2023 at 6:02 PM Robert Burke  wrote:

> I agree that the bot is better than nothing at all.
>
> +1 to getting a PR with messaging out for review.
>
> On Tue, Feb 21, 2023, 5:29 PM Robert Bradshaw via dev 
> wrote:
>
>> FWIW, I'm generally in favor of such a bot. I think it really boils
>> down to a concrete proposal of what the content (and triggers) would
>> be.
>>
>> On Tue, Feb 21, 2023 at 1:36 PM Austin Bennett
>>  wrote:
>> >
>> > It is fantastic if generally able to address welcoming newcomers
>> manually [ @Robert Burke ! ] .  Community communication, human connection [
>> ex: community > code ] ideal!!  In this particular case, I imagine
>> automation does not contradict - nor detract from - the manual/human touch.
>> >
>> > As shared, the very specific use case I had in mind was to support -->
>> https://news.apache.org/foundation/entry/the-asf-launches-firstasfcontribution-campaign
>> ...  I wanted to send a message thanking for someone's first PR merge, and
>> encourage them to fill out the form ( while that campaign is active.  In
>> that case, I did imagine a static [ meaning hardcoded, non-changing ]
>> message that prompts them at the moment that they make their real first
>> code contribution [ as it gets merged ], since that would be most relevant
>> and immediate feedback.
>> >
>> > If we think overkill, no problem either.  If an issue with choosing to
>> use a bot, vs a GH action - I can also spend time to create a custom GH
>> Action that accommodates that.  But, that might not be worthwhile if the
>> discussed use case isn't functionality we even want as part of the project.
>> >
>> > On Tue, Feb 21, 2023 at 12:28 PM Robert Bradshaw 
>> wrote:
>> >>
>> >> On Tue, Feb 21, 2023 at 10:59 AM Kenneth Knowles 
>> wrote:
>> >> >
>> >> > Agree with Robert here. The human connection is important. Can we
>> have a behaviorbot that reminds the reviewer to be extra welcoming up
>> front, and then thankful afterwards, instead? :-)
>> >>
>> >> +1
>> >>
>> >> > That said, a bot comment would at least state our intention of being
>> welcoming and grateful, even if we then do not live up to it perfectly. It
>> isn't very different than having it in the PR template or
>> https://beam.apache.org/contribute/ or CONTRIBUTING.md which GitHub
>> presents to first time contributors. I tend to favor static text that can
>> be referred to over dynamic text posted by code in special circumstances.
>> But I think hitting this from all angles, for different sorts of people in
>> the world, is fine, if the maintenance burden is very low (which it appears
>> to be)
>> >>
>> >> I think the primary value in such a bot is to set expectations/inform
>> >> the contributor of something they might not know but is relevant to
>> >> their action. Otherwise, I am more in favor of static text somewhere
>> >> they're sure to encounter it (and there are benefits to doing it
>> >> before they create a PR, e.g. as part of a template, rather than
>> >> after).
>> >>
>> >>
>> >> > On Tue, Feb 21, 2023 at 10:01 AM Robert Burke 
>> wrote:
>> >> >>
>> >> >> I can't speak for all committers but I'm always aware when it's
>> someone's first time contributing to beam (the First Time Contributor badge
>> is instrumental here), and manually thank them and welcome them to Beam.
>> >> >>
>> >> >> Seems more meaningful for the merging comitter to do it rather than
>> an automated process.
>> >> >>
>> >> >> Maybe i just have bad experiences with automated phone trees
>> >> >>
>> >> >> On Tue, Feb 21, 2023, 9:02 AM Danny McCormick via dev <
>> dev@beam.apache.org> wrote:
>> >> >>>
>> >> >>> If the merge message is a key part of this then I'm fine using
>> behaviorbot (though I think a PMC member would need to install it, I don't
>> have the right permission set).
>> >> >>>
>> >> >>> > I'd also be happy to leverage first-interaction for everything
>> it can do, and only use welcome-bot for the things that aren't met
>> elsewhere [ also happy to eventually remove welcome-bot, ex: after that ASF
>> campaign or once a suitable off-the-shelf replacement comes along ]
>> >> >>>
>> >> >>> I don't think we should do this, there's not really a benefit
>> gained if we're still using welcome-bot.
>> >> >>>
>> >> >>> > @Danny McCormick - any idea whether there is another tool that
>> can help with messaging on first-pr-merge that we'd be more happy with [ I
>> can search around some if that's the path ]?
>> >> >>>
>> >> >>> My best alternative would be actions/first-interaction for first
>> issues/prs opened and a custom workflow using an if/else and
>> actions/comment-pull-request for the pr merge comment, that is probably
>> more trouble than it is worth though (>10 lines of code for something that
>> can just 

Re: new contributor messaging: behaviorbot/welcome

2023-02-21 Thread Robert Burke
I agree that the bot is better than nothing at all.

+1 to getting a PR with messaging out for review.

On Tue, Feb 21, 2023, 5:29 PM Robert Bradshaw via dev 
wrote:

> FWIW, I'm generally in favor of such a bot. I think it really boils
> down to a concrete proposal of what the content (and triggers) would
> be.
>
> On Tue, Feb 21, 2023 at 1:36 PM Austin Bennett
>  wrote:
> >
> > It is fantastic if generally able to address welcoming newcomers
> manually [ @Robert Burke ! ] .  Community communication, human connection [
> ex: community > code ] ideal!!  In this particular case, I imagine
> automation does not contradict - nor detract from - the manual/human touch.
> >
> > As shared, the very specific use case I had in mind was to support -->
> https://news.apache.org/foundation/entry/the-asf-launches-firstasfcontribution-campaign
> ...  I wanted to send a message thanking for someone's first PR merge, and
> encourage them to fill out the form ( while that campaign is active.  In
> that case, I did imagine a static [ meaning hardcoded, non-changing ]
> message that prompts them at the moment that they make their real first
> code contribution [ as it gets merged ], since that would be most relevant
> and immediate feedback.
> >
> > If we think overkill, no problem either.  If an issue with choosing to
> use a bot, vs a GH action - I can also spend time to create a custom GH
> Action that accommodates that.  But, that might not be worthwhile if the
> discussed use case isn't functionality we even want as part of the project.
> >
> > On Tue, Feb 21, 2023 at 12:28 PM Robert Bradshaw 
> wrote:
> >>
> >> On Tue, Feb 21, 2023 at 10:59 AM Kenneth Knowles 
> wrote:
> >> >
> >> > Agree with Robert here. The human connection is important. Can we
> have a behaviorbot that reminds the reviewer to be extra welcoming up
> front, and then thankful afterwards, instead? :-)
> >>
> >> +1
> >>
> >> > That said, a bot comment would at least state our intention of being
> welcoming and grateful, even if we then do not live up to it perfectly. It
> isn't very different than having it in the PR template or
> https://beam.apache.org/contribute/ or CONTRIBUTING.md which GitHub
> presents to first time contributors. I tend to favor static text that can
> be referred to over dynamic text posted by code in special circumstances.
> But I think hitting this from all angles, for different sorts of people in
> the world, is fine, if the maintenance burden is very low (which it appears
> to be)
> >>
> >> I think the primary value in such a bot is to set expectations/inform
> >> the contributor of something they might not know but is relevant to
> >> their action. Otherwise, I am more in favor of static text somewhere
> >> they're sure to encounter it (and there are benefits to doing it
> >> before they create a PR, e.g. as part of a template, rather than
> >> after).
> >>
> >>
> >> > On Tue, Feb 21, 2023 at 10:01 AM Robert Burke 
> wrote:
> >> >>
> >> >> I can't speak for all committers but I'm always aware when it's
> someone's first time contributing to beam (the First Time Contributor badge
> is instrumental here), and manually thank them and welcome them to Beam.
> >> >>
> >> >> Seems more meaningful for the merging comitter to do it rather than
> an automated process.
> >> >>
> >> >> Maybe i just have bad experiences with automated phone trees
> >> >>
> >> >> On Tue, Feb 21, 2023, 9:02 AM Danny McCormick via dev <
> dev@beam.apache.org> wrote:
> >> >>>
> >> >>> If the merge message is a key part of this then I'm fine using
> behaviorbot (though I think a PMC member would need to install it, I don't
> have the right permission set).
> >> >>>
> >> >>> > I'd also be happy to leverage first-interaction for everything it
> can do, and only use welcome-bot for the things that aren't met elsewhere [
> also happy to eventually remove welcome-bot, ex: after that ASF campaign or
> once a suitable off-the-shelf replacement comes along ]
> >> >>>
> >> >>> I don't think we should do this, there's not really a benefit
> gained if we're still using welcome-bot.
> >> >>>
> >> >>> > @Danny McCormick - any idea whether there is another tool that
> can help with messaging on first-pr-merge that we'd be more happy with [ I
> can search around some if that's the path ]?
> >> >>>
> >> >>> My best alternative would be actions/first-interaction for first
> issues/prs opened and a custom workflow using an if/else and
> actions/comment-pull-request for the pr merge comment, that is probably
> more trouble than it is worth though (>10 lines of code for something that
> can just be config).
> >> >>>
> >> >>> > And/or since I imagine you might know GH Action internals [ IIRC
> you had worked with/for that organization ] better than me at the moment,
> do you think that's functionality that could straightforwardly be added to
> first-interaction [ if they would accept a PR ]
> >> >>>
> >> >>> This wouldn't be too hard codewise, but the team hasn't been
> 

Re: new contributor messaging: behaviorbot/welcome

2023-02-21 Thread Robert Bradshaw via dev
FWIW, I'm generally in favor of such a bot. I think it really boils
down to a concrete proposal of what the content (and triggers) would
be.

On Tue, Feb 21, 2023 at 1:36 PM Austin Bennett
 wrote:
>
> It is fantastic if generally able to address welcoming newcomers manually [ 
> @Robert Burke ! ] .  Community communication, human connection [ ex: 
> community > code ] ideal!!  In this particular case, I imagine automation 
> does not contradict - nor detract from - the manual/human touch.
>
> As shared, the very specific use case I had in mind was to support --> 
> https://news.apache.org/foundation/entry/the-asf-launches-firstasfcontribution-campaign
>  ...  I wanted to send a message thanking for someone's first PR merge, and 
> encourage them to fill out the form ( while that campaign is active.  In that 
> case, I did imagine a static [ meaning hardcoded, non-changing ] message that 
> prompts them at the moment that they make their real first code contribution 
> [ as it gets merged ], since that would be most relevant and immediate 
> feedback.
>
> If we think overkill, no problem either.  If an issue with choosing to use a 
> bot, vs a GH action - I can also spend time to create a custom GH Action that 
> accommodates that.  But, that might not be worthwhile if the discussed use 
> case isn't functionality we even want as part of the project.
>
> On Tue, Feb 21, 2023 at 12:28 PM Robert Bradshaw  wrote:
>>
>> On Tue, Feb 21, 2023 at 10:59 AM Kenneth Knowles  wrote:
>> >
>> > Agree with Robert here. The human connection is important. Can we have a 
>> > behaviorbot that reminds the reviewer to be extra welcoming up front, and 
>> > then thankful afterwards, instead? :-)
>>
>> +1
>>
>> > That said, a bot comment would at least state our intention of being 
>> > welcoming and grateful, even if we then do not live up to it perfectly. It 
>> > isn't very different than having it in the PR template or 
>> > https://beam.apache.org/contribute/ or CONTRIBUTING.md which GitHub 
>> > presents to first time contributors. I tend to favor static text that can 
>> > be referred to over dynamic text posted by code in special circumstances. 
>> > But I think hitting this from all angles, for different sorts of people in 
>> > the world, is fine, if the maintenance burden is very low (which it 
>> > appears to be)
>>
>> I think the primary value in such a bot is to set expectations/inform
>> the contributor of something they might not know but is relevant to
>> their action. Otherwise, I am more in favor of static text somewhere
>> they're sure to encounter it (and there are benefits to doing it
>> before they create a PR, e.g. as part of a template, rather than
>> after).
>>
>>
>> > On Tue, Feb 21, 2023 at 10:01 AM Robert Burke  wrote:
>> >>
>> >> I can't speak for all committers but I'm always aware when it's someone's 
>> >> first time contributing to beam (the First Time Contributor badge is 
>> >> instrumental here), and manually thank them and welcome them to Beam.
>> >>
>> >> Seems more meaningful for the merging comitter to do it rather than an 
>> >> automated process.
>> >>
>> >> Maybe i just have bad experiences with automated phone trees
>> >>
>> >> On Tue, Feb 21, 2023, 9:02 AM Danny McCormick via dev 
>> >>  wrote:
>> >>>
>> >>> If the merge message is a key part of this then I'm fine using 
>> >>> behaviorbot (though I think a PMC member would need to install it, I 
>> >>> don't have the right permission set).
>> >>>
>> >>> > I'd also be happy to leverage first-interaction for everything it can 
>> >>> > do, and only use welcome-bot for the things that aren't met elsewhere 
>> >>> > [ also happy to eventually remove welcome-bot, ex: after that ASF 
>> >>> > campaign or once a suitable off-the-shelf replacement comes along ]
>> >>>
>> >>> I don't think we should do this, there's not really a benefit gained if 
>> >>> we're still using welcome-bot.
>> >>>
>> >>> > @Danny McCormick - any idea whether there is another tool that can 
>> >>> > help with messaging on first-pr-merge that we'd be more happy with [ I 
>> >>> > can search around some if that's the path ]?
>> >>>
>> >>> My best alternative would be actions/first-interaction for first 
>> >>> issues/prs opened and a custom workflow using an if/else and 
>> >>> actions/comment-pull-request for the pr merge comment, that is probably 
>> >>> more trouble than it is worth though (>10 lines of code for something 
>> >>> that can just be config).
>> >>>
>> >>> > And/or since I imagine you might know GH Action internals [ IIRC you 
>> >>> > had worked with/for that organization ] better than me at the moment, 
>> >>> > do you think that's functionality that could straightforwardly be 
>> >>> > added to first-interaction [ if they would accept a PR ]
>> >>>
>> >>> This wouldn't be too hard codewise, but the team hasn't been especially 
>> >>> responsive on external code reviews, so I wouldn't block on this route.
>> >>>
>> >>> Thanks,
>> >>> Danny
>> 

Re: new contributor messaging: behaviorbot/welcome

2023-02-21 Thread Austin Bennett
It is fantastic if generally able to address welcoming newcomers
manually [ @Robert
Burke  ! ] .  Community communication, human connection
[ ex: community > code

]
ideal!!  In this particular case, I imagine automation does not contradict
- nor detract from - the manual/human touch.

As shared, the very specific use case I had in mind was to support -->
https://news.apache.org/foundation/entry/the-asf-launches-firstasfcontribution-campaign
...
I wanted to send a message thanking for someone's first PR merge, and
encourage them to fill out the form  (
while that campaign is active.  In that case, I did imagine a static [
meaning hardcoded, non-changing ] message that prompts them at the moment
that they make their real first code contribution [ as it gets merged ],
since that would be most relevant and immediate feedback.

If we think overkill, no problem either.  If an issue with choosing to use
a bot, vs a GH action - I can also spend time to create a custom GH Action
that accommodates that.  But, that might not be worthwhile if the discussed
use case isn't functionality we even want as part of the project.

On Tue, Feb 21, 2023 at 12:28 PM Robert Bradshaw 
wrote:

> On Tue, Feb 21, 2023 at 10:59 AM Kenneth Knowles  wrote:
> >
> > Agree with Robert here. The human connection is important. Can we have a
> behaviorbot that reminds the reviewer to be extra welcoming up front, and
> then thankful afterwards, instead? :-)
>
> +1
>
> > That said, a bot comment would at least state our intention of being
> welcoming and grateful, even if we then do not live up to it perfectly. It
> isn't very different than having it in the PR template or
> https://beam.apache.org/contribute/ or CONTRIBUTING.md which GitHub
> presents to first time contributors. I tend to favor static text that can
> be referred to over dynamic text posted by code in special circumstances.
> But I think hitting this from all angles, for different sorts of people in
> the world, is fine, if the maintenance burden is very low (which it appears
> to be)
>
> I think the primary value in such a bot is to set expectations/inform
> the contributor of something they might not know but is relevant to
> their action. Otherwise, I am more in favor of static text somewhere
> they're sure to encounter it (and there are benefits to doing it
> before they create a PR, e.g. as part of a template, rather than
> after).
>
>
> > On Tue, Feb 21, 2023 at 10:01 AM Robert Burke 
> wrote:
> >>
> >> I can't speak for all committers but I'm always aware when it's
> someone's first time contributing to beam (the First Time Contributor badge
> is instrumental here), and manually thank them and welcome them to Beam.
> >>
> >> Seems more meaningful for the merging comitter to do it rather than an
> automated process.
> >>
> >> Maybe i just have bad experiences with automated phone trees
> >>
> >> On Tue, Feb 21, 2023, 9:02 AM Danny McCormick via dev <
> dev@beam.apache.org> wrote:
> >>>
> >>> If the merge message is a key part of this then I'm fine using
> behaviorbot (though I think a PMC member would need to install it, I don't
> have the right permission set).
> >>>
> >>> > I'd also be happy to leverage first-interaction for everything it
> can do, and only use welcome-bot for the things that aren't met elsewhere [
> also happy to eventually remove welcome-bot, ex: after that ASF campaign or
> once a suitable off-the-shelf replacement comes along ]
> >>>
> >>> I don't think we should do this, there's not really a benefit gained
> if we're still using welcome-bot.
> >>>
> >>> > @Danny McCormick - any idea whether there is another tool that can
> help with messaging on first-pr-merge that we'd be more happy with [ I can
> search around some if that's the path ]?
> >>>
> >>> My best alternative would be actions/first-interaction for first
> issues/prs opened and a custom workflow using an if/else and
> actions/comment-pull-request for the pr merge comment, that is probably
> more trouble than it is worth though (>10 lines of code for something that
> can just be config).
> >>>
> >>> > And/or since I imagine you might know GH Action internals [ IIRC you
> had worked with/for that organization ] better than me at the moment, do
> you think that's functionality that could straightforwardly be added to
> first-interaction [ if they would accept a PR ]
> >>>
> >>> This wouldn't be too hard codewise, but the team hasn't been
> especially responsive on external code reviews, so I wouldn't block on this
> route.
> >>>
> >>> Thanks,
> >>> Danny
> >>>
> >>> On Tue, Feb 21, 2023 at 11:15 AM Austin Bennett <
> whatwouldausti...@gmail.com> wrote:
> 
>  There are lots of great places for messages/encouragement to
> developers as they work more into our community.  Though, PR merge messages
> would potentially be 

Re: new contributor messaging: behaviorbot/welcome

2023-02-21 Thread Robert Bradshaw via dev
On Tue, Feb 21, 2023 at 10:59 AM Kenneth Knowles  wrote:
>
> Agree with Robert here. The human connection is important. Can we have a 
> behaviorbot that reminds the reviewer to be extra welcoming up front, and 
> then thankful afterwards, instead? :-)

+1

> That said, a bot comment would at least state our intention of being 
> welcoming and grateful, even if we then do not live up to it perfectly. It 
> isn't very different than having it in the PR template or 
> https://beam.apache.org/contribute/ or CONTRIBUTING.md which GitHub presents 
> to first time contributors. I tend to favor static text that can be referred 
> to over dynamic text posted by code in special circumstances. But I think 
> hitting this from all angles, for different sorts of people in the world, is 
> fine, if the maintenance burden is very low (which it appears to be)

I think the primary value in such a bot is to set expectations/inform
the contributor of something they might not know but is relevant to
their action. Otherwise, I am more in favor of static text somewhere
they're sure to encounter it (and there are benefits to doing it
before they create a PR, e.g. as part of a template, rather than
after).


> On Tue, Feb 21, 2023 at 10:01 AM Robert Burke  wrote:
>>
>> I can't speak for all committers but I'm always aware when it's someone's 
>> first time contributing to beam (the First Time Contributor badge is 
>> instrumental here), and manually thank them and welcome them to Beam.
>>
>> Seems more meaningful for the merging comitter to do it rather than an 
>> automated process.
>>
>> Maybe i just have bad experiences with automated phone trees
>>
>> On Tue, Feb 21, 2023, 9:02 AM Danny McCormick via dev  
>> wrote:
>>>
>>> If the merge message is a key part of this then I'm fine using behaviorbot 
>>> (though I think a PMC member would need to install it, I don't have the 
>>> right permission set).
>>>
>>> > I'd also be happy to leverage first-interaction for everything it can do, 
>>> > and only use welcome-bot for the things that aren't met elsewhere [ also 
>>> > happy to eventually remove welcome-bot, ex: after that ASF campaign or 
>>> > once a suitable off-the-shelf replacement comes along ]
>>>
>>> I don't think we should do this, there's not really a benefit gained if 
>>> we're still using welcome-bot.
>>>
>>> > @Danny McCormick - any idea whether there is another tool that can help 
>>> > with messaging on first-pr-merge that we'd be more happy with [ I can 
>>> > search around some if that's the path ]?
>>>
>>> My best alternative would be actions/first-interaction for first issues/prs 
>>> opened and a custom workflow using an if/else and 
>>> actions/comment-pull-request for the pr merge comment, that is probably 
>>> more trouble than it is worth though (>10 lines of code for something that 
>>> can just be config).
>>>
>>> > And/or since I imagine you might know GH Action internals [ IIRC you had 
>>> > worked with/for that organization ] better than me at the moment, do you 
>>> > think that's functionality that could straightforwardly be added to 
>>> > first-interaction [ if they would accept a PR ]
>>>
>>> This wouldn't be too hard codewise, but the team hasn't been especially 
>>> responsive on external code reviews, so I wouldn't block on this route.
>>>
>>> Thanks,
>>> Danny
>>>
>>> On Tue, Feb 21, 2023 at 11:15 AM Austin Bennett 
>>>  wrote:

 There are lots of great places for messages/encouragement to developers as 
 they work more into our community.  Though, PR merge messages would 
 potentially be quite valuable [ for ex: 
 https://news.apache.org/foundation/entry/the-asf-launches-firstasfcontribution-campaign
  ... specifically, I wanted to send a message thanking for someone's first 
 PR merge, and encourage them to fill out the form ( while that campaign is 
 active ), so that they then write up something for ASF to publish, which 
 in-turn increases the visibility of Beam :-) and Beam as a great example 
 of a healthy ASF project ].

 No disagreement that if something exists off-the-shelf that is actions 
 based that is a plenty fine way to proceed.  For the shared use-case, the 
 PR merge is the ideal place to message.

 Alternatives:
 * I'd also be happy to leverage first-interaction for everything it can 
 do, and only use welcome-bot for the things that aren't met elsewhere [ 
 also happy to eventually remove welcome-bot, ex: after that ASF campaign 
 or once a suitable off-the-shelf replacement comes along ]
 or
 * @Danny McCormick - any idea whether there is another tool that can help 
 with messaging on first-pr-merge that we'd be more happy with [ I can 
 search around some if that's the path ]?  And/or since I imagine you might 
 know GH Action internals [ IIRC you had worked with/for that organization 
 ] better than me at the moment, do you think that's functionality that 

Re: new contributor messaging: behaviorbot/welcome

2023-02-21 Thread Kenneth Knowles
Agree with Robert here. The human connection is important. Can we have a
behaviorbot that reminds the reviewer to be extra welcoming up front, and
then thankful afterwards, instead? :-)

That said, a bot comment would at least state our intention of being
welcoming and grateful, even if we then do not live up to it perfectly. It
isn't very different than having it in the PR template or
https://beam.apache.org/contribute/ or CONTRIBUTING.md which GitHub
presents to first time contributors. I tend to favor static text that can
be referred to over dynamic text posted by code in special circumstances.
But I think hitting this from all angles, for different sorts of people in
the world, is fine, if the maintenance burden is very low (which it appears
to be)

Kenn

On Tue, Feb 21, 2023 at 10:01 AM Robert Burke  wrote:

> I can't speak for all committers but I'm always aware when it's someone's
> first time contributing to beam (the First Time Contributor badge is
> instrumental here), and manually thank them and welcome them to Beam.
>
> Seems more meaningful for the merging comitter to do it rather than an
> automated process.
>
> Maybe i just have bad experiences with automated phone trees
>
> On Tue, Feb 21, 2023, 9:02 AM Danny McCormick via dev 
> wrote:
>
>> If the merge message is a key part of this then I'm fine using
>> behaviorbot (though I think a PMC member would need to install it, I don't
>> have the right permission set).
>>
>> > I'd also be happy to leverage first-interaction for everything it can
>> do, and only use welcome-bot for the things that aren't met elsewhere [
>> also happy to eventually remove welcome-bot, ex: after that ASF campaign or
>> once a suitable off-the-shelf replacement comes along ]
>>
>> I don't think we should do this, there's not really a benefit gained if
>> we're still using welcome-bot.
>>
>> > @Danny McCormick  - any idea whether there
>> is another tool that can help with messaging on first-pr-merge that we'd be
>> more happy with [ I can search around some if that's the path ]?
>>
>> My best alternative would be actions/first-interaction for first
>> issues/prs opened and a custom workflow using an if/else and
>> actions/comment-pull-request
>>  for the pr
>> merge comment, that is probably more trouble than it is worth though (>10
>> lines of code for something that can just be config).
>>
>> > And/or since I imagine you might know GH Action internals [ IIRC you
>> had worked with/for that organization ] better than me at the moment, do
>> you think that's functionality that could straightforwardly be added to
>> first-interaction  [ if
>> they would accept a PR ]
>>
>> This wouldn't be too hard codewise, but the team hasn't been especially
>> responsive on external code reviews, so I wouldn't block on this route.
>>
>> Thanks,
>> Danny
>>
>> On Tue, Feb 21, 2023 at 11:15 AM Austin Bennett <
>> whatwouldausti...@gmail.com> wrote:
>>
>>> There are lots of great places for messages/encouragement to developers
>>> as they work more into our community.  Though, PR merge messages would
>>> potentially be quite valuable [ for ex:
>>> https://news.apache.org/foundation/entry/the-asf-launches-firstasfcontribution-campaign
>>> ... specifically, I wanted to send a message thanking for someone's first
>>> PR merge, and encourage them to fill out the form
>>>  ( while that campaign is active
>>> ), so that they then write up something for ASF to publish, which in-turn
>>> increases the visibility of Beam :-) and Beam as a great example of a
>>> healthy ASF project ].
>>>
>>> No disagreement that if something exists off-the-shelf that is actions
>>> based that is a plenty fine way to proceed.  For the shared use-case, the
>>> PR merge is the ideal place to message.
>>>
>>> Alternatives:
>>> * I'd also be happy to leverage first-interaction for everything it can
>>> do, and only use welcome-bot for the things that aren't met elsewhere [
>>> also happy to eventually remove welcome-bot, ex: after that ASF campaign or
>>> once a suitable off-the-shelf replacement comes along ]
>>> or
>>> * @Danny McCormick  - any idea whether there
>>> is another tool that can help with messaging on first-pr-merge that we'd be
>>> more happy with [ I can search around some if that's the path ]?  And/or
>>> since I imagine you might know GH Action internals [ IIRC you had worked
>>> with/for that organization ] better than me at the moment, do you think
>>> that's functionality that could straightforwardly be added to
>>> first-interaction  [ if
>>> they would accept a PR ].  Else, if we think the APIs support a
>>> decent/straightforward design, I can always create a custom GH action.  I
>>> can dig in there if that's the route needed to accomplish, but thought you
>>> might recall the GH APIs better than 

Re: new contributor messaging: behaviorbot/welcome

2023-02-21 Thread Robert Burke
I can't speak for all committers but I'm always aware when it's someone's
first time contributing to beam (the First Time Contributor badge is
instrumental here), and manually thank them and welcome them to Beam.

Seems more meaningful for the merging comitter to do it rather than an
automated process.

Maybe i just have bad experiences with automated phone trees

On Tue, Feb 21, 2023, 9:02 AM Danny McCormick via dev 
wrote:

> If the merge message is a key part of this then I'm fine using
> behaviorbot (though I think a PMC member would need to install it, I don't
> have the right permission set).
>
> > I'd also be happy to leverage first-interaction for everything it can
> do, and only use welcome-bot for the things that aren't met elsewhere [
> also happy to eventually remove welcome-bot, ex: after that ASF campaign or
> once a suitable off-the-shelf replacement comes along ]
>
> I don't think we should do this, there's not really a benefit gained if
> we're still using welcome-bot.
>
> > @Danny McCormick  - any idea whether there
> is another tool that can help with messaging on first-pr-merge that we'd be
> more happy with [ I can search around some if that's the path ]?
>
> My best alternative would be actions/first-interaction for first
> issues/prs opened and a custom workflow using an if/else and
> actions/comment-pull-request
>  for the pr
> merge comment, that is probably more trouble than it is worth though (>10
> lines of code for something that can just be config).
>
> > And/or since I imagine you might know GH Action internals [ IIRC you had
> worked with/for that organization ] better than me at the moment, do you
> think that's functionality that could straightforwardly be added to
> first-interaction  [ if
> they would accept a PR ]
>
> This wouldn't be too hard codewise, but the team hasn't been especially
> responsive on external code reviews, so I wouldn't block on this route.
>
> Thanks,
> Danny
>
> On Tue, Feb 21, 2023 at 11:15 AM Austin Bennett <
> whatwouldausti...@gmail.com> wrote:
>
>> There are lots of great places for messages/encouragement to developers
>> as they work more into our community.  Though, PR merge messages would
>> potentially be quite valuable [ for ex:
>> https://news.apache.org/foundation/entry/the-asf-launches-firstasfcontribution-campaign
>> ... specifically, I wanted to send a message thanking for someone's first
>> PR merge, and encourage them to fill out the form
>>  ( while that campaign is active
>> ), so that they then write up something for ASF to publish, which in-turn
>> increases the visibility of Beam :-) and Beam as a great example of a
>> healthy ASF project ].
>>
>> No disagreement that if something exists off-the-shelf that is actions
>> based that is a plenty fine way to proceed.  For the shared use-case, the
>> PR merge is the ideal place to message.
>>
>> Alternatives:
>> * I'd also be happy to leverage first-interaction for everything it can
>> do, and only use welcome-bot for the things that aren't met elsewhere [
>> also happy to eventually remove welcome-bot, ex: after that ASF campaign or
>> once a suitable off-the-shelf replacement comes along ]
>> or
>> * @Danny McCormick  - any idea whether there
>> is another tool that can help with messaging on first-pr-merge that we'd be
>> more happy with [ I can search around some if that's the path ]?  And/or
>> since I imagine you might know GH Action internals [ IIRC you had worked
>> with/for that organization ] better than me at the moment, do you think
>> that's functionality that could straightforwardly be added to
>> first-interaction  [ if
>> they would accept a PR ].  Else, if we think the APIs support a
>> decent/straightforward design, I can always create a custom GH action.  I
>> can dig in there if that's the route needed to accomplish, but thought you
>> might recall the GH APIs better than my current knowledge.  Thoughts?
>>
>>
>> On Mon, Feb 20, 2023 at 6:47 PM Danny McCormick via dev <
>> dev@beam.apache.org> wrote:
>>
>>> Hey Austin, I'm +1 for adding a welcome bot, I would vote we use
>>> https://github.com/actions/first-interaction instead though.
>>>
>>> The pros I see are:
>>> - (minor) we don't need to install the bot (which would require infra
>>> approval I believe)
>>> - GitHub has generally lowered (if not completely deprecated) probot
>>> apps in favor of actions
>>> - it matches our other automations which are all actions based
>>>
>>> The only con I see:
>>> - actions/first-interaction doesn't support PR merge messages (
>>> https://github.com/behaviorbot/welcome#first-pr-merge)
>>>
>>> If you put up a PR for `first-interaction`, I'm happy to review/merge
>>> (barring further disagreement on this thread).
>>>
>>> Thanks,
>>> Danny
>>>
>>> On Mon, Feb 20, 2023 at 4:33 PM 

Re: new contributor messaging: behaviorbot/welcome

2023-02-21 Thread Danny McCormick via dev
If the merge message is a key part of this then I'm fine using
behaviorbot (though I think a PMC member would need to install it, I don't
have the right permission set).

> I'd also be happy to leverage first-interaction for everything it can do,
and only use welcome-bot for the things that aren't met elsewhere [ also
happy to eventually remove welcome-bot, ex: after that ASF campaign or once
a suitable off-the-shelf replacement comes along ]

I don't think we should do this, there's not really a benefit gained if
we're still using welcome-bot.

> @Danny McCormick  - any idea whether there is
another tool that can help with messaging on first-pr-merge that we'd be
more happy with [ I can search around some if that's the path ]?

My best alternative would be actions/first-interaction for first issues/prs
opened and a custom workflow using an if/else and
actions/comment-pull-request
 for the pr
merge comment, that is probably more trouble than it is worth though (>10
lines of code for something that can just be config).

> And/or since I imagine you might know GH Action internals [ IIRC you had
worked with/for that organization ] better than me at the moment, do you
think that's functionality that could straightforwardly be added to
first-interaction  [ if they
would accept a PR ]

This wouldn't be too hard codewise, but the team hasn't been especially
responsive on external code reviews, so I wouldn't block on this route.

Thanks,
Danny

On Tue, Feb 21, 2023 at 11:15 AM Austin Bennett 
wrote:

> There are lots of great places for messages/encouragement to developers as
> they work more into our community.  Though, PR merge messages would
> potentially be quite valuable [ for ex:
> https://news.apache.org/foundation/entry/the-asf-launches-firstasfcontribution-campaign
> ... specifically, I wanted to send a message thanking for someone's first
> PR merge, and encourage them to fill out the form
>  ( while that campaign is active
> ), so that they then write up something for ASF to publish, which in-turn
> increases the visibility of Beam :-) and Beam as a great example of a
> healthy ASF project ].
>
> No disagreement that if something exists off-the-shelf that is actions
> based that is a plenty fine way to proceed.  For the shared use-case, the
> PR merge is the ideal place to message.
>
> Alternatives:
> * I'd also be happy to leverage first-interaction for everything it can
> do, and only use welcome-bot for the things that aren't met elsewhere [
> also happy to eventually remove welcome-bot, ex: after that ASF campaign or
> once a suitable off-the-shelf replacement comes along ]
> or
> * @Danny McCormick  - any idea whether there
> is another tool that can help with messaging on first-pr-merge that we'd be
> more happy with [ I can search around some if that's the path ]?  And/or
> since I imagine you might know GH Action internals [ IIRC you had worked
> with/for that organization ] better than me at the moment, do you think
> that's functionality that could straightforwardly be added to
> first-interaction  [ if
> they would accept a PR ].  Else, if we think the APIs support a
> decent/straightforward design, I can always create a custom GH action.  I
> can dig in there if that's the route needed to accomplish, but thought you
> might recall the GH APIs better than my current knowledge.  Thoughts?
>
>
> On Mon, Feb 20, 2023 at 6:47 PM Danny McCormick via dev <
> dev@beam.apache.org> wrote:
>
>> Hey Austin, I'm +1 for adding a welcome bot, I would vote we use
>> https://github.com/actions/first-interaction instead though.
>>
>> The pros I see are:
>> - (minor) we don't need to install the bot (which would require infra
>> approval I believe)
>> - GitHub has generally lowered (if not completely deprecated) probot apps
>> in favor of actions
>> - it matches our other automations which are all actions based
>>
>> The only con I see:
>> - actions/first-interaction doesn't support PR merge messages (
>> https://github.com/behaviorbot/welcome#first-pr-merge)
>>
>> If you put up a PR for `first-interaction`, I'm happy to review/merge
>> (barring further disagreement on this thread).
>>
>> Thanks,
>> Danny
>>
>> On Mon, Feb 20, 2023 at 4:33 PM Austin Bennett  wrote:
>>
>>> Hi Devs,
>>>
>>> I'd like us to consider adding behaviorbot
>>> , and specifically behaviorbot/welcome
>>>  to beam's repo.  This will
>>> allow us to easily have a bit of messaging to new contributors.  Ex: on
>>> first issue creation and/or first PR.  Such messaging gets defined in
>>> `.github/config.yml` ...
>>>
>>> I imagine this is not particularly contentious.  If we do believe fine,
>>> can someone install: https://github.com/apps/welcome to our repo?  Once
>>> in the repo, I 

Re: new contributor messaging: behaviorbot/welcome

2023-02-21 Thread Austin Bennett
There are lots of great places for messages/encouragement to developers as
they work more into our community.  Though, PR merge messages would
potentially be quite valuable [ for ex:
https://news.apache.org/foundation/entry/the-asf-launches-firstasfcontribution-campaign
... specifically, I wanted to send a message thanking for someone's first
PR merge, and encourage them to fill out the form
 ( while that campaign is active ), so
that they then write up something for ASF to publish, which in-turn
increases the visibility of Beam :-) and Beam as a great example of a
healthy ASF project ].

No disagreement that if something exists off-the-shelf that is actions
based that is a plenty fine way to proceed.  For the shared use-case, the
PR merge is the ideal place to message.

Alternatives:
* I'd also be happy to leverage first-interaction for everything it can do,
and only use welcome-bot for the things that aren't met elsewhere [ also
happy to eventually remove welcome-bot, ex: after that ASF campaign or once
a suitable off-the-shelf replacement comes along ]
or
* @Danny McCormick  - any idea whether there is
another tool that can help with messaging on first-pr-merge that we'd be
more happy with [ I can search around some if that's the path ]?  And/or
since I imagine you might know GH Action internals [ IIRC you had worked
with/for that organization ] better than me at the moment, do you think
that's functionality that could straightforwardly be added to
first-interaction  [ if they
would accept a PR ].  Else, if we think the APIs support a
decent/straightforward design, I can always create a custom GH action.  I
can dig in there if that's the route needed to accomplish, but thought you
might recall the GH APIs better than my current knowledge.  Thoughts?


On Mon, Feb 20, 2023 at 6:47 PM Danny McCormick via dev 
wrote:

> Hey Austin, I'm +1 for adding a welcome bot, I would vote we use
> https://github.com/actions/first-interaction instead though.
>
> The pros I see are:
> - (minor) we don't need to install the bot (which would require infra
> approval I believe)
> - GitHub has generally lowered (if not completely deprecated) probot apps
> in favor of actions
> - it matches our other automations which are all actions based
>
> The only con I see:
> - actions/first-interaction doesn't support PR merge messages (
> https://github.com/behaviorbot/welcome#first-pr-merge)
>
> If you put up a PR for `first-interaction`, I'm happy to review/merge
> (barring further disagreement on this thread).
>
> Thanks,
> Danny
>
> On Mon, Feb 20, 2023 at 4:33 PM Austin Bennett  wrote:
>
>> Hi Devs,
>>
>> I'd like us to consider adding behaviorbot
>> , and specifically behaviorbot/welcome
>>  to beam's repo.  This will
>> allow us to easily have a bit of messaging to new contributors.  Ex: on
>> first issue creation and/or first PR.  Such messaging gets defined in
>> `.github/config.yml` ...
>>
>> I imagine this is not particularly contentious.  If we do believe fine,
>> can someone install: https://github.com/apps/welcome to our repo?  Once
>> in the repo, I can configure [ and get a review for ] the messaging for the
>> various conditions [ to live in `.github/config.yml`  ]
>>
>> Thanks,
>> Austin
>>
>


Re: new contributor messaging: behaviorbot/welcome

2023-02-20 Thread Danny McCormick via dev
Hey Austin, I'm +1 for adding a welcome bot, I would vote we use
https://github.com/actions/first-interaction instead though.

The pros I see are:
- (minor) we don't need to install the bot (which would require infra
approval I believe)
- GitHub has generally lowered (if not completely deprecated) probot apps
in favor of actions
- it matches our other automations which are all actions based

The only con I see:
- actions/first-interaction doesn't support PR merge messages (
https://github.com/behaviorbot/welcome#first-pr-merge)

If you put up a PR for `first-interaction`, I'm happy to review/merge
(barring further disagreement on this thread).

Thanks,
Danny

On Mon, Feb 20, 2023 at 4:33 PM Austin Bennett  wrote:

> Hi Devs,
>
> I'd like us to consider adding behaviorbot
> , and specifically behaviorbot/welcome
>  to beam's repo.  This will allow
> us to easily have a bit of messaging to new contributors.  Ex: on first
> issue creation and/or first PR.  Such messaging gets defined in
> `.github/config.yml` ...
>
> I imagine this is not particularly contentious.  If we do believe fine,
> can someone install: https://github.com/apps/welcome to our repo?  Once
> in the repo, I can configure [ and get a review for ] the messaging for the
> various conditions [ to live in `.github/config.yml`  ]
>
> Thanks,
> Austin
>


Re: New Contributor

2021-05-19 Thread Alexey Romanenko
Hi Tom,

Thanks for working on this! 

I added you as a contributor, welcome to Beam! 
Feel free to ping me for review once it will be ready.

—
Alexey

> On 19 May 2021, at 11:51, Tom Underhill  wrote:
> 
> Hi All,
> 
> I'd like to contribute an improvement to the Kafka.io module, specifically 
> this issue BEAM-11851 . 
> Could I be added as a contributor to the Beam issue tracker please?  My 
> username is: tunderhill
> 
> Many Thanks!
> 
> Tom.



Re: New Contributor - Jira Access

2021-05-18 Thread Alexey Romanenko
Hi Heidi,

I added you as a contributor, feel free to assign this Jira for yourself. 

Welcome!

—
Alexey

> On 18 May 2021, at 11:04, Heidi Hurst  wrote:
> 
> Hi all - 
> 
> I'm Heidi, new to the Beam ecosystem.  I'd like to contribute to a small 
> improvement in the Python SDK (Jira ticket [1]) to allow WithKeys to take 
> function args & kwargs.  Could I be added as a contributor to the Beam issue 
> tracker please?  Username is heidi_pachama.
> 
> 
> Thanks (and thanks all for your great work!)
> Heidi
> 
> [1] https://issues.apache.org/jira/browse/BEAM-12357 
> 
> 
> -- 
> 
> Heidi Hurst (she/her/hers)
> he...@pachama.com 
> 
> Pachama <> | Restoring Nature to solve climate change
> 
> ** Emails are sent during my work hours 
> (usually 0100-0500 & 0800-1200h PT).  
> Please feel free to respond during yours!



Re: New Contributor Intro

2020-04-17 Thread Ahmet Altay
Welcome!

On Fri, Apr 17, 2020 at 12:41 PM Ismaël Mejía  wrote:

> Done, assigned BEAM-9502 to you, you can also now self assign tickets too.
> Welcome!
>
>
> On Fri, Apr 17, 2020 at 8:15 PM Cameron Morgan
>  wrote:
> >
> > Hello everyone,
> >
> > I would like the permission to contribute to Beam.
> >
> > Jira: cameron-p-m
> > GitHub: cameron-p-m
> >
> > The issue I fixed locally:
> https://issues.apache.org/jira/browse/BEAM-9502
> > I have spoken to Jira:yaronneuman(akaneuman.ya...@gmail.com) about
> owning the issue, and I have a local fix.
> >
> > Thank you,
> > Cameron
>


Re: New Contributor Intro

2020-04-17 Thread Ismaël Mejía
Done, assigned BEAM-9502 to you, you can also now self assign tickets too.
Welcome!


On Fri, Apr 17, 2020 at 8:15 PM Cameron Morgan
 wrote:
>
> Hello everyone,
>
> I would like the permission to contribute to Beam.
>
> Jira: cameron-p-m
> GitHub: cameron-p-m
>
> The issue I fixed locally: https://issues.apache.org/jira/browse/BEAM-9502
> I have spoken to Jira:yaronneuman(akaneuman.ya...@gmail.com) about owning the 
> issue, and I have a local fix.
>
> Thank you,
> Cameron


Re: New Contributor Intro

2020-04-17 Thread Austin Bennett
Nice, welcome to the project, Cameron -- many of us met back at Beam Summit
EU/Berlin!

I don't have the permissions to assign you, but imagine someone will take
care of that soon.

On Fri, Apr 17, 2020 at 11:15 AM Cameron Morgan 
wrote:

> Hello everyone,
>
> I would like the permission to contribute to Beam.
>
> Jira: cameron-p-m
> GitHub: cameron-p-m
>
> The issue I fixed locally: https://issues.apache.org/jira/browse/BEAM-9502
> I have spoken to Jira:yaronneuman(akaneuman.ya...@gmail.com) about owning
> the issue, and I have a local fix.
>
> Thank you,
> Cameron
>


Re: New contributor to Beam documentation

2020-02-03 Thread Chamikara Jayalath
Welcome, Dave !!

On Fri, Jan 31, 2020, 3:23 PM Ahmet Altay  wrote:

> Welcome!
>
> On Fri, Jan 31, 2020 at 12:03 PM Kyle Weaver  wrote:
>
>> Hi Dave,
>>
>> Welcome to Beam! Looking forward to working with you :)
>>
>> Kyle
>>
>> On Fri, Jan 31, 2020 at 11:17 AM Dave Wrede  wrote:
>>
>>> Hi all,
>>>
>>> I'm Dave and I recently started working on Dataflow documentation. In
>>> addition, I will also be spending some of my time contributing to the Beam
>>> docs, when needed. I have a strong passion for great learning experiences
>>> and welcome feedback on how we can make Beam more approachable and useful
>>> for all audience types.
>>>
>>> Thanks and I look forward to working with you all!
>>>
>>> - Dave
>>>
>>>


Re: New contributor to Beam documentation

2020-01-31 Thread Ahmet Altay
Welcome!

On Fri, Jan 31, 2020 at 12:03 PM Kyle Weaver  wrote:

> Hi Dave,
>
> Welcome to Beam! Looking forward to working with you :)
>
> Kyle
>
> On Fri, Jan 31, 2020 at 11:17 AM Dave Wrede  wrote:
>
>> Hi all,
>>
>> I'm Dave and I recently started working on Dataflow documentation. In
>> addition, I will also be spending some of my time contributing to the Beam
>> docs, when needed. I have a strong passion for great learning experiences
>> and welcome feedback on how we can make Beam more approachable and useful
>> for all audience types.
>>
>> Thanks and I look forward to working with you all!
>>
>> - Dave
>>
>>


Re: New contributor to Beam documentation

2020-01-31 Thread Kyle Weaver
Hi Dave,

Welcome to Beam! Looking forward to working with you :)

Kyle

On Fri, Jan 31, 2020 at 11:17 AM Dave Wrede  wrote:

> Hi all,
>
> I'm Dave and I recently started working on Dataflow documentation. In
> addition, I will also be spending some of my time contributing to the Beam
> docs, when needed. I have a strong passion for great learning experiences
> and welcome feedback on how we can make Beam more approachable and useful
> for all audience types.
>
> Thanks and I look forward to working with you all!
>
> - Dave
>
>


Re: New contributor

2020-01-28 Thread Ludovic Boutros
Thanks Ismaël !



Le mar. 28 janv. 2020 à 12:08, Ismaël Mejía  a écrit :

> You were added to JIRA. Enjoy!
>
> On Tue, Jan 28, 2020 at 12:04 PM Ludovic Boutros 
> wrote:
>
>> Dear all,
>>
>> please, could you add me as a contributor in Jira ? My user name is
>> lboutros.
>>
>> Thank you,
>>
>> Ludovic.
>>
>


Re: New contributor

2020-01-28 Thread Jean-Baptiste Onofré
Welcome aboard.

Regards
JB

On 28/01/2020 14:14, Ludovic Boutros wrote:
> Thanks Ismaël !
> 
> 
> 
> Le mar. 28 janv. 2020 à 12:08, Ismaël Mejía  > a écrit :
> 
> You were added to JIRA. Enjoy!
> 
> On Tue, Jan 28, 2020 at 12:04 PM Ludovic Boutros  > wrote:
> 
> Dear all,
> 
> please, could you add me as a contributor in Jira ? My user name
> is lboutros.
> 
> Thank you,
> 
> Ludovic.
> 

-- 
Jean-Baptiste Onofré
jbono...@apache.org
http://blog.nanthrax.net
Talend - http://www.talend.com


Re: New contributor

2020-01-28 Thread Ismaël Mejía
You were added to JIRA. Enjoy!

On Tue, Jan 28, 2020 at 12:04 PM Ludovic Boutros  wrote:

> Dear all,
>
> please, could you add me as a contributor in Jira ? My user name is
> lboutros.
>
> Thank you,
>
> Ludovic.
>


Re: New contributor

2020-01-27 Thread Ahmet Altay
Done. Added xbhuang to the list of contributors.

On Mon, Jan 27, 2020 at 10:45 AM Xinbin Huang  wrote:

> Hi
>
> This is Xinbin Huang. Can someone add me as a contributor for Beam's Jira
> issue tracker? I would like to create/assign tickets for my work.
>
> My Jira username is xbhuang .
>
> Thanks
> Bin
>
>>


Re: New contributor

2020-01-27 Thread Xinbin Huang
Hi

This is Xinbin Huang. Can someone add me as a contributor for Beam's Jira
issue tracker? I would like to create/assign tickets for my work.

My Jira username is xbhuang .

Thanks
Bin

>


Re: New contributor

2020-01-25 Thread Ismaël Mejía
Done, Welcome to the project!

On Sat, Jan 25, 2020 at 11:28 AM Jeffrey Sorensen  wrote:

>
> Can you add me as a contributor - thanks
>
> Jira profile username is Sorensen
> github sorensenjs
>


Re: New contributor

2020-01-24 Thread Xinbin Huang
Oh sorry, forgot to paste it here. My username is xbhuang .

Thanks


On Fri, Jan 24, 2020, 4:25 PM Ahmet Altay  wrote:

> Welcome. What is your jira user name?
>
> On Fri, Jan 24, 2020 at 1:25 PM Xinbin Huang 
> wrote:
>
>> Hi
>>
>> This is Xinbin Huang. Can someone add me as a contributor for Beam's Jira
>> issue tracker? I would like to create/assign tickets for my work.
>>
>> Thanks
>> Bin
>>
>


Re: New contributor

2020-01-24 Thread Ahmet Altay
Welcome. What is your jira user name?

On Fri, Jan 24, 2020 at 1:25 PM Xinbin Huang  wrote:

> Hi
>
> This is Xinbin Huang. Can someone add me as a contributor for Beam's Jira
> issue tracker? I would like to create/assign tickets for my work.
>
> Thanks
> Bin
>


Re: New contributor

2020-01-23 Thread Ismaël Mejía
Done. Welcome to Beam!

On Thu, Jan 23, 2020 at 1:58 PM Nicholas Got  wrote:

> Hi,
>
> This is Nicholas Got. Can someone add me as a contributor for Beam's Jira
> issue tracker? I would like to create/assign tickets for my work. ASF Jira
> username: ngot
>
> Regards,
> Nicholas Got
>


Re: New Contributor

2019-11-09 Thread Luke Cwik
Welcome, I have added you as a contributor.

On Fri, Nov 8, 2019 at 3:14 PM Yang Zhang 
wrote:

> Hello Beam community,
>
> This is Yang from LinkedIn. I am closely working with Xinyu on adopting
> Beam SQL in LinkedIn. Can someone add me as a contributor for Beam's Jira
> issue tracker? I would like to create/assign tickets for my work. My Jira
> ID is *yangzhang*. Thanks!
>
> Best,
> Yang
>


Re: New Contributor

2019-11-08 Thread Luke Cwik
Welcome, I have added you as a contributor.

On Fri, Nov 8, 2019 at 10:16 AM Andrew Crites  wrote:

> It's crites. Thanks!
>
> On Thu, Nov 7, 2019 at 3:06 PM Kyle Weaver  wrote:
>
>> Can you please share your Jira username?
>>
>> On Thu, Nov 7, 2019 at 3:04 PM Andrew Crites 
>> wrote:
>>
>>> This is Andrew Crites. I'm making some changes to the Python Dataflow
>>> runner. Can someone add me as a contributor for Beam's Jira issue tracker?
>>> Apparently I can't be assigned issues right now.
>>>
>>> Thanks!
>>>
>>


Re: New Contributor

2019-11-08 Thread Andrew Crites
It's crites. Thanks!

On Thu, Nov 7, 2019 at 3:06 PM Kyle Weaver  wrote:

> Can you please share your Jira username?
>
> On Thu, Nov 7, 2019 at 3:04 PM Andrew Crites 
> wrote:
>
>> This is Andrew Crites. I'm making some changes to the Python Dataflow
>> runner. Can someone add me as a contributor for Beam's Jira issue tracker?
>> Apparently I can't be assigned issues right now.
>>
>> Thanks!
>>
>


Re: New Contributor

2019-11-07 Thread Kyle Weaver
Can you please share your Jira username?

On Thu, Nov 7, 2019 at 3:04 PM Andrew Crites 
wrote:

> This is Andrew Crites. I'm making some changes to the Python Dataflow
> runner. Can someone add me as a contributor for Beam's Jira issue tracker?
> Apparently I can't be assigned issues right now.
>
> Thanks!
>


Re: New contributor to BEAM SQL

2019-09-16 Thread Lukasz Cwik
Welcome Kirill, I have granted you the JIRA permissions you requested.

On Mon, Sep 16, 2019 at 10:59 AM Kirill Kozlov 
wrote:

> Hello everyone!
>
> My name is Kirill Kozlov, I recently joined a Dataflow team at Google and
> will be working on SQL filter pushdown.
> Can I get permission to work issues in jira, my username is: kirillkozlov
> Looking forward to developing Beam together!
>
> Thank you,
> Kirill Kozlov
>


Re: New contributor to Beam

2019-04-17 Thread Chamikara Jayalath
Welcome Cyrus!

On Wed, Apr 17, 2019 at 1:59 PM Matthias Baetens 
wrote:

> Welcome! 
>
> On Wed, Apr 17, 2019, 20:59 Alan Myrvold  wrote:
>
>> Welcome, Cyrus!
>>
>> On Wed, Apr 17, 2019 at 12:49 PM Ahmet Altay  wrote:
>>
>>> Welcome!
>>>
>>> On Wed, Apr 17, 2019 at 12:26 PM Rose Nguyen 
>>> wrote:
>>>
 Welcome, Cyrus!!

 On Wed, Apr 17, 2019 at 11:58 AM Niklas Hansson <
 niklas.sven.hans...@gmail.com> wrote:

> Welcome :)
>
> Den ons 17 apr. 2019 kl 20:33 skrev Aizhamal Nurmamat kyzy <
> aizha...@google.com>:
>
>> Welcome Cyrus! We'd love so much to have better docs for Beam [image:
>> ][image: ][image: ] Thank you!
>>
>>
>> On Wed, Apr 17, 2019 at 11:28 AM Joana Filipa Bernardo Carrasqueira <
>> joanafil...@google.com> wrote:
>>
>>> Welcome Cyrus!
>>>
>>> On Wed, Apr 17, 2019 at 11:18 AM Kyle Weaver 
>>> wrote:
>>>
 Welcome!

 On Wed, Apr 17, 2019 at 10:32 AM Robert Burke 
 wrote:

> Welcome Cyrus! :D Yay better docs!
>
> On Wed, 17 Apr 2019 at 10:20, Connell O'Callaghan <
> conne...@google.com> wrote:
>
>> Welcome Cyrus!!!
>>
>> On Wed, Apr 17, 2019 at 10:11 AM Mikhail Gryzykhin <
>> mig...@google.com> wrote:
>>
>>> Welcome!
>>>
>>> --Mikhail
>>>
>>> On Wed, Apr 17, 2019 at 9:58 AM Melissa Pashniak <
>>> meliss...@google.com> wrote:
>>>

 Welcome Cyrus!


 On Wed, Apr 17, 2019 at 7:31 AM Jean-Baptiste Onofré <
 j...@nanthrax.net> wrote:

> Welcome !
>
> Regards
> JB
>
> On 17/04/2019 16:05, Cyrus Maden wrote:
> > Hi all!
> >
> > My name's Cyrus and I'd like to start contributing to Beam.
> I'm a
> > technical writer so I'm particularly looking forward to
> contributing to
> > the Beam docs. Could someone add me as a contributor on JIRA
> so I can
> > create and assign tickets?
> >
> > My JIRA name is: *cyrusmaden*
> > *
> > *
> > Excited to be a part of this community and to work with
> ya'll!
> >
> > Best,
> > Cyrus
>
> --
> Jean-Baptiste Onofré
> jbono...@apache.org
> http://blog.nanthrax.net
> Talend - http://www.talend.com
>
 --
 Kyle Weaver | Software Engineer | github.com/ibzib |
 kcwea...@google.com | +1650203

>>>
>>>

 --
 Rose Thị Nguyễn

>>>


Re: New contributor to Beam

2019-04-17 Thread Alan Myrvold
Welcome, Cyrus!

On Wed, Apr 17, 2019 at 12:49 PM Ahmet Altay  wrote:

> Welcome!
>
> On Wed, Apr 17, 2019 at 12:26 PM Rose Nguyen  wrote:
>
>> Welcome, Cyrus!!
>>
>> On Wed, Apr 17, 2019 at 11:58 AM Niklas Hansson <
>> niklas.sven.hans...@gmail.com> wrote:
>>
>>> Welcome :)
>>>
>>> Den ons 17 apr. 2019 kl 20:33 skrev Aizhamal Nurmamat kyzy <
>>> aizha...@google.com>:
>>>
 Welcome Cyrus! We'd love so much to have better docs for Beam [image:
 ][image: ][image: ] Thank you!


 On Wed, Apr 17, 2019 at 11:28 AM Joana Filipa Bernardo Carrasqueira <
 joanafil...@google.com> wrote:

> Welcome Cyrus!
>
> On Wed, Apr 17, 2019 at 11:18 AM Kyle Weaver 
> wrote:
>
>> Welcome!
>>
>> On Wed, Apr 17, 2019 at 10:32 AM Robert Burke 
>> wrote:
>>
>>> Welcome Cyrus! :D Yay better docs!
>>>
>>> On Wed, 17 Apr 2019 at 10:20, Connell O'Callaghan <
>>> conne...@google.com> wrote:
>>>
 Welcome Cyrus!!!

 On Wed, Apr 17, 2019 at 10:11 AM Mikhail Gryzykhin <
 mig...@google.com> wrote:

> Welcome!
>
> --Mikhail
>
> On Wed, Apr 17, 2019 at 9:58 AM Melissa Pashniak <
> meliss...@google.com> wrote:
>
>>
>> Welcome Cyrus!
>>
>>
>> On Wed, Apr 17, 2019 at 7:31 AM Jean-Baptiste Onofré <
>> j...@nanthrax.net> wrote:
>>
>>> Welcome !
>>>
>>> Regards
>>> JB
>>>
>>> On 17/04/2019 16:05, Cyrus Maden wrote:
>>> > Hi all!
>>> >
>>> > My name's Cyrus and I'd like to start contributing to Beam.
>>> I'm a
>>> > technical writer so I'm particularly looking forward to
>>> contributing to
>>> > the Beam docs. Could someone add me as a contributor on JIRA
>>> so I can
>>> > create and assign tickets?
>>> >
>>> > My JIRA name is: *cyrusmaden*
>>> > *
>>> > *
>>> > Excited to be a part of this community and to work with ya'll!
>>> >
>>> > Best,
>>> > Cyrus
>>>
>>> --
>>> Jean-Baptiste Onofré
>>> jbono...@apache.org
>>> http://blog.nanthrax.net
>>> Talend - http://www.talend.com
>>>
>> --
>> Kyle Weaver | Software Engineer | github.com/ibzib |
>> kcwea...@google.com | +1650203
>>
>
>
>>
>> --
>> Rose Thị Nguyễn
>>
>


Re: New contributor to Beam

2019-04-17 Thread Ahmet Altay
Welcome!

On Wed, Apr 17, 2019 at 12:26 PM Rose Nguyen  wrote:

> Welcome, Cyrus!!
>
> On Wed, Apr 17, 2019 at 11:58 AM Niklas Hansson <
> niklas.sven.hans...@gmail.com> wrote:
>
>> Welcome :)
>>
>> Den ons 17 apr. 2019 kl 20:33 skrev Aizhamal Nurmamat kyzy <
>> aizha...@google.com>:
>>
>>> Welcome Cyrus! We'd love so much to have better docs for Beam [image:
>>> ][image: ][image: ] Thank you!
>>>
>>>
>>> On Wed, Apr 17, 2019 at 11:28 AM Joana Filipa Bernardo Carrasqueira <
>>> joanafil...@google.com> wrote:
>>>
 Welcome Cyrus!

 On Wed, Apr 17, 2019 at 11:18 AM Kyle Weaver 
 wrote:

> Welcome!
>
> On Wed, Apr 17, 2019 at 10:32 AM Robert Burke 
> wrote:
>
>> Welcome Cyrus! :D Yay better docs!
>>
>> On Wed, 17 Apr 2019 at 10:20, Connell O'Callaghan <
>> conne...@google.com> wrote:
>>
>>> Welcome Cyrus!!!
>>>
>>> On Wed, Apr 17, 2019 at 10:11 AM Mikhail Gryzykhin <
>>> mig...@google.com> wrote:
>>>
 Welcome!

 --Mikhail

 On Wed, Apr 17, 2019 at 9:58 AM Melissa Pashniak <
 meliss...@google.com> wrote:

>
> Welcome Cyrus!
>
>
> On Wed, Apr 17, 2019 at 7:31 AM Jean-Baptiste Onofré <
> j...@nanthrax.net> wrote:
>
>> Welcome !
>>
>> Regards
>> JB
>>
>> On 17/04/2019 16:05, Cyrus Maden wrote:
>> > Hi all!
>> >
>> > My name's Cyrus and I'd like to start contributing to Beam. I'm
>> a
>> > technical writer so I'm particularly looking forward to
>> contributing to
>> > the Beam docs. Could someone add me as a contributor on JIRA so
>> I can
>> > create and assign tickets?
>> >
>> > My JIRA name is: *cyrusmaden*
>> > *
>> > *
>> > Excited to be a part of this community and to work with ya'll!
>> >
>> > Best,
>> > Cyrus
>>
>> --
>> Jean-Baptiste Onofré
>> jbono...@apache.org
>> http://blog.nanthrax.net
>> Talend - http://www.talend.com
>>
> --
> Kyle Weaver | Software Engineer | github.com/ibzib |
> kcwea...@google.com | +1650203
>


>
> --
> Rose Thị Nguyễn
>


Re: New contributor to Beam

2019-04-17 Thread Rose Nguyen
Welcome, Cyrus!!

On Wed, Apr 17, 2019 at 11:58 AM Niklas Hansson <
niklas.sven.hans...@gmail.com> wrote:

> Welcome :)
>
> Den ons 17 apr. 2019 kl 20:33 skrev Aizhamal Nurmamat kyzy <
> aizha...@google.com>:
>
>> Welcome Cyrus! We'd love so much to have better docs for Beam [image: 
>> ][image:
>> ][image: ] Thank you!
>>
>>
>> On Wed, Apr 17, 2019 at 11:28 AM Joana Filipa Bernardo Carrasqueira <
>> joanafil...@google.com> wrote:
>>
>>> Welcome Cyrus!
>>>
>>> On Wed, Apr 17, 2019 at 11:18 AM Kyle Weaver 
>>> wrote:
>>>
 Welcome!

 On Wed, Apr 17, 2019 at 10:32 AM Robert Burke 
 wrote:

> Welcome Cyrus! :D Yay better docs!
>
> On Wed, 17 Apr 2019 at 10:20, Connell O'Callaghan 
> wrote:
>
>> Welcome Cyrus!!!
>>
>> On Wed, Apr 17, 2019 at 10:11 AM Mikhail Gryzykhin 
>> wrote:
>>
>>> Welcome!
>>>
>>> --Mikhail
>>>
>>> On Wed, Apr 17, 2019 at 9:58 AM Melissa Pashniak <
>>> meliss...@google.com> wrote:
>>>

 Welcome Cyrus!


 On Wed, Apr 17, 2019 at 7:31 AM Jean-Baptiste Onofré <
 j...@nanthrax.net> wrote:

> Welcome !
>
> Regards
> JB
>
> On 17/04/2019 16:05, Cyrus Maden wrote:
> > Hi all!
> >
> > My name's Cyrus and I'd like to start contributing to Beam. I'm a
> > technical writer so I'm particularly looking forward to
> contributing to
> > the Beam docs. Could someone add me as a contributor on JIRA so
> I can
> > create and assign tickets?
> >
> > My JIRA name is: *cyrusmaden*
> > *
> > *
> > Excited to be a part of this community and to work with ya'll!
> >
> > Best,
> > Cyrus
>
> --
> Jean-Baptiste Onofré
> jbono...@apache.org
> http://blog.nanthrax.net
> Talend - http://www.talend.com
>
 --
 Kyle Weaver | Software Engineer | github.com/ibzib |
 kcwea...@google.com | +1650203

>>>
>>>

-- 
Rose Thị Nguyễn


Re: New contributor to Beam

2019-04-17 Thread Niklas Hansson
Welcome :)

Den ons 17 apr. 2019 kl 20:33 skrev Aizhamal Nurmamat kyzy <
aizha...@google.com>:

> Welcome Cyrus! We'd love so much to have better docs for Beam [image: 
> ][image:
> ][image: ] Thank you!
>
>
> On Wed, Apr 17, 2019 at 11:28 AM Joana Filipa Bernardo Carrasqueira <
> joanafil...@google.com> wrote:
>
>> Welcome Cyrus!
>>
>> On Wed, Apr 17, 2019 at 11:18 AM Kyle Weaver  wrote:
>>
>>> Welcome!
>>>
>>> On Wed, Apr 17, 2019 at 10:32 AM Robert Burke 
>>> wrote:
>>>
 Welcome Cyrus! :D Yay better docs!

 On Wed, 17 Apr 2019 at 10:20, Connell O'Callaghan 
 wrote:

> Welcome Cyrus!!!
>
> On Wed, Apr 17, 2019 at 10:11 AM Mikhail Gryzykhin 
> wrote:
>
>> Welcome!
>>
>> --Mikhail
>>
>> On Wed, Apr 17, 2019 at 9:58 AM Melissa Pashniak <
>> meliss...@google.com> wrote:
>>
>>>
>>> Welcome Cyrus!
>>>
>>>
>>> On Wed, Apr 17, 2019 at 7:31 AM Jean-Baptiste Onofré <
>>> j...@nanthrax.net> wrote:
>>>
 Welcome !

 Regards
 JB

 On 17/04/2019 16:05, Cyrus Maden wrote:
 > Hi all!
 >
 > My name's Cyrus and I'd like to start contributing to Beam. I'm a
 > technical writer so I'm particularly looking forward to
 contributing to
 > the Beam docs. Could someone add me as a contributor on JIRA so I
 can
 > create and assign tickets?
 >
 > My JIRA name is: *cyrusmaden*
 > *
 > *
 > Excited to be a part of this community and to work with ya'll!
 >
 > Best,
 > Cyrus

 --
 Jean-Baptiste Onofré
 jbono...@apache.org
 http://blog.nanthrax.net
 Talend - http://www.talend.com

>>> --
>>> Kyle Weaver | Software Engineer | github.com/ibzib | kcwea...@google.com
>>> | +1650203
>>>
>>
>>


Re: New contributor to Beam

2019-04-17 Thread Aizhamal Nurmamat kyzy
Welcome Cyrus! We'd love so much to have better docs for Beam [image:
][image:
][image: ] Thank you!


On Wed, Apr 17, 2019 at 11:28 AM Joana Filipa Bernardo Carrasqueira <
joanafil...@google.com> wrote:

> Welcome Cyrus!
>
> On Wed, Apr 17, 2019 at 11:18 AM Kyle Weaver  wrote:
>
>> Welcome!
>>
>> On Wed, Apr 17, 2019 at 10:32 AM Robert Burke  wrote:
>>
>>> Welcome Cyrus! :D Yay better docs!
>>>
>>> On Wed, 17 Apr 2019 at 10:20, Connell O'Callaghan 
>>> wrote:
>>>
 Welcome Cyrus!!!

 On Wed, Apr 17, 2019 at 10:11 AM Mikhail Gryzykhin 
 wrote:

> Welcome!
>
> --Mikhail
>
> On Wed, Apr 17, 2019 at 9:58 AM Melissa Pashniak 
> wrote:
>
>>
>> Welcome Cyrus!
>>
>>
>> On Wed, Apr 17, 2019 at 7:31 AM Jean-Baptiste Onofré 
>> wrote:
>>
>>> Welcome !
>>>
>>> Regards
>>> JB
>>>
>>> On 17/04/2019 16:05, Cyrus Maden wrote:
>>> > Hi all!
>>> >
>>> > My name's Cyrus and I'd like to start contributing to Beam. I'm a
>>> > technical writer so I'm particularly looking forward to
>>> contributing to
>>> > the Beam docs. Could someone add me as a contributor on JIRA so I
>>> can
>>> > create and assign tickets?
>>> >
>>> > My JIRA name is: *cyrusmaden*
>>> > *
>>> > *
>>> > Excited to be a part of this community and to work with ya'll!
>>> >
>>> > Best,
>>> > Cyrus
>>>
>>> --
>>> Jean-Baptiste Onofré
>>> jbono...@apache.org
>>> http://blog.nanthrax.net
>>> Talend - http://www.talend.com
>>>
>> --
>> Kyle Weaver | Software Engineer | github.com/ibzib | kcwea...@google.com
>> | +1650203
>>
>
>


Re: New contributor to Beam

2019-04-17 Thread Joana Filipa Bernardo Carrasqueira
Welcome Cyrus!

On Wed, Apr 17, 2019 at 11:18 AM Kyle Weaver  wrote:

> Welcome!
>
> On Wed, Apr 17, 2019 at 10:32 AM Robert Burke  wrote:
>
>> Welcome Cyrus! :D Yay better docs!
>>
>> On Wed, 17 Apr 2019 at 10:20, Connell O'Callaghan 
>> wrote:
>>
>>> Welcome Cyrus!!!
>>>
>>> On Wed, Apr 17, 2019 at 10:11 AM Mikhail Gryzykhin 
>>> wrote:
>>>
 Welcome!

 --Mikhail

 On Wed, Apr 17, 2019 at 9:58 AM Melissa Pashniak 
 wrote:

>
> Welcome Cyrus!
>
>
> On Wed, Apr 17, 2019 at 7:31 AM Jean-Baptiste Onofré 
> wrote:
>
>> Welcome !
>>
>> Regards
>> JB
>>
>> On 17/04/2019 16:05, Cyrus Maden wrote:
>> > Hi all!
>> >
>> > My name's Cyrus and I'd like to start contributing to Beam. I'm a
>> > technical writer so I'm particularly looking forward to
>> contributing to
>> > the Beam docs. Could someone add me as a contributor on JIRA so I
>> can
>> > create and assign tickets?
>> >
>> > My JIRA name is: *cyrusmaden*
>> > *
>> > *
>> > Excited to be a part of this community and to work with ya'll!
>> >
>> > Best,
>> > Cyrus
>>
>> --
>> Jean-Baptiste Onofré
>> jbono...@apache.org
>> http://blog.nanthrax.net
>> Talend - http://www.talend.com
>>
> --
> Kyle Weaver | Software Engineer | github.com/ibzib | kcwea...@google.com
> | +1650203
>


Re: New contributor to Beam

2019-04-17 Thread Kyle Weaver
Welcome!

On Wed, Apr 17, 2019 at 10:32 AM Robert Burke  wrote:

> Welcome Cyrus! :D Yay better docs!
>
> On Wed, 17 Apr 2019 at 10:20, Connell O'Callaghan 
> wrote:
>
>> Welcome Cyrus!!!
>>
>> On Wed, Apr 17, 2019 at 10:11 AM Mikhail Gryzykhin 
>> wrote:
>>
>>> Welcome!
>>>
>>> --Mikhail
>>>
>>> On Wed, Apr 17, 2019 at 9:58 AM Melissa Pashniak 
>>> wrote:
>>>

 Welcome Cyrus!


 On Wed, Apr 17, 2019 at 7:31 AM Jean-Baptiste Onofré 
 wrote:

> Welcome !
>
> Regards
> JB
>
> On 17/04/2019 16:05, Cyrus Maden wrote:
> > Hi all!
> >
> > My name's Cyrus and I'd like to start contributing to Beam. I'm a
> > technical writer so I'm particularly looking forward to contributing
> to
> > the Beam docs. Could someone add me as a contributor on JIRA so I can
> > create and assign tickets?
> >
> > My JIRA name is: *cyrusmaden*
> > *
> > *
> > Excited to be a part of this community and to work with ya'll!
> >
> > Best,
> > Cyrus
>
> --
> Jean-Baptiste Onofré
> jbono...@apache.org
> http://blog.nanthrax.net
> Talend - http://www.talend.com
>
 --
Kyle Weaver | Software Engineer | github.com/ibzib | kcwea...@google.com |
+1650203


Re: New contributor to Beam

2019-04-17 Thread Robert Burke
Welcome Cyrus! :D Yay better docs!

On Wed, 17 Apr 2019 at 10:20, Connell O'Callaghan 
wrote:

> Welcome Cyrus!!!
>
> On Wed, Apr 17, 2019 at 10:11 AM Mikhail Gryzykhin 
> wrote:
>
>> Welcome!
>>
>> --Mikhail
>>
>> On Wed, Apr 17, 2019 at 9:58 AM Melissa Pashniak 
>> wrote:
>>
>>>
>>> Welcome Cyrus!
>>>
>>>
>>> On Wed, Apr 17, 2019 at 7:31 AM Jean-Baptiste Onofré 
>>> wrote:
>>>
 Welcome !

 Regards
 JB

 On 17/04/2019 16:05, Cyrus Maden wrote:
 > Hi all!
 >
 > My name's Cyrus and I'd like to start contributing to Beam. I'm a
 > technical writer so I'm particularly looking forward to contributing
 to
 > the Beam docs. Could someone add me as a contributor on JIRA so I can
 > create and assign tickets?
 >
 > My JIRA name is: *cyrusmaden*
 > *
 > *
 > Excited to be a part of this community and to work with ya'll!
 >
 > Best,
 > Cyrus

 --
 Jean-Baptiste Onofré
 jbono...@apache.org
 http://blog.nanthrax.net
 Talend - http://www.talend.com

>>>


Re: New contributor to Beam

2019-04-17 Thread Connell O'Callaghan
Welcome Cyrus!!!

On Wed, Apr 17, 2019 at 10:11 AM Mikhail Gryzykhin 
wrote:

> Welcome!
>
> --Mikhail
>
> On Wed, Apr 17, 2019 at 9:58 AM Melissa Pashniak 
> wrote:
>
>>
>> Welcome Cyrus!
>>
>>
>> On Wed, Apr 17, 2019 at 7:31 AM Jean-Baptiste Onofré 
>> wrote:
>>
>>> Welcome !
>>>
>>> Regards
>>> JB
>>>
>>> On 17/04/2019 16:05, Cyrus Maden wrote:
>>> > Hi all!
>>> >
>>> > My name's Cyrus and I'd like to start contributing to Beam. I'm a
>>> > technical writer so I'm particularly looking forward to contributing to
>>> > the Beam docs. Could someone add me as a contributor on JIRA so I can
>>> > create and assign tickets?
>>> >
>>> > My JIRA name is: *cyrusmaden*
>>> > *
>>> > *
>>> > Excited to be a part of this community and to work with ya'll!
>>> >
>>> > Best,
>>> > Cyrus
>>>
>>> --
>>> Jean-Baptiste Onofré
>>> jbono...@apache.org
>>> http://blog.nanthrax.net
>>> Talend - http://www.talend.com
>>>
>>


Re: New contributor to Beam

2019-04-17 Thread Mikhail Gryzykhin
Welcome!

--Mikhail

On Wed, Apr 17, 2019 at 9:58 AM Melissa Pashniak 
wrote:

>
> Welcome Cyrus!
>
>
> On Wed, Apr 17, 2019 at 7:31 AM Jean-Baptiste Onofré 
> wrote:
>
>> Welcome !
>>
>> Regards
>> JB
>>
>> On 17/04/2019 16:05, Cyrus Maden wrote:
>> > Hi all!
>> >
>> > My name's Cyrus and I'd like to start contributing to Beam. I'm a
>> > technical writer so I'm particularly looking forward to contributing to
>> > the Beam docs. Could someone add me as a contributor on JIRA so I can
>> > create and assign tickets?
>> >
>> > My JIRA name is: *cyrusmaden*
>> > *
>> > *
>> > Excited to be a part of this community and to work with ya'll!
>> >
>> > Best,
>> > Cyrus
>>
>> --
>> Jean-Baptiste Onofré
>> jbono...@apache.org
>> http://blog.nanthrax.net
>> Talend - http://www.talend.com
>>
>


Re: New contributor to Beam

2019-04-17 Thread Melissa Pashniak
Welcome Cyrus!


On Wed, Apr 17, 2019 at 7:31 AM Jean-Baptiste Onofré 
wrote:

> Welcome !
>
> Regards
> JB
>
> On 17/04/2019 16:05, Cyrus Maden wrote:
> > Hi all!
> >
> > My name's Cyrus and I'd like to start contributing to Beam. I'm a
> > technical writer so I'm particularly looking forward to contributing to
> > the Beam docs. Could someone add me as a contributor on JIRA so I can
> > create and assign tickets?
> >
> > My JIRA name is: *cyrusmaden*
> > *
> > *
> > Excited to be a part of this community and to work with ya'll!
> >
> > Best,
> > Cyrus
>
> --
> Jean-Baptiste Onofré
> jbono...@apache.org
> http://blog.nanthrax.net
> Talend - http://www.talend.com
>


Re: New contributor to Beam

2019-04-17 Thread Jean-Baptiste Onofré
Welcome !

Regards
JB

On 17/04/2019 16:05, Cyrus Maden wrote:
> Hi all!
> 
> My name's Cyrus and I'd like to start contributing to Beam. I'm a
> technical writer so I'm particularly looking forward to contributing to
> the Beam docs. Could someone add me as a contributor on JIRA so I can
> create and assign tickets?
> 
> My JIRA name is: *cyrusmaden*
> *
> *
> Excited to be a part of this community and to work with ya'll!
> 
> Best,
> Cyrus

-- 
Jean-Baptiste Onofré
jbono...@apache.org
http://blog.nanthrax.net
Talend - http://www.talend.com


Re: New contributor

2019-03-29 Thread Ruoyun Huang
Welcome Niklas!

On Fri, Mar 29, 2019 at 9:23 AM Ismaël Mejía  wrote:

> Welcome Niklas!
>
> On Fri, Mar 29, 2019 at 3:54 PM Guobao Li  wrote:
> >
> > Welcome!
> >
> > On Wed, Mar 27, 2019 at 11:12 PM Kenneth Knowles  wrote:
> >>
> >> Welcome!
> >>
> >> On Wed, Mar 27, 2019 at 2:59 PM Mikhail Gryzykhin 
> wrote:
> >>>
> >>> Welcome Niklas.
> >>>
> >>> This is another location with useful resources for contributors:
> https://cwiki.apache.org/confluence/display/BEAM/Developer+Guides
> (contributor guide has link to this as well though)
> >>>
> >>> On Wed, Mar 27, 2019 at 10:54 AM Connell O'Callaghan <
> conne...@google.com> wrote:
> 
>  Welcome Niklas - given your background it will be very interesting to
> see your contributions.
> 
>  On Wed, Mar 27, 2019 at 10:29 AM Mark Liu  wrote:
> >
> > Welcome!
> >
> > Mark
> >
> > On Wed, Mar 27, 2019 at 10:09 AM Lukasz Cwik 
> wrote:
> >>
> >> Welcome. The getting started[1] and contribution guides[2] are most
> useful. I have also added you as a contributor to the JIRA project.
> >>
> >> 1: https://beam.apache.org/get-started/beam-overview/
> >> 2: https://beam.apache.org/contribute/
> >>
> >> On Wed, Mar 27, 2019 at 9:38 AM Niklas Hansson <
> niklas.sven.hans...@gmail.com> wrote:
> >>>
> >>> Hi!
> >>>
> >>> I work as a data scientist within banking but will switch over to
> manufacturing the next month. I would like to contribute to Beam and
> especially the Python SDK. Could you add me as a contributor?
> >>>
> >>> I am new to open source contribution so feel free to give me any
> advice or point me in the right direction. Plan to start off with some of
> the starter tasks from the Jira board.
> >>>
> >>> Best regards
> >>> Niklas
>


-- 

Ruoyun  Huang


Re: New contributor

2019-03-29 Thread Ismaël Mejía
Welcome Niklas!

On Fri, Mar 29, 2019 at 3:54 PM Guobao Li  wrote:
>
> Welcome!
>
> On Wed, Mar 27, 2019 at 11:12 PM Kenneth Knowles  wrote:
>>
>> Welcome!
>>
>> On Wed, Mar 27, 2019 at 2:59 PM Mikhail Gryzykhin  wrote:
>>>
>>> Welcome Niklas.
>>>
>>> This is another location with useful resources for contributors: 
>>> https://cwiki.apache.org/confluence/display/BEAM/Developer+Guides 
>>> (contributor guide has link to this as well though)
>>>
>>> On Wed, Mar 27, 2019 at 10:54 AM Connell O'Callaghan  
>>> wrote:

 Welcome Niklas - given your background it will be very interesting to see 
 your contributions.

 On Wed, Mar 27, 2019 at 10:29 AM Mark Liu  wrote:
>
> Welcome!
>
> Mark
>
> On Wed, Mar 27, 2019 at 10:09 AM Lukasz Cwik  wrote:
>>
>> Welcome. The getting started[1] and contribution guides[2] are most 
>> useful. I have also added you as a contributor to the JIRA project.
>>
>> 1: https://beam.apache.org/get-started/beam-overview/
>> 2: https://beam.apache.org/contribute/
>>
>> On Wed, Mar 27, 2019 at 9:38 AM Niklas Hansson 
>>  wrote:
>>>
>>> Hi!
>>>
>>> I work as a data scientist within banking but will switch over to 
>>> manufacturing the next month. I would like to contribute to Beam and 
>>> especially the Python SDK. Could you add me as a contributor?
>>>
>>> I am new to open source contribution so feel free to give me any advice 
>>> or point me in the right direction. Plan to start off with some of the 
>>> starter tasks from the Jira board.
>>>
>>> Best regards
>>> Niklas


Re: New contributor

2019-03-29 Thread Guobao Li
Welcome!

On Wed, Mar 27, 2019 at 11:12 PM Kenneth Knowles  wrote:

> Welcome!
>
> On Wed, Mar 27, 2019 at 2:59 PM Mikhail Gryzykhin 
> wrote:
>
>> Welcome Niklas.
>>
>> This is another location with useful resources for contributors:
>> https://cwiki.apache.org/confluence/display/BEAM/Developer+Guides 
>> (contributor
>> guide has link to this as well though)
>>
>> On Wed, Mar 27, 2019 at 10:54 AM Connell O'Callaghan 
>> wrote:
>>
>>> Welcome Niklas - given your background it will be very interesting to
>>> see your contributions.
>>>
>>> On Wed, Mar 27, 2019 at 10:29 AM Mark Liu  wrote:
>>>
 Welcome!

 Mark

 On Wed, Mar 27, 2019 at 10:09 AM Lukasz Cwik  wrote:

> Welcome. The getting started[1] and contribution guides[2] are most
> useful. I have also added you as a contributor to the JIRA project.
>
> 1: https://beam.apache.org/get-started/beam-overview/
> 2: https://beam.apache.org/contribute/
>
> On Wed, Mar 27, 2019 at 9:38 AM Niklas Hansson <
> niklas.sven.hans...@gmail.com> wrote:
>
>> Hi!
>>
>> I work as a data scientist within banking but will switch over to
>> manufacturing the next month. I would like to contribute to Beam and
>> especially the Python SDK. Could you add me as a contributor?
>>
>> I am new to open source contribution so feel free to give me any
>> advice or point me in the right direction. Plan to start off with some of
>> the starter tasks from the Jira board.
>>
>> Best regards
>> Niklas
>>
>


Re: New contributor

2019-03-27 Thread Kenneth Knowles
Welcome!

On Wed, Mar 27, 2019 at 2:59 PM Mikhail Gryzykhin  wrote:

> Welcome Niklas.
>
> This is another location with useful resources for contributors:
> https://cwiki.apache.org/confluence/display/BEAM/Developer+Guides (contributor
> guide has link to this as well though)
>
> On Wed, Mar 27, 2019 at 10:54 AM Connell O'Callaghan 
> wrote:
>
>> Welcome Niklas - given your background it will be very interesting to
>> see your contributions.
>>
>> On Wed, Mar 27, 2019 at 10:29 AM Mark Liu  wrote:
>>
>>> Welcome!
>>>
>>> Mark
>>>
>>> On Wed, Mar 27, 2019 at 10:09 AM Lukasz Cwik  wrote:
>>>
 Welcome. The getting started[1] and contribution guides[2] are most
 useful. I have also added you as a contributor to the JIRA project.

 1: https://beam.apache.org/get-started/beam-overview/
 2: https://beam.apache.org/contribute/

 On Wed, Mar 27, 2019 at 9:38 AM Niklas Hansson <
 niklas.sven.hans...@gmail.com> wrote:

> Hi!
>
> I work as a data scientist within banking but will switch over to
> manufacturing the next month. I would like to contribute to Beam and
> especially the Python SDK. Could you add me as a contributor?
>
> I am new to open source contribution so feel free to give me any
> advice or point me in the right direction. Plan to start off with some of
> the starter tasks from the Jira board.
>
> Best regards
> Niklas
>



Re: New contributor

2019-03-27 Thread Mikhail Gryzykhin
Welcome Niklas.

This is another location with useful resources for contributors:
https://cwiki.apache.org/confluence/display/BEAM/Developer+Guides (contributor
guide has link to this as well though)

On Wed, Mar 27, 2019 at 10:54 AM Connell O'Callaghan 
wrote:

> Welcome Niklas - given your background it will be very interesting to see
> your contributions.
>
> On Wed, Mar 27, 2019 at 10:29 AM Mark Liu  wrote:
>
>> Welcome!
>>
>> Mark
>>
>> On Wed, Mar 27, 2019 at 10:09 AM Lukasz Cwik  wrote:
>>
>>> Welcome. The getting started[1] and contribution guides[2] are most
>>> useful. I have also added you as a contributor to the JIRA project.
>>>
>>> 1: https://beam.apache.org/get-started/beam-overview/
>>> 2: https://beam.apache.org/contribute/
>>>
>>> On Wed, Mar 27, 2019 at 9:38 AM Niklas Hansson <
>>> niklas.sven.hans...@gmail.com> wrote:
>>>
 Hi!

 I work as a data scientist within banking but will switch over to
 manufacturing the next month. I would like to contribute to Beam and
 especially the Python SDK. Could you add me as a contributor?

 I am new to open source contribution so feel free to give me any advice
 or point me in the right direction. Plan to start off with some of the
 starter tasks from the Jira board.

 Best regards
 Niklas

>>>


Re: New contributor

2019-03-27 Thread Connell O'Callaghan
Welcome Niklas - given your background it will be very interesting to see
your contributions.

On Wed, Mar 27, 2019 at 10:29 AM Mark Liu  wrote:

> Welcome!
>
> Mark
>
> On Wed, Mar 27, 2019 at 10:09 AM Lukasz Cwik  wrote:
>
>> Welcome. The getting started[1] and contribution guides[2] are most
>> useful. I have also added you as a contributor to the JIRA project.
>>
>> 1: https://beam.apache.org/get-started/beam-overview/
>> 2: https://beam.apache.org/contribute/
>>
>> On Wed, Mar 27, 2019 at 9:38 AM Niklas Hansson <
>> niklas.sven.hans...@gmail.com> wrote:
>>
>>> Hi!
>>>
>>> I work as a data scientist within banking but will switch over to
>>> manufacturing the next month. I would like to contribute to Beam and
>>> especially the Python SDK. Could you add me as a contributor?
>>>
>>> I am new to open source contribution so feel free to give me any advice
>>> or point me in the right direction. Plan to start off with some of the
>>> starter tasks from the Jira board.
>>>
>>> Best regards
>>> Niklas
>>>
>>


Re: New contributor

2019-03-27 Thread Mark Liu
Welcome!

Mark

On Wed, Mar 27, 2019 at 10:09 AM Lukasz Cwik  wrote:

> Welcome. The getting started[1] and contribution guides[2] are most
> useful. I have also added you as a contributor to the JIRA project.
>
> 1: https://beam.apache.org/get-started/beam-overview/
> 2: https://beam.apache.org/contribute/
>
> On Wed, Mar 27, 2019 at 9:38 AM Niklas Hansson <
> niklas.sven.hans...@gmail.com> wrote:
>
>> Hi!
>>
>> I work as a data scientist within banking but will switch over to
>> manufacturing the next month. I would like to contribute to Beam and
>> especially the Python SDK. Could you add me as a contributor?
>>
>> I am new to open source contribution so feel free to give me any advice
>> or point me in the right direction. Plan to start off with some of the
>> starter tasks from the Jira board.
>>
>> Best regards
>> Niklas
>>
>


Re: New contributor

2019-03-27 Thread Lukasz Cwik
Welcome. The getting started[1] and contribution guides[2] are most useful.
I have also added you as a contributor to the JIRA project.

1: https://beam.apache.org/get-started/beam-overview/
2: https://beam.apache.org/contribute/

On Wed, Mar 27, 2019 at 9:38 AM Niklas Hansson <
niklas.sven.hans...@gmail.com> wrote:

> Hi!
>
> I work as a data scientist within banking but will switch over to
> manufacturing the next month. I would like to contribute to Beam and
> especially the Python SDK. Could you add me as a contributor?
>
> I am new to open source contribution so feel free to give me any advice or
> point me in the right direction. Plan to start off with some of the starter
> tasks from the Jira board.
>
> Best regards
> Niklas
>


Re: New contributor

2019-03-27 Thread Ahmet Altay
Welcome!

You user name was already added to JIRA.

On Wed, Mar 27, 2019 at 9:38 AM Niklas Hansson <
niklas.sven.hans...@gmail.com> wrote:

> Hi!
>
> I work as a data scientist within banking but will switch over to
> manufacturing the next month. I would like to contribute to Beam and
> especially the Python SDK. Could you add me as a contributor?
>
> I am new to open source contribution so feel free to give me any advice or
> point me in the right direction. Plan to start off with some of the starter
> tasks from the Jira board.
>
> Best regards
> Niklas
>


Re: New contributor

2019-03-27 Thread Guobao Li
Thank you all you guys!

On Tue, Mar 26, 2019 at 7:20 PM Connell O'Callaghan 
wrote:

> Welcome Guobao!!!
>
> On Tue, Mar 26, 2019 at 11:09 AM Melissa Pashniak 
> wrote:
>
>> Welcome!
>>
>>
>> On Tue, Mar 26, 2019 at 10:17 AM Kenneth Knowles  wrote:
>>
>>> Welcome! Cool project. A lot of code, and thorough experiments.
>>>
>>> Kenn
>>>
>>> On Tue, Mar 26, 2019 at 9:15 AM Chamikara Jayalath 
>>> wrote:
>>>
 Welcome!

 On Tue, Mar 26, 2019 at 8:56 AM Ahmet Altay  wrote:

> Welcome Guobao!
>
> On Tue, Mar 26, 2019 at 7:13 AM Ismaël Mejía 
> wrote:
>
>> Welcome Guobao!
>>
>> Nice that you are joining us. Looking forward for your contributions !
>> Take the time to read the contribution guide
>> https://beam.apache.org/contribute/ and don't hesitate to ask any
>> question you may have.
>>
>> On Tue, Mar 26, 2019 at 2:14 PM Alexey Romanenko
>>  wrote:
>> >
>> > Welcome, Guobao! Great to have you on board!
>> >
>> > Alexey
>> >
>> > On 26 Mar 2019, at 11:49, Guobao Li 
>> wrote:
>> >
>> > Hi all,
>> >
>> > I am Guobao Li from Talend. I am new to Apache Beam. Currently I am
>> working on the implementation of CouchbaseIO and hope to contribute in 
>> more
>> areas in the future.
>> >
>> > I have some Open Source experience. I contributed on extension of a
>> DSL to introduce the architecture of Parameter Server to Apache SystemML
>> [1] as part of GSoC 2018. I earned comittership due to my work. So I’m 
>> very
>> glad to be here and continue contributing to Open Source now on Apache 
>> Beam.
>> >
>> > Regards,
>> > Guobao Li
>> >
>> > [1]
>> https://summerofcode.withgoogle.com/archive/2018/projects/5148916517437440/
>> >
>> >
>>
>


Re: New contributor

2019-03-26 Thread Connell O'Callaghan
Welcome Guobao!!!

On Tue, Mar 26, 2019 at 11:09 AM Melissa Pashniak 
wrote:

> Welcome!
>
>
> On Tue, Mar 26, 2019 at 10:17 AM Kenneth Knowles  wrote:
>
>> Welcome! Cool project. A lot of code, and thorough experiments.
>>
>> Kenn
>>
>> On Tue, Mar 26, 2019 at 9:15 AM Chamikara Jayalath 
>> wrote:
>>
>>> Welcome!
>>>
>>> On Tue, Mar 26, 2019 at 8:56 AM Ahmet Altay  wrote:
>>>
 Welcome Guobao!

 On Tue, Mar 26, 2019 at 7:13 AM Ismaël Mejía  wrote:

> Welcome Guobao!
>
> Nice that you are joining us. Looking forward for your contributions !
> Take the time to read the contribution guide
> https://beam.apache.org/contribute/ and don't hesitate to ask any
> question you may have.
>
> On Tue, Mar 26, 2019 at 2:14 PM Alexey Romanenko
>  wrote:
> >
> > Welcome, Guobao! Great to have you on board!
> >
> > Alexey
> >
> > On 26 Mar 2019, at 11:49, Guobao Li  wrote:
> >
> > Hi all,
> >
> > I am Guobao Li from Talend. I am new to Apache Beam. Currently I am
> working on the implementation of CouchbaseIO and hope to contribute in 
> more
> areas in the future.
> >
> > I have some Open Source experience. I contributed on extension of a
> DSL to introduce the architecture of Parameter Server to Apache SystemML
> [1] as part of GSoC 2018. I earned comittership due to my work. So I’m 
> very
> glad to be here and continue contributing to Open Source now on Apache 
> Beam.
> >
> > Regards,
> > Guobao Li
> >
> > [1]
> https://summerofcode.withgoogle.com/archive/2018/projects/5148916517437440/
> >
> >
>



Re: New contributor

2019-03-26 Thread Melissa Pashniak
Welcome!


On Tue, Mar 26, 2019 at 10:17 AM Kenneth Knowles  wrote:

> Welcome! Cool project. A lot of code, and thorough experiments.
>
> Kenn
>
> On Tue, Mar 26, 2019 at 9:15 AM Chamikara Jayalath 
> wrote:
>
>> Welcome!
>>
>> On Tue, Mar 26, 2019 at 8:56 AM Ahmet Altay  wrote:
>>
>>> Welcome Guobao!
>>>
>>> On Tue, Mar 26, 2019 at 7:13 AM Ismaël Mejía  wrote:
>>>
 Welcome Guobao!

 Nice that you are joining us. Looking forward for your contributions !
 Take the time to read the contribution guide
 https://beam.apache.org/contribute/ and don't hesitate to ask any
 question you may have.

 On Tue, Mar 26, 2019 at 2:14 PM Alexey Romanenko
  wrote:
 >
 > Welcome, Guobao! Great to have you on board!
 >
 > Alexey
 >
 > On 26 Mar 2019, at 11:49, Guobao Li  wrote:
 >
 > Hi all,
 >
 > I am Guobao Li from Talend. I am new to Apache Beam. Currently I am
 working on the implementation of CouchbaseIO and hope to contribute in more
 areas in the future.
 >
 > I have some Open Source experience. I contributed on extension of a
 DSL to introduce the architecture of Parameter Server to Apache SystemML
 [1] as part of GSoC 2018. I earned comittership due to my work. So I’m very
 glad to be here and continue contributing to Open Source now on Apache 
 Beam.
 >
 > Regards,
 > Guobao Li
 >
 > [1]
 https://summerofcode.withgoogle.com/archive/2018/projects/5148916517437440/
 >
 >

>>>


Re: New contributor

2019-03-26 Thread Kenneth Knowles
Welcome! Cool project. A lot of code, and thorough experiments.

Kenn

On Tue, Mar 26, 2019 at 9:15 AM Chamikara Jayalath 
wrote:

> Welcome!
>
> On Tue, Mar 26, 2019 at 8:56 AM Ahmet Altay  wrote:
>
>> Welcome Guobao!
>>
>> On Tue, Mar 26, 2019 at 7:13 AM Ismaël Mejía  wrote:
>>
>>> Welcome Guobao!
>>>
>>> Nice that you are joining us. Looking forward for your contributions !
>>> Take the time to read the contribution guide
>>> https://beam.apache.org/contribute/ and don't hesitate to ask any
>>> question you may have.
>>>
>>> On Tue, Mar 26, 2019 at 2:14 PM Alexey Romanenko
>>>  wrote:
>>> >
>>> > Welcome, Guobao! Great to have you on board!
>>> >
>>> > Alexey
>>> >
>>> > On 26 Mar 2019, at 11:49, Guobao Li  wrote:
>>> >
>>> > Hi all,
>>> >
>>> > I am Guobao Li from Talend. I am new to Apache Beam. Currently I am
>>> working on the implementation of CouchbaseIO and hope to contribute in more
>>> areas in the future.
>>> >
>>> > I have some Open Source experience. I contributed on extension of a
>>> DSL to introduce the architecture of Parameter Server to Apache SystemML
>>> [1] as part of GSoC 2018. I earned comittership due to my work. So I’m very
>>> glad to be here and continue contributing to Open Source now on Apache Beam.
>>> >
>>> > Regards,
>>> > Guobao Li
>>> >
>>> > [1]
>>> https://summerofcode.withgoogle.com/archive/2018/projects/5148916517437440/
>>> >
>>> >
>>>
>>


Re: New contributor

2019-03-26 Thread Chamikara Jayalath
Welcome!

On Tue, Mar 26, 2019 at 8:56 AM Ahmet Altay  wrote:

> Welcome Guobao!
>
> On Tue, Mar 26, 2019 at 7:13 AM Ismaël Mejía  wrote:
>
>> Welcome Guobao!
>>
>> Nice that you are joining us. Looking forward for your contributions !
>> Take the time to read the contribution guide
>> https://beam.apache.org/contribute/ and don't hesitate to ask any
>> question you may have.
>>
>> On Tue, Mar 26, 2019 at 2:14 PM Alexey Romanenko
>>  wrote:
>> >
>> > Welcome, Guobao! Great to have you on board!
>> >
>> > Alexey
>> >
>> > On 26 Mar 2019, at 11:49, Guobao Li  wrote:
>> >
>> > Hi all,
>> >
>> > I am Guobao Li from Talend. I am new to Apache Beam. Currently I am
>> working on the implementation of CouchbaseIO and hope to contribute in more
>> areas in the future.
>> >
>> > I have some Open Source experience. I contributed on extension of a DSL
>> to introduce the architecture of Parameter Server to Apache SystemML [1] as
>> part of GSoC 2018. I earned comittership due to my work. So I’m very glad
>> to be here and continue contributing to Open Source now on Apache Beam.
>> >
>> > Regards,
>> > Guobao Li
>> >
>> > [1]
>> https://summerofcode.withgoogle.com/archive/2018/projects/5148916517437440/
>> >
>> >
>>
>


Re: New contributor

2019-03-26 Thread Ahmet Altay
Welcome Guobao!

On Tue, Mar 26, 2019 at 7:13 AM Ismaël Mejía  wrote:

> Welcome Guobao!
>
> Nice that you are joining us. Looking forward for your contributions !
> Take the time to read the contribution guide
> https://beam.apache.org/contribute/ and don't hesitate to ask any
> question you may have.
>
> On Tue, Mar 26, 2019 at 2:14 PM Alexey Romanenko
>  wrote:
> >
> > Welcome, Guobao! Great to have you on board!
> >
> > Alexey
> >
> > On 26 Mar 2019, at 11:49, Guobao Li  wrote:
> >
> > Hi all,
> >
> > I am Guobao Li from Talend. I am new to Apache Beam. Currently I am
> working on the implementation of CouchbaseIO and hope to contribute in more
> areas in the future.
> >
> > I have some Open Source experience. I contributed on extension of a DSL
> to introduce the architecture of Parameter Server to Apache SystemML [1] as
> part of GSoC 2018. I earned comittership due to my work. So I’m very glad
> to be here and continue contributing to Open Source now on Apache Beam.
> >
> > Regards,
> > Guobao Li
> >
> > [1]
> https://summerofcode.withgoogle.com/archive/2018/projects/5148916517437440/
> >
> >
>


Re: New contributor

2019-03-26 Thread Ismaël Mejía
Welcome Guobao!

Nice that you are joining us. Looking forward for your contributions !
Take the time to read the contribution guide
https://beam.apache.org/contribute/ and don't hesitate to ask any
question you may have.

On Tue, Mar 26, 2019 at 2:14 PM Alexey Romanenko
 wrote:
>
> Welcome, Guobao! Great to have you on board!
>
> Alexey
>
> On 26 Mar 2019, at 11:49, Guobao Li  wrote:
>
> Hi all,
>
> I am Guobao Li from Talend. I am new to Apache Beam. Currently I am working 
> on the implementation of CouchbaseIO and hope to contribute in more areas in 
> the future.
>
> I have some Open Source experience. I contributed on extension of a DSL to 
> introduce the architecture of Parameter Server to Apache SystemML [1] as part 
> of GSoC 2018. I earned comittership due to my work. So I’m very glad to be 
> here and continue contributing to Open Source now on Apache Beam.
>
> Regards,
> Guobao Li
>
> [1] 
> https://summerofcode.withgoogle.com/archive/2018/projects/5148916517437440/
>
>


Re: New contributor

2019-03-26 Thread Alexey Romanenko
Welcome, Guobao! Great to have you on board!

Alexey

> On 26 Mar 2019, at 11:49, Guobao Li  wrote:
> 
> Hi all,
> 
> I am Guobao Li from Talend. I am new to Apache Beam. Currently I am working 
> on the implementation of CouchbaseIO and hope to contribute in more areas in 
> the future.
> 
> I have some Open Source experience. I contributed on extension of a DSL to 
> introduce the architecture of Parameter Server to Apache SystemML [1] as part 
> of GSoC 2018. I earned comittership due to my work. So I’m very glad to be 
> here and continue contributing to Open Source now on Apache Beam.
> 
> Regards,
> Guobao Li
> 
> [1] 
> https://summerofcode.withgoogle.com/archive/2018/projects/5148916517437440/ 
> 
> 



Re: New Contributor

2019-03-13 Thread Alexey Romanenko
Welcome, Boris! 

Alexey

> On 13 Mar 2019, at 17:22, Mark Liu  wrote:
> 
> Welcome!
> 
> On Wed, Mar 13, 2019 at 8:11 AM Etienne Chauchot  > wrote:
> Welcome !
> 
> Etienne
> 
> Le mardi 05 mars 2019 à 16:28 -0800, Daniel Oliveira a écrit :
>> Welcome to Beam Boris!
>> 
>> On Tue, Mar 5, 2019 at 2:03 PM Mikhail Gryzykhin > > wrote:
>>> Welcome to the community!
>>> 
>>> --Mikhail
>>> 
>>> Have feedback ? 
>>> 
>>> 
>>> On Tue, Mar 5, 2019 at 1:53 PM Ruoyun Huang >> > wrote:
 Welcome Boris! 
 
 On Tue, Mar 5, 2019 at 1:34 PM Ahmet Altay >>> > wrote:
> Welcome Boris!
> 
> On Mon, Mar 4, 2019 at 5:40 PM Ismaël Mejía  > wrote:
>> Done, welcome!
>> 
>> On Tue, Mar 5, 2019 at 1:25 AM Boris Shkolnik > > wrote:
>> >
>> >
>> > Hi,
>> >
>> > My name is Boris Shkolnik. I am a committer in Hadoop and Samza Apache 
>> > projects.
>> > I would like to contribute to beam.
>> > Could you please add me to the beam project.
>> >
>> > My user name is boryas @apache.org 
>> >
>> > Thanks,
>> > -Boris.
 
 



Re: New contributor to Beam

2019-03-11 Thread Kenneth Knowles
Welcome!

On Mon, Mar 11, 2019 at 12:22 PM Melissa Pashniak 
wrote:

>
> Welcome!
>
>
> On Mon, Mar 11, 2019 at 12:16 PM Suneel Marthi 
> wrote:
>
>> Welcome Aizhamal
>>
>> Sent from my iPhone
>>
>> On Mar 11, 2019, at 2:08 PM, Rose Nguyen  wrote:
>>
>> Welcome, Aizhamal!
>>
>> On Mon, Mar 11, 2019 at 10:55 AM Ahmet Altay  wrote:
>>
>>> Welcome!
>>>
>>> On Fri, Mar 8, 2019 at 3:25 PM Ismaël Mejía  wrote:
>>>
 Done, welcome !

 On Fri, Mar 8, 2019 at 11:03 PM Aizhamal Nurmamat kyzy
  wrote:
 >
 > Hello everyone!
 >
 > My name is Aizhamal and I would like to start contributing to Beam.
 Can anyone add me as a contributor for Beam's Jira issue tracker? I would
 like to create and assign tickets.
 >
 > My jira username is aizhamal.
 >
 > Thanks and excited to be part of this community!
 > Aizhamal

>>>
>>
>> --
>> Rose Thị Nguyễn
>>
>>


Re: New contributor to Beam

2019-03-11 Thread Melissa Pashniak
Welcome!


On Mon, Mar 11, 2019 at 12:16 PM Suneel Marthi 
wrote:

> Welcome Aizhamal
>
> Sent from my iPhone
>
> On Mar 11, 2019, at 2:08 PM, Rose Nguyen  wrote:
>
> Welcome, Aizhamal!
>
> On Mon, Mar 11, 2019 at 10:55 AM Ahmet Altay  wrote:
>
>> Welcome!
>>
>> On Fri, Mar 8, 2019 at 3:25 PM Ismaël Mejía  wrote:
>>
>>> Done, welcome !
>>>
>>> On Fri, Mar 8, 2019 at 11:03 PM Aizhamal Nurmamat kyzy
>>>  wrote:
>>> >
>>> > Hello everyone!
>>> >
>>> > My name is Aizhamal and I would like to start contributing to Beam.
>>> Can anyone add me as a contributor for Beam's Jira issue tracker? I would
>>> like to create and assign tickets.
>>> >
>>> > My jira username is aizhamal.
>>> >
>>> > Thanks and excited to be part of this community!
>>> > Aizhamal
>>>
>>
>
> --
> Rose Thị Nguyễn
>
>


Re: New contributor to Beam

2019-03-11 Thread Connell O'Callaghan
Hi Aizhamal welcome!!

On Mon, Mar 11, 2019 at 11:08 AM Rose Nguyen  wrote:

> Welcome, Aizhamal!
>
> On Mon, Mar 11, 2019 at 10:55 AM Ahmet Altay  wrote:
>
>> Welcome!
>>
>> On Fri, Mar 8, 2019 at 3:25 PM Ismaël Mejía  wrote:
>>
>>> Done, welcome !
>>>
>>> On Fri, Mar 8, 2019 at 11:03 PM Aizhamal Nurmamat kyzy
>>>  wrote:
>>> >
>>> > Hello everyone!
>>> >
>>> > My name is Aizhamal and I would like to start contributing to Beam.
>>> Can anyone add me as a contributor for Beam's Jira issue tracker? I would
>>> like to create and assign tickets.
>>> >
>>> > My jira username is aizhamal.
>>> >
>>> > Thanks and excited to be part of this community!
>>> > Aizhamal
>>>
>>
>
> --
> Rose Thị Nguyễn
>


Re: New contributor to Beam

2019-03-11 Thread Rose Nguyen
Welcome, Aizhamal!

On Mon, Mar 11, 2019 at 10:55 AM Ahmet Altay  wrote:

> Welcome!
>
> On Fri, Mar 8, 2019 at 3:25 PM Ismaël Mejía  wrote:
>
>> Done, welcome !
>>
>> On Fri, Mar 8, 2019 at 11:03 PM Aizhamal Nurmamat kyzy
>>  wrote:
>> >
>> > Hello everyone!
>> >
>> > My name is Aizhamal and I would like to start contributing to Beam. Can
>> anyone add me as a contributor for Beam's Jira issue tracker? I would like
>> to create and assign tickets.
>> >
>> > My jira username is aizhamal.
>> >
>> > Thanks and excited to be part of this community!
>> > Aizhamal
>>
>

-- 
Rose Thị Nguyễn


Re: New contributor to Beam

2019-03-11 Thread Ahmet Altay
Welcome!

On Fri, Mar 8, 2019 at 3:25 PM Ismaël Mejía  wrote:

> Done, welcome !
>
> On Fri, Mar 8, 2019 at 11:03 PM Aizhamal Nurmamat kyzy
>  wrote:
> >
> > Hello everyone!
> >
> > My name is Aizhamal and I would like to start contributing to Beam. Can
> anyone add me as a contributor for Beam's Jira issue tracker? I would like
> to create and assign tickets.
> >
> > My jira username is aizhamal.
> >
> > Thanks and excited to be part of this community!
> > Aizhamal
>


Re: New contributor to Beam

2019-03-08 Thread Ismaël Mejía
Done, welcome !

On Fri, Mar 8, 2019 at 11:03 PM Aizhamal Nurmamat kyzy
 wrote:
>
> Hello everyone!
>
> My name is Aizhamal and I would like to start contributing to Beam. Can 
> anyone add me as a contributor for Beam's Jira issue tracker? I would like to 
> create and assign tickets.
>
> My jira username is aizhamal.
>
> Thanks and excited to be part of this community!
> Aizhamal


Re: New Contributor

2019-03-05 Thread Daniel Oliveira
Welcome to Beam Boris!

On Tue, Mar 5, 2019 at 2:03 PM Mikhail Gryzykhin  wrote:

> Welcome to the community!
>
> --Mikhail
>
> Have feedback ?
>
>
> On Tue, Mar 5, 2019 at 1:53 PM Ruoyun Huang  wrote:
>
>> Welcome Boris!
>>
>> On Tue, Mar 5, 2019 at 1:34 PM Ahmet Altay  wrote:
>>
>>> Welcome Boris!
>>>
>>> On Mon, Mar 4, 2019 at 5:40 PM Ismaël Mejía  wrote:
>>>
 Done, welcome!

 On Tue, Mar 5, 2019 at 1:25 AM Boris Shkolnik 
 wrote:
 >
 >
 > Hi,
 >
 > My name is Boris Shkolnik. I am a committer in Hadoop and Samza
 Apache projects.
 > I would like to contribute to beam.
 > Could you please add me to the beam project.
 >
 > My user name is boryas @apache.org
 >
 > Thanks,
 > -Boris.

>>>
>>
>> --
>> 
>> Ruoyun  Huang
>>
>>


Re: New Contributor

2019-03-05 Thread Mikhail Gryzykhin
Welcome to the community!

--Mikhail

Have feedback ?


On Tue, Mar 5, 2019 at 1:53 PM Ruoyun Huang  wrote:

> Welcome Boris!
>
> On Tue, Mar 5, 2019 at 1:34 PM Ahmet Altay  wrote:
>
>> Welcome Boris!
>>
>> On Mon, Mar 4, 2019 at 5:40 PM Ismaël Mejía  wrote:
>>
>>> Done, welcome!
>>>
>>> On Tue, Mar 5, 2019 at 1:25 AM Boris Shkolnik  wrote:
>>> >
>>> >
>>> > Hi,
>>> >
>>> > My name is Boris Shkolnik. I am a committer in Hadoop and Samza Apache
>>> projects.
>>> > I would like to contribute to beam.
>>> > Could you please add me to the beam project.
>>> >
>>> > My user name is boryas @apache.org
>>> >
>>> > Thanks,
>>> > -Boris.
>>>
>>
>
> --
> 
> Ruoyun  Huang
>
>


Re: New Contributor

2019-03-05 Thread Ruoyun Huang
Welcome Boris!

On Tue, Mar 5, 2019 at 1:34 PM Ahmet Altay  wrote:

> Welcome Boris!
>
> On Mon, Mar 4, 2019 at 5:40 PM Ismaël Mejía  wrote:
>
>> Done, welcome!
>>
>> On Tue, Mar 5, 2019 at 1:25 AM Boris Shkolnik  wrote:
>> >
>> >
>> > Hi,
>> >
>> > My name is Boris Shkolnik. I am a committer in Hadoop and Samza Apache
>> projects.
>> > I would like to contribute to beam.
>> > Could you please add me to the beam project.
>> >
>> > My user name is boryas @apache.org
>> >
>> > Thanks,
>> > -Boris.
>>
>

-- 

Ruoyun  Huang


Re: New Contributor

2019-03-05 Thread Ahmet Altay
Welcome Boris!

On Mon, Mar 4, 2019 at 5:40 PM Ismaël Mejía  wrote:

> Done, welcome!
>
> On Tue, Mar 5, 2019 at 1:25 AM Boris Shkolnik  wrote:
> >
> >
> > Hi,
> >
> > My name is Boris Shkolnik. I am a committer in Hadoop and Samza Apache
> projects.
> > I would like to contribute to beam.
> > Could you please add me to the beam project.
> >
> > My user name is boryas @apache.org
> >
> > Thanks,
> > -Boris.
>


Re: New Contributor

2019-03-04 Thread Ismaël Mejía
Done, welcome!

On Tue, Mar 5, 2019 at 1:25 AM Boris Shkolnik  wrote:
>
>
> Hi,
>
> My name is Boris Shkolnik. I am a committer in Hadoop and Samza Apache 
> projects.
> I would like to contribute to beam.
> Could you please add me to the beam project.
>
> My user name is boryas @apache.org
>
> Thanks,
> -Boris.


Re: Another another new contributor! :)

2019-02-12 Thread Thomas Weise
Done!


On Mon, Feb 11, 2019 at 1:17 PM Kyle Weaver  wrote:

> Forgot to get added to the Jira. My username is ibzib. Can someone add me
> please?
>
> Kyle Weaver |  Software Engineer |  kcwea...@google.com |  +1650203
>
>
> On Fri, Feb 8, 2019 at 1:23 AM Matthias Baetens 
> wrote:
>
>> Welcome, good to have you Kyle!
>>
>> On Fri, 8 Feb 2019 at 00:43, Joana Filipa Bernardo Carrasqueira <
>> joanafil...@google.com> wrote:
>>
>>> Welcome to the community Kyle!
>>>
>>>
>>> On Thu, Feb 7, 2019 at 1:22 AM Alexey Romanenko <
>>> aromanenko@gmail.com> wrote:
>>>
 Welcome, Kyle!
 Great to have more people on SparkRunner side!

 Btw, feel free to join “beam-spark” channel on Slack.

 Alexey

 On 7 Feb 2019, at 08:44, Reza Ardeshir Rokni  wrote:

 Welcome!

 On Tue, 5 Feb 2019 at 23:34, Kenneth Knowles  wrote:

> Welcome Kyle!
>
> On Tue, Feb 5, 2019 at 4:34 AM Maximilian Michels 
> wrote:
>
>> Welcome Kyle! Excited to see the Spark Runner moving towards
>> portability!
>>
>> On 05.02.19 01:14, Connell O'Callaghan wrote:
>> > Welcome Kyle!
>> >
>> > On Mon, Feb 4, 2019 at 3:18 PM Ahmet Altay > > > wrote:
>> >
>> > Welcome!
>> >
>> > On Mon, Feb 4, 2019 at 3:13 PM Rui Wang > > > wrote:
>> >
>> > Welcome!
>> >
>> > -Rui
>> >
>> > On Mon, Feb 4, 2019 at 2:50 PM Kyle Weaver <
>> kcwea...@google.com
>> > > wrote:
>> >
>> > Hello Beam developers,
>> >
>> > My name is Kyle Weaver (alias "ibzib" on Github/Slack).
>> Like
>> > Brian, I recently switched roles at Google (I previously
>> > worked on Prow, Kubernetes' CI system). My goal in the
>> > coming weeks is to help begin implementing portability
>> > support for the Spark runner. I look forward to
>> > collaborating with all of you!
>> >
>> > Kyle
>> >
>> > Kyle Weaver |  Software Engineer |
>> kcwea...@google.com
>> >  | +1650203
>> >
>> >
>>
>

>>>
>>> --
>>>
>>> *Joana Carrasqueira*
>>>
>>> Cloud Developer Relations Events Manager
>>>
>>> 415-602-2507 Mobile
>>>
>>> 1160 N Mathilda Ave, Sunnyvale, CA 94089
>>>
>>>
>>>


Re: Another another new contributor! :)

2019-02-11 Thread Kyle Weaver
Forgot to get added to the Jira. My username is ibzib. Can someone add me
please?

Kyle Weaver |  Software Engineer |  kcwea...@google.com |  +1650203


On Fri, Feb 8, 2019 at 1:23 AM Matthias Baetens 
wrote:

> Welcome, good to have you Kyle!
>
> On Fri, 8 Feb 2019 at 00:43, Joana Filipa Bernardo Carrasqueira <
> joanafil...@google.com> wrote:
>
>> Welcome to the community Kyle!
>>
>>
>> On Thu, Feb 7, 2019 at 1:22 AM Alexey Romanenko 
>> wrote:
>>
>>> Welcome, Kyle!
>>> Great to have more people on SparkRunner side!
>>>
>>> Btw, feel free to join “beam-spark” channel on Slack.
>>>
>>> Alexey
>>>
>>> On 7 Feb 2019, at 08:44, Reza Ardeshir Rokni  wrote:
>>>
>>> Welcome!
>>>
>>> On Tue, 5 Feb 2019 at 23:34, Kenneth Knowles  wrote:
>>>
 Welcome Kyle!

 On Tue, Feb 5, 2019 at 4:34 AM Maximilian Michels 
 wrote:

> Welcome Kyle! Excited to see the Spark Runner moving towards
> portability!
>
> On 05.02.19 01:14, Connell O'Callaghan wrote:
> > Welcome Kyle!
> >
> > On Mon, Feb 4, 2019 at 3:18 PM Ahmet Altay  > > wrote:
> >
> > Welcome!
> >
> > On Mon, Feb 4, 2019 at 3:13 PM Rui Wang  > > wrote:
> >
> > Welcome!
> >
> > -Rui
> >
> > On Mon, Feb 4, 2019 at 2:50 PM Kyle Weaver <
> kcwea...@google.com
> > > wrote:
> >
> > Hello Beam developers,
> >
> > My name is Kyle Weaver (alias "ibzib" on Github/Slack).
> Like
> > Brian, I recently switched roles at Google (I previously
> > worked on Prow, Kubernetes' CI system). My goal in the
> > coming weeks is to help begin implementing portability
> > support for the Spark runner. I look forward to
> > collaborating with all of you!
> >
> > Kyle
> >
> > Kyle Weaver |  Software Engineer |
> kcwea...@google.com
> >  | +1650203
> >
> >
>

>>>
>>
>> --
>>
>> *Joana Carrasqueira*
>>
>> Cloud Developer Relations Events Manager
>>
>> 415-602-2507 Mobile
>>
>> 1160 N Mathilda Ave, Sunnyvale, CA 94089
>>
>>
>>


Re: Another New Contributor

2019-02-09 Thread Griselda Cuevas
Hi Connell - I just found out about Apache Kibble a project made to track
community metrics. I will check this when I come back from vacation and
start checking the progress Beam has had.

Thanks!
G


Gris Cuevas Zambrano

Open Source Strategist

+1 (650) 772-2947

345 Spear Street, San Francisco, 94105




On Sat, 9 Feb 2019 at 14:16, Thomas Weise  wrote:

> Hi Tanay,
>
> Welcome to the project! I just added you as contributor in JIRA.
>
> Thomas
>
> On Sat, Feb 9, 2019 at 11:12 AM Tanay Tummapalli 
> wrote:
>
>> Hey Everyone
>>
>> I am a computer science student from Delhi. I am currently in my senior
>> year at Maharaja Surajmal Institute of Technology, Delhi. I just got done
>> with my internship at SocialCops - an Indian Data Intelligence Startup. I
>> had to build a streaming pipeline there as part of my internship. While
>> studying for it, I read about Apache Beam in the Streaming Systems book
>> written by Tyler Akidau, Reuven Lax and Slava Chernyak.
>>
>> I want to contribute to Open Source this summer as part of Google Summer
>> of Code, or even otherwise. Apache Beam is an exciting project!
>>
>> Can you please add me to Apache Beam JIRA? I want to start contributing.
>> My ASF JIRA username is ttanay.
>>
>> Cheers!
>> Tanay Tummalapalli
>>
>>


Re: Another New Contributor

2019-02-09 Thread Thomas Weise
Hi Tanay,

Welcome to the project! I just added you as contributor in JIRA.

Thomas

On Sat, Feb 9, 2019 at 11:12 AM Tanay Tummapalli 
wrote:

> Hey Everyone
>
> I am a computer science student from Delhi. I am currently in my senior
> year at Maharaja Surajmal Institute of Technology, Delhi. I just got done
> with my internship at SocialCops - an Indian Data Intelligence Startup. I
> had to build a streaming pipeline there as part of my internship. While
> studying for it, I read about Apache Beam in the Streaming Systems book
> written by Tyler Akidau, Reuven Lax and Slava Chernyak.
>
> I want to contribute to Open Source this summer as part of Google Summer
> of Code, or even otherwise. Apache Beam is an exciting project!
>
> Can you please add me to Apache Beam JIRA? I want to start contributing.
> My ASF JIRA username is ttanay.
>
> Cheers!
> Tanay Tummalapalli
>
>


Another New Contributor

2019-02-09 Thread Tanay Tummapalli
Hey Everyone

I am a computer science student from Delhi. I am currently in my senior
year at Maharaja Surajmal Institute of Technology, Delhi. I just got done
with my internship at SocialCops - an Indian Data Intelligence Startup. I
had to build a streaming pipeline there as part of my internship. While
studying for it, I read about Apache Beam in the Streaming Systems book
written by Tyler Akidau, Reuven Lax and Slava Chernyak.

I want to contribute to Open Source this summer as part of Google Summer of
Code, or even otherwise. Apache Beam is an exciting project!

Can you please add me to Apache Beam JIRA? I want to start contributing.
My ASF JIRA username is ttanay.

Cheers!
Tanay Tummalapalli


Re: Another another new contributor! :)

2019-02-08 Thread Matthias Baetens
Welcome, good to have you Kyle!

On Fri, 8 Feb 2019 at 00:43, Joana Filipa Bernardo Carrasqueira <
joanafil...@google.com> wrote:

> Welcome to the community Kyle!
>
>
> On Thu, Feb 7, 2019 at 1:22 AM Alexey Romanenko 
> wrote:
>
>> Welcome, Kyle!
>> Great to have more people on SparkRunner side!
>>
>> Btw, feel free to join “beam-spark” channel on Slack.
>>
>> Alexey
>>
>> On 7 Feb 2019, at 08:44, Reza Ardeshir Rokni  wrote:
>>
>> Welcome!
>>
>> On Tue, 5 Feb 2019 at 23:34, Kenneth Knowles  wrote:
>>
>>> Welcome Kyle!
>>>
>>> On Tue, Feb 5, 2019 at 4:34 AM Maximilian Michels 
>>> wrote:
>>>
 Welcome Kyle! Excited to see the Spark Runner moving towards
 portability!

 On 05.02.19 01:14, Connell O'Callaghan wrote:
 > Welcome Kyle!
 >
 > On Mon, Feb 4, 2019 at 3:18 PM Ahmet Altay >>> > > wrote:
 >
 > Welcome!
 >
 > On Mon, Feb 4, 2019 at 3:13 PM Rui Wang >>> > > wrote:
 >
 > Welcome!
 >
 > -Rui
 >
 > On Mon, Feb 4, 2019 at 2:50 PM Kyle Weaver <
 kcwea...@google.com
 > > wrote:
 >
 > Hello Beam developers,
 >
 > My name is Kyle Weaver (alias "ibzib" on Github/Slack).
 Like
 > Brian, I recently switched roles at Google (I previously
 > worked on Prow, Kubernetes' CI system). My goal in the
 > coming weeks is to help begin implementing portability
 > support for the Spark runner. I look forward to
 > collaborating with all of you!
 >
 > Kyle
 >
 > Kyle Weaver |  Software Engineer |
 kcwea...@google.com
 >  | +1650203
 >
 >

>>>
>>
>
> --
>
> *Joana Carrasqueira*
>
> Cloud Developer Relations Events Manager
>
> 415-602-2507 Mobile
>
> 1160 N Mathilda Ave, Sunnyvale, CA 94089
>
>
>


Re: Another another new contributor! :)

2019-02-07 Thread Joana Filipa Bernardo Carrasqueira
Welcome to the community Kyle!


On Thu, Feb 7, 2019 at 1:22 AM Alexey Romanenko 
wrote:

> Welcome, Kyle!
> Great to have more people on SparkRunner side!
>
> Btw, feel free to join “beam-spark” channel on Slack.
>
> Alexey
>
> On 7 Feb 2019, at 08:44, Reza Ardeshir Rokni  wrote:
>
> Welcome!
>
> On Tue, 5 Feb 2019 at 23:34, Kenneth Knowles  wrote:
>
>> Welcome Kyle!
>>
>> On Tue, Feb 5, 2019 at 4:34 AM Maximilian Michels  wrote:
>>
>>> Welcome Kyle! Excited to see the Spark Runner moving towards portability!
>>>
>>> On 05.02.19 01:14, Connell O'Callaghan wrote:
>>> > Welcome Kyle!
>>> >
>>> > On Mon, Feb 4, 2019 at 3:18 PM Ahmet Altay >> > > wrote:
>>> >
>>> > Welcome!
>>> >
>>> > On Mon, Feb 4, 2019 at 3:13 PM Rui Wang >> > > wrote:
>>> >
>>> > Welcome!
>>> >
>>> > -Rui
>>> >
>>> > On Mon, Feb 4, 2019 at 2:50 PM Kyle Weaver <
>>> kcwea...@google.com
>>> > > wrote:
>>> >
>>> > Hello Beam developers,
>>> >
>>> > My name is Kyle Weaver (alias "ibzib" on Github/Slack).
>>> Like
>>> > Brian, I recently switched roles at Google (I previously
>>> > worked on Prow, Kubernetes' CI system). My goal in the
>>> > coming weeks is to help begin implementing portability
>>> > support for the Spark runner. I look forward to
>>> > collaborating with all of you!
>>> >
>>> > Kyle
>>> >
>>> > Kyle Weaver |  Software Engineer |
>>> kcwea...@google.com
>>> >  | +1650203
>>> >
>>> >
>>>
>>
>

-- 

*Joana Carrasqueira*

Cloud Developer Relations Events Manager

415-602-2507 Mobile

1160 N Mathilda Ave, Sunnyvale, CA 94089


Re: Another another new contributor! :)

2019-02-07 Thread Alexey Romanenko
Welcome, Kyle! 
Great to have more people on SparkRunner side!

Btw, feel free to join “beam-spark” channel on Slack.

Alexey

> On 7 Feb 2019, at 08:44, Reza Ardeshir Rokni  wrote:
> 
> Welcome!
> 
> On Tue, 5 Feb 2019 at 23:34, Kenneth Knowles  > wrote:
> Welcome Kyle!
> 
> On Tue, Feb 5, 2019 at 4:34 AM Maximilian Michels  > wrote:
> Welcome Kyle! Excited to see the Spark Runner moving towards portability!
> 
> On 05.02.19 01:14, Connell O'Callaghan wrote:
> > Welcome Kyle!
> > 
> > On Mon, Feb 4, 2019 at 3:18 PM Ahmet Altay  >  
> > >> wrote:
> > 
> > Welcome!
> > 
> > On Mon, Feb 4, 2019 at 3:13 PM Rui Wang  > 
> > >> wrote:
> > 
> > Welcome!
> > 
> > -Rui
> > 
> > On Mon, Feb 4, 2019 at 2:50 PM Kyle Weaver  > 
> > >> wrote:
> > 
> > Hello Beam developers,
> > 
> > My name is Kyle Weaver (alias "ibzib" on Github/Slack). Like
> > Brian, I recently switched roles at Google (I previously
> > worked on Prow, Kubernetes' CI system). My goal in the
> > coming weeks is to help begin implementing portability
> > support for the Spark runner. I look forward to
> > collaborating with all of you!
> > 
> > Kyle
> > 
> > Kyle Weaver |  Software Engineer |kcwea...@google.com 
> > 
> > > | 
> > +1650203
> > 
> > 



Re: Another another new contributor! :)

2019-02-07 Thread Etienne Chauchot
Hi,
Help much appreciated !And welcome !
Etienne
Le jeudi 07 février 2019 à 15:44 +0800, Reza Ardeshir Rokni a écrit :
> Welcome!
> On Tue, 5 Feb 2019 at 23:34, Kenneth Knowles  wrote:
> > Welcome Kyle!
> > On Tue, Feb 5, 2019 at 4:34 AM Maximilian Michels  wrote:
> > > Welcome Kyle! Excited to see the Spark Runner moving towards portability!
> > > 
> > > 
> > > 
> > > On 05.02.19 01:14, Connell O'Callaghan wrote:
> > > 
> > > > Welcome Kyle!
> > > 
> > > > 
> > > 
> > > > On Mon, Feb 4, 2019 at 3:18 PM Ahmet Altay  > > 
> > > > > wrote:
> > > 
> > > > 
> > > 
> > > > Welcome!
> > > 
> > > > 
> > > 
> > > > On Mon, Feb 4, 2019 at 3:13 PM Rui Wang  > > 
> > > > > wrote:
> > > 
> > > > 
> > > 
> > > > Welcome!
> > > 
> > > > 
> > > 
> > > > -Rui
> > > 
> > > > 
> > > 
> > > > On Mon, Feb 4, 2019 at 2:50 PM Kyle Weaver  > > 
> > > > > wrote:
> > > 
> > > > 
> > > 
> > > > Hello Beam developers,
> > > 
> > > > 
> > > 
> > > > My name is Kyle Weaver (alias "ibzib" on Github/Slack). Like
> > > 
> > > > Brian, I recently switched roles at Google (I previously
> > > 
> > > > worked on Prow, Kubernetes' CI system). My goal in the
> > > 
> > > > coming weeks is to help begin implementing portability
> > > 
> > > > support for the Spark runner. I look forward to
> > > 
> > > > collaborating with all of you!
> > > 
> > > > 
> > > 
> > > > Kyle
> > > 
> > > > 
> > > 
> > > > Kyle Weaver |  Software Engineer |
> > > > kcwea...@google.com
> > > 
> > > >  | +1650203
> > > 
> > > > 
> > > 
> > > > 
> > > 


Re: Another another new contributor! :)

2019-02-06 Thread Reza Ardeshir Rokni
Welcome!

On Tue, 5 Feb 2019 at 23:34, Kenneth Knowles  wrote:

> Welcome Kyle!
>
> On Tue, Feb 5, 2019 at 4:34 AM Maximilian Michels  wrote:
>
>> Welcome Kyle! Excited to see the Spark Runner moving towards portability!
>>
>> On 05.02.19 01:14, Connell O'Callaghan wrote:
>> > Welcome Kyle!
>> >
>> > On Mon, Feb 4, 2019 at 3:18 PM Ahmet Altay > > > wrote:
>> >
>> > Welcome!
>> >
>> > On Mon, Feb 4, 2019 at 3:13 PM Rui Wang > > > wrote:
>> >
>> > Welcome!
>> >
>> > -Rui
>> >
>> > On Mon, Feb 4, 2019 at 2:50 PM Kyle Weaver > > > wrote:
>> >
>> > Hello Beam developers,
>> >
>> > My name is Kyle Weaver (alias "ibzib" on Github/Slack). Like
>> > Brian, I recently switched roles at Google (I previously
>> > worked on Prow, Kubernetes' CI system). My goal in the
>> > coming weeks is to help begin implementing portability
>> > support for the Spark runner. I look forward to
>> > collaborating with all of you!
>> >
>> > Kyle
>> >
>> > Kyle Weaver |  Software Engineer |
>> kcwea...@google.com
>> >  | +1650203
>> >
>> >
>>
>


Re: Another another new contributor! :)

2019-02-05 Thread Kenneth Knowles
Welcome Kyle!

On Tue, Feb 5, 2019 at 4:34 AM Maximilian Michels  wrote:

> Welcome Kyle! Excited to see the Spark Runner moving towards portability!
>
> On 05.02.19 01:14, Connell O'Callaghan wrote:
> > Welcome Kyle!
> >
> > On Mon, Feb 4, 2019 at 3:18 PM Ahmet Altay  > > wrote:
> >
> > Welcome!
> >
> > On Mon, Feb 4, 2019 at 3:13 PM Rui Wang  > > wrote:
> >
> > Welcome!
> >
> > -Rui
> >
> > On Mon, Feb 4, 2019 at 2:50 PM Kyle Weaver  > > wrote:
> >
> > Hello Beam developers,
> >
> > My name is Kyle Weaver (alias "ibzib" on Github/Slack). Like
> > Brian, I recently switched roles at Google (I previously
> > worked on Prow, Kubernetes' CI system). My goal in the
> > coming weeks is to help begin implementing portability
> > support for the Spark runner. I look forward to
> > collaborating with all of you!
> >
> > Kyle
> >
> > Kyle Weaver |  Software Engineer |
> kcwea...@google.com
> >  | +1650203
> >
> >
>


Re: Another another new contributor! :)

2019-02-05 Thread Maximilian Michels

Welcome Kyle! Excited to see the Spark Runner moving towards portability!

On 05.02.19 01:14, Connell O'Callaghan wrote:

Welcome Kyle!

On Mon, Feb 4, 2019 at 3:18 PM Ahmet Altay > wrote:


Welcome!

On Mon, Feb 4, 2019 at 3:13 PM Rui Wang mailto:ruw...@google.com>> wrote:

Welcome!

-Rui

On Mon, Feb 4, 2019 at 2:50 PM Kyle Weaver mailto:kcwea...@google.com>> wrote:

Hello Beam developers,

My name is Kyle Weaver (alias "ibzib" on Github/Slack). Like
Brian, I recently switched roles at Google (I previously
worked on Prow, Kubernetes' CI system). My goal in the
coming weeks is to help begin implementing portability
support for the Spark runner. I look forward to
collaborating with all of you!

Kyle

Kyle Weaver |    Software Engineer |kcwea...@google.com
 | +1650203




Re: New contributor

2019-02-04 Thread Connell O'Callaghan
Welcome!!!

On Mon, Feb 4, 2019 at 3:22 PM Rui Wang  wrote:

> Welcome!
>
> -Rui
>
> On Mon, Feb 4, 2019 at 3:20 PM Ahmet Altay  wrote:
>
>> Welcome!
>>
>> On Wed, Jan 30, 2019 at 12:02 PM Kenneth Knowles  wrote:
>>
>>> Done. Welcome!
>>>
>>> On Wed, Jan 30, 2019 at 10:34 AM Bharath Kumara Subramanian <
>>> codin.mart...@gmail.com> wrote:
>>>
 Hi,
 I would like to contribute to beam and start picking up tickets.
 Can you please add me to the beam project in JIRA?

 username: bharathkk

 Thanks,
 Bharath

>>>


Re: New contributor

2019-02-04 Thread Rui Wang
Welcome!

-Rui

On Mon, Feb 4, 2019 at 3:20 PM Ahmet Altay  wrote:

> Welcome!
>
> On Wed, Jan 30, 2019 at 12:02 PM Kenneth Knowles  wrote:
>
>> Done. Welcome!
>>
>> On Wed, Jan 30, 2019 at 10:34 AM Bharath Kumara Subramanian <
>> codin.mart...@gmail.com> wrote:
>>
>>> Hi,
>>> I would like to contribute to beam and start picking up tickets.
>>> Can you please add me to the beam project in JIRA?
>>>
>>> username: bharathkk
>>>
>>> Thanks,
>>> Bharath
>>>
>>


Re: New contributor

2019-02-04 Thread Ahmet Altay
Welcome!

On Wed, Jan 30, 2019 at 12:48 PM Tao Feng  wrote:

> Thanks. Great to hear from you, Xinyu :)
>
> On Wed, Jan 30, 2019 at 12:29 PM Xinyu Liu  wrote:
>
>> Welcome and glad to see you here, Tao!
>>
>> Xinyu
>>
>> On Wed, Jan 30, 2019 at 12:00 PM Kenneth Knowles  wrote:
>>
>>> Done. Welcome!
>>>
>>> Kenn
>>>
>>> On Wed, Jan 30, 2019 at 11:53 AM Tao Feng  wrote:
>>>
 Hi,

 I would like to contribute to beam and work on some tickets in my spare
 time. Could you please add me to the beam project in JIRA?

 My jira user name is TaoFeng.

 Thanks,
 -Tao

>>>


Re: New contributor

2019-02-04 Thread Ahmet Altay
Welcome!

On Wed, Jan 30, 2019 at 12:02 PM Kenneth Knowles  wrote:

> Done. Welcome!
>
> On Wed, Jan 30, 2019 at 10:34 AM Bharath Kumara Subramanian <
> codin.mart...@gmail.com> wrote:
>
>> Hi,
>> I would like to contribute to beam and start picking up tickets.
>> Can you please add me to the beam project in JIRA?
>>
>> username: bharathkk
>>
>> Thanks,
>> Bharath
>>
>


Re: Another another new contributor! :)

2019-02-04 Thread Ahmet Altay
Welcome!

On Mon, Feb 4, 2019 at 3:13 PM Rui Wang  wrote:

> Welcome!
>
> -Rui
>
> On Mon, Feb 4, 2019 at 2:50 PM Kyle Weaver  wrote:
>
>> Hello Beam developers,
>>
>> My name is Kyle Weaver (alias "ibzib" on Github/Slack). Like Brian, I
>> recently switched roles at Google (I previously worked on Prow, Kubernetes'
>> CI system). My goal in the coming weeks is to help begin implementing
>> portability support for the Spark runner. I look forward to collaborating
>> with all of you!
>>
>> Kyle
>>
>> Kyle Weaver |  Software Engineer |  kcwea...@google.com |  +1650203
>>
>


Re: Another another new contributor! :)

2019-02-04 Thread Rui Wang
Welcome!

-Rui

On Mon, Feb 4, 2019 at 2:50 PM Kyle Weaver  wrote:

> Hello Beam developers,
>
> My name is Kyle Weaver (alias "ibzib" on Github/Slack). Like Brian, I
> recently switched roles at Google (I previously worked on Prow, Kubernetes'
> CI system). My goal in the coming weeks is to help begin implementing
> portability support for the Spark runner. I look forward to collaborating
> with all of you!
>
> Kyle
>
> Kyle Weaver |  Software Engineer |  kcwea...@google.com |  +1650203
>


Another another new contributor! :)

2019-02-04 Thread Kyle Weaver
Hello Beam developers,

My name is Kyle Weaver (alias "ibzib" on Github/Slack). Like Brian, I
recently switched roles at Google (I previously worked on Prow, Kubernetes'
CI system). My goal in the coming weeks is to help begin implementing
portability support for the Spark runner. I look forward to collaborating
with all of you!

Kyle

Kyle Weaver |  Software Engineer |  kcwea...@google.com |  +1650203


Re: Another new contributor!

2019-02-04 Thread Marcelo Lecuna
Hi All

I'm just starting my journey into Beam/Dataflow/Composer. Its been a while
since I've programmed in Python (I'm landing on this for coding) so we'll
see how it goes.

Cheers
Marcelo

On Tue, 5 Feb 2019 at 08:51, Mark Liu  wrote:

> Welcome!
>
> On Thu, Jan 31, 2019 at 7:23 PM Ankur Goenka  wrote:
>
>> Welcome Brian!
>>
>> On Fri, Feb 1, 2019 at 6:49 AM Mikhail Gryzykhin <
>> gryzykhin.mikh...@gmail.com> wrote:
>>
>>> Welcome to the community!
>>>
>>> On Thu, Jan 31, 2019, 16:50 Alex Amato  wrote:
>>>
 Great to start working with you Brian, welcome.

 On Thu, Jan 31, 2019 at 4:23 PM Brian Hulette 
 wrote:

> Can I get bhulette@ added to the BEAM project in Jira?
>
> Gleb - I'd definitely be interested in seeing that discussion, is it
> available somewhere in the archives? I can't find it.
>
> On Thu, Jan 31, 2019 at 5:13 AM Gleb Kanterov 
> wrote:
>
>> Welcome! Would be interesting to hear your thoughts on Arrow, Arrow
>> Flight, and Beam Portability relation, this topic was recently discussed 
>> in
>> dev@.
>>
>> On Thu, Jan 31, 2019 at 2:00 PM Ismaël Mejía 
>> wrote:
>>
>>> Welcome Brian!
>>> Great to have someone with Apache experience already and also with
>>> Arrow knowledge.
>>>
>>> On Thu, Jan 31, 2019 at 1:32 PM Maximilian Michels 
>>> wrote:
>>> >
>>> > Welcome! Arrow and Beam together would open lots of possibilities.
>>> Portability
>>> > documentation improvements would be much appreciated :)
>>> >
>>> > On 31.01.19 11:25, Łukasz Gajowy wrote:
>>> > > Welcome!
>>> > >
>>> > > czw., 31 sty 2019 o 02:40 Kenneth Knowles >> > > > napisał(a):
>>> > >
>>> > > Welcome!
>>> > >
>>> > > On Wed, Jan 30, 2019, 17:30 Connell O'Callaghan <
>>> conne...@google.com
>>> > >  wrote:
>>> > >
>>> > > Welcome on board Brian!
>>> > >
>>> > > On Wed, Jan 30, 2019 at 5:29 PM Ahmet Altay <
>>> al...@google.com
>>> > > > wrote:
>>> > >
>>> > > Welcome Brian!
>>> > >
>>> > > On Wed, Jan 30, 2019 at 5:26 PM Brian Hulette <
>>> bhule...@google.com
>>> > > > wrote:
>>> > >
>>> > > Hi everyone,
>>> > > I'm Brian Hulette, I just switched roles at
>>> Google and I'll be
>>> > > contributing to Beam Portability as part of my
>>> new position. For
>>> > > now I'm just going through documentation and
>>> getting familiar
>>> > > with Beam from the user perspective, so if
>>> anything I'll just be
>>> > > suggesting minor edits to documentation, but I
>>> hope to be
>>> > > putting up PRs soon enough.
>>> > >
>>> > > I am also an Apache committer (bhulette is my
>>> ASF id and Jira
>>> > > username). I worked on the Arrow project's
>>> Javascript
>>> > > implementation in a previous job, and I'm really
>>> excited to look
>>> > > for ways to use Arrow and Beam together once
>>> I've ramped up.
>>> > >
>>> > > Brian
>>> > >
>>>
>>
>>
>> --
>> Cheers,
>> Gleb
>>
>

-- 
Marcelo Lecuna

Analytics & Ranging Solutions

Buying & Merchandising

Woolworths Supermarkets

*M* 0412 607 467
*E mlec...@woolworths.com.au *

1 Woolworths Way Bella Vista, NSW 2153
PO Box 8000 Baulkham Hills, NSW 2153
P PLEASE CONSIDER THE ENVIRONMENT BEFORE YOU PRINT THIS E-MAIL

-- 


CAUTION: This email, links and files included in its transmission by 
Woolworths Group Limited ABN 88 000 014 675 and its group of companies 
(Woolworths Group) are solely intended for the use of the addressee(s) and 
may contain information that is confidential and privileged. If you receive 
this email in error, please advise us immediately and delete it without 
reading or copying the contents contained within. Woolworths Group does not 
accept liability for the views expressed within or the consequences of any 
computer malware that may be transmitted with this email. The contents are 
also subject to copyright. No part of it should be reproduced, adapted or 
transmitted without the written consent of the copyright owner.


Re: Another new contributor!

2019-02-04 Thread Mark Liu
Welcome!

On Thu, Jan 31, 2019 at 7:23 PM Ankur Goenka  wrote:

> Welcome Brian!
>
> On Fri, Feb 1, 2019 at 6:49 AM Mikhail Gryzykhin <
> gryzykhin.mikh...@gmail.com> wrote:
>
>> Welcome to the community!
>>
>> On Thu, Jan 31, 2019, 16:50 Alex Amato  wrote:
>>
>>> Great to start working with you Brian, welcome.
>>>
>>> On Thu, Jan 31, 2019 at 4:23 PM Brian Hulette 
>>> wrote:
>>>
 Can I get bhulette@ added to the BEAM project in Jira?

 Gleb - I'd definitely be interested in seeing that discussion, is it
 available somewhere in the archives? I can't find it.

 On Thu, Jan 31, 2019 at 5:13 AM Gleb Kanterov  wrote:

> Welcome! Would be interesting to hear your thoughts on Arrow, Arrow
> Flight, and Beam Portability relation, this topic was recently discussed 
> in
> dev@.
>
> On Thu, Jan 31, 2019 at 2:00 PM Ismaël Mejía 
> wrote:
>
>> Welcome Brian!
>> Great to have someone with Apache experience already and also with
>> Arrow knowledge.
>>
>> On Thu, Jan 31, 2019 at 1:32 PM Maximilian Michels 
>> wrote:
>> >
>> > Welcome! Arrow and Beam together would open lots of possibilities.
>> Portability
>> > documentation improvements would be much appreciated :)
>> >
>> > On 31.01.19 11:25, Łukasz Gajowy wrote:
>> > > Welcome!
>> > >
>> > > czw., 31 sty 2019 o 02:40 Kenneth Knowles > > > > napisał(a):
>> > >
>> > > Welcome!
>> > >
>> > > On Wed, Jan 30, 2019, 17:30 Connell O'Callaghan <
>> conne...@google.com
>> > >  wrote:
>> > >
>> > > Welcome on board Brian!
>> > >
>> > > On Wed, Jan 30, 2019 at 5:29 PM Ahmet Altay <
>> al...@google.com
>> > > > wrote:
>> > >
>> > > Welcome Brian!
>> > >
>> > > On Wed, Jan 30, 2019 at 5:26 PM Brian Hulette <
>> bhule...@google.com
>> > > > wrote:
>> > >
>> > > Hi everyone,
>> > > I'm Brian Hulette, I just switched roles at
>> Google and I'll be
>> > > contributing to Beam Portability as part of my
>> new position. For
>> > > now I'm just going through documentation and
>> getting familiar
>> > > with Beam from the user perspective, so if
>> anything I'll just be
>> > > suggesting minor edits to documentation, but I
>> hope to be
>> > > putting up PRs soon enough.
>> > >
>> > > I am also an Apache committer (bhulette is my ASF
>> id and Jira
>> > > username). I worked on the Arrow project's
>> Javascript
>> > > implementation in a previous job, and I'm really
>> excited to look
>> > > for ways to use Arrow and Beam together once I've
>> ramped up.
>> > >
>> > > Brian
>> > >
>>
>
>
> --
> Cheers,
> Gleb
>



Re: Another new contributor!

2019-01-31 Thread Ankur Goenka
Welcome Brian!

On Fri, Feb 1, 2019 at 6:49 AM Mikhail Gryzykhin <
gryzykhin.mikh...@gmail.com> wrote:

> Welcome to the community!
>
> On Thu, Jan 31, 2019, 16:50 Alex Amato  wrote:
>
>> Great to start working with you Brian, welcome.
>>
>> On Thu, Jan 31, 2019 at 4:23 PM Brian Hulette 
>> wrote:
>>
>>> Can I get bhulette@ added to the BEAM project in Jira?
>>>
>>> Gleb - I'd definitely be interested in seeing that discussion, is it
>>> available somewhere in the archives? I can't find it.
>>>
>>> On Thu, Jan 31, 2019 at 5:13 AM Gleb Kanterov  wrote:
>>>
 Welcome! Would be interesting to hear your thoughts on Arrow, Arrow
 Flight, and Beam Portability relation, this topic was recently discussed in
 dev@.

 On Thu, Jan 31, 2019 at 2:00 PM Ismaël Mejía  wrote:

> Welcome Brian!
> Great to have someone with Apache experience already and also with
> Arrow knowledge.
>
> On Thu, Jan 31, 2019 at 1:32 PM Maximilian Michels 
> wrote:
> >
> > Welcome! Arrow and Beam together would open lots of possibilities.
> Portability
> > documentation improvements would be much appreciated :)
> >
> > On 31.01.19 11:25, Łukasz Gajowy wrote:
> > > Welcome!
> > >
> > > czw., 31 sty 2019 o 02:40 Kenneth Knowles  > > > napisał(a):
> > >
> > > Welcome!
> > >
> > > On Wed, Jan 30, 2019, 17:30 Connell O'Callaghan <
> conne...@google.com
> > >  wrote:
> > >
> > > Welcome on board Brian!
> > >
> > > On Wed, Jan 30, 2019 at 5:29 PM Ahmet Altay <
> al...@google.com
> > > > wrote:
> > >
> > > Welcome Brian!
> > >
> > > On Wed, Jan 30, 2019 at 5:26 PM Brian Hulette <
> bhule...@google.com
> > > > wrote:
> > >
> > > Hi everyone,
> > > I'm Brian Hulette, I just switched roles at Google
> and I'll be
> > > contributing to Beam Portability as part of my new
> position. For
> > > now I'm just going through documentation and
> getting familiar
> > > with Beam from the user perspective, so if
> anything I'll just be
> > > suggesting minor edits to documentation, but I
> hope to be
> > > putting up PRs soon enough.
> > >
> > > I am also an Apache committer (bhulette is my ASF
> id and Jira
> > > username). I worked on the Arrow project's
> Javascript
> > > implementation in a previous job, and I'm really
> excited to look
> > > for ways to use Arrow and Beam together once I've
> ramped up.
> > >
> > > Brian
> > >
>


 --
 Cheers,
 Gleb

>>>


Re: Another new contributor!

2019-01-31 Thread Mikhail Gryzykhin
Welcome to the community!

On Thu, Jan 31, 2019, 16:50 Alex Amato  wrote:

> Great to start working with you Brian, welcome.
>
> On Thu, Jan 31, 2019 at 4:23 PM Brian Hulette  wrote:
>
>> Can I get bhulette@ added to the BEAM project in Jira?
>>
>> Gleb - I'd definitely be interested in seeing that discussion, is it
>> available somewhere in the archives? I can't find it.
>>
>> On Thu, Jan 31, 2019 at 5:13 AM Gleb Kanterov  wrote:
>>
>>> Welcome! Would be interesting to hear your thoughts on Arrow, Arrow
>>> Flight, and Beam Portability relation, this topic was recently discussed in
>>> dev@.
>>>
>>> On Thu, Jan 31, 2019 at 2:00 PM Ismaël Mejía  wrote:
>>>
 Welcome Brian!
 Great to have someone with Apache experience already and also with
 Arrow knowledge.

 On Thu, Jan 31, 2019 at 1:32 PM Maximilian Michels 
 wrote:
 >
 > Welcome! Arrow and Beam together would open lots of possibilities.
 Portability
 > documentation improvements would be much appreciated :)
 >
 > On 31.01.19 11:25, Łukasz Gajowy wrote:
 > > Welcome!
 > >
 > > czw., 31 sty 2019 o 02:40 Kenneth Knowles >>> > > > napisał(a):
 > >
 > > Welcome!
 > >
 > > On Wed, Jan 30, 2019, 17:30 Connell O'Callaghan <
 conne...@google.com
 > >  wrote:
 > >
 > > Welcome on board Brian!
 > >
 > > On Wed, Jan 30, 2019 at 5:29 PM Ahmet Altay <
 al...@google.com
 > > > wrote:
 > >
 > > Welcome Brian!
 > >
 > > On Wed, Jan 30, 2019 at 5:26 PM Brian Hulette <
 bhule...@google.com
 > > > wrote:
 > >
 > > Hi everyone,
 > > I'm Brian Hulette, I just switched roles at Google
 and I'll be
 > > contributing to Beam Portability as part of my new
 position. For
 > > now I'm just going through documentation and
 getting familiar
 > > with Beam from the user perspective, so if anything
 I'll just be
 > > suggesting minor edits to documentation, but I hope
 to be
 > > putting up PRs soon enough.
 > >
 > > I am also an Apache committer (bhulette is my ASF
 id and Jira
 > > username). I worked on the Arrow project's
 Javascript
 > > implementation in a previous job, and I'm really
 excited to look
 > > for ways to use Arrow and Beam together once I've
 ramped up.
 > >
 > > Brian
 > >

>>>
>>>
>>> --
>>> Cheers,
>>> Gleb
>>>
>>


Re: Another new contributor!

2019-01-31 Thread Alex Amato
Great to start working with you Brian, welcome.

On Thu, Jan 31, 2019 at 4:23 PM Brian Hulette  wrote:

> Can I get bhulette@ added to the BEAM project in Jira?
>
> Gleb - I'd definitely be interested in seeing that discussion, is it
> available somewhere in the archives? I can't find it.
>
> On Thu, Jan 31, 2019 at 5:13 AM Gleb Kanterov  wrote:
>
>> Welcome! Would be interesting to hear your thoughts on Arrow, Arrow
>> Flight, and Beam Portability relation, this topic was recently discussed in
>> dev@.
>>
>> On Thu, Jan 31, 2019 at 2:00 PM Ismaël Mejía  wrote:
>>
>>> Welcome Brian!
>>> Great to have someone with Apache experience already and also with
>>> Arrow knowledge.
>>>
>>> On Thu, Jan 31, 2019 at 1:32 PM Maximilian Michels 
>>> wrote:
>>> >
>>> > Welcome! Arrow and Beam together would open lots of possibilities.
>>> Portability
>>> > documentation improvements would be much appreciated :)
>>> >
>>> > On 31.01.19 11:25, Łukasz Gajowy wrote:
>>> > > Welcome!
>>> > >
>>> > > czw., 31 sty 2019 o 02:40 Kenneth Knowles >> > > > napisał(a):
>>> > >
>>> > > Welcome!
>>> > >
>>> > > On Wed, Jan 30, 2019, 17:30 Connell O'Callaghan <
>>> conne...@google.com
>>> > >  wrote:
>>> > >
>>> > > Welcome on board Brian!
>>> > >
>>> > > On Wed, Jan 30, 2019 at 5:29 PM Ahmet Altay <
>>> al...@google.com
>>> > > > wrote:
>>> > >
>>> > > Welcome Brian!
>>> > >
>>> > > On Wed, Jan 30, 2019 at 5:26 PM Brian Hulette <
>>> bhule...@google.com
>>> > > > wrote:
>>> > >
>>> > > Hi everyone,
>>> > > I'm Brian Hulette, I just switched roles at Google
>>> and I'll be
>>> > > contributing to Beam Portability as part of my new
>>> position. For
>>> > > now I'm just going through documentation and getting
>>> familiar
>>> > > with Beam from the user perspective, so if anything
>>> I'll just be
>>> > > suggesting minor edits to documentation, but I hope
>>> to be
>>> > > putting up PRs soon enough.
>>> > >
>>> > > I am also an Apache committer (bhulette is my ASF id
>>> and Jira
>>> > > username). I worked on the Arrow project's Javascript
>>> > > implementation in a previous job, and I'm really
>>> excited to look
>>> > > for ways to use Arrow and Beam together once I've
>>> ramped up.
>>> > >
>>> > > Brian
>>> > >
>>>
>>
>>
>> --
>> Cheers,
>> Gleb
>>
>


Re: Another new contributor!

2019-01-31 Thread Brian Hulette
Can I get bhulette@ added to the BEAM project in Jira?

Gleb - I'd definitely be interested in seeing that discussion, is it
available somewhere in the archives? I can't find it.

On Thu, Jan 31, 2019 at 5:13 AM Gleb Kanterov  wrote:

> Welcome! Would be interesting to hear your thoughts on Arrow, Arrow
> Flight, and Beam Portability relation, this topic was recently discussed in
> dev@.
>
> On Thu, Jan 31, 2019 at 2:00 PM Ismaël Mejía  wrote:
>
>> Welcome Brian!
>> Great to have someone with Apache experience already and also with
>> Arrow knowledge.
>>
>> On Thu, Jan 31, 2019 at 1:32 PM Maximilian Michels 
>> wrote:
>> >
>> > Welcome! Arrow and Beam together would open lots of possibilities.
>> Portability
>> > documentation improvements would be much appreciated :)
>> >
>> > On 31.01.19 11:25, Łukasz Gajowy wrote:
>> > > Welcome!
>> > >
>> > > czw., 31 sty 2019 o 02:40 Kenneth Knowles > > > > napisał(a):
>> > >
>> > > Welcome!
>> > >
>> > > On Wed, Jan 30, 2019, 17:30 Connell O'Callaghan <
>> conne...@google.com
>> > >  wrote:
>> > >
>> > > Welcome on board Brian!
>> > >
>> > > On Wed, Jan 30, 2019 at 5:29 PM Ahmet Altay > > > > wrote:
>> > >
>> > > Welcome Brian!
>> > >
>> > > On Wed, Jan 30, 2019 at 5:26 PM Brian Hulette <
>> bhule...@google.com
>> > > > wrote:
>> > >
>> > > Hi everyone,
>> > > I'm Brian Hulette, I just switched roles at Google
>> and I'll be
>> > > contributing to Beam Portability as part of my new
>> position. For
>> > > now I'm just going through documentation and getting
>> familiar
>> > > with Beam from the user perspective, so if anything
>> I'll just be
>> > > suggesting minor edits to documentation, but I hope
>> to be
>> > > putting up PRs soon enough.
>> > >
>> > > I am also an Apache committer (bhulette is my ASF id
>> and Jira
>> > > username). I worked on the Arrow project's Javascript
>> > > implementation in a previous job, and I'm really
>> excited to look
>> > > for ways to use Arrow and Beam together once I've
>> ramped up.
>> > >
>> > > Brian
>> > >
>>
>
>
> --
> Cheers,
> Gleb
>


  1   2   >