[
https://issues.apache.org/jira/browse/HADOOP-11896?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14526970#comment-14526970
]
Chris Nauroth commented on HADOOP-11896:
----------------------------------------
Thanks, Owen. This is a nice improvement!
{code}
shasum -a 256 hadoop-X.Y.Z-src.tar.gz
{code}
Just a minor nit. On the systems I checked, {{shasum}} is a Perl script,
provided by the perl package. Some systems might not choose to install perl.
coreutils ships a {{sha256sum}} binary, so we might want to mention that one
too.
{code}
[cnauroth@centos:pts/1] ~
> sha256sum hadoop-2.7.0-src.tar.gz
e7f877a3a978d07a392434b0eaecc39e286fe8fc138e0f31b1774aa23173338e
hadoop-2.7.0-src.tar.gz
{code}
> Redesign the releases page on the Hadoop site
> ---------------------------------------------
>
> Key: HADOOP-11896
> URL: https://issues.apache.org/jira/browse/HADOOP-11896
> Project: Hadoop Common
> Issue Type: Improvement
> Components: site
> Reporter: Owen O'Malley
> Assignee: Owen O'Malley
> Attachments: Apache Hadoop Releases.pdf, HADOOP-11896.patch
>
>
> Redesign the Hadoop site to:
> * Move the recent releases to the top of the page by reducing the huge table
> of contents.
> * Provide a direct link (via the mirror page) to each release tarball for the
> last few releases.
> * Provide the sha256 for each of the recent release tarballs.
> * Provide a direct link the GPG signature for the recent release tarballs.
> * Provide directions on how to verify the GPG signature.
> * Provide a link to the signatures in
> https://people.apache.org/keys/group/hadoop.asc
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)