Re: [VOTE] Accept APISIX into Apache Incubator

2019-10-11 Thread Sheng Wu
+1 binding. Good luck.

Sheng Wu 吴晟

Apache SkyWalking
Apache Incubator
Apache ShardingSphere, ECharts, DolphinScheduler podlings
Zipkin
Twitter, wusheng1108


Mohammad Asif Siddiqui  于2019年10月12日周六 下午2:41写道:

> +1 (binding)
>
> Regards
> Asif
>
> On 2019/10/10 08:54:38, Ming  wrote:
> > Hi all,
> >
> > After the discussion of APISIX proposal
> > (discussion thread:
> >
> https://lists.apache.org/thread.html/aada574d5fe8e9cf246f213f3915aebb2afa710607676c2af5d5eb73@%3Cgeneral.incubator.apache.org%3E
> ),
> > I would like to call a VOTE to accept it into the Apache Incubator.
> >
> > Please cast your vote:
> >
> >   [ ] +1, bring APISIX into Incubator
> >   [ ] +0, I don't care either way
> >   [ ] -1, do not bring APISIX into Incubator, because...
> >
> > The vote will open at least for 72 hours and only votes from the
> Incubator
> > PMC are binding.
> >
> > = APISIX Proposal =
> >
> > == Abstract ==
> >
> > APISIX is a cloud-native microservices API gateway, delivering the
> > ultimate performance, security,
> > open source and scalable platform for all your APIs and microservices.
> >
> > APISIX is based on OpenResty and etcd, and has dynamic routing and
> > plug-in hot loading,
> >  which is especially suitable for API management under micro-service
> system.
> >
> > == Proposal ==
> >
> > The goal of this proposal is to bring the existing APISIX
> >  codebase and existing developers
> > and community
> > into the Apache Software Foundation (ASF) in order to build a global,
> > diverse and self-governed open source community in API gateway field.
> >
> > Zhiliu is submitting this proposal to donate the APISIX sources code
> > and associated artifacts
> > (documentation, web site content, wiki, etc.) to the Apache Software
> > Foundation Incubator under the Apache License, Version 2.0.
> >
> > These artifacts are currently available on GitHub at
> > https://github.com/iresty/apisix and include:
> > - APISIX: The Cloud-Native Microservices API gateway.
> > - APISIX-dashboard: The dashboard for APISIX API gateway.
> >
> > == Background ==
> >
> > Mircro-service and Cloud Native architecture are becoming more and more
> popular,
> > traditional monolithic applications are being replaced by microservices.
> > This also brings more challenges for API gateways, not only handling
> > north-south traffic,
> > but also handling east-west traffic between microservices,
> > and need to ensure high concurrency and very low latency at the same
> time.
> >
> > APISIX was open sourced on Github in in June 2019.
> > At first, APISIX needs to interact directly with etcd to modify the
> > configuration of routes and plugins.
> > After we opened on the GitHub, the community gives the feedbacks about
> > high level API and built-in dashboard.
> > So in 0.6 version, APISIX provided REST admin API and dashboard to
> > control the API gateway.
> > Since then more and more contributors have joined in, and more plugins
> > and features provided.
> >
> > == Rationale ==
> >
> > APISIX acts as an entry point for business traffic and plays an
> > important role in the current system.
> >  Making traffic more secure and faster to process is the ultimate goal
> > of APISIX.
> >
> > APISIX includes these primary parts:
> > - Provide the core of the API gateway, including various
> > processing of requests and responses, dynamic upstream and dynamic SSL
> > certificates,
> > upstream active and passive health checks, etc. The core does not
> > bind APISIX, other projects can be used directly.
> > - Provide the plug-in hot plugging mechanism based on the core, to
> > support gRPC transcoding,
> >  identity authentication, rate limiting, OpenTracing etc. And
> > provide a plugin development library,
> >   users can easily write their own plugins.
> > - Provide the admin API and dashboard to operate the API gateway,
> > and also support updating with the yaml configuration file, which
> > is friendly for Kubernetes.
> >
> > There is a strong need for an open, easy-to-use microservice API
> > gateway to help developers
> >  reduce duplication of code development and better manage APIs.
> > We believe that by moving to Apache it will help us work in a more
> > global and open way.
> > Under Apache’s strong governance and existing processes, hope is also
> > to make APISIX more reliable and encourage more developers to
> > participate,
> >  as is crucial for API gateway.
> >
> > == Current Status ==
> >
> > === Meritocracy ===
> >
> > APISIX was created in April 2019 and opened on github on June 6, 2019.
> > The project now has contributors and users from a dozen companies;
> > we have set up the PMC Team and Committer Team. New contributors are
> > guided and reviewed by existed PMC members.
> > When they are ready, PMC will start a vote to promote him/her to
> > become a member of PMC or Committer Team,
> > see the votes for Committer:
> > https://github.com/iresty/apisi

Re: [VOTE] Accept APISIX into Apache Incubator

2019-10-11 Thread Mohammad Asif Siddiqui
+1 (binding)  
  
Regards  
Asif

On 2019/10/10 08:54:38, Ming  wrote: 
> Hi all,
> 
> After the discussion of APISIX proposal
> (discussion thread:
> https://lists.apache.org/thread.html/aada574d5fe8e9cf246f213f3915aebb2afa710607676c2af5d5eb73@%3Cgeneral.incubator.apache.org%3E),
> I would like to call a VOTE to accept it into the Apache Incubator.
> 
> Please cast your vote:
> 
>   [ ] +1, bring APISIX into Incubator
>   [ ] +0, I don't care either way
>   [ ] -1, do not bring APISIX into Incubator, because...
> 
> The vote will open at least for 72 hours and only votes from the Incubator
> PMC are binding.
> 
> = APISIX Proposal =
> 
> == Abstract ==
> 
> APISIX is a cloud-native microservices API gateway, delivering the
> ultimate performance, security,
> open source and scalable platform for all your APIs and microservices.
> 
> APISIX is based on OpenResty and etcd, and has dynamic routing and
> plug-in hot loading,
>  which is especially suitable for API management under micro-service system.
> 
> == Proposal ==
> 
> The goal of this proposal is to bring the existing APISIX
>  codebase and existing developers
> and community
> into the Apache Software Foundation (ASF) in order to build a global,
> diverse and self-governed open source community in API gateway field.
> 
> Zhiliu is submitting this proposal to donate the APISIX sources code
> and associated artifacts
> (documentation, web site content, wiki, etc.) to the Apache Software
> Foundation Incubator under the Apache License, Version 2.0.
> 
> These artifacts are currently available on GitHub at
> https://github.com/iresty/apisix and include:
> - APISIX: The Cloud-Native Microservices API gateway.
> - APISIX-dashboard: The dashboard for APISIX API gateway.
> 
> == Background ==
> 
> Mircro-service and Cloud Native architecture are becoming more and more 
> popular,
> traditional monolithic applications are being replaced by microservices.
> This also brings more challenges for API gateways, not only handling
> north-south traffic,
> but also handling east-west traffic between microservices,
> and need to ensure high concurrency and very low latency at the same time.
> 
> APISIX was open sourced on Github in in June 2019.
> At first, APISIX needs to interact directly with etcd to modify the
> configuration of routes and plugins.
> After we opened on the GitHub, the community gives the feedbacks about
> high level API and built-in dashboard.
> So in 0.6 version, APISIX provided REST admin API and dashboard to
> control the API gateway.
> Since then more and more contributors have joined in, and more plugins
> and features provided.
> 
> == Rationale ==
> 
> APISIX acts as an entry point for business traffic and plays an
> important role in the current system.
>  Making traffic more secure and faster to process is the ultimate goal
> of APISIX.
> 
> APISIX includes these primary parts:
> - Provide the core of the API gateway, including various
> processing of requests and responses, dynamic upstream and dynamic SSL
> certificates,
> upstream active and passive health checks, etc. The core does not
> bind APISIX, other projects can be used directly.
> - Provide the plug-in hot plugging mechanism based on the core, to
> support gRPC transcoding,
>  identity authentication, rate limiting, OpenTracing etc. And
> provide a plugin development library,
>   users can easily write their own plugins.
> - Provide the admin API and dashboard to operate the API gateway,
> and also support updating with the yaml configuration file, which
> is friendly for Kubernetes.
> 
> There is a strong need for an open, easy-to-use microservice API
> gateway to help developers
>  reduce duplication of code development and better manage APIs.
> We believe that by moving to Apache it will help us work in a more
> global and open way.
> Under Apache’s strong governance and existing processes, hope is also
> to make APISIX more reliable and encourage more developers to
> participate,
>  as is crucial for API gateway.
> 
> == Current Status ==
> 
> === Meritocracy ===
> 
> APISIX was created in April 2019 and opened on github on June 6, 2019.
> The project now has contributors and users from a dozen companies;
> we have set up the PMC Team and Committer Team. New contributors are
> guided and reviewed by existed PMC members.
> When they are ready, PMC will start a vote to promote him/her to
> become a member of PMC or Committer Team,
> see the votes for Committer:
> https://github.com/iresty/apisix/issues?utf8=%E2%9C%93&q=label%3Avote.
> Contributions are always welcomed and highly valued.
> A lot of energy is allocated to ensure help to all wishing to contribute.
> 
> === Community ===
> 
> APISIX has been building an active community since its open source,
> and hosted meetup in 5 different cities in China.
> Currently, the community includes over 22 contributors, and we already
> have a user group of more

Re: [LAZY] [VOTE] Retire Amaterasu podling

2019-10-11 Thread Kevin Ratnasekera
+1

On Sat, Oct 12, 2019 at 11:15 AM Jean-Baptiste Onofré 
wrote:

> +1 to retire (forwarding my "vote"/comment here).
>
> Regards
> JB
>
> On 11/10/2019 23:53, Justin Mclean wrote:
> > Hi,
> >
> > The PPMC of the Amaterasu podling has failed to report to the incubator
> PMC several months in a row.  They have not responded to queries about the
> status of their project. There is little activity on the project mailing
> lists. This has been discussed and agreed to by the mentors of the project.
> If anyone has any objections, this is your last chance to please speak up.
> >
> > Thanks,
> > Justin
> > -
> > To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
> > For additional commands, e-mail: general-h...@incubator.apache.org
> >
>
> --
> Jean-Baptiste Onofré
> jbono...@apache.org
> http://blog.nanthrax.net
> Talend - http://www.talend.com
>
> -
> To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
> For additional commands, e-mail: general-h...@incubator.apache.org
>
>


Re: [LAZY] [VOTE] Retire Amaterasu podling

2019-10-11 Thread Jean-Baptiste Onofré
+1 to retire (forwarding my "vote"/comment here).

Regards
JB

On 11/10/2019 23:53, Justin Mclean wrote:
> Hi,
> 
> The PPMC of the Amaterasu podling has failed to report to the incubator PMC 
> several months in a row.  They have not responded to queries about the status 
> of their project. There is little activity on the project mailing lists. This 
> has been discussed and agreed to by the mentors of the project. If anyone has 
> any objections, this is your last chance to please speak up.
> 
> Thanks,
> Justin
> -
> To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
> For additional commands, e-mail: general-h...@incubator.apache.org
> 

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

-
To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
For additional commands, e-mail: general-h...@incubator.apache.org



[GitHub] [incubator] justinmclean merged pull request #44: Update and improve PMC pages

2019-10-11 Thread GitBox
justinmclean merged pull request #44: Update and improve PMC pages
URL: https://github.com/apache/incubator/pull/44
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
For additional commands, e-mail: general-h...@incubator.apache.org



[GitHub] [incubator] justinmclean opened a new pull request #44: Update and improve PMC pages

2019-10-11 Thread GitBox
justinmclean opened a new pull request #44: Update and improve PMC pages
URL: https://github.com/apache/incubator/pull/44
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
For additional commands, e-mail: general-h...@incubator.apache.org



[GitHub] [incubator] justinmclean opened a new pull request #43: Clarify and update committer page

2019-10-11 Thread GitBox
justinmclean opened a new pull request #43: Clarify and update committer page
URL: https://github.com/apache/incubator/pull/43
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
For additional commands, e-mail: general-h...@incubator.apache.org



[GitHub] [incubator] justinmclean merged pull request #43: Clarify and update committer page

2019-10-11 Thread GitBox
justinmclean merged pull request #43: Clarify and update committer page
URL: https://github.com/apache/incubator/pull/43
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
For additional commands, e-mail: general-h...@incubator.apache.org



[GitHub] [incubator] justinmclean merged pull request #42: Clarify and simplify a little the roles and responsibilities page

2019-10-11 Thread GitBox
justinmclean merged pull request #42: Clarify and simplify a little the roles 
and responsibilities page
URL: https://github.com/apache/incubator/pull/42
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
For additional commands, e-mail: general-h...@incubator.apache.org



[GitHub] [incubator] justinmclean opened a new pull request #42: Clarify and simplify a little the roles and responsibilities page

2019-10-11 Thread GitBox
justinmclean opened a new pull request #42: Clarify and simplify a little the 
roles and responsibilities page
URL: https://github.com/apache/incubator/pull/42
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
For additional commands, e-mail: general-h...@incubator.apache.org



[GitHub] [incubator] justinmclean merged pull request #41: Removed podling story as the coookbook now has that information

2019-10-11 Thread GitBox
justinmclean merged pull request #41: Removed podling story as the coookbook 
now has that information
URL: https://github.com/apache/incubator/pull/41
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
For additional commands, e-mail: general-h...@incubator.apache.org



[GitHub] [incubator] justinmclean opened a new pull request #41: Removed podling story as the coookbook now has that information

2019-10-11 Thread GitBox
justinmclean opened a new pull request #41: Removed podling story as the 
coookbook now has that information
URL: https://github.com/apache/incubator/pull/41
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
For additional commands, e-mail: general-h...@incubator.apache.org



[GitHub] [incubator] justinmclean opened a new pull request #40: fix links

2019-10-11 Thread GitBox
justinmclean opened a new pull request #40: fix links
URL: https://github.com/apache/incubator/pull/40
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
For additional commands, e-mail: general-h...@incubator.apache.org



[GitHub] [incubator] justinmclean merged pull request #40: fix links

2019-10-11 Thread GitBox
justinmclean merged pull request #40: fix links
URL: https://github.com/apache/incubator/pull/40
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
For additional commands, e-mail: general-h...@incubator.apache.org



[GitHub] [incubator] justinmclean merged pull request #39: Remove entry page and information is duplicated elsewhere and it was …

2019-10-11 Thread GitBox
justinmclean merged pull request #39: Remove entry page and information is 
duplicated elsewhere and it was …
URL: https://github.com/apache/incubator/pull/39
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
For additional commands, e-mail: general-h...@incubator.apache.org



[GitHub] [incubator] justinmclean opened a new pull request #39: Remove entry page and information is duplicated elsewhere and it was …

2019-10-11 Thread GitBox
justinmclean opened a new pull request #39: Remove entry page and information 
is duplicated elsewhere and it was …
URL: https://github.com/apache/incubator/pull/39
 
 
   …incomplete


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
For additional commands, e-mail: general-h...@incubator.apache.org



[LAZY] [VOTE] Retire Amaterasu podling

2019-10-11 Thread Justin Mclean
Hi,

The PPMC of the Amaterasu podling has failed to report to the incubator PMC 
several months in a row.  They have not responded to queries about the status 
of their project. There is little activity on the project mailing lists. This 
has been discussed and agreed to by the mentors of the project. If anyone has 
any objections, this is your last chance to please speak up.

Thanks,
Justin
-
To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
For additional commands, e-mail: general-h...@incubator.apache.org



Re: [VOTE] Accept APISIX into Apache Incubator

2019-10-11 Thread Justin Mclean
Hi,

+1 from me. Good luck on your journey!

Thanks,
Justin



-
To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
For additional commands, e-mail: general-h...@incubator.apache.org



[ANNOUNCE] DataSketches Hive 1.0.0-incubating released!

2019-10-11 Thread leerho
### NEW COMPONENT! ###

Hello All,

1. The Apache DataSketches Hive 1.0.0-incubating has been released!

NOTE 1: This is the Hive adaptors component of the DataSketches library
that enables Apache Hive to access the datasketches-java core library.

Vote Thread Permalink:

https://mail-archives.apache.org/mod_mbox/incubator-general/201910.mbox/%3CCA%2BUaPnsdR2pZidr4geb-bn3VHtk6qRWOknST_WTtNitYCgRDoQ%40mail.gmail.com%3E
There were 4 binding (+1) votes: Furkan Kamaci, Dave Fisher, Kevin
Ratnasekera, Justin Mclean

2. Source repository:
- https://github.com/apache/incubator-datasketches-hive

Git Tag for this release: (first go to branch 1.0.X-incubating)
-
https://github.com/apache/incubator-datasketches-hive/tree/1.0.0-incubating

Git HashId for this release starts with: 5319e72

3. Dist/release:
https://dist.apache.org/repos/dist/release/incubator/datasketches/hive/1.0.0-incubating/

4. Nexus:
https://repository.apache.org/content/repositories/releases/org/apache/datasketches/datasketches-hive/1.0.0-incubating/

5. Download, build, test and documentation:

https://github.com/apache/incubator-datasketches-hive/blob/master/README.md


Thank you to the IPMC members and community for taking the time to review
and
provide guidance on our release!

On behalf of the Apache DataSketches Community,

Lee
lee...@apache.org


=
*Disclaimer*

Apache DataSketches (incubating) is an effort undergoing incubation at
The Apache Software Foundation (ASF), sponsored by the Apache Incubator
PMC. Incubation is required of all newly accepted projects until a
further review indicates that the infrastructure, communications, and
decision making process have stabilized in a manner consistent with
other successful ASF projects. While incubation status is not
necessarily a reflection of the completeness or stability of the code,
it does indicate that the project has yet to be fully endorsed by the
ASF.


Re: [VOTE] Release DataSketches-hive 1.0.0-incubating-RC1

2019-10-11 Thread leerho
Thank you for finding these.

There were 8 files where the Yahoo header was entered a little differently
and my RegEx did not capture them properly.  The Apache header was added
but the old Yahoo header was not deleted.  These are now fixed in master.

I have now searched all of our repos where we have performed the header
swap for anything with "Yahoo" and found a few more html links that were
not converted, but no other Yahoo license headers that were missed.

Thanks,
Lee.



On Thu, Oct 10, 2019 at 3:16 PM Justin Mclean 
wrote:

> Hi,
>
> +1 (binding)
>
> I checked:
> - incubating in name
> - signatures and hash fine
> - DISCLAIMER exists
> - LICENSE and NOTICE fine
> - file has ASF header
> - no unexpected binary files
> - can compile from source
>
> A number of file still have "Copyright 2015, Yahoo Inc.” I assume this
> needs to be removed.
>
> Thanks,
> Justin
> -
> To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
> For additional commands, e-mail: general-h...@incubator.apache.org
>
>


Re: [VOTE} Apache Hudi (incubating) 0.5.0 RC5

2019-10-11 Thread Balaji Varadarajan
Thanks Justin.

Balaji.V

On 2019/10/11 07:29:40, Justin Mclean  wrote: 
> Hi,
> 
> > It would be immensely helpful for us if you can point us to any other 
> > issues/feedback concerning this release.
> 
> There were no other issues other than the one mentioned. I did a detailed 
> check, but as always there may of been something I’ve missed.
> 
> Thanks,
> Justin
> -
> To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
> For additional commands, e-mail: general-h...@incubator.apache.org
> 
> 

-
To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
For additional commands, e-mail: general-h...@incubator.apache.org



Re: [VOTE} Apache Hudi (incubating) 0.5.0 RC5

2019-10-11 Thread Justin Mclean
Hi,

> It would be immensely helpful for us if you can point us to any other 
> issues/feedback concerning this release.

There were no other issues other than the one mentioned. I did a detailed 
check, but as always there may of been something I’ve missed.

Thanks,
Justin
-
To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
For additional commands, e-mail: general-h...@incubator.apache.org