You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kudu.apache.org by mp...@apache.org on 2016/07/20 23:16:58 UTC

[1/3] incubator-kudu git commit: www: Replace old Kudu logo with new responsive Apache Kudu logo

Repository: incubator-kudu
Updated Branches:
  refs/heads/gh-pages 2cf481b38 -> a8b6e5467


www: Replace old Kudu logo with new responsive Apache Kudu logo

Change-Id: I3178b8197e78ffd7f439fba0fcc35c702381fe57
Reviewed-on: http://gerrit.cloudera.org:8080/3708
Reviewed-by: Todd Lipcon <to...@apache.org>
Tested-by: Mike Percy <mp...@apache.org>


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

Branch: refs/heads/gh-pages
Commit: c6560b73e13490f28d8ce31fb66ed668228e77f8
Parents: 2cf481b
Author: Mike Percy <mp...@apache.org>
Authored: Wed Jul 20 15:08:50 2016 -0700
Committer: Mike Percy <mp...@apache.org>
Committed: Wed Jul 20 23:16:20 2016 +0000

----------------------------------------------------------------------
 _includes/top_common.html |  5 ++++-
 css/kudu.css              |  4 ++++
 index.html                | 20 +++++++++++++++-----
 3 files changed, 23 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-kudu/blob/c6560b73/_includes/top_common.html
----------------------------------------------------------------------
diff --git a/_includes/top_common.html b/_includes/top_common.html
index 8822775..b508755 100644
--- a/_includes/top_common.html
+++ b/_includes/top_common.html
@@ -44,7 +44,10 @@
                 <span class="icon-bar"></span>
               </button>
               {% if page.active_nav != 'home' %}
-              <a class="logo" href="{{site.github.url}}/"><img src="{{site.github.url}}/img/logo_small.png" width="80" /></a>
+              <a class="logo" href="{{site.github.url}}/"><img
+                src="//d3dr9sfxru4sde.cloudfront.net/i/k/apachekudu_logo_0716_80px.png"
+                srcset="//d3dr9sfxru4sde.cloudfront.net/i/k/apachekudu_logo_0716_80px.png 1x, //d3dr9sfxru4sde.cloudfront.net/i/k/apachekudu_logo_0716_160px.png 2x"
+                alt="Apache Kudu"/></a>
               {% endif %}
             </div>
             <div id="navbar" class="collapse navbar-collapse">

http://git-wip-us.apache.org/repos/asf/incubator-kudu/blob/c6560b73/css/kudu.css
----------------------------------------------------------------------
diff --git a/css/kudu.css b/css/kudu.css
index fcea084..4115a1a 100644
--- a/css/kudu.css
+++ b/css/kudu.css
@@ -31,6 +31,10 @@ footer {
   padding-right: 0;
 }
 
+.kudu-site .jumbotron .logo {
+  margin-bottom:10px;
+}
+
 .kudu-site .jumbotron .btn {
   padding: 14px 24px;
   font-size: 21px;

http://git-wip-us.apache.org/repos/asf/incubator-kudu/blob/c6560b73/index.html
----------------------------------------------------------------------
diff --git a/index.html b/index.html
index 7b25538..5c11652 100644
--- a/index.html
+++ b/index.html
@@ -4,13 +4,23 @@ title: Fast Analytics on Fast Data
 active_nav: home
 ---
 <div class="jumbotron">
-  <img src="img/logo.png"/>
-  <p class="lead">A new addition to the open source Apache Hadoop ecosystem, Apache Kudu (incubating) completes Hadoop's storage layer to enable <strong>fast analytics on fast data</strong>. </p>
-  <p>Currently, a limited-functionality version of Kudu is available as a Beta.</p>
-  <a href="docs/installation.html" class="btn btn-info">Install the Beta</a> <a href="docs/quickstart.html" class="btn btn-info">Get the Kudu Quickstart VM</a>
-</div>
+  <img class="logo"
+       src="//d3dr9sfxru4sde.cloudfront.net/i/k/apachekudu_logo_0716_345px.png"
+       srcset="//d3dr9sfxru4sde.cloudfront.net/i/k/apachekudu_logo_0716_345px.png 345w, //d3dr9sfxru4sde.cloudfront.net/i/k/apachekudu_logo_0716_690px.png 690w, //d3dr9sfxru4sde.cloudfront.net/i/k/apachekudu_logo_0716_290px.png 290w, //d3dr9sfxru4sde.cloudfront.net/i/k/apachekudu_logo_0716_580px.png 580w"
+       sizes="(min-width:400px) 345px, 290px"
+       alt="Apache Kudu">
 
+  <p class="lead">
+  A new addition to the open source Apache Hadoop ecosystem, Apache Kudu
+  (incubating) completes Hadoop's storage layer to enable
+  <strong>fast analytics on fast data</strong>.
+  </p>
 
+  <p>Currently, a limited-functionality version of Kudu is available as a Beta.</p>
+
+  <a href="docs/installation.html" class="btn btn-info">Install the Beta</a>
+  <a href="docs/quickstart.html" class="btn btn-info">Get the Kudu Quickstart VM</a>
+</div>
 
 <div class="row">
   <div class="col-lg-4">


[3/3] incubator-kudu git commit: www: Remove references to old Google Groups mailing list

Posted by mp...@apache.org.
www: Remove references to old Google Groups mailing list

We missed some references when first entering incubation.

Change-Id: Ic831f8cc4d4434bdde4415d86764e141f5dad3f7
Reviewed-on: http://gerrit.cloudera.org:8080/3710
Reviewed-by: Todd Lipcon <to...@apache.org>
Tested-by: Mike Percy <mp...@apache.org>


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

Branch: refs/heads/gh-pages
Commit: a8b6e546752c826e972414879fcd752663ccb4e3
Parents: e409515
Author: Mike Percy <mp...@apache.org>
Authored: Wed Jul 20 15:48:47 2016 -0700
Committer: Mike Percy <mp...@apache.org>
Committed: Wed Jul 20 23:16:34 2016 +0000

----------------------------------------------------------------------
 community.md | 12 +++++++-----
 faq.md       |  2 +-
 2 files changed, 8 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-kudu/blob/a8b6e546/community.md
----------------------------------------------------------------------
diff --git a/community.md b/community.md
index 7fb7b83..f4ea0c5 100644
--- a/community.md
+++ b/community.md
@@ -66,7 +66,7 @@ reports.
 #### Talk about how you use Kudu.
 
 Let us know what you think of Kudu and how you are using it. Send links to
-blogs or presentations you've given to the [kudu-user mailing
+blogs or presentations you've given to the [kudu user mailing
 list](mailto:user@kudu.apache.org) so that we can feature them.
 
 #### File bugs and enhancement requests.
@@ -117,8 +117,9 @@ will need review and clean-up. This is another way you can get involved.
 ### Meetups, User Groups, and Conference Presentations
 
 If you're interested in hosting or presenting a Kudu-related talk or meetup in
-your city, get in touch by emailing the
-[kudu-user](https://groups.google.com/forum/#!forum/kudu-user) mailing list.
+your city, get in touch by sending email to the user mailing list at
+[user@kudu.apache.org](mailto:user@kudu.apache.org)
+so that we can feature them.
 
 **Presentations about Kudu are planned or have taken place at the following events:**
 
@@ -199,8 +200,9 @@ your city, get in touch by emailing the
 The Kudu community does not yet have a dedicated blog, but if you are
 interested in promoting a Kudu-related use case, we can help spread the word.
 <br/>
-Email the [kudu-user](https://groups.google.com/forum/#!forum/kudu-user)
-mailing list with your content and we'll help drive traffic.
+Send email to the user mailing list at
+[user@kudu.apache.org](mailto:user@kudu.apache.org)
+with your content and we'll help drive traffic.
 
 * Curt Monash from DBMS2 has written a three-part series about Kudu:
   [an introduction to Kudu](http://www.dbms2.com/2015/09/28/introduction-to-cloudera-kudu/),

http://git-wip-us.apache.org/repos/asf/incubator-kudu/blob/a8b6e546/faq.md
----------------------------------------------------------------------
diff --git a/faq.md b/faq.md
index 720915b..e7467bf 100644
--- a/faq.md
+++ b/faq.md
@@ -84,7 +84,7 @@ forward to working with a larger community during its next phase of development.
 
 Currently, commercial training for Kudu is not available. You can get help with using
 Kudu through [documentation](docs/index.html),
-the [kudu-user mailing list](https://groups.google.com/forum/#!forum/kudu-user),
+the [mailing lists](community.html),
 the [Kudu chat room](https://getkudu-slack.herokuapp.com/), and the [Cloudera beta
 release forum](https://community.cloudera.com/t5/Beta-Releases-Kudu-RecordService/bd-p/Beta).
 


[2/3] incubator-kudu git commit: www: Remove "incubating" from web site

Posted by mp...@apache.org.
www: Remove "incubating" from web site

Also refer to the mailing lists as being at @kudu.apache.org

TODO later after infrastructure-related changes:

* Change our GitHub links to point to github.com/apache/kudu

Change-Id: I5e246aa3b439d3ad1bb15c465ef0823f14fcc00b
Reviewed-on: http://gerrit.cloudera.org:8080/3709
Reviewed-by: Todd Lipcon <to...@apache.org>
Tested-by: Mike Percy <mp...@apache.org>


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

Branch: refs/heads/gh-pages
Commit: e409515a90304a5f6607207d4fcacec4d6f4b23f
Parents: c6560b7
Author: Mike Percy <mp...@apache.org>
Authored: Wed Jul 20 15:33:36 2016 -0700
Committer: Mike Percy <mp...@apache.org>
Committed: Wed Jul 20 23:16:28 2016 +0000

----------------------------------------------------------------------
 _includes/bottom_common.html | 12 ----------
 _includes/top_common.html    |  4 ++--
 _layouts/blog_layout.html    |  2 +-
 community.md                 | 48 +++++++++++++++++++--------------------
 faq.md                       |  8 +++----
 index.html                   |  2 +-
 overview.html                |  2 +-
 releases/index.md            |  2 +-
 8 files changed, 34 insertions(+), 46 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-kudu/blob/e409515a/_includes/bottom_common.html
----------------------------------------------------------------------
diff --git a/_includes/bottom_common.html b/_includes/bottom_common.html
index 162ff1b..28cc3c1 100644
--- a/_includes/bottom_common.html
+++ b/_includes/bottom_common.html
@@ -1,17 +1,5 @@
       <footer class="footer">
-        <p class="pull-left">
-        <a href="http://incubator.apache.org"><img src="{{site.github.url}}/img/apache-incubator.png" width="225" height="53" align="right"/></a>
-        </p>
         <p class="small">
-        Apache Kudu (incubating) 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.
-
         Copyright &copy; 2016 The Apache Software Foundation. {% if page.last_updated %} {{ page.last_updated }} {% endif %}
         </p>
       </footer>

http://git-wip-us.apache.org/repos/asf/incubator-kudu/blob/e409515a/_includes/top_common.html
----------------------------------------------------------------------
diff --git a/_includes/top_common.html b/_includes/top_common.html
index b508755..76ca269 100644
--- a/_includes/top_common.html
+++ b/_includes/top_common.html
@@ -5,9 +5,9 @@
     <meta http-equiv="X-UA-Compatible" content="IE=edge" />
     <meta name="viewport" content="width=device-width, initial-scale=1" />
     <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
-    <meta name="description" content="A new open source Apache Hadoop ecosystem project, Apache Kudu (incubating) completes Hadoop's storage layer to enable fast analytics on fast data" />
+    <meta name="description" content="A new open source Apache Hadoop ecosystem project, Apache Kudu completes Hadoop's storage layer to enable fast analytics on fast data" />
     <meta name="author" content="Cloudera" />
-    <title>Apache Kudu (incubating) - {{ page.title }}</title>
+    <title>Apache Kudu - {{ page.title }}</title>
     <!-- Bootstrap core CSS -->
     <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css"
           integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7"

http://git-wip-us.apache.org/repos/asf/incubator-kudu/blob/e409515a/_layouts/blog_layout.html
----------------------------------------------------------------------
diff --git a/_layouts/blog_layout.html b/_layouts/blog_layout.html
index 3a5f081..a7434bd 100644
--- a/_layouts/blog_layout.html
+++ b/_layouts/blog_layout.html
@@ -5,7 +5,7 @@ active_nav: blog
 
 <div class="row header">
   <div class="col-lg-12">
-    <h2><a href="{{ site.github.url }}/blog">Apache Kudu (incubating) Blog</a></h2>
+    <h2><a href="{{ site.github.url }}/blog">Apache Kudu Blog</a></h2>
   </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-kudu/blob/e409515a/community.md
----------------------------------------------------------------------
diff --git a/community.md b/community.md
index b6b42dc..7fb7b83 100644
--- a/community.md
+++ b/community.md
@@ -5,40 +5,40 @@ active_nav: community
 single_col_extra_classes: community
 ---
 
-### Apache Kudu (incubating) Mailing Lists and Chat Rooms
+### Apache Kudu Mailing Lists and Chat Rooms
 
 Get help using Kudu or contribute to the project on our mailing lists or our chat room:
 
-* **[user@kudu.incubator.apache.org](http://mail-archives.apache.org/mod_mbox/incubator-kudu-user/)**
-  ([subscribe](mailto:user-subscribe@kudu.incubator.apache.org))
-  ([unsubscribe](mailto:user-unsubscribe@kudu.incubator.apache.org))
-  ([archives](http://mail-archives.apache.org/mod_mbox/incubator-kudu-user/)) -
+* **[user@kudu.apache.org](http://mail-archives.apache.org/mod_mbox/kudu-user/)**
+  ([subscribe](mailto:user-subscribe@kudu.apache.org))
+  ([unsubscribe](mailto:user-unsubscribe@kudu.apache.org))
+  ([archives](http://mail-archives.apache.org/mod_mbox/kudu-user/)) -
   for usage questions, help, and announcements.
 * **<a class="icon slack" href="https://getkudu-slack.herokuapp.com/">Kudu Slack channel</a>** -
   where many Kudu developers and users hang out to answer questions and chat.
 
 **Developer mailing lists**
 
-* **[dev@kudu.incubator.apache.org](http://mail-archives.apache.org/mod_mbox/incubator-kudu-dev/)**
-  ([subscribe](mailto:dev-subscribe@kudu.incubator.apache.org))
-  ([unsubscribe](mailto:dev-unsubscribe@kudu.incubator.apache.org))
-  ([archives](http://mail-archives.apache.org/mod_mbox/incubator-kudu-dev/)) -
+* **[dev@kudu.apache.org](http://mail-archives.apache.org/mod_mbox/kudu-dev/)**
+  ([subscribe](mailto:dev-subscribe@kudu.apache.org))
+  ([unsubscribe](mailto:dev-unsubscribe@kudu.apache.org))
+  ([archives](http://mail-archives.apache.org/mod_mbox/kudu-dev/)) -
   for people who want to contribute code to Kudu.
-* **[issues@kudu.incubator.apache.org](http://mail-archives.apache.org/mod_mbox/incubator-kudu-issues/)**
-  ([subscribe](mailto:issues-subscribe@kudu.incubator.apache.org))
-  ([unsubscribe](mailto:issues-unsubscribe@kudu.incubator.apache.org))
-  ([archives](http://mail-archives.apache.org/mod_mbox/incubator-kudu-issues/)) -
+* **[issues@kudu.apache.org](http://mail-archives.apache.org/mod_mbox/kudu-issues/)**
+  ([subscribe](mailto:issues-subscribe@kudu.apache.org))
+  ([unsubscribe](mailto:issues-unsubscribe@kudu.apache.org))
+  ([archives](http://mail-archives.apache.org/mod_mbox/kudu-issues/)) -
   receives an email notification for all ticket updates made in the [Kudu JIRA issue tracker](https://issues.apache.org/jira/browse/KUDU).
-* **[reviews@kudu.incubator.apache.org](http://mail-archives.apache.org/mod_mbox/incubator-kudu-reviews/)**
-  ([subscribe](mailto:reviews-subscribe@kudu.incubator.apache.org))
-  ([unsubscribe](mailto:reviews-unsubscribe@kudu.incubator.apache.org))
-  ([archives](http://mail-archives.apache.org/mod_mbox/incubator-kudu-reviews/)) -
+* **[reviews@kudu.apache.org](http://mail-archives.apache.org/mod_mbox/kudu-reviews/)**
+  ([subscribe](mailto:reviews-subscribe@kudu.apache.org))
+  ([unsubscribe](mailto:reviews-unsubscribe@kudu.apache.org))
+  ([archives](http://mail-archives.apache.org/mod_mbox/kudu-reviews/)) -
   receives an email notification for all code review requests and responses on the
   [Kudu Gerrit](http://gerrit.cloudera.org:8080/#/q/status:open+project:kudu).
-* **[commits@kudu.incubator.apache.org](http://mail-archives.apache.org/mod_mbox/incubator-kudu-commits/)**
-  ([subscribe](mailto:commits-subscribe@kudu.incubator.apache.org))
-  ([unsubscribe](mailto:commits-unsubscribe@kudu.incubator.apache.org))
-  ([archives](http://mail-archives.apache.org/mod_mbox/incubator-kudu-commits/)) -
+* **[commits@kudu.apache.org](http://mail-archives.apache.org/mod_mbox/kudu-commits/)**
+  ([subscribe](mailto:commits-subscribe@kudu.apache.org))
+  ([unsubscribe](mailto:commits-unsubscribe@kudu.apache.org))
+  ([archives](http://mail-archives.apache.org/mod_mbox/kudu-commits/)) -
   receives an email notification of all code changes to the
   [Kudu Git repository](https://github.com/apache/incubator-kudu/).
 
@@ -55,7 +55,7 @@ listed below. You don't have to be a developer; there are lots of valuable and
 important ways to get involved that suit any skill set and level.
 
 If you want to do something not listed here, or you see a gap that needs to be
-filled, [let us know](mailto:dev@kudu.incubator.apache.org).
+filled, [let us know](mailto:dev@kudu.apache.org).
 
 #### Participate in the community.
 
@@ -67,7 +67,7 @@ reports.
 
 Let us know what you think of Kudu and how you are using it. Send links to
 blogs or presentations you've given to the [kudu-user mailing
-list](mailto:user@kudu.incubator.apache.org) so that we can feature them.
+list](mailto:user@kudu.apache.org) so that we can feature them.
 
 #### File bugs and enhancement requests.
 
@@ -104,7 +104,7 @@ mailing list or submit documentation patches through Gerrit. You can also
 correct or improve error messages, log messages, or API docs.
 
 If you'd like to translate the Kudu documentation into a different language or
-you'd like to help in some other way, please [let us know](mailto:dev@kudu.incubator.apache.org).
+you'd like to help in some other way, please [let us know](mailto:dev@kudu.apache.org).
 It's best to review the [documentation guidelines](docs/style_guide.html)
 before you get started.
 

http://git-wip-us.apache.org/repos/asf/incubator-kudu/blob/e409515a/faq.md
----------------------------------------------------------------------
diff --git a/faq.md b/faq.md
index 512110d..720915b 100644
--- a/faq.md
+++ b/faq.md
@@ -43,7 +43,7 @@ workloads.
 
 ### Project Status
 
-#### Is Apache Kudu (incubating) ready to be deployed into production yet?
+#### Is Apache Kudu ready to be deployed into production yet?
 
 We don't yet recommend this -- Kudu is currently in Beta. During the next few months we
 might have to break backwards compatibility with our current on-the-wire or on-disk
@@ -63,8 +63,8 @@ critical missing features such as security and fill in other gaps before releasi
 
 #### Is Kudu open source?
 
-Yes, Kudu is open source and licensed under the Apache Software License, version 2.0. The
-project is under incubation with the Apache Software Foundation.
+Yes, Kudu is open source and licensed under the Apache Software License, version 2.0.
+Apache Kudu is a top level project (TLP) under the umbrella of the Apache Software Foundation.
 
 #### Why was Kudu developed internally at Cloudera before its release?
 
@@ -546,4 +546,4 @@ currently provides are very similar to HBase.
 
 #### Is a rollback concept supported?
 
-Kudu does not currently support transaction rollback.
\ No newline at end of file
+Kudu does not currently support transaction rollback.

http://git-wip-us.apache.org/repos/asf/incubator-kudu/blob/e409515a/index.html
----------------------------------------------------------------------
diff --git a/index.html b/index.html
index 5c11652..e383d5f 100644
--- a/index.html
+++ b/index.html
@@ -12,7 +12,7 @@ active_nav: home
 
   <p class="lead">
   A new addition to the open source Apache Hadoop ecosystem, Apache Kudu
-  (incubating) completes Hadoop's storage layer to enable
+  completes Hadoop's storage layer to enable
   <strong>fast analytics on fast data</strong>.
   </p>
 

http://git-wip-us.apache.org/repos/asf/incubator-kudu/blob/e409515a/overview.html
----------------------------------------------------------------------
diff --git a/overview.html b/overview.html
index 0941f78..8ca9229 100644
--- a/overview.html
+++ b/overview.html
@@ -8,7 +8,7 @@ TODO: attributions for CC-A
 <!------------------------------------------------------------->
 <div class="row header">
   <div class="col-lg-12">
-    <h2>Apache Kudu (incubating) Overview</h2>
+    <h2>Apache Kudu Overview</h2>
   </div>
 </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-kudu/blob/e409515a/releases/index.md
----------------------------------------------------------------------
diff --git a/releases/index.md b/releases/index.md
index 6b1ace3..72d97f1 100644
--- a/releases/index.md
+++ b/releases/index.md
@@ -5,7 +5,7 @@ active_nav: download
 single_col_extra_classes: releases
 ---
 
-## Apache Kudu (incubating) releases
+## Apache Kudu releases
 
 Kudu is currently in a beta period. It is not yet considered to be production-ready.