Re: [VOTE] Archive Spark Documentations in Apache Archives

2024-08-15 Thread Kent Yao
+1 To Sean: > Once we upload to release, and it's copied by archive, we delete from release > right? - Yes. we cannot put things directly into the archive service To Mich: - Plain Text mail content w/o styles is recommended by ASF mail services to avoid SPAM filter issues and possible malf

Re: [VOTE] Archive Spark Documentations in Apache Archives

2024-08-12 Thread Denny Lee
+1 (non-binding) On Tue, Aug 13, 2024 at 6:16 AM Gengliang Wang wrote: > +1 > > On Mon, Aug 12, 2024 at 2:01 PM Xiao Li wrote: > >> +1 >> >> Mich Talebzadeh 于2024年8月12日周一 13:11写道: >> >>> Hi Kent, >>> >>> Can you if possible please provide a heuristic estimate of storage >>> reduction that will

Re: [VOTE] Archive Spark Documentations in Apache Archives

2024-08-12 Thread Mich Talebzadeh
ok thanks Based on the list you provided, I make it to be a total of 11.88 GB. cat convert_sum.awk { split($1, a, /[MG]/) val = a[1] unit = a[2] if (unit == "G") { val = val * 1024 } sum += val } END { printf("%.2f GB\n", sum / 1024) } awk -f convert_sum.awk s

Re: [VOTE] Archive Spark Documentations in Apache Archives

2024-08-12 Thread Sean Owen
He did already; see the preceding thread here on dev@. You can figure the size that moves out of the repo from the docs sizes: 9.9M ./0.6.0 10M ./0.6.1 10M ./0.6.2 15M ./0.7.0 16M ./0.7.2 16M ./0.7.3 20M ./0.8.0 20M ./0.8.1 38M ./0.9.0 38M ./0.9.1 38M ./0.9.2 36M ./1.0.0 38M ./1.0.1

Re: [VOTE] Archive Spark Documentations in Apache Archives

2024-08-12 Thread Gengliang Wang
+1 On Mon, Aug 12, 2024 at 2:01 PM Xiao Li wrote: > +1 > > Mich Talebzadeh 于2024年8月12日周一 13:11写道: > >> Hi Kent, >> >> Can you if possible please provide a heuristic estimate of storage >> reduction that will be achieved through this approach? >> >> Thanks >> >> Mich Talebzadeh, >> >> Architect

Re: [VOTE] Archive Spark Documentations in Apache Archives

2024-08-12 Thread Xiao Li
+1 Mich Talebzadeh 于2024年8月12日周一 13:11写道: > Hi Kent, > > Can you if possible please provide a heuristic estimate of storage > reduction that will be achieved through this approach? > > Thanks > > Mich Talebzadeh, > > Architect | Data Engineer | Data Science | Financial Crime > PhD

Re: [VOTE] Archive Spark Documentations in Apache Archives

2024-08-12 Thread Mich Talebzadeh
Hi Kent, Can you if possible provide a heuristic estimate of space reduction your proposal is going to achieve? Thanks Mich Talebzadeh, Architect | Data Engineer | Data Science | Financial Crime PhD Imperial College London

Re: [VOTE] Archive Spark Documentations in Apache Archives

2024-08-12 Thread Mich Talebzadeh
Hi Kent, Can you if possible please provide a heuristic estimate of storage reduction that will be achieved through this approach? Thanks Mich Talebzadeh, Architect | Data Engineer | Data Science | Financial Crime PhD Imperial College London

Re: [VOTE] Archive Spark Documentations in Apache Archives

2024-08-12 Thread Wenchen Fan
+1 On Tue, Aug 13, 2024 at 1:57 AM Holden Karau wrote: > +1 > > > On Mon, Aug 12, 2024 at 10:17 AM Dongjoon Hyun > wrote: > >> +1 for the proposals >> - enhancing the release process to put the docs to `release` directory in >> order to archive. >> - uploading old releases via SVN manually to a

Re: [VOTE] Archive Spark Documentations in Apache Archives

2024-08-12 Thread Holden Karau
+1 On Mon, Aug 12, 2024 at 10:17 AM Dongjoon Hyun wrote: > +1 for the proposals > - enhancing the release process to put the docs to `release` directory in > order to archive. > - uploading old releases via SVN manually to archive. > > Since deletion is not a scope of this vote, I don't see any

Re: [VOTE] Archive Spark Documentations in Apache Archives

2024-08-12 Thread Dongjoon Hyun
+1 for the proposals - enhancing the release process to put the docs to `release` directory in order to archive. - uploading old releases via SVN manually to archive. Since deletion is not a scope of this vote, I don't see any risk here. Thank you, Kent. Dongjoon. On 2024/08/12 09:07:47 Kent Y

Re: [VOTE] Archive Spark Documentations in Apache Archives

2024-08-12 Thread Mich Talebzadeh
Hello, On the face of it, this email contains many references, making it difficult to follow. Perhaps, a simpler explanation could improve voting participation. The STAR methodology can be helpful in understanding and evaluating this proposal. STAR stands for Situation, Task, Action, Result. Let

Re: [VOTE] Archive Spark Documentations in Apache Archives

2024-08-12 Thread Sean Owen
+1 with the following clarifications, for my benefit: Once we upload to release, and it's copied by archive, we delete from release right? I know we are meant to keep the files in release minimal as they're mirrored to all ASF mirrors. But if we're uploading some batches and deleting them after, t