Re: Looking for guidance on IP clearance process for donation to Apache Arrow

2021-03-30 Thread Craig Russell
This is just my opinion; others may have different ideas.

I'm considering that the project is licensed under the terms of the Apache 
License, v2.0 and I'm assuming that the contributors knew that when they made 
their contributions. 

I'd continue to try to obtain ICLAs from the other contributors (not just the 5 
with >1 commit but all of them).

I'd guess that you won't get every single contributor to file an ICLA but it's 
probably ok to continue to a vote.

The only risk that I see is one of the contributors later has a change of mind, 
decides that they didn't understand that this is an open source project 
intended to be licensed under the terms of the ALv2.0 and then complains. At 
that point, the project might decide that they need to rewrite the 
contributor's code in order to remove the nuisance.

So I'd say to go ahead and expect that the contributors who fail to submit an 
ICLA are just not interested and will fade into history without any trouble.

Regards,
Craig

> On Mar 30, 2021, at 7:31 AM, Andy Grove  wrote:
> 
> Thanks, Dave.
> 
> To give an update on the situation, out of the 12 committers with > 1
> commit, we have ICLAs submitted or already on file for 7 of those,
> including all the contributors that I would consider key to the project. I
> have been unable to get any response from the other 5 so far.
> 
> Based on this, should I consider moving to a vote now or wait and see if I
> can get more signed ICLAs?
> 
> Thanks,
> 
> Andy.
> 
> On Thu, Mar 25, 2021 at 10:00 AM Dave Fisher  wrote:
> 
>> Hi -
>> 
>> Since this is Andy’s project under the Apache License then I’m not sure
>> that other’s ICLA matters. But ...
>> 
>> Sent from my iPhone
>> 
>>> On Mar 25, 2021, at 8:25 AM, John D. Ament 
>> wrote:
>>> 
>>> Hi Andy
>>> 
>>> Typically you would look at the top contributors and aim for ICLAs from
>>> those.  Don't forget you have to have a vote here as well when done!
>>> 
>>> I would aim for these individuals:
>>> 
>>> 231  Andy Grove
>>> 27  Ximo Guanter
>>> 7  QP Hou
>>> 6  Boaz Berman
>>> 5  Daniël Heres
>>> 4  Jack Chan
>>> 4  Patrick More
>>> 3  Ben Cohen
>>> 3  Hendrik Makait
>>> 3  Jorge Leitao
>>> 2  Hamish Nicholson
>>> 2  Tanapol Prucksakorn
>> 
>> I would look more into the nature of these commits. Who would you ask to
>> be a committer?
>> 
>> Regards,
>> Dave
>> 
>>> 
>>> 
>>> John
>>> 
>>> 
 On Thu, Mar 25, 2021 at 10:18 AM Andy Grove 
>> wrote:
 
 Hi,
 
 The Apache Arrow PMC has passed a vote to accept the donation of the
 Ballista project [1].
 
 The donation contains code from ~30 contributors and it may not be
>> possible
 to obtain ICLAs from all of them. If this does turn out to be the
 situation, what steps can we take instead?
 
 Thanks,
 
 Andy.
 
 [1] https://github.com/apache/arrow/pull/9723
 
>> 
>> -
>> To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
>> For additional commands, e-mail: general-h...@incubator.apache.org
>> 
>> 

Craig L Russell
c...@apache.org


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



Re: Redirecting retired podling websites

2021-03-30 Thread Dave Fisher
Hi Sebb,

> On Mar 30, 2021, at 4:22 PM, sebb  wrote:
> 
> It's currently quite awkward fixing up retired podling websites so
> they redirect to the status page.
> There are currently about 6 such podlings, dating back to Nov 2013.
> 
> [It's easy enough to do this for incubator sub-sites (e.g.
> http://incubator.apache.org/wave), as these can use a single .htaccess
> file; that is not the case for the above sites otherwise they would
> have been fixed ages ago]
> 
> Recent podlings use websites like http://ariatosca.apache.org/ and/or
> http://ariatosca.incubator.apache.org/
> The redirects need to be added in each website source.
> 
> This can be difficult to do, see INFRA-21451 re Tamaya.
> This was opened on Feb 21st and has yet to be completed.
> 
> I have proposed an Infra PR which should make it much easier to set up
> the redirect to the status file.
> 
> The idea is to set up a special directory:
> http://incubator.apache.org/retired/
> 
> For each retired podling, create a marker directory, e.g.
> tamaya/

I can add a step in the clutch2.sh shell script to maintain these placeholders.

> 
> If the web server detects that there is a directory matching the first
> part of the web host name (e.g. tamaya), then it redirects to
> http://incubator.apache.org/projects/tamaya.html (e.g.)

I think we should also review the .htaccess for the incubator. More tomorrow.

Regards,
Dave

> 
> Simples.
> 
> Sebb.
> P.S. Attic works in a similar way, but adds a banner instead of redirecting.
> 
> -
> 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



Redirecting retired podling websites

2021-03-30 Thread sebb
It's currently quite awkward fixing up retired podling websites so
they redirect to the status page.
There are currently about 6 such podlings, dating back to Nov 2013.

[It's easy enough to do this for incubator sub-sites (e.g.
http://incubator.apache.org/wave), as these can use a single .htaccess
file; that is not the case for the above sites otherwise they would
have been fixed ages ago]

Recent podlings use websites like http://ariatosca.apache.org/ and/or
http://ariatosca.incubator.apache.org/
The redirects need to be added in each website source.

This can be difficult to do, see INFRA-21451 re Tamaya.
This was opened on Feb 21st and has yet to be completed.

I have proposed an Infra PR which should make it much easier to set up
the redirect to the status file.

The idea is to set up a special directory:
 http://incubator.apache.org/retired/

For each retired podling, create a marker directory, e.g.
tamaya/

If the web server detects that there is a directory matching the first
part of the web host name (e.g. tamaya), then it redirects to
http://incubator.apache.org/projects/tamaya.html (e.g.)

Simples.

Sebb.
P.S. Attic works in a similar way, but adds a banner instead of redirecting.

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



[jira] [Closed] (INCUBATOR-126) Sometimes its not clear that the who vets the podling name

2021-03-30 Thread Dave Fisher (Jira)


 [ 
https://issues.apache.org/jira/browse/INCUBATOR-126?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Dave Fisher closed INCUBATOR-126.
-
Resolution: Not A Problem

If this is still a problem then please indicate against the current incubator 
site

> Sometimes its not clear that the who vets the podling name
> --
>
> Key: INCUBATOR-126
> URL: https://issues.apache.org/jira/browse/INCUBATOR-126
> Project: Incubator
>  Issue Type: Improvement
>Reporter: Alan Cabrera
>Priority: Major
>
> We should make it more clear in the documentation.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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



[jira] [Commented] (INCUBATOR-243) Are both cvs@ and commits@ mailing lists needed?

2021-03-30 Thread Dave Fisher (Jira)


[ 
https://issues.apache.org/jira/browse/INCUBATOR-243?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17311761#comment-17311761
 ] 

Dave Fisher commented on INCUBATOR-243:
---

It looks like cvs@ is currently used and commits@ has not been used in two 
years.

> Are both cvs@ and commits@ mailing lists needed?
> 
>
> Key: INCUBATOR-243
> URL: https://issues.apache.org/jira/browse/INCUBATOR-243
> Project: Incubator
>  Issue Type: Task
>Reporter: Sebb
>Priority: Major
>
> Incubator currently has both cvs@ and commits@ mailing lists.
> That seems unnecessary.
> Given that CVS has not been used for a long while, maybe that list should be 
> shut down and any emails redirected to commits@.
> Please raise an INFRA JIRA if so.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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



[jira] [Closed] (INCUBATOR-243) Are both cvs@ and commits@ mailing lists needed?

2021-03-30 Thread Dave Fisher (Jira)


 [ 
https://issues.apache.org/jira/browse/INCUBATOR-243?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Dave Fisher closed INCUBATOR-243.
-
Resolution: Not A Problem

> Are both cvs@ and commits@ mailing lists needed?
> 
>
> Key: INCUBATOR-243
> URL: https://issues.apache.org/jira/browse/INCUBATOR-243
> Project: Incubator
>  Issue Type: Task
>Reporter: Sebb
>Priority: Major
>
> Incubator currently has both cvs@ and commits@ mailing lists.
> That seems unnecessary.
> Given that CVS has not been used for a long while, maybe that list should be 
> shut down and any emails redirected to commits@.
> Please raise an INFRA JIRA if so.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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



[jira] [Closed] (INCUBATOR-252) Broken link for Incubation guides page

2021-03-30 Thread Dave Fisher (Jira)


 [ 
https://issues.apache.org/jira/browse/INCUBATOR-252?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Dave Fisher closed INCUBATOR-252.
-
Resolution: Fixed

> Broken link for Incubation guides page 
> ---
>
> Key: INCUBATOR-252
> URL: https://issues.apache.org/jira/browse/INCUBATOR-252
> Project: Incubator
>  Issue Type: Bug
>Reporter: Priya Sharma
>Assignee: Dave Fisher
>Priority: Major
> Attachments: Screenshot from 2020-06-12 18-21-25.png
>
>
> Click on the "Incubation Guides" link on the left menu bar
>  [http://incubator.apache.org/projects/echarts.html]
> Server returns an error that the URL is not found for -
>  [http://incubator.apache.org/guides/index.html]



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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



[jira] [Commented] (INCUBATOR-252) Broken link for Incubation guides page

2021-03-30 Thread Dave Fisher (Jira)


[ 
https://issues.apache.org/jira/browse/INCUBATOR-252?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17311757#comment-17311757
 ] 

Dave Fisher commented on INCUBATOR-252:
---

The Incubation Guides link is no longer present. I removed the broken IPMC link.

> Broken link for Incubation guides page 
> ---
>
> Key: INCUBATOR-252
> URL: https://issues.apache.org/jira/browse/INCUBATOR-252
> Project: Incubator
>  Issue Type: Bug
>Reporter: Priya Sharma
>Assignee: Dave Fisher
>Priority: Major
> Attachments: Screenshot from 2020-06-12 18-21-25.png
>
>
> Click on the "Incubation Guides" link on the left menu bar
>  [http://incubator.apache.org/projects/echarts.html]
> Server returns an error that the URL is not found for -
>  [http://incubator.apache.org/guides/index.html]



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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



[jira] [Closed] (INCUBATOR-249) create cwiki home space for Apache APISIX

2021-03-30 Thread Dave Fisher (Jira)


 [ 
https://issues.apache.org/jira/browse/INCUBATOR-249?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Dave Fisher closed INCUBATOR-249.
-

> create cwiki home space for Apache APISIX
> -
>
> Key: INCUBATOR-249
> URL: https://issues.apache.org/jira/browse/INCUBATOR-249
> Project: Incubator
>  Issue Type: Task
>  Components: wiki
>Reporter: Ming Wen
>Priority: Major
>
> please create cwiki home space for Apache APISIX:
> [https://cwiki.apache.org/confluence/display/APISIX]
> thx.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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



[jira] [Closed] (INCUBATOR-245) Slider - Auditing Capability

2021-03-30 Thread John D. Ament (Jira)


 [ 
https://issues.apache.org/jira/browse/INCUBATOR-245?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

John D. Ament closed INCUBATOR-245.
---
Resolution: Won't Fix

> Slider - Auditing Capability
> 
>
> Key: INCUBATOR-245
> URL: https://issues.apache.org/jira/browse/INCUBATOR-245
> Project: Incubator
>  Issue Type: Task
>Reporter: Krishnadevan Purushothaman
>Priority: Critical
>
> As far as I understand, Slider outputs only logs for debugging use as details 
> of executing containers, and etc.
> Can we believe Slider doesn't have any logs for auditing of Slider itself? 
> (i.e. when & who used Slider for what application, etc.)



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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



[jira] [Commented] (INCUBATOR-245) Slider - Auditing Capability

2021-03-30 Thread John D. Ament (Jira)


[ 
https://issues.apache.org/jira/browse/INCUBATOR-245?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17311756#comment-17311756
 ] 

John D. Ament commented on INCUBATOR-245:
-

sure

> Slider - Auditing Capability
> 
>
> Key: INCUBATOR-245
> URL: https://issues.apache.org/jira/browse/INCUBATOR-245
> Project: Incubator
>  Issue Type: Task
>Reporter: Krishnadevan Purushothaman
>Priority: Critical
>
> As far as I understand, Slider outputs only logs for debugging use as details 
> of executing containers, and etc.
> Can we believe Slider doesn't have any logs for auditing of Slider itself? 
> (i.e. when & who used Slider for what application, etc.)



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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



[jira] [Closed] (INCUBATOR-248) Incubation Overview page not found (404 error)

2021-03-30 Thread Dave Fisher (Jira)


 [ 
https://issues.apache.org/jira/browse/INCUBATOR-248?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Dave Fisher closed INCUBATOR-248.
-
Resolution: Fixed

Fix is confirmed

> Incubation Overview page not found (404 error)
> --
>
> Key: INCUBATOR-248
> URL: https://issues.apache.org/jira/browse/INCUBATOR-248
> Project: Incubator
>  Issue Type: Bug
>Reporter: Xiangdong Huang
>Priority: Major
>
> The "incubation overview" page [1] on 
> incubator.apache.org/projects/PROJECT_NAME.html returns 404 error.
>  
> "Incubator Overview" locates on the left side bar of a project's incubator 
> status page.
>  
> I checked the error exists (maybe) on all incubator projects, e.g., IoTDB [2] 
> and ShardingSphere[3].
>  
> Does someone know how to fix it?
>  
> [1] http://incubator.apache.org/policy/process.html
> [2] [http://incubator.apache.org/projects/iotdb.html] 
> [3] [http://incubator.apache.org/projects/shardingsphere.html]
> [4] https://issues.apache.org/jira/browse/INFRA-19597



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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



[jira] [Commented] (INCUBATOR-245) Slider - Auditing Capability

2021-03-30 Thread Julian Hyde (Jira)


[ 
https://issues.apache.org/jira/browse/INCUBATOR-245?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17311754#comment-17311754
 ] 

Julian Hyde commented on INCUBATOR-245:
---

Good point. Can an admin please close it.

> Slider - Auditing Capability
> 
>
> Key: INCUBATOR-245
> URL: https://issues.apache.org/jira/browse/INCUBATOR-245
> Project: Incubator
>  Issue Type: Task
>Reporter: Krishnadevan Purushothaman
>Priority: Critical
>
> As far as I understand, Slider outputs only logs for debugging use as details 
> of executing containers, and etc.
> Can we believe Slider doesn't have any logs for auditing of Slider itself? 
> (i.e. when & who used Slider for what application, etc.)



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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



[jira] [Assigned] (INCUBATOR-252) Broken link for Incubation guides page

2021-03-30 Thread Dave Fisher (Jira)


 [ 
https://issues.apache.org/jira/browse/INCUBATOR-252?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Dave Fisher reassigned INCUBATOR-252:
-

Assignee: Dave Fisher

> Broken link for Incubation guides page 
> ---
>
> Key: INCUBATOR-252
> URL: https://issues.apache.org/jira/browse/INCUBATOR-252
> Project: Incubator
>  Issue Type: Bug
>Reporter: Priya Sharma
>Assignee: Dave Fisher
>Priority: Major
> Attachments: Screenshot from 2020-06-12 18-21-25.png
>
>
> Click on the "Incubation Guides" link on the left menu bar
>  [http://incubator.apache.org/projects/echarts.html]
> Server returns an error that the URL is not found for -
>  [http://incubator.apache.org/guides/index.html]



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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



[jira] [Commented] (INCUBATOR-245) Slider - Auditing Capability

2021-03-30 Thread Dave Fisher (Jira)


[ 
https://issues.apache.org/jira/browse/INCUBATOR-245?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17311743#comment-17311743
 ] 

Dave Fisher commented on INCUBATOR-245:
---

Why is this even open?

> Slider - Auditing Capability
> 
>
> Key: INCUBATOR-245
> URL: https://issues.apache.org/jira/browse/INCUBATOR-245
> Project: Incubator
>  Issue Type: Task
>Reporter: Krishnadevan Purushothaman
>Priority: Critical
>
> As far as I understand, Slider outputs only logs for debugging use as details 
> of executing containers, and etc.
> Can we believe Slider doesn't have any logs for auditing of Slider itself? 
> (i.e. when & who used Slider for what application, etc.)



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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



[jira] [Updated] (INCUBATOR-245) Slider - Auditing Capability

2021-03-30 Thread John D. Ament (Jira)


 [ 
https://issues.apache.org/jira/browse/INCUBATOR-245?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

John D. Ament updated INCUBATOR-245:

Attachment: (was: Twitter-Social-Icons (1).zip)

> Slider - Auditing Capability
> 
>
> Key: INCUBATOR-245
> URL: https://issues.apache.org/jira/browse/INCUBATOR-245
> Project: Incubator
>  Issue Type: Task
>Reporter: Krishnadevan Purushothaman
>Priority: Critical
>
> As far as I understand, Slider outputs only logs for debugging use as details 
> of executing containers, and etc.
> Can we believe Slider doesn't have any logs for auditing of Slider itself? 
> (i.e. when & who used Slider for what application, etc.)



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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



[jira] [Updated] (INCUBATOR-245) Slider - Auditing Capability

2021-03-30 Thread John D. Ament (Jira)


 [ 
https://issues.apache.org/jira/browse/INCUBATOR-245?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

John D. Ament updated INCUBATOR-245:

Attachment: (was: iyyd.log)

> Slider - Auditing Capability
> 
>
> Key: INCUBATOR-245
> URL: https://issues.apache.org/jira/browse/INCUBATOR-245
> Project: Incubator
>  Issue Type: Task
>Reporter: Krishnadevan Purushothaman
>Priority: Critical
>
> As far as I understand, Slider outputs only logs for debugging use as details 
> of executing containers, and etc.
> Can we believe Slider doesn't have any logs for auditing of Slider itself? 
> (i.e. when & who used Slider for what application, etc.)



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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



[jira] [Updated] (INCUBATOR-245) Slider - Auditing Capability

2021-03-30 Thread John D. Ament (Jira)


 [ 
https://issues.apache.org/jira/browse/INCUBATOR-245?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

John D. Ament updated INCUBATOR-245:

Attachment: (was: iyyd.log)

> Slider - Auditing Capability
> 
>
> Key: INCUBATOR-245
> URL: https://issues.apache.org/jira/browse/INCUBATOR-245
> Project: Incubator
>  Issue Type: Task
>Reporter: Krishnadevan Purushothaman
>Priority: Critical
>
> As far as I understand, Slider outputs only logs for debugging use as details 
> of executing containers, and etc.
> Can we believe Slider doesn't have any logs for auditing of Slider itself? 
> (i.e. when & who used Slider for what application, etc.)



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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



[jira] [Commented] (INCUBATOR-245) Slider - Auditing Capability

2021-03-30 Thread Julian Hyde (Jira)


[ 
https://issues.apache.org/jira/browse/INCUBATOR-245?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17311739#comment-17311739
 ] 

Julian Hyde commented on INCUBATOR-245:
---

[~jmclean], As an admin, can you please remove the spam attachments just added.

> Slider - Auditing Capability
> 
>
> Key: INCUBATOR-245
> URL: https://issues.apache.org/jira/browse/INCUBATOR-245
> Project: Incubator
>  Issue Type: Task
>Reporter: Krishnadevan Purushothaman
>Priority: Critical
> Attachments: Twitter-Social-Icons (1).zip, iyyd.log, iyyd.log
>
>
> As far as I understand, Slider outputs only logs for debugging use as details 
> of executing containers, and etc.
> Can we believe Slider doesn't have any logs for auditing of Slider itself? 
> (i.e. when & who used Slider for what application, etc.)



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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



Re: [VOTE] Release Apache Hop (incubating) 0.70-rc1

2021-03-30 Thread kezhenxu94@apache
Hi, my +1, I’ve checked

- Sha sum is OK
- GPG signature verified.
- RC matches the git tag / branch.
- LICENSE, NOTICE, DISCLAIMER-WIP files exist.
- Docs, release names include “Incubating”.

However the following issue is not a blocker of the release and can be fixed in 
the following releasees,
but I found the headers in these files are not the one ASF specified.
Note that there is dedicated license header for ASF projects, see this link [1]


- 
plugins/databases/clickhouse/src/main/java/org/apache/hop/databases/clickhouse/ClickhouseDatabaseMeta.java
- 
plugins/databases/clickhouse/src/test/java/org/apache/hop/databases/clickhouse/ClickhouseDatabaseMetaTest.java
- 
plugins/databases/snowflake/src/main/java/org/apache/hop/databases/snowflake/SnowflakeDatabaseMeta.java
- 
plugins/databases/snowflake/src/test/java/org/apache/hop/databases/snowflake/SnowflakeDatabaseMetaTest.java
- 
plugins/misc/git/src/main/java/org/apache/hop/git/DrawDiffOnActionExtensionPoint.java
- 
plugins/misc/git/src/main/java/org/apache/hop/git/DrawDiffOnActionExtensionPoint.java
- 
plugins/misc/git/src/main/java/org/apache/hop/git/DrawDiffOnPipelineHopExtensionPoint.java
- 
plugins/misc/git/src/main/java/org/apache/hop/git/DrawDiffOnTransformExtensionPoint.java
- 
plugins/misc/git/src/main/java/org/apache/hop/git/DrawDiffOnWorkflowHopExtensionPoint.java
- plugins/misc/git/src/main/java/org/apache/hop/git/HopDiff.java
- 
plugins/misc/git/src/main/java/org/apache/hop/git/dialog/DeleteBranchDialog.java
- 
plugins/misc/git/src/main/java/org/apache/hop/git/dialog/MergeBranchDialog.java
- 
plugins/misc/git/src/main/java/org/apache/hop/git/dialog/UsernamePasswordDialog.java
- plugins/misc/git/src/main/java/org/apache/hop/git/model/UIFile.java
- plugins/misc/git/src/main/java/org/apache/hop/git/model/UIGit.java
- 
plugins/misc/git/src/main/java/org/apache/hop/git/model/revision/GitObjectRevision.java
- plugins/misc/git/src/test/java/org/apache/hop/git/HopDiffTest.java
- plugins/misc/git/src/test/java/org/apache/hop/git/model/UIGitTest.java
- core/src/main/java/org/apache/hop/core/util/StorageUnitConverter.java

[1] https://www.apache.org/legal/src-headers.html#headers

> On Mar 30, 2021, at 22:43, Hans Van Akelyen  
> wrote:
> 
> Hi Incubator team,
> 
> We are proud to announce that we have a new release candidate ready for
> release and would like your review and vote.
> 
> Build instructions can be found in the README included.
> 
> Hop community vote and result threads:
> Vote:
> 
> https://lists.apache.org/thread.html/r24f1435c891c11d87d20d87d832b5de2613a37cda5e92c3587f058d1%40%3Cdev.hop.apache.org%3E
> Result:
> 
> https://lists.apache.org/thread.html/red37c2870bd3c366426579ffdd1c33c845eaf13801fd81bc0bd74539%40%3Cdev.hop.apache.org%3E
> 
> The tag to be voted on is 0.70-rc1 (commit
> f16b78f1a16feac5021f4556b30ee0a9609dbc1a)
> https://github.com/apache/incubator-hop/tree/0.70-rc1
> 
> The release files, including signatures, digests, etc. can be found at:
> https://dist.apache.org/repos/dist/dev/incubator/hop/apache-hop-0.70-incubating-rc1/
> 
> The SHA512 Checksum for these artifacts is:
> bbf9357801d9bdd0560a6788c7e51d469777d9dbf483be10d67e674552da28848edfba8533bab280afb97949ec55454ec5e147b73ce733010efa57af1997ef3d
> 
> Release artifacts are signed with the following key:
> https://keyserver.ubuntu.com/pks/lookup?op=get=0x9a8a628dd4f4aa1e
> 
> For more information about the contents of this release, see:
> https://issues.apache.org/jira/projects/HOP/versions/12349578
> 
> Please vote on releasing this package as Apache Hop (incubating) 0.70!
> 
> The vote is open for 72 hours and passes if
> a majority of at least 3 +1 PMC votes are cast.
> 
> [ ] +1 Release this package as Apache Hop (incubating) 0.70
> [ ] +0 No opinion
> [ ] -1 Do not release this package because ...
> 
> Best Regards,
> Hans



— 
Zhenxu Ke (柯振旭)
GitHub @kezhenxu94


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



Re: [VOTE] Release Apache Hop (incubating) 0.70-rc1

2021-03-30 Thread Hans Van Akelyen
Hi,

Yes, a mistake on my part: the 2 binding votes are Mentor/IPMC votes, we
have 3 PPMC votes in non-binding, Bart ,Matt and myself are PPMC. I put
them as non-binding as they do not count for an actual Incubator release.

Cheers,
Hans

On Tue, 30 Mar 2021 at 16:55, Kris Calvin  wrote:

> Sorry, there seem to be only two binding votes from the community vote. Are
> some PPMC votes incorrectly calculated as non-binding?
>
> Hans Van Akelyen  于2021年3月30日周二 下午10:43写道:
>
> > Hi Incubator team,
> >
> > We are proud to announce that we have a new release candidate ready for
> > release and would like your review and vote.
> >
> > Build instructions can be found in the README included.
> >
> > Hop community vote and result threads:
> > Vote:
> >
> >
> >
> https://lists.apache.org/thread.html/r24f1435c891c11d87d20d87d832b5de2613a37cda5e92c3587f058d1%40%3Cdev.hop.apache.org%3E
> > Result:
> >
> >
> >
> https://lists.apache.org/thread.html/red37c2870bd3c366426579ffdd1c33c845eaf13801fd81bc0bd74539%40%3Cdev.hop.apache.org%3E
> >
> > The tag to be voted on is 0.70-rc1 (commit
> > f16b78f1a16feac5021f4556b30ee0a9609dbc1a)
> > https://github.com/apache/incubator-hop/tree/0.70-rc1
> >
> > The release files, including signatures, digests, etc. can be found at:
> >
> >
> https://dist.apache.org/repos/dist/dev/incubator/hop/apache-hop-0.70-incubating-rc1/
> >
> > The SHA512 Checksum for these artifacts is:
> >
> >
> bbf9357801d9bdd0560a6788c7e51d469777d9dbf483be10d67e674552da28848edfba8533bab280afb97949ec55454ec5e147b73ce733010efa57af1997ef3d
> >
> > Release artifacts are signed with the following key:
> > https://keyserver.ubuntu.com/pks/lookup?op=get=0x9a8a628dd4f4aa1e
> >
> > For more information about the contents of this release, see:
> > https://issues.apache.org/jira/projects/HOP/versions/12349578
> >
> > Please vote on releasing this package as Apache Hop (incubating) 0.70!
> >
> > The vote is open for 72 hours and passes if
> > a majority of at least 3 +1 PMC votes are cast.
> >
> > [ ] +1 Release this package as Apache Hop (incubating) 0.70
> > [ ] +0 No opinion
> > [ ] -1 Do not release this package because ...
> >
> > Best Regards,
> > Hans
> >
>
>
> --
> Best  wishes!
> CalvinKirs
>


[jira] [Commented] (INCUBATOR-263) IP clearance for Dubbo go-pixiu

2021-03-30 Thread Ian Luo (Jira)


[ 
https://issues.apache.org/jira/browse/INCUBATOR-263?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17311564#comment-17311564
 ] 

Ian Luo commented on INCUBATOR-263:
---

Pls. find the up-to-date IP clearance form here: 
https://incubator.apache.org/ip-clearance/dubbo-go-pixiu.html

> IP clearance for Dubbo go-pixiu
> ---
>
> Key: INCUBATOR-263
> URL: https://issues.apache.org/jira/browse/INCUBATOR-263
> Project: Incubator
>  Issue Type: Task
>Reporter: Liu Yang
>Priority: Major
> Attachments: dubbo-go-pixiu-develop.zip
>
>
> **Donating Dubbo go-pixiu project to Apache Dubbo community.
> This is a task to track the status of the ip clearance progress.
> Git commit SHA for donated software: ca4d0f51108e78e2a92046dcb323712f783d138c.
> MD5 of the Zip file is 6010156e729a01aaa7f80ecabeeeb620.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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



Re: [VOTE] Release Apache Hop (incubating) 0.70-rc1

2021-03-30 Thread Kris Calvin
Sorry, there seem to be only two binding votes from the community vote. Are
some PPMC votes incorrectly calculated as non-binding?

Hans Van Akelyen  于2021年3月30日周二 下午10:43写道:

> Hi Incubator team,
>
> We are proud to announce that we have a new release candidate ready for
> release and would like your review and vote.
>
> Build instructions can be found in the README included.
>
> Hop community vote and result threads:
> Vote:
>
>
> https://lists.apache.org/thread.html/r24f1435c891c11d87d20d87d832b5de2613a37cda5e92c3587f058d1%40%3Cdev.hop.apache.org%3E
> Result:
>
>
> https://lists.apache.org/thread.html/red37c2870bd3c366426579ffdd1c33c845eaf13801fd81bc0bd74539%40%3Cdev.hop.apache.org%3E
>
> The tag to be voted on is 0.70-rc1 (commit
> f16b78f1a16feac5021f4556b30ee0a9609dbc1a)
> https://github.com/apache/incubator-hop/tree/0.70-rc1
>
> The release files, including signatures, digests, etc. can be found at:
>
> https://dist.apache.org/repos/dist/dev/incubator/hop/apache-hop-0.70-incubating-rc1/
>
> The SHA512 Checksum for these artifacts is:
>
> bbf9357801d9bdd0560a6788c7e51d469777d9dbf483be10d67e674552da28848edfba8533bab280afb97949ec55454ec5e147b73ce733010efa57af1997ef3d
>
> Release artifacts are signed with the following key:
> https://keyserver.ubuntu.com/pks/lookup?op=get=0x9a8a628dd4f4aa1e
>
> For more information about the contents of this release, see:
> https://issues.apache.org/jira/projects/HOP/versions/12349578
>
> Please vote on releasing this package as Apache Hop (incubating) 0.70!
>
> The vote is open for 72 hours and passes if
> a majority of at least 3 +1 PMC votes are cast.
>
> [ ] +1 Release this package as Apache Hop (incubating) 0.70
> [ ] +0 No opinion
> [ ] -1 Do not release this package because ...
>
> Best Regards,
> Hans
>


-- 
Best  wishes!
CalvinKirs


[jira] [Commented] (INCUBATOR-263) IP clearance for Dubbo go-pixiu

2021-03-30 Thread Ian Luo (Jira)


[ 
https://issues.apache.org/jira/browse/INCUBATOR-263?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17311560#comment-17311560
 ] 

Ian Luo commented on INCUBATOR-263:
---

The IP Clearance has passed in the incubator general mailing list, please help 
to do the transfer as described above.

https://lists.apache.org/thread.html/r5be9dea86e2ac6aed61ecbdd68e79fd2d40d39fcf6d404a4230ee8fd%40%3Cgeneral.incubator.apache.org%3E

If you need any help from the Dubbo community, please let us know.

> IP clearance for Dubbo go-pixiu
> ---
>
> Key: INCUBATOR-263
> URL: https://issues.apache.org/jira/browse/INCUBATOR-263
> Project: Incubator
>  Issue Type: Task
>Reporter: Liu Yang
>Priority: Major
> Attachments: dubbo-go-pixiu-develop.zip
>
>
> **Donating Dubbo go-pixiu project to Apache Dubbo community.
> This is a task to track the status of the ip clearance progress.
> Git commit SHA for donated software: ca4d0f51108e78e2a92046dcb323712f783d138c.
> MD5 of the Zip file is 6010156e729a01aaa7f80ecabeeeb620.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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



Re: [IP CLEARANCE] dubbo-go-pixiu project contribution

2021-03-30 Thread Ian Luo
loop in private dubbo mailing list.

-Ian.

On Tue, Mar 23, 2021 at 10:46 AM wongoo  wrote:

> Hi Incubator PMC,
>
> The Apache Dubbo has been donated code for pixiu[1] being
> referred to as `dubbo-go-pixiu`.
>
> This is the formal request for IP clearance to be checked as per [2].
> The donated code can be found at [3] .
>
> Please check the ip-clearance filed here[4] for more information.
> The PMC has voted and passed to accept this donation[5].
> The ICLA of contributors have been filed.
>
> Please vote to approve this contribution.
>
> This majority vote is open for at least 72 hours and as usual lazy
> consensus applies.
>
> [1] https://github.com/dubbogo/dubbo-go-pixiu
> [2]
>
> https://incubator.apache.org/ip-clearance/ip-clearance-template.html#form-filling
> [3] https://issues.apache.org/jira/browse/INCUBATOR-263
> [4] https://incubator.apache.org/ip-clearance/dubbo-go-pixiu.html
> [5]
>
> https://lists.apache.org/thread.html/r0a7acbbb0f6b5cfa5ede40d71fe9df3107e6ad11bd2814970aa1f96c%40%3Cdev.dubbo.apache.org%3E
>


[VOTE] Release Apache Hop (incubating) 0.70-rc1

2021-03-30 Thread Hans Van Akelyen
Hi Incubator team,

We are proud to announce that we have a new release candidate ready for
release and would like your review and vote.

Build instructions can be found in the README included.

Hop community vote and result threads:
Vote:

https://lists.apache.org/thread.html/r24f1435c891c11d87d20d87d832b5de2613a37cda5e92c3587f058d1%40%3Cdev.hop.apache.org%3E
Result:

https://lists.apache.org/thread.html/red37c2870bd3c366426579ffdd1c33c845eaf13801fd81bc0bd74539%40%3Cdev.hop.apache.org%3E

The tag to be voted on is 0.70-rc1 (commit
f16b78f1a16feac5021f4556b30ee0a9609dbc1a)
https://github.com/apache/incubator-hop/tree/0.70-rc1

The release files, including signatures, digests, etc. can be found at:
https://dist.apache.org/repos/dist/dev/incubator/hop/apache-hop-0.70-incubating-rc1/

The SHA512 Checksum for these artifacts is:
bbf9357801d9bdd0560a6788c7e51d469777d9dbf483be10d67e674552da28848edfba8533bab280afb97949ec55454ec5e147b73ce733010efa57af1997ef3d

Release artifacts are signed with the following key:
https://keyserver.ubuntu.com/pks/lookup?op=get=0x9a8a628dd4f4aa1e

For more information about the contents of this release, see:
https://issues.apache.org/jira/projects/HOP/versions/12349578

Please vote on releasing this package as Apache Hop (incubating) 0.70!

The vote is open for 72 hours and passes if
a majority of at least 3 +1 PMC votes are cast.

[ ] +1 Release this package as Apache Hop (incubating) 0.70
[ ] +0 No opinion
[ ] -1 Do not release this package because ...

Best Regards,
Hans


Re: Looking for guidance on IP clearance process for donation to Apache Arrow

2021-03-30 Thread Andy Grove
Thanks, Dave.

To give an update on the situation, out of the 12 committers with > 1
commit, we have ICLAs submitted or already on file for 7 of those,
including all the contributors that I would consider key to the project. I
have been unable to get any response from the other 5 so far.

Based on this, should I consider moving to a vote now or wait and see if I
can get more signed ICLAs?

Thanks,

Andy.

On Thu, Mar 25, 2021 at 10:00 AM Dave Fisher  wrote:

> Hi -
>
> Since this is Andy’s project under the Apache License then I’m not sure
> that other’s ICLA matters. But ...
>
> Sent from my iPhone
>
> > On Mar 25, 2021, at 8:25 AM, John D. Ament 
> wrote:
> >
> > Hi Andy
> >
> > Typically you would look at the top contributors and aim for ICLAs from
> > those.  Don't forget you have to have a vote here as well when done!
> >
> > I would aim for these individuals:
> >
> > 231  Andy Grove
> > 27  Ximo Guanter
> >  7  QP Hou
> >  6  Boaz Berman
> >  5  Daniël Heres
> >  4  Jack Chan
> >  4  Patrick More
> >  3  Ben Cohen
> >  3  Hendrik Makait
> >  3  Jorge Leitao
> >  2  Hamish Nicholson
> >  2  Tanapol Prucksakorn
>
> I would look more into the nature of these commits. Who would you ask to
> be a committer?
>
> Regards,
> Dave
>
> >
> >
> > John
> >
> >
> >> On Thu, Mar 25, 2021 at 10:18 AM Andy Grove 
> wrote:
> >>
> >> Hi,
> >>
> >> The Apache Arrow PMC has passed a vote to accept the donation of the
> >> Ballista project [1].
> >>
> >> The donation contains code from ~30 contributors and it may not be
> possible
> >> to obtain ICLAs from all of them. If this does turn out to be the
> >> situation, what steps can we take instead?
> >>
> >> Thanks,
> >>
> >> Andy.
> >>
> >> [1] https://github.com/apache/arrow/pull/9723
> >>
>
> -
> To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
> For additional commands, e-mail: general-h...@incubator.apache.org
>
>