Repository: incubator-impala Updated Branches: refs/heads/asf-site 1c4be4e6b -> 59d895a1f
Download and signature links for 2.8.0 release Change-Id: If2767782f6b61597b6f160c387a504b14cdb4ed1 Reviewed-on: http://gerrit.cloudera.org:8080/5638 Tested-by: Jim Apple <[email protected]> Reviewed-by: Tim Armstrong <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/incubator-impala/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-impala/commit/59d895a1 Tree: http://git-wip-us.apache.org/repos/asf/incubator-impala/tree/59d895a1 Diff: http://git-wip-us.apache.org/repos/asf/incubator-impala/diff/59d895a1 Branch: refs/heads/asf-site Commit: 59d895a1f9ae4dc6c7c8a03812dbfbd2fe78f597 Parents: 1c4be4e Author: Jim Apple <[email protected]> Authored: Sat Jan 7 11:32:34 2017 -0800 Committer: Jim Apple <[email protected]> Committed: Mon Jan 23 07:01:22 2017 +0000 ---------------------------------------------------------------------- downloads.html | 25 ++++++++++++++++++++----- 1 file changed, 20 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-impala/blob/59d895a1/downloads.html ---------------------------------------------------------------------- diff --git a/downloads.html b/downloads.html index cf11815..b072501 100644 --- a/downloads.html +++ b/downloads.html @@ -150,24 +150,39 @@ body { <div class="span12"> <h2>Downloads</h2> <p><a href= - "http://www.apache.org/dyn/closer.cgi?action=download&filename=incubator/impala/2.7.0/apache-impala-incubating-2.7.0.tar.gz"> - Download the latest release, 2.7.0</a>.</p> + "http://www.apache.org/dyn/closer.cgi?action=download&filename=incubator/impala/2.8.0/apache-impala-incubating-2.8.0.tar.gz"> + Download the latest release, 2.8.0</a>.</p> <p>See <a href= "https://cwiki.apache.org/confluence/display/IMPALA/Building+Impala">the wiki for build instructions</a>.</p> <p>Please check the <a href= - "https://dist.apache.org/repos/dist/release/incubator/impala/2.7.0/apache-impala-incubating-2.7.0.tar.gz.md5"> + "https://dist.apache.org/repos/dist/release/incubator/impala/2.8.0/apache-impala-incubating-2.8.0.tar.gz.md5"> MD5</a> and <a href= - "https://dist.apache.org/repos/dist/release/incubator/impala/2.7.0/apache-impala-incubating-2.7.0.tar.gz.sha"> + "https://dist.apache.org/repos/dist/release/incubator/impala/2.8.0/apache-impala-incubating-2.8.0.tar.gz.sha"> SHA1</a> and <a href= - "https://dist.apache.org/repos/dist/release/incubator/impala/2.7.0/apache-impala-incubating-2.7.0.tar.gz.asc"> + "https://dist.apache.org/repos/dist/release/incubator/impala/2.8.0/apache-impala-incubating-2.8.0.tar.gz.asc"> GPG signature</a>, the latter by using <a href= "https://dist.apache.org/repos/dist/release/incubator/impala/KEYS">the code signing keys of the release managers</a>.</p> <p>Developers interested in working on Impala can <code>git clone https://git-wip-us.apache.org/repos/asf/incubator-impala.git</code></p> + + <p>Older releases: + <ul> + <li> + <a href="http://www.apache.org/dyn/closer.cgi?action=download&filename=incubator/impala/2.7.0/apache-impala-incubating-2.7.0.tar.gz"> + Impala 2.7.0</a>, with associated + <a href="https://dist.apache.org/repos/dist/release/incubator/impala/2.7.0/apache-impala-incubating-2.7.0.tar.gz.md5"> + MD5</a>, + <a href="https://dist.apache.org/repos/dist/release/incubator/impala/2.7.0/apache-impala-incubating-2.7.0.tar.gz.sha"> + SHA1</a>, and + <a href="https://dist.apache.org/repos/dist/release/incubator/impala/2.7.0/apache-impala-incubating-2.7.0.tar.gz.asc"> + GPG signature</a>. + </li> + </ul> + </p> <div class="navbar"> <div class="navbar-inner"> <div class="container">
