-1 as it includes some additional local files in the build Thanks Dilli, Good finding. The verification process – specified in the http://ranger.incubator.apache.org/quick_start_guide.html – succeeds.
However, the tar file seems to have lot of IntelliJ hidden files and eclipse hidden files. /.idea/ *.iml .classpath .project .settings/* These files should be excluded from the build. Can we please rebuild the release without including these hidden files ? @Dilli: The build process has been automated using ANT build file (release-build.xml) $ ant -f release–build.xml -Dranger-release-version=0.5.2 We should update the document to use this script – instead of manual steps …. Thanks, Selva- From: Dilli Dorai <[email protected]> Reply-To: "[email protected]" <[email protected]> Date: Monday, February 15, 2016 at 10:04 PM To: "[email protected]" <[email protected]> Subject: Re: [VOTE] Apache Ranger 0.5.2 (incubating) - release candidate 1 (dev group vote) By the way I am using the instruction from http://ranger.apache.org/quick_start_guide.html to build the tar.gz and I am tarring this on a mac. tar zcf apache-ranger-0.5.2.tar.gz --exclude="./.git" --exclude="./.gitignore" --exclude="./.settings/*" --exclude="./.classpath" --exclude="./.project" --exclude="./winpkg/*" --exclude="./hdfs-agent/dependency-reduced-pom.xml" On Mon, Feb 15, 2016 at 9:59 PM, Dilli Dorai <[email protected]> wrote: I tired checking out the git tag and building the tar.gz git checkout ranger-0.5 git pull --rebase git checkout tags/ranger-0.5.2-rc1 mvn clean tar zcf ranger-0.5.2.tar.gz --exclude="./.git" --exclude="./.gitignore" --exclude="./.settings/*" --exclude="./.classpath" --exclude="./.project" --exclude="./winpkg/*" --exclude="./hdfs-agent/dependency-reduced-pom.xml" . ls -l apache-ranger-incubating-0.5.2.tar.gz -rw-r--r-- 1 dilli staff 3516610 Feb 15 21:47 apache-ranger-incubating-0.5.2.tar.gz Downloaded the apache-ranger-incubating-0.5.2.tar.gz from Sources for the release: http://people.apache.org/~madhan /ranger/ranger-0.5.2-rc1/apache-ranger-incubating-0.5.2.tar.gz to ~/Downloads cd ~/Downloads ls -l apache-ranger-incubating-0.5.2.tar.gz -rw-r-----@ 1 dilli staff 3619638 Feb 15 21:52 apache-ranger-incubating-0.5.2.tar.gz Please note the difference in file sizes: 3516610 versus 3619638 Could at lease one more person build locally and compare the sizes? May be I am doing something wrong. Would be happy and thankful to be corrected. Thanks Dilli On Sun, Feb 14, 2016 at 9:51 AM, Ramesh Mani <[email protected]> wrote: Thanks Madhan. I got it. On 2/14/16, 9:09 AM, "Madhan Neethiraj" <[email protected]> wrote: >Rangers, > >Apache Ranger 0.5.2 release candidate #1 is now available for a vote >within dev community. Links to various release artifacts are given below. >Please review and vote. > > >The vote will be open for at least 72 hours or until necessary number of >votes are reached. >[ ] +1 approve >[ ] +0 no opinion >[ ] -1 disapprove (and reason why) > >Here is my +1 (binding) > >Thanks, >Madhan > > > >List of JIRAs fixed in the release - > https://cwiki.apache.org/confluence/display/RANGER/Apache+Ranger+0.5.2+-+R >elease+Notes > > >Git tag for the release: > https://git-wip-us.apache.org/repos/asf?p=incubator-ranger.git;a=shortlog ; >h=refs/tags/ranger-0.5.2-rc1 > >Sources for the release: > http://people.apache.org/~madhan/ranger/ranger-0.5.2-rc1/apache-ranger-inc >ubating-0.5.2.tar.gz > > > >Source release verification: > PGP Signature: > http://people.apache.org/~madhan/ranger/ranger-0.5.2-rc1/apache-ranger-inc >ubating-0.5.2.tar.gz.asc > > MD5/SHA Hash: > http://people.apache.org/~madhan/ranger/ranger-0.5.2-rc1/apache-ranger-inc >ubating-0.5.2.tar.gz.mds > Keys to verify the signature of the release artifact are available at: >https://people.apache.org/keys/group/incubator.asc > > >
