Intro

classic Classic list List threaded Threaded
6 messages Options
Reply | Threaded
Open this post in threaded view
|

Intro

Kevin Waterson
Hi Dev,

New to Flink, coming from Metron use.
Looking forward to using, and getting involved in the documentation of
Flink.
Who heads up the docs?
Is there another list or use the user or community lists?

Thanks,
Kev
Reply | Threaded
Open this post in threaded view
|

Re: Intro

vino yang
Hi Kevin,

Welcome, I think you should read the offiicial documentation to know more
about Flink community.[1]

And you can read this documentation to learn how to contribute.[2]

[1]: http://flink.apache.org/community.html
[2]: http://flink.apache.org/how-to-contribute.html

Thanks, vino.

2018-07-25 9:55 GMT+08:00 Kevin Waterson <[hidden email]>:

> Hi Dev,
>
> New to Flink, coming from Metron use.
> Looking forward to using, and getting involved in the documentation of
> Flink.
> Who heads up the docs?
> Is there another list or use the user or community lists?
>
> Thanks,
> Kev
>
Reply | Threaded
Open this post in threaded view
|

Re: Intro

tison
Hi Kevin,

Welcome!
As a supplement to vino, Flink has a user list [hidden email], which
you can subscribe by sending a e-mail to [hidden email]

Best,
tison.

vino yang <[hidden email]> 于2018年7月25日周三 上午10:01写道:

> Hi Kevin,
>
> Welcome, I think you should read the offiicial documentation to know more
> about Flink community.[1]
>
> And you can read this documentation to learn how to contribute.[2]
>
> [1]: http://flink.apache.org/community.html
> [2]: http://flink.apache.org/how-to-contribute.html
>
> Thanks, vino.
>
> 2018-07-25 9:55 GMT+08:00 Kevin Waterson <[hidden email]>:
>
> > Hi Dev,
> >
> > New to Flink, coming from Metron use.
> > Looking forward to using, and getting involved in the documentation of
> > Flink.
> > Who heads up the docs?
> > Is there another list or use the user or community lists?
> >
> > Thanks,
> > Kev
> >
>
Reply | Threaded
Open this post in threaded view
|

Re: Intro

Till Rohrmann
Hi Kevin,

welcome to the Flink project :-)

Currently, there is no single person responsible for the documentation of
Flink. It is more of a swarm effort but I think it could really benefit
from someone sitting in the driver's seat.

What the community does is to create issues with the "Documentation"
component in JIRA to track changes and additions for the documentation. I
would really appreciate if you want to help there.

Cheers,
Till

On Wed, Jul 25, 2018 at 4:06 AM 陈梓立 <[hidden email]> wrote:

> Hi Kevin,
>
> Welcome!
> As a supplement to vino, Flink has a user list [hidden email],
> which
> you can subscribe by sending a e-mail to [hidden email]
>
> Best,
> tison.
>
> vino yang <[hidden email]> 于2018年7月25日周三 上午10:01写道:
>
> > Hi Kevin,
> >
> > Welcome, I think you should read the offiicial documentation to know more
> > about Flink community.[1]
> >
> > And you can read this documentation to learn how to contribute.[2]
> >
> > [1]: http://flink.apache.org/community.html
> > [2]: http://flink.apache.org/how-to-contribute.html
> >
> > Thanks, vino.
> >
> > 2018-07-25 9:55 GMT+08:00 Kevin Waterson <[hidden email]>:
> >
> > > Hi Dev,
> > >
> > > New to Flink, coming from Metron use.
> > > Looking forward to using, and getting involved in the documentation of
> > > Flink.
> > > Who heads up the docs?
> > > Is there another list or use the user or community lists?
> > >
> > > Thanks,
> > > Kev
> > >
> >
>
Reply | Threaded
Open this post in threaded view
|

Re: Intro

Kevin Waterson
Thanks Till,
I am guessing you have confluence?

Kev

On Wed, Jul 25, 2018 at 5:43 PM Till Rohrmann <[hidden email]> wrote:

> Hi Kevin,
>
> welcome to the Flink project :-)
>
> Currently, there is no single person responsible for the documentation of
> Flink. It is more of a swarm effort but I think it could really benefit
> from someone sitting in the driver's seat.
>
> What the community does is to create issues with the "Documentation"
> component in JIRA to track changes and additions for the documentation. I
> would really appreciate if you want to help there.
>
> Cheers,
> Till
>
> On Wed, Jul 25, 2018 at 4:06 AM 陈梓立 <[hidden email]> wrote:
>
> > Hi Kevin,
> >
> > Welcome!
> > As a supplement to vino, Flink has a user list [hidden email],
> > which
> > you can subscribe by sending a e-mail to [hidden email]
> >
> > Best,
> > tison.
> >
> > vino yang <[hidden email]> 于2018年7月25日周三 上午10:01写道:
> >
> > > Hi Kevin,
> > >
> > > Welcome, I think you should read the offiicial documentation to know
> more
> > > about Flink community.[1]
> > >
> > > And you can read this documentation to learn how to contribute.[2]
> > >
> > > [1]: http://flink.apache.org/community.html
> > > [2]: http://flink.apache.org/how-to-contribute.html
> > >
> > > Thanks, vino.
> > >
> > > 2018-07-25 9:55 GMT+08:00 Kevin Waterson <[hidden email]>:
> > >
> > > > Hi Dev,
> > > >
> > > > New to Flink, coming from Metron use.
> > > > Looking forward to using, and getting involved in the documentation
> of
> > > > Flink.
> > > > Who heads up the docs?
> > > > Is there another list or use the user or community lists?
> > > >
> > > > Thanks,
> > > > Kev
> > > >
> > >
> >
>
Reply | Threaded
Open this post in threaded view
|

Re: Intro

Fabian Hueske-2
Hi Kevin,

Welcome to the Flink community!

The documentation is located in a folder in the regular code repository [1]
and written in Markdown format.
You can contribute to the documentation by opening pull requests against
the repository.
The contribution guidelines give a bit more info on the process [2].

Thank you,
Fabian

[1] https://github.com/apache/flink/tree/master/docs
[2] http://flink.apache.org/contribute-documentation.html

2018-07-25 13:09 GMT+02:00 Kevin Waterson <[hidden email]>:

> Thanks Till,
> I am guessing you have confluence?
>
> Kev
>
> On Wed, Jul 25, 2018 at 5:43 PM Till Rohrmann <[hidden email]>
> wrote:
>
> > Hi Kevin,
> >
> > welcome to the Flink project :-)
> >
> > Currently, there is no single person responsible for the documentation of
> > Flink. It is more of a swarm effort but I think it could really benefit
> > from someone sitting in the driver's seat.
> >
> > What the community does is to create issues with the "Documentation"
> > component in JIRA to track changes and additions for the documentation. I
> > would really appreciate if you want to help there.
> >
> > Cheers,
> > Till
> >
> > On Wed, Jul 25, 2018 at 4:06 AM 陈梓立 <[hidden email]> wrote:
> >
> > > Hi Kevin,
> > >
> > > Welcome!
> > > As a supplement to vino, Flink has a user list [hidden email],
> > > which
> > > you can subscribe by sending a e-mail to [hidden email].
> org
> > >
> > > Best,
> > > tison.
> > >
> > > vino yang <[hidden email]> 于2018年7月25日周三 上午10:01写道:
> > >
> > > > Hi Kevin,
> > > >
> > > > Welcome, I think you should read the offiicial documentation to know
> > more
> > > > about Flink community.[1]
> > > >
> > > > And you can read this documentation to learn how to contribute.[2]
> > > >
> > > > [1]: http://flink.apache.org/community.html
> > > > [2]: http://flink.apache.org/how-to-contribute.html
> > > >
> > > > Thanks, vino.
> > > >
> > > > 2018-07-25 9:55 GMT+08:00 Kevin Waterson <[hidden email]>:
> > > >
> > > > > Hi Dev,
> > > > >
> > > > > New to Flink, coming from Metron use.
> > > > > Looking forward to using, and getting involved in the documentation
> > of
> > > > > Flink.
> > > > > Who heads up the docs?
> > > > > Is there another list or use the user or community lists?
> > > > >
> > > > > Thanks,
> > > > > Kev
> > > > >
> > > >
> > >
> >
>