So, I untarred the folder, retarred it, and then ran RAT again and it says $ tar xf apache-arrow-0.11.0.tar.gz && tar zc apache-arrow-0.11.0/ > apache-arrow-0.11.0.tar.gz
$ dev/release/run-rat.sh apache-arrow-0.11.0.tar.gz NOT APPROVED: cpp/cmake_modules/FindInferTools.cmake (apache-arrow-0.11.0/cpp/cmake_modules/FindInferTools.cmake): false NOT APPROVED: cpp/cmake_modules/FindZLIB.cmake (apache-arrow-0.11.0/cpp/cmake_modules/FindZLIB.cmake): false NOT APPROVED: cpp/cmake_modules/FindGPerf.cmake (apache-arrow-0.11.0/cpp/cmake_modules/FindGPerf.cmake): false NOT APPROVED: cpp/cmake_modules/Findjemalloc.cmake (apache-arrow-0.11.0/cpp/cmake_modules/Findjemalloc.cmake): false NOT APPROVED: cpp/cmake_modules/FindArrowCuda.cmake (apache-arrow-0.11.0/cpp/cmake_modules/FindArrowCuda.cmake): false NOT APPROVED: cpp/cmake_modules/FindFlatbuffers.cmake (apache-arrow-0.11.0/cpp/cmake_modules/FindFlatbuffers.cmake): false NOT APPROVED: cpp/cmake_modules/FindParquet.cmake (apache-arrow-0.11.0/cpp/cmake_modules/FindParquet.cmake): false NOT APPROVED: cpp/cmake_modules/FindZSTD.cmake (apache-arrow-0.11.0/cpp/cmake_modules/FindZSTD.cmake): false NOT APPROVED: cpp/cmake_modules/FindLLVM.cmake (apache-arrow-0.11.0/cpp/cmake_modules/FindLLVM.cmake): false NOT APPROVED: cpp/cmake_modules/FindThrift.cmake (apache-arrow-0.11.0/cpp/cmake_modules/FindThrift.cmake): false NOT APPROVED: cpp/cmake_modules/FindRE2.cmake (apache-arrow-0.11.0/cpp/cmake_modules/FindRE2.cmake): false NOT APPROVED: cpp/cmake_modules/FindGFlags.cmake (apache-arrow-0.11.0/cpp/cmake_modules/FindGFlags.cmake): false NOT APPROVED: cpp/cmake_modules/UseCython.cmake (apache-arrow-0.11.0/cpp/cmake_modules/UseCython.cmake): false NOT APPROVED: cpp/cmake_modules/FindProtobuf.cmake (apache-arrow-0.11.0/cpp/cmake_modules/FindProtobuf.cmake): false NOT APPROVED: cpp/cmake_modules/FindLz4.cmake (apache-arrow-0.11.0/cpp/cmake_modules/FindLz4.cmake): false NOT APPROVED: cpp/cmake_modules/FindClangTools.cmake (apache-arrow-0.11.0/cpp/cmake_modules/FindClangTools.cmake): false NOT APPROVED: cpp/cmake_modules/FindArrow.cmake (apache-arrow-0.11.0/cpp/cmake_modules/FindArrow.cmake): false NOT APPROVED: cpp/cmake_modules/FindPlasma.cmake (apache-arrow-0.11.0/cpp/cmake_modules/FindPlasma.cmake): false NOT APPROVED: cpp/cmake_modules/GandivaBuildUtils.cmake (apache-arrow-0.11.0/cpp/cmake_modules/GandivaBuildUtils.cmake): false NOT APPROVED: cpp/cmake_modules/FindGTest.cmake (apache-arrow-0.11.0/cpp/cmake_modules/FindGTest.cmake): false NOT APPROVED: cpp/cmake_modules/san-config.cmake (apache-arrow-0.11.0/cpp/cmake_modules/san-config.cmake): false NOT APPROVED: cpp/cmake_modules/FindSnappy.cmake (apache-arrow-0.11.0/cpp/cmake_modules/FindSnappy.cmake): false NOT APPROVED: cpp/cmake_modules/FindGBenchmark.cmake (apache-arrow-0.11.0/cpp/cmake_modules/FindGBenchmark.cmake): false NOT APPROVED: cpp/cmake_modules/ThirdpartyToolchain.cmake (apache-arrow-0.11.0/cpp/cmake_modules/ThirdpartyToolchain.cmake): false NOT APPROVED: cpp/cmake_modules/FindGLOG.cmake (apache-arrow-0.11.0/cpp/cmake_modules/FindGLOG.cmake): false NOT APPROVED: cpp/cmake_modules/FindBrotli.cmake (apache-arrow-0.11.0/cpp/cmake_modules/FindBrotli.cmake): false 26 unapproved licences. Check rat report: rat.txt It seems like a bug in Apache RAT. I'm not sure how to proceed with debugging, but I don't think this should block the release On Wed, Oct 3, 2018 at 4:54 AM Wes McKinney <wesmck...@gmail.com> wrote: > > hi Kou, > > Thank you for working on the release. I'm looking into the RAT problem. > > Also, the .parquetcppversion needs to be updated so the version number > in files is > 1.5.0. I will post a patch. We need to decide in general > how to handle the version metadata that is written to Parquet files by > libraries from an Arrow release > > - Wes > > > On Wed, Oct 3, 2018 at 4:38 AM Kouhei Sutou <k...@clear-code.com> wrote: > > > > Hi, > > > > I've created RC0 archive but there are some problems. > > Most problems has been fixed. I'll create RC1 archive > > tomorrow. > > > > There is a problem that I couldn't fix: > > > > https://issues.apache.org/jira/browse/ARROW-3412 > > > > rat reports a failure for cpp/cmake_modules/FindArrow.cmake > > in tar.gz. Can someone help us? > > > > You can reproduce this case: > > > > > > % wget > > https://dist.apache.org/repos/dist/dev/arrow/apache-arrow-0.11.0-rc0/apache-arrow-0.11.0.tar.gz > > % dev/release/run-rat.sh apache-arrow-0.11.0.tar.gz > > NOT APPROVED: cpp/cmake_modules/FindArrow.cmake > > (apache-arrow-0.11.0/cpp/cmake_modules/FindArrow.cmake): false > > 1 unapproved licences. Check rat report: rat.txt > > > > > > Thanks, > > -- > > kou > > > > In <20181002.235848.788197194540156470....@clear-code.com> > > "Re: Timeline for 0.11 Arrow release" on Tue, 02 Oct 2018 23:58:48 +0900 > > (JST), > > Kouhei Sutou <k...@clear-code.com> wrote: > > > > > Hi, > > > > > > I've finished Parquet GLib dev/rpm packages task but cwiki > > > is down just now... > > > > > > https://status.apache.org/incidents/rp15hsl5vrc9 > > > > > > So I'll work on creating RC0 archive tomorrow. > > > > > > > > > Thanks, > > > -- > > > kou > > > > > > In <20181002.113721.888403053991569613....@clear-code.com> > > > "Re: Timeline for 0.11 Arrow release" on Tue, 02 Oct 2018 11:37:21 > > > +0900 (JST), > > > Kouhei Sutou <k...@clear-code.com> wrote: > > > > > >> Hi all, > > >> > > >> Thanks for working together for 0.11.0! > > >> > > >> I'll add support for Parquet GLib deb/rpm packages and then > > >> create RC0 archive. > > >> > > >> > > >> Thanks, > > >> -- > > >> kou > > >> > > >> > > >> In <CAJPUwMDC-hxg5FPLs_Cnq6KaxiATsFci=90bejen+0nhasm...@mail.gmail.com> > > >> "Re: Timeline for 0.11 Arrow release" on Mon, 1 Oct 2018 17:32:45 > > >> -0400, > > >> Wes McKinney <wesmck...@gmail.com> wrote: > > >> > > >>> I think we're ready to cut a release candidate. Thanks to everyone > > >>> On Mon, Oct 1, 2018 at 6:50 AM Wes McKinney <wesmck...@gmail.com> wrote: > > >>>> > > >>>> hi Kou, > > >>>> > > >>>> Looks like we are closing out the remaining items right now with a > > >>>> couple more patches going in today. There's some housekeeping items > > >>>> like ARROW-2310, ARROW-2983, but they are not blockers. I would say > > >>>> when you are awake on Tuesday in Japan you can move forward with > > >>>> cutting the release candidate. > > >>>> > > >>>> As usual I can write the release announcement blog post and have that > > >>>> ready when we are ready to announce the release later this week or > > >>>> first thing next week. > > >>>> > > >>>> thanks > > >>>> Wes > > >>>> On Sun, Sep 30, 2018 at 8:40 PM Kouhei Sutou <k...@clear-code.com> > > >>>> wrote: > > >>>> > > > >>>> > Hi, > > >>>> > > > >>>> > I'll start RC release process. > > >>>> > > > >>>> > I've just created Arrow 0.11.0 Release page: > > >>>> > > > >>>> > > > >>>> > https://cwiki.apache.org/confluence/display/ARROW/Arrow+0.11.0+Release > > >>>> > > > >>>> > Are there any blockers? > > >>>> > > > >>>> > If anyone can work together for the process, it's very > > >>>> > helpful. For example, resolving blockers, writing release > > >>>> > announce blog post and so on. > > >>>> > > > >>>> > See also: > > >>>> > https://cwiki.apache.org/confluence/display/ARROW/Release+Management+Guide > > >>>> > > > >>>> > Thanks, > > >>>> > -- > > >>>> > kou > > >>>> > > > >>>> > In > > >>>> > <cajpuwmb22pr02z+obw07st_hohb0qiw8y29+tj5hygg2r93...@mail.gmail.com> > > >>>> > "Re: Timeline for 0.11 Arrow release" on Thu, 27 Sep 2018 11:24:01 > > >>>> > -0400, > > >>>> > Wes McKinney <wesmck...@gmail.com> wrote: > > >>>> > > > >>>> > > Thanks Kou. I suggest we shoot for an RC on Monday or Tuesday > > >>>> > > since we > > >>>> > > are working through some last-minute issues. I'm going to be code > > >>>> > > reviewing and hacking through the weekend so we can hopefully be in > > >>>> > > release-ready shape by Monday > > >>>> > > On Tue, Sep 25, 2018 at 10:14 AM Kouhei Sutou > > >>>> > > <k...@clear-code.com> wrote: > > >>>> > >> > > >>>> > >> Hi, > > >>>> > >> > > >>>> > >> In > > >>>> > >> <1537884106.3098504.1520041288.1a379...@webmail.messagingengine.com> > > >>>> > >> "Re: Timeline for 0.11 Arrow release" on Tue, 25 Sep 2018 > > >>>> > >> 16:01:46 +0200, > > >>>> > >> "Uwe L. Korn" <uw...@xhochy.com> wrote: > > >>>> > >> > > >>>> > >> >> I may not be able to work on this for 0.11 but can you add > > >>>> > >> >> me to https://bintray.com/apache ? I want write permission > > >>>> > >> >> to https://bintray.com/apache/arrow . > > >>>> > >> >> > > >>>> > >> >> https://bintray.com/kou is my account. > > >>>> > >> > > > >>>> > >> > You will need to make an INFRA ticket for this. The apache org > > >>>> > >> > is centrally managed. > > >>>> > >> > > >>>> > >> Thanks. > > >>>> > >> I've create an INFRA ticket: > > >>>> > >> https://issues.apache.org/jira/browse/INFRA-17059 > > >>>> > >> > > >>>> > >> > > >>>> > >> -- > > >>>> > >> kou