You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@impala.apache.org by jb...@apache.org on 2016/10/05 21:18:46 UTC

incubator-impala git commit: IMPALA-3808: Add downloads page

Repository: incubator-impala
Updated Branches:
  refs/heads/asf-site 965c5172d -> 22cae2406


IMPALA-3808: Add downloads page

This should not be pushed to the repo until a release is approved by
the IPMC and the links are working and the mirrors have 24 hours to
catch up.

Change-Id: I100a4640d0a7c149ee87246d14248e4857d31d75
Reviewed-on: http://gerrit.cloudera.org:8080/4544
Reviewed-by: Jim Apple <jb...@cloudera.com>
Tested-by: Jim Apple <jb...@cloudera.com>


Project: http://git-wip-us.apache.org/repos/asf/incubator-impala/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-impala/commit/22cae240
Tree: http://git-wip-us.apache.org/repos/asf/incubator-impala/tree/22cae240
Diff: http://git-wip-us.apache.org/repos/asf/incubator-impala/diff/22cae240

Branch: refs/heads/asf-site
Commit: 22cae2406373d598950f25b9284b4a19c24d5424
Parents: 965c517
Author: Jim Apple <jb...@cloudera.com>
Authored: Tue Sep 27 13:42:34 2016 -0700
Committer: Jim Apple <jb...@cloudera.com>
Committed: Wed Oct 5 21:17:13 2016 +0000

----------------------------------------------------------------------
 community.html   |   1 +
 downloads.html   | 181 ++++++++++++++++++++++++++++++++++++++++++++++++++
 impala-docs.html |   3 +-
 index.html       |   3 +-
 overview.html    |   1 +
 5 files changed, 187 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-impala/blob/22cae240/community.html
----------------------------------------------------------------------
diff --git a/community.html b/community.html
index 2b770f0..5656705 100644
--- a/community.html
+++ b/community.html
@@ -106,6 +106,7 @@
            <div class="container">
               <ul class="nav">
           <li><a href="index.html">Home</a></li>
+          <li><a href="downloads.html">Downloads</a></li>
           <li><a href="overview.html">Overview</a></li>
                     <li class="dropdown">
             <a href='#' class="dropdown-toggle" data-toggle="dropdown" role="button">

http://git-wip-us.apache.org/repos/asf/incubator-impala/blob/22cae240/downloads.html
----------------------------------------------------------------------
diff --git a/downloads.html b/downloads.html
new file mode 100644
index 0000000..c0c558f
--- /dev/null
+++ b/downloads.html
@@ -0,0 +1,181 @@
+<!DOCTYPE html>
+
+<html lang="en">
+<head>
+  <meta name="generator" content=
+  "HTML Tidy for Linux (vers 25 March 2009), see www.w3.org">
+  <meta charset="utf-8">
+
+  <title>Impala</title>
+  <meta name="viewport" content="width=device-width, initial-scale=1.0">
+  <meta name="description" content="">
+  <meta name="author" content=""><!-- Le styles -->
+  <link href="css/bootstrap.css" rel="stylesheet" type="text/css">
+  <style type="text/css">
+body {
+        padding-top: 20px;
+        padding-bottom: 40px;
+      }
+
+      /* Custom container */
+      .container-narrow {
+        margin: 0 auto;
+        max-width: 700px;
+      }
+      .container-narrow > hr {
+        margin: 30px 0;
+      }
+
+      /* Main marketing message and sign up button */
+      .jumbotron {
+        margin: 60px 0;
+        text-align: center;
+      }
+      .jumbotron h1 {
+        font-size: 72px;
+        line-height: 1;
+      }
+      .jumbotron .btn {
+        font-size: 21px;
+        padding: 14px 24px;
+      }
+
+      /* Supporting marketing content */
+      .marketing {
+        margin: 60px 0;
+      }
+      .marketing p + h4 {
+        margin-top: 28px;
+      }
+      /* Customize the navbar links to be fill the entire space of the .navbar */
+      .navbar .navbar-inner {
+        padding: 0;
+      }
+      .navbar .nav {
+        margin: 0;
+        display: table;
+        width: 100%;
+      }
+      .navbar .nav li {
+        display: table-cell;
+        width: 1%;
+        float: none;
+      }
+      .navbar .nav li a {
+        font-weight: bold;
+        text-align: center;
+        border-left: 1px solid rgba(255,255,255,.75);
+        border-right: 1px solid rgba(0,0,0,.1);
+      }
+      .navbar .nav li:first-child a {
+        border-left: 0;
+        border-radius: 3px 0 0 3px;
+      }
+      .navbar .nav li:last-child a {
+        border-right: 0;
+        border-radius: 0 3px 3px 0;
+      }
+  </style>
+  <link href="css/bootstrap-responsive.css" rel="stylesheet" type="text/css">
+  <!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
+  <!--[if lt IE 9]>
+      <script src="js/html5shiv.js"></script>
+    <![endif]-->
+
+  <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js" type=
+  "text/javascript">
+  </script>
+  <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js" type=
+  "text/javascript">
+  </script>
+  <script type="text/javascript">
+(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+  })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
+
+  ga('create', 'UA-67190974-2', 'auto');
+  ga('send', 'pageview');
+
+  </script>
+</head>
+
+<body>
+  <div class="container">
+    <div class="masthead">
+      <h3 class="muted">Apache Impala (incubating)</h3>
+
+      <div class="navbar">
+        <div class="navbar-inner">
+          <div class="container">
+            <ul class="nav">
+              <li><a href="index.html">Home</a></li>
+
+              <li class="active"><a href="downloads.html">Downloads</a></li>
+
+              <li><a href="overview.html">Overview</a></li>
+
+              <li class="dropdown">
+                <a href='#' class="dropdown-toggle" data-toggle="dropdown" role=
+                "button">Blogs</a>
+
+                <ul class="dropdown-menu">
+                  <li><a href="http://blog.impala.io">Developer blog</a></li>
+                </ul>
+              </li>
+
+              <li><a href=
+              "https://cwiki.apache.org/confluence/display/IMPALA/Contributing+to+Impala">
+              Contribute</a></li>
+
+              <li><a href="https://github.com/apache/incubator-impala">GitHub</a></li>
+
+              <li><a href="community.html">Community</a></li>
+
+              <li><a href="impala-docs.html">Documentation</a></li>
+            </ul>
+          </div>
+        </div>
+
+        <div class="row">
+          <div class="span12">
+            <h2>Downloads</h2>
+            <p><a href=
+            "http://www.apache.org/dyn/closer.cgi?action=download&amp;filename=incubator/impala/2.7.0/apache-impala-incubating-2.7.0.tar.gz">
+            Download the latest release, 2.7.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">
+            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">
+            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>, 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>
+
+            <div class="footer">
+              <hr>
+
+              <p class="pull-right"><img src="img/incubator.png"></p>
+
+              <p>Apache Impala is an effort undergoing incubation at the Apache Software
+              Foundation (ASF), sponsored by the Apache Incubator PMC. Incubation is
+              required of all newly accepted projects until a further review indicates
+              that the infrastructure, communications, and decision making process have
+              stabilized in a manner consistent with other successful ASF projects. While
+              incubation status is not necessarily a reflection of the completeness or
+              stability of the code, it does indicate that the project has yet to be
+              fully endorsed by the ASF.</p>
+            </div>
+          </div>
+        </div>
+      </div>
+    </div>
+  </div>
+</body>
+</html>

http://git-wip-us.apache.org/repos/asf/incubator-impala/blob/22cae240/impala-docs.html
----------------------------------------------------------------------
diff --git a/impala-docs.html b/impala-docs.html
index 5237a3e..7949161 100644
--- a/impala-docs.html
+++ b/impala-docs.html
@@ -45,7 +45,7 @@
       .marketing p + h4 {
         margin-top: 28px;
       }
-	   /* Customize the navbar links to be fill the entire space of the .navbar */
+      /* Customize the navbar links to be fill the entire space of the .navbar */
       .navbar .navbar-inner {
         padding: 0;
       }
@@ -105,6 +105,7 @@
            <div class="container">
               <ul class="nav">
          <li><a href="index.html">Home</a></li>
+         <li><a href="downloads.html">Downloads</a></li>
          <li><a href="overview.html">Overview</a></li>
          <li class="dropdown">
             <a href='#' class="dropdown-toggle" data-toggle="dropdown" role="button">

http://git-wip-us.apache.org/repos/asf/incubator-impala/blob/22cae240/index.html
----------------------------------------------------------------------
diff --git a/index.html b/index.html
index e5fd1c9..115388f 100644
--- a/index.html
+++ b/index.html
@@ -45,7 +45,7 @@
       .marketing p + h4 {
         margin-top: 28px;
       }
-	   /* Customize the navbar links to be fill the entire space of the .navbar */
+      /* Customize the navbar links to be fill the entire space of the .navbar */
       .navbar .navbar-inner {
         padding: 0;
       }
@@ -105,6 +105,7 @@
            <div class="container">
              <ul class="nav">
           <li class="active"><a href="index.html">Home</a></li>
+          <li><a href="downloads.html">Downloads</a></li>
           <li><a href="overview.html">Overview</a></li>
           <li class="dropdown">
             <a href='#' class="dropdown-toggle" data-toggle="dropdown" role="button">

http://git-wip-us.apache.org/repos/asf/incubator-impala/blob/22cae240/overview.html
----------------------------------------------------------------------
diff --git a/overview.html b/overview.html
index 5c0facc..5b4d65c 100644
--- a/overview.html
+++ b/overview.html
@@ -105,6 +105,7 @@
            <div class="container">
               <ul class="nav">
        <li><a href="index.html">Home</a></li>
+       <li><a href="downloads.html">Downloads</a></li>
        <li class="active"><a href="overview.html">Overview</a></li>
                  <li class="dropdown">
             <a href='#' class="dropdown-toggle" data-toggle="dropdown" role="button">