You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@impala.apache.org by jo...@apache.org on 2017/07/24 00:07:55 UTC

Podling Report Reminder - August 2017

Dear podling,

This email was sent by an automated system on behalf of the Apache
Incubator PMC. It is an initial reminder to give you plenty of time to
prepare your quarterly board report.

The board meeting is scheduled for Wed, 16 August 2017, 10:30 am PDT.
The report for your podling will form a part of the Incubator PMC
report. The Incubator PMC requires your report to be submitted 2 weeks
before the board meeting, to allow sufficient time for review and
submission (Wed, August 02).

Please submit your report with sufficient time to allow the Incubator
PMC, and subsequently board members to review and digest. Again, the
very latest you should submit your report is 2 weeks prior to the board
meeting.

Thanks,

The Apache Incubator PMC

Submitting your Report

----------------------

Your report should contain the following:

*   Your project name
*   A brief description of your project, which assumes no knowledge of
    the project or necessarily of its field
*   A list of the three most important issues to address in the move
    towards graduation.
*   Any issues that the Incubator PMC or ASF Board might wish/need to be
    aware of
*   How has the community developed since the last report
*   How has the project developed since the last report.
*   How does the podling rate their own maturity.

This should be appended to the Incubator Wiki page at:

https://wiki.apache.org/incubator/August2017

Note: This is manually populated. You may need to wait a little before
this page is created from a template.

Mentors
-------

Mentors should review reports for their project(s) and sign them off on
the Incubator wiki page. Signing off reports shows that you are
following the project - projects that are not signed may raise alarms
for the Incubator PMC.

Incubator PMC

Re: Podling Report Reminder - August 2017

Posted by Jim Apple <jb...@cloudera.com>.
Done.

On Sun, Jul 23, 2017 at 6:29 PM, Jim Apple <jb...@cloudera.com> wrote:

> Here is my draft report. Any comments?
>
> Impala is a high-performance C++ and Java SQL query engine for data stored
> in
> Apache Hadoop-based clusters.
>
> Impala has been incubating since 2015-12-03.
>
> Three most important issues to address in the move towards graduation:
>
>  1. Growth of the developer community
>  2.
>  3.
>
> Any issues that the Incubator PMC (IPMC) or ASF Board wish/need to be
> aware of?
>
>  No
>
> How has the community developed since the last report?
>
>  There have been 268 Commits:
>    git log --format='%ci' | grep -cE '2017-0(5|6|7)'
>
>  51 of those commits were by non-committers:
>    git log --format='%ae %ci' | grep -E '2017-0(5|6|7)' | cut -d ' ' -f 1
> | sort | uniq -c | sort -n
>
>  There are two new PPMC members:
>    https://lists.apache.org/list.html?dev@impala.apache.
> org:dfr=2017-2-1|dto=2017-4-30:%22has%20invited%22
> <https://lists.apache.org/list.html?dev@impala.apache.org:dfr=2017-2-1%7Cdto=2017-4-30:%22has%20invited%22>
>
> Impala has done a third release with a second release manager. Two CVEs
> were issued, our first ones under the Apache security guidelines.
>
> How has the project developed since the last report?
>
> There have been big changes to the buffer pool, as outlined in
> https://lists.apache.org/thread.html/f573698455bf2ff9ac2073c778802d
> 0d5c9f3c8be43ede80614259cb@%3Cdev.impala.apache.org%3E . There have also
> been big changes landing to the RPC layer to improve scalability. Impala
> now has TABLESAMPLE to allow running queries on only a small percentage of
> the table for experimenting with queries quickly, and it now works on ADLS.
>
> How would you assess the podling's maturity?
> Please feel free to add your own commentary.
>
>  [ ] Initial setup
>  [ ] Working towards first release
>  [X] Community building
>  [X] Nearing graduation
>  [ ] Other:
>
>  Once the developer community has grown a bit, Impala will be ready
>  to contemplate graduation.
>
> Date of last release:
>
>  2017-06-16
>
> When were the last committers or PPMC members elected?
>
>  2017-07-17
>
> Signed-off-by:
>
>  [ ](impala) Tom White
>     Comments:
>  [ ](impala) Todd Lipcon
>     Comments:
>  [ ](impala) Carl Steinbach
>     Comments:
>  [ ](impala) Brock Noland
>     Comments:
>
> On Sun, Jul 23, 2017 at 5:07 PM, <jo...@apache.org> wrote:
>
>> Dear podling,
>>
>> This email was sent by an automated system on behalf of the Apache
>> Incubator PMC. It is an initial reminder to give you plenty of time to
>> prepare your quarterly board report.
>>
>> The board meeting is scheduled for Wed, 16 August 2017, 10:30 am PDT.
>> The report for your podling will form a part of the Incubator PMC
>> report. The Incubator PMC requires your report to be submitted 2 weeks
>> before the board meeting, to allow sufficient time for review and
>> submission (Wed, August 02).
>>
>> Please submit your report with sufficient time to allow the Incubator
>> PMC, and subsequently board members to review and digest. Again, the
>> very latest you should submit your report is 2 weeks prior to the board
>> meeting.
>>
>> Thanks,
>>
>> The Apache Incubator PMC
>>
>> Submitting your Report
>>
>> ----------------------
>>
>> Your report should contain the following:
>>
>> *   Your project name
>> *   A brief description of your project, which assumes no knowledge of
>>     the project or necessarily of its field
>> *   A list of the three most important issues to address in the move
>>     towards graduation.
>> *   Any issues that the Incubator PMC or ASF Board might wish/need to be
>>     aware of
>> *   How has the community developed since the last report
>> *   How has the project developed since the last report.
>> *   How does the podling rate their own maturity.
>>
>> This should be appended to the Incubator Wiki page at:
>>
>> https://wiki.apache.org/incubator/August2017
>>
>> Note: This is manually populated. You may need to wait a little before
>> this page is created from a template.
>>
>> Mentors
>> -------
>>
>> Mentors should review reports for their project(s) and sign them off on
>> the Incubator wiki page. Signing off reports shows that you are
>> following the project - projects that are not signed may raise alarms
>> for the Incubator PMC.
>>
>> Incubator PMC
>>
>
>

Re: Podling Report Reminder - August 2017

Posted by Jim Apple <jb...@cloudera.com>.
Here is my draft report. Any comments?

Impala is a high-performance C++ and Java SQL query engine for data stored
in
Apache Hadoop-based clusters.

Impala has been incubating since 2015-12-03.

Three most important issues to address in the move towards graduation:

 1. Growth of the developer community
 2.
 3.

Any issues that the Incubator PMC (IPMC) or ASF Board wish/need to be
aware of?

 No

How has the community developed since the last report?

 There have been 268 Commits:
   git log --format='%ci' | grep -cE '2017-0(5|6|7)'

 51 of those commits were by non-committers:
   git log --format='%ae %ci' | grep -E '2017-0(5|6|7)' | cut -d ' ' -f 1 |
sort | uniq -c | sort -n

 There are two new PPMC members:

https://lists.apache.org/list.html?dev@impala.apache.org:dfr=2017-2-1|dto=2017-4-30:%22has%20invited%22

Impala has done a third release with a second release manager. Two CVEs
were issued, our first ones under the Apache security guidelines.

How has the project developed since the last report?

There have been big changes to the buffer pool, as outlined in
https://lists.apache.org/thread.html/f573698455bf2ff9ac2073c778802d0d5c9f3c8be43ede80614259cb@%3Cdev.impala.apache.org%3E
. There have also been big changes landing to the RPC layer to improve
scalability. Impala now has TABLESAMPLE to allow running queries on only a
small percentage of the table for experimenting with queries quickly, and
it now works on ADLS.

How would you assess the podling's maturity?
Please feel free to add your own commentary.

 [ ] Initial setup
 [ ] Working towards first release
 [X] Community building
 [X] Nearing graduation
 [ ] Other:

 Once the developer community has grown a bit, Impala will be ready
 to contemplate graduation.

Date of last release:

 2017-06-16

When were the last committers or PPMC members elected?

 2017-07-17

Signed-off-by:

 [ ](impala) Tom White
    Comments:
 [ ](impala) Todd Lipcon
    Comments:
 [ ](impala) Carl Steinbach
    Comments:
 [ ](impala) Brock Noland
    Comments:

On Sun, Jul 23, 2017 at 5:07 PM, <jo...@apache.org> wrote:

> Dear podling,
>
> This email was sent by an automated system on behalf of the Apache
> Incubator PMC. It is an initial reminder to give you plenty of time to
> prepare your quarterly board report.
>
> The board meeting is scheduled for Wed, 16 August 2017, 10:30 am PDT.
> The report for your podling will form a part of the Incubator PMC
> report. The Incubator PMC requires your report to be submitted 2 weeks
> before the board meeting, to allow sufficient time for review and
> submission (Wed, August 02).
>
> Please submit your report with sufficient time to allow the Incubator
> PMC, and subsequently board members to review and digest. Again, the
> very latest you should submit your report is 2 weeks prior to the board
> meeting.
>
> Thanks,
>
> The Apache Incubator PMC
>
> Submitting your Report
>
> ----------------------
>
> Your report should contain the following:
>
> *   Your project name
> *   A brief description of your project, which assumes no knowledge of
>     the project or necessarily of its field
> *   A list of the three most important issues to address in the move
>     towards graduation.
> *   Any issues that the Incubator PMC or ASF Board might wish/need to be
>     aware of
> *   How has the community developed since the last report
> *   How has the project developed since the last report.
> *   How does the podling rate their own maturity.
>
> This should be appended to the Incubator Wiki page at:
>
> https://wiki.apache.org/incubator/August2017
>
> Note: This is manually populated. You may need to wait a little before
> this page is created from a template.
>
> Mentors
> -------
>
> Mentors should review reports for their project(s) and sign them off on
> the Incubator wiki page. Signing off reports shows that you are
> following the project - projects that are not signed may raise alarms
> for the Incubator PMC.
>
> Incubator PMC
>