Repository: incubator-impala
Updated Branches:
  refs/heads/asf-site 1cb80588b -> cac548670


Follow Apache Project Branding Requirements

See: http://www.apache.org/foundation/marks/pmcs.html

Specifically:

1. Add TM to logo

2. Add links back to ASF

3. Add trademark notice to footers

Change-Id: I263790d7c9aba7bfc57de7c16a367fe5204c49ff
Reviewed-on: http://gerrit.cloudera.org:8080/4683
Reviewed-by: Jim Apple <[email protected]>
Tested-by: Jim Apple <[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/cac54867
Tree: http://git-wip-us.apache.org/repos/asf/incubator-impala/tree/cac54867
Diff: http://git-wip-us.apache.org/repos/asf/incubator-impala/diff/cac54867

Branch: refs/heads/asf-site
Commit: cac5486708b0f061b401ffa3bc2b0c7c6c8835a3
Parents: 1cb8058
Author: Jim Apple <[email protected]>
Authored: Tue Oct 11 09:33:15 2016 -0700
Committer: Jim Apple <[email protected]>
Committed: Sat Oct 29 15:43:52 2016 +0000

----------------------------------------------------------------------
 bylaws.html         |  32 ++++++++++++++++-----
 community.html      |  35 +++++++++++++++++------
 downloads.html      |  36 ++++++++++++++++++------
 img/impala-logo.png | Bin 30143 -> 25804 bytes
 impala-docs.html    |  32 +++++++++++++++++----
 index.html          |  39 +++++++++++++++++++++-----
 overview.html       |  71 ++++++++++++++++++++++++++++++++---------------
 7 files changed, 186 insertions(+), 59 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-impala/blob/cac54867/bylaws.html
----------------------------------------------------------------------
diff --git a/bylaws.html b/bylaws.html
index f89a0b3..51add64 100644
--- a/bylaws.html
+++ b/bylaws.html
@@ -131,11 +131,6 @@ body {
             </ul>
           </div>
         </div>
-      </div>
-    </div>
-  </div><!--+
-    |start content
-    +-->
 
   <div class="row-fluid">
     <div class="span12">
@@ -492,6 +487,21 @@ body {
     |end content
     +-->
 
+  <div class="navbar">
+        <div class="navbar-inner">
+          <div class="container">
+
+            <ul class="nav">
+              <li><a href="https://www.apache.org/licenses/";>License</a></li>
+              <li><a 
href="https://www.apache.org/foundation/sponsorship.html";>Sponsorship</a></li>
+              <li><a 
href="https://www.apache.org/foundation/thanks.html";>Thanks</a></li>
+              <li><a href="https://www.apache.org/security/";>Security</a></li>
+              <li><a href="https://www.apache.org/";>Apache Software 
Foundation</a></li>
+            </ul>
+          </div>
+        </div>
+      </div>
+
   <div class="footer">
     <p class="pull-right"><img src="img/incubator.png"></p>
 
@@ -501,7 +511,15 @@ body {
     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><!-- /container -->
+      project has yet to be fully endorsed by the ASF.</p>
+
+    <p>Apache Impala, Impala, Apache, the Apache feather logo, and the Apache 
Impala
+    project logo are either registered trademarks or trademarks of The Apache 
Software
+    Foundation in the United States and other countries.
+    </p>
+  </div>
+      </div>
+    </div>
+  </div>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/incubator-impala/blob/cac54867/community.html
----------------------------------------------------------------------
diff --git a/community.html b/community.html
index 5656705..0549d32 100644
--- a/community.html
+++ b/community.html
@@ -143,17 +143,36 @@
   </ul>
     </div>
 </div>
-
-
-
-
-
-  <hr>
+      <div class="navbar">
+        <div class="navbar-inner">
+          <div class="container">
+
+            <ul class="nav">
+              <li><a href="https://www.apache.org/licenses/";>License</a></li>
+              <li><a 
href="https://www.apache.org/foundation/sponsorship.html";>Sponsorship</a></li>
+              <li><a 
href="https://www.apache.org/foundation/thanks.html";>Thanks</a></li>
+              <li><a href="https://www.apache.org/security/";>Security</a></li>
+              <li><a href="https://www.apache.org/";>Apache Software 
Foundation</a></li>
+            </ul>
+          </div>
+        </div>
+      </div>
 
   <div class="footer">
     <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><!-- /container -->
+    <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>
+
+    <p>Apache Impala, Impala, Apache, the Apache feather logo, and the Apache 
Impala
+    project logo are either registered trademarks or trademarks of The Apache 
Software
+    Foundation in the United States and other countries.
+    </p>
+  </div>
   </body>
 </html>

http://git-wip-us.apache.org/repos/asf/incubator-impala/blob/cac54867/downloads.html
----------------------------------------------------------------------
diff --git a/downloads.html b/downloads.html
index c0c558f..31c6862 100644
--- a/downloads.html
+++ b/downloads.html
@@ -158,19 +158,37 @@ body {
             
"https://dist.apache.org/repos/dist/release/incubator/impala/KEYS";>the code
             signing keys of the release managers</a>.</p>
 
-            <div class="footer">
-              <hr>
+            <div class="navbar">
+              <div class="navbar-inner">
+                <div class="container">
+
+                  <ul class="nav">
+                    <li><a 
href="https://www.apache.org/licenses/";>License</a></li>
+                    <li><a 
href="https://www.apache.org/foundation/sponsorship.html";>Sponsorship</a></li>
+                    <li><a 
href="https://www.apache.org/foundation/thanks.html";>Thanks</a></li>
+                    <li><a 
href="https://www.apache.org/security/";>Security</a></li>
+                    <li><a href="https://www.apache.org/";>Apache Software 
Foundation</a></li>
+                  </ul>
+                </div>
+              </div>
+            </div>
 
+            <div class="footer">
               <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>
+                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>
+
+              <p>Apache Impala, Impala, Apache, the Apache feather logo, and 
the Apache
+                Impala project logo are either registered trademarks or 
trademarks of The
+                Apache Software Foundation in the United States and other 
countries.
+              </p>
             </div>
           </div>
         </div>

http://git-wip-us.apache.org/repos/asf/incubator-impala/blob/cac54867/img/impala-logo.png
----------------------------------------------------------------------
diff --git a/img/impala-logo.png b/img/impala-logo.png
index 7c61b5c..d414518 100644
Binary files a/img/impala-logo.png and b/img/impala-logo.png differ

http://git-wip-us.apache.org/repos/asf/incubator-impala/blob/cac54867/impala-docs.html
----------------------------------------------------------------------
diff --git a/impala-docs.html b/impala-docs.html
index 7949161..8fa83d9 100644
--- a/impala-docs.html
+++ b/impala-docs.html
@@ -180,15 +180,37 @@
 
 
 
-
-  <hr>
+      <div class="navbar">
+        <div class="navbar-inner">
+          <div class="container">
+
+            <ul class="nav">
+              <li><a href="https://www.apache.org/licenses/";>License</a></li>
+              <li><a 
href="https://www.apache.org/foundation/sponsorship.html";>Sponsorship</a></li>
+              <li><a 
href="https://www.apache.org/foundation/thanks.html";>Thanks</a></li>
+              <li><a href="https://www.apache.org/security/";>Security</a></li>
+              <li><a href="https://www.apache.org/";>Apache Software 
Foundation</a></li>
+            </ul>
+          </div>
+        </div>
+      </div>
 
   <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><!-- /container -->
+    <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>
+
+    <p>Apache Impala, Impala, Apache, the Apache feather logo, and the Apache 
Impala
+    project logo are either registered trademarks or trademarks of The Apache 
Software
+    Foundation in the United States and other countries.
+    </p>
+  </div>
 
   </body>
 </html>

http://git-wip-us.apache.org/repos/asf/incubator-impala/blob/cac54867/index.html
----------------------------------------------------------------------
diff --git a/index.html b/index.html
index 115388f..e1cc9f0 100644
--- a/index.html
+++ b/index.html
@@ -158,17 +158,42 @@
 
 
         <div class="span12">
-        <div class="row text-center"><h5>Adopted by:</h5>
-        <img src="img/cloudera_logo_blue.png" width="120" 
height="22">&nbsp;<img src="img/mapr.png" width="122" height="43">&nbsp;<img 
src="img/aws.jpeg" width="122" height="65">&nbsp;<img 
src="img/oracle-logo.jpeg" width="120" height="40">
- </div>
-</div>
-</div>
+          <div class="row text-center"><h5>Adopted by:</h5>
+            <img src="img/cloudera_logo_blue.png" width="120" 
height="22">&nbsp;<img src="img/mapr.png" width="122" height="43">&nbsp;<img 
src="img/aws.jpeg" width="122" height="65">&nbsp;<img 
src="img/oracle-logo.jpeg" width="120" height="40">
+          </div>
+        </div>
+      </div>
 
+      <div class="navbar">
+        <div class="navbar-inner">
+          <div class="container">
+
+            <ul class="nav">
+              <li><a href="https://www.apache.org/licenses/";>License</a></li>
+              <li><a 
href="https://www.apache.org/foundation/sponsorship.html";>Sponsorship</a></li>
+              <li><a 
href="https://www.apache.org/foundation/thanks.html";>Thanks</a></li>
+              <li><a href="https://www.apache.org/security/";>Security</a></li>
+              <li><a href="https://www.apache.org/";>Apache Software 
Foundation</a></li>
+            </ul>
+          </div>
+        </div>
+      </div>
 
       <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>
+
+        <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>
+
+        <p>Apache Impala, Impala, Apache, the Apache feather logo, and the 
Apache Impala
+          project logo are either registered trademarks or trademarks of The 
Apache Software
+          Foundation in the United States and other countries.
+        </p>
       </div>
 
     </div> <!-- /container -->

http://git-wip-us.apache.org/repos/asf/incubator-impala/blob/cac54867/overview.html
----------------------------------------------------------------------
diff --git a/overview.html b/overview.html
index 5b4d65c..6207301 100644
--- a/overview.html
+++ b/overview.html
@@ -131,35 +131,60 @@
           <p>Impala raises the bar for SQL query performance on Apache Hadoop 
while retaining a familiar user experience. With Impala, you can query data, 
whether stored in HDFS or Apache HBase – including SELECT, JOIN, and 
aggregate functions – in real time. Furthermore, Impala uses the same 
metadata, SQL syntax (Hive SQL), ODBC driver, and user interface (Hue Beeswax) 
as Apache Hive, providing a familiar and unified platform for batch-oriented or 
real-time queries. (For that reason, Hive users can utilize Impala with little 
setup overhead.) </p>
 
 
-  <h3>Architecture</h3>
-          <p>To avoid latency, Impala circumvents MapReduce to directly access 
the data through a specialized distributed query engine that is very similar to 
those found in commercial parallel RDBMSs. The result is order-of-magnitude 
faster performance than Hive, depending on the type of query and 
configuration.</p>
-          <p align="center"><img src="img/impala.png"></p>
+          <h3>Architecture</h3>
+  <p>To avoid latency, Impala circumvents MapReduce to directly access the 
data through a specialized distributed query engine that is very similar to 
those found in commercial parallel RDBMSs. The result is order-of-magnitude 
faster performance than Hive, depending on the type of query and 
configuration.</p>
+  <p align="center"><img src="img/impala.png"></p>
 
   <p>There are many advantages to this approach over alternative approaches 
for querying Hadoop data, including::
-<ul>
-<li>Thanks to local processing on data nodes, network bottlenecks are 
avoided.</li>
-<li>A single, open, and unified metadata store can be utilized.
-  </li>
-<li>Costly data format conversion is unnecessary and thus no overhead is 
incurred.</li>
-<li> All data is immediately query-able, with no delays for ETL.
-  </li>
-<li>All hardware is utilized for Impala queries as well as for MapReduce.
-  </li>
-<li>Only a single machine pool is needed to scale.
-  </li>
-  </ul>
-We encourage you to read <a 
href="http://www.cidrdb.org/cidr2015/Papers/CIDR15_Paper28.pdf";>this paper</a> 
for details about Impala's architecture.
-<p>&nbsp;</p>
+    <ul>
+      <li>Thanks to local processing on data nodes, network bottlenecks are 
avoided.</li>
+      <li>A single, open, and unified metadata store can be utilized.
+      </li>
+      <li>Costly data format conversion is unnecessary and thus no overhead is 
incurred.</li>
+      <li> All data is immediately query-able, with no delays for ETL.
+      </li>
+      <li>All hardware is utilized for Impala queries as well as for MapReduce.
+      </li>
+      <li>Only a single machine pool is needed to scale.
+      </li>
+    </ul>
+    We encourage you to read <a 
href="http://www.cidrdb.org/cidr2015/Papers/CIDR15_Paper28.pdf";>this paper</a> 
for details about Impala's architecture.
+  <p>&nbsp;</p>
+        </div>
+  </div>
+
+
+  <div class="navbar">
+    <div class="navbar-inner">
+      <div class="container">
+
+        <ul class="nav">
+          <li><a href="https://www.apache.org/licenses/";>License</a></li>
+          <li><a 
href="https://www.apache.org/foundation/sponsorship.html";>Sponsorship</a></li>
+          <li><a 
href="https://www.apache.org/foundation/thanks.html";>Thanks</a></li>
+          <li><a href="https://www.apache.org/security/";>Security</a></li>
+          <li><a href="https://www.apache.org/";>Apache Software 
Foundation</a></li>
+        </ul>
+      </div>
     </div>
-</div>
-
-  <hr>
+  </div>
 
   <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><!-- /container -->
+
+    <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>
+
+    <p>Apache Impala, Impala, Apache, the Apache feather logo, and the Apache 
Impala
+      project logo are either registered trademarks or trademarks of The 
Apache Software
+      Foundation in the United States and other countries.
+    </p>
+  </div>
 
   </body>
 </html>

Reply via email to