Return-Path: X-Original-To: apmail-accumulo-commits-archive@www.apache.org Delivered-To: apmail-accumulo-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D7CC910C0C for ; Fri, 11 Apr 2014 02:36:45 +0000 (UTC) Received: (qmail 96721 invoked by uid 500); 11 Apr 2014 02:36:45 -0000 Delivered-To: apmail-accumulo-commits-archive@accumulo.apache.org Received: (qmail 96647 invoked by uid 500); 11 Apr 2014 02:36:44 -0000 Mailing-List: contact commits-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@accumulo.apache.org Delivered-To: mailing list commits@accumulo.apache.org Received: (qmail 96629 invoked by uid 99); 11 Apr 2014 02:36:42 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 Apr 2014 02:36:42 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 Apr 2014 02:36:36 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 0B2AE238890D; Fri, 11 Apr 2014 02:36:13 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1586541 - in /accumulo/site/branches/redesign14: content/ content/css/ content/downloads/ templates/ Date: Fri, 11 Apr 2014 02:36:12 -0000 To: commits@accumulo.apache.org From: elserj@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20140411023613.0B2AE238890D@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: elserj Date: Fri Apr 11 02:36:12 2014 New Revision: 1586541 URL: http://svn.apache.org/r1586541 Log: Lots of fixes for the bootstrap rehash. - Shrink sidebar and "download" button, center justifying too. - Reworked some header tag (h1->h2, h3->h2, etc) - Reduced width of copyright to be slightly less prone to widows - Fixed grammar/capitalization issues - Fixed broken links - Fixed incorrect 'Accumulo' link in top navbar Modified: accumulo/site/branches/redesign14/content/contrib.mdtext accumulo/site/branches/redesign14/content/css/accumulo.css accumulo/site/branches/redesign14/content/css/bootstrap.css accumulo/site/branches/redesign14/content/css/bootstrap.min.css accumulo/site/branches/redesign14/content/downloads/index.mdtext accumulo/site/branches/redesign14/content/git.mdtext accumulo/site/branches/redesign14/content/releasing.mdtext accumulo/site/branches/redesign14/content/screenshots.mdtext accumulo/site/branches/redesign14/templates/nav.html accumulo/site/branches/redesign14/templates/skeleton.html Modified: accumulo/site/branches/redesign14/content/contrib.mdtext URL: http://svn.apache.org/viewvc/accumulo/site/branches/redesign14/content/contrib.mdtext?rev=1586541&r1=1586540&r2=1586541&view=diff ============================================================================== --- accumulo/site/branches/redesign14/content/contrib.mdtext (original) +++ accumulo/site/branches/redesign14/content/contrib.mdtext Fri Apr 11 02:36:12 2014 @@ -17,38 +17,37 @@ Notice: Licensed to the Apache Softwa specific language governing permissions and limitations under the License. -# Contrib Scope Apache Accumulo is a complex distributed system. In order to minimize that complexity for both operators and developers the project maintains contrib repositories for instructive applications and code that builds interoperability between Accumulo and other systems. This helps minimize the set of dependencies needed when building or installing Accumulo, keeps the build time down, and allows the contrib projects to follow their own release schedule. -# Existing Contrib Projects +## Existing Contrib Projects Each of the below contrib project handles their own development and release cycle. For information on what version(s) of Accumulo they work with, see the documentation for the individual project. -## Instamo Archetype +### Instamo Archetype A Maven Archetype that automates the customization of Instamo to quickly spin up an Accumulo process in memory. The Apache Accumulo Instamo Archetype uses [Git](http://git-scm.com/) version control ([browse](https://git-wip-us.apache.org/repos/asf?p=accumulo-instamo-archetype.git;a=summary)|[checkout](https://git-wip-us.apache.org/repos/asf/accumulo-instamo-archetype.git)). It builds with [Apache Maven](http://maven.apache.org/). See the [section on contributing](#contributing-to-contrib) for instructions on submitting issues and patches. -## Wikisearch Application +### Wikisearch Application A complex application example that makes use of most of the Accumulo feature stack. The Wikisearch application provides an example of indexing and querying Wikipedia data within Accumulo. It is a great place to start if you want to get familiar with good development practices building on Accumulo. For details on setting up the application, see the project's README. You can also read [an overview and some performance numbers](example/wikisearch.html). The Apache Accumulo Wikisearch Example uses [Git](http://git-scm.com/) version control ([browse](https://git-wip-us.apache.org/repos/asf?p=accumulo-wikisearch.git;a=summary)|[checkout](https://git-wip-us.apache.org/repos/asf/accumulo-wikisearch.git)). It builds with [Apache Maven](http://maven.apache.org/). See the [section on contributing](#contributing-to-contrib) for instructions on submitting issues and patches. -## Pig Support +### Pig Support A storage module for [Pig](http://pig.apache.org/) allows users to use an Accumulo as either a source or a sink when writing analytics in the Pig scripting language. For details on which Pig version(s) are required to run the storage module, see the project details. The Apache Accumulo Pig Module uses [Git](http://git-scm.com/) version control ([browse](https://git-wip-us.apache.org/repos/asf?p=accumulo-pig.git;a=summary)|[checkout](https://git-wip-us.apache.org/repos/asf/accumulo-pig.git)). It builds with [Apache Maven](http://maven.apache.org/). See the [section on contributing](#contributing-to-contrib) for instructions on submitting issues and patches. -## Hama Integration +### Hama Integration An implementation for running [Bulk Synchronous Parallel (BSP) algorithms](http://hama.apache.org/hama_bsp_tutorial.html) implemented via [Apache Hama](http://hama.apache.org/) on top of data stored in Accumulo. The Apache Accumulo BSP implementation uses [Git](http://git-scm.com/) version control ([browse](https://git-wip-us.apache.org/repos/asf?p=accumulo-bsp.git;a=summary)|[checkout](https://git-wip-us.apache.org/repos/asf/accumulo-bsp.git)). It builds with [Apache Maven](http://maven.apache.org/). See the [section on contributing](#contributing-to-contrib) for instructions on submitting issues and patches. -# Contributing to Contrib +## Contributing to Contrib All contributions to the various Apache Accumulo contrib projects should follow the [same process used in the primary project](git.html#the-implementation). All contributions should have a corresponding issue filed in the [contrib component in the Accumulo issue tracker](https://issues.apache.org/jira/browse/ACCUMULO/component/12316610). -# Adding a new Contrib Project +## Adding a new Contrib Project Proposals for new contrib projects should be sent to the [Accumulo mailing list](mailing_list.html) for [developers](mailto:dev@accumulo.apache.org?subject=[Accumulo Contrib Proposal]). If an example application only makes use of a single Accumulo feature, it is probably better off as an Accumulo version-specific example. You can see several of these demonstrative applications in the [simple example codebase](https://git-wip-us.apache.org/repos/asf?p=accumulo.git;a=tree;f=examples/simple;) and the related published documentation for versions [1.4](1.4/examples/) and [1.5](1.5/examples/). Modified: accumulo/site/branches/redesign14/content/css/accumulo.css URL: http://svn.apache.org/viewvc/accumulo/site/branches/redesign14/content/css/accumulo.css?rev=1586541&r1=1586540&r2=1586541&view=diff ============================================================================== --- accumulo/site/branches/redesign14/content/css/accumulo.css (original) +++ accumulo/site/branches/redesign14/content/css/accumulo.css Fri Apr 11 02:36:12 2014 @@ -41,7 +41,8 @@ ul.nav li.dropdown:hover > ul.dropdown-m } #content h2 { margin-bottom: 0.5em; - border-bottom: 1px solid #eeeeee; + border-bottom: 1px solid #CCCCCC; + padding-bottom: 0.25em; } #content h3 { margin-bottom: 0.5em; @@ -72,3 +73,20 @@ ul.nav li.dropdown:hover > ul.dropdown-m #release_notes_testing tbody tr th, #release_notes_testing tbody tr td { padding: 5px; } + +#download-button-sidebar { + width: 60%; + margin-left: auto; + margin-right: auto; +} + +#accumulo-summit-logo img { + margin-left: auto; + margin-right: auto; +} + +div.copyright { + width: 60%; + margin-left: auto; + margin-right: auto; +} Modified: accumulo/site/branches/redesign14/content/css/bootstrap.css URL: http://svn.apache.org/viewvc/accumulo/site/branches/redesign14/content/css/bootstrap.css?rev=1586541&r1=1586540&r2=1586541&view=diff ============================================================================== --- accumulo/site/branches/redesign14/content/css/bootstrap.css (original) +++ accumulo/site/branches/redesign14/content/css/bootstrap.css Fri Apr 11 02:36:12 2014 @@ -274,7 +274,7 @@ html { } body { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; - font-size: 14px; + font-size: 16px; line-height: 1.42857143; color: #333; background-color: #fff; @@ -696,7 +696,6 @@ code { padding: 2px 4px; font-size: 90%; color: #c7254e; - white-space: nowrap; background-color: #f9f2f4; border-radius: 4px; } Modified: accumulo/site/branches/redesign14/content/css/bootstrap.min.css URL: http://svn.apache.org/viewvc/accumulo/site/branches/redesign14/content/css/bootstrap.min.css?rev=1586541&r1=1586540&r2=1586541&view=diff ============================================================================== --- accumulo/site/branches/redesign14/content/css/bootstrap.min.css (original) +++ accumulo/site/branches/redesign14/content/css/bootstrap.min.css Fri Apr 11 02:36:12 2014 @@ -4,4 +4,4 @@ * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) */ [... 4 lines stripped ...] Modified: accumulo/site/branches/redesign14/content/downloads/index.mdtext URL: http://svn.apache.org/viewvc/accumulo/site/branches/redesign14/content/downloads/index.mdtext?rev=1586541&r1=1586540&r2=1586541&view=diff ============================================================================== --- accumulo/site/branches/redesign14/content/downloads/index.mdtext (original) +++ accumulo/site/branches/redesign14/content/downloads/index.mdtext Fri Apr 11 02:36:12 2014 @@ -24,40 +24,41 @@ Be sure to verify your downloads by thes ### 1.5.1 latest The most recent Apache Accumulo™ release is version 1.5.1. See the [release notes][33] and [CHANGES][21]. + For convenience, [MD5][22] and [SHA1][23] hashes are also available.
Generic Binariesaccumulo-1.5.1-bin.tar.gz -asc +ASC
Platform Binariesaccumulo-1.5.1-bin.rpm -asc +ASC
accumulo-1.5.1-native.rpm -asc +ASC
accumulo-1.5.1-test.rpm -asc +ASC
accumulo-1.5.1-bin.deb -asc +ASC
accumulo-1.5.1-native.deb -asc +ASC
accumulo-1.5.1-test.deb -asc +ASC
Sourceaccumulo-1.5.1-src.tar.gz -asc +ASC
#### 1.5 Documentation * README - * pdf manual - * html manual - * javadoc + * PDF manual + * HTML manual + * Javadoc * [examples][32] ## Older Releases @@ -68,14 +69,14 @@ The most recent 1.4 release is 1.4.5. S
Binariesaccumulo-1.4.5-dist.tar.gz -asc -md5 -sha +ASC +MD5 +SHA
Sourceaccumulo-1.4.5-src.tar.gz -asc -md5 -sha +ASC +MD5 +SHA
@@ -92,14 +93,14 @@ The most recent 1.3 release is 1.3.6. S
Binariesaccumulo-1.3.6-dist.tar.gz -asc -md5 -sha +ASC +MD5 +SHA
Sourceaccumulo-1.3.6-src.tar.gz -asc -md5 -sha +ASC +MD5 +SHA
Modified: accumulo/site/branches/redesign14/content/git.mdtext URL: http://svn.apache.org/viewvc/accumulo/site/branches/redesign14/content/git.mdtext?rev=1586541&r1=1586540&r2=1586541&view=diff ============================================================================== --- accumulo/site/branches/redesign14/content/git.mdtext (original) +++ accumulo/site/branches/redesign14/content/git.mdtext Fri Apr 11 02:36:12 2014 @@ -379,8 +379,8 @@ By convention, the branch containing the `x.y.z'-SNAPSHOT`. The steps to take are as follows: 1. Prepare the release candidate. [Release - Guide](http://accumulo.apache.org/governance/releasing.html), [Maven - Instructions -- doesn't exist yet!](http://accumulo.apache.org/foobar) + Guide](/governance/releasing.html), [Maven + Instructions](/releasing.html) 2. Create a tag of the release candidate from the `x.y.z'-SNAPSHOT` branch, named something like `x.y.z'-RC-N`. 3. Test and Vote @@ -504,4 +504,4 @@ For the sake of clarity, some examples o `git checkout 1.6.1-SNAPSHOT && git merge 1.5.1-SNAPSHOT` - [1]: https://cwiki.apache.org/confluence/display/KAFKA/Patch+submission+and+review#Patchsubmissionandreview-Simplecontributorworkflow \ No newline at end of file + [1]: https://cwiki.apache.org/confluence/display/KAFKA/Patch+submission+and+review#Patchsubmissionandreview-Simplecontributorworkflow Modified: accumulo/site/branches/redesign14/content/releasing.mdtext URL: http://svn.apache.org/viewvc/accumulo/site/branches/redesign14/content/releasing.mdtext?rev=1586541&r1=1586540&r2=1586541&view=diff ============================================================================== --- accumulo/site/branches/redesign14/content/releasing.mdtext (original) +++ accumulo/site/branches/redesign14/content/releasing.mdtext Fri Apr 11 02:36:12 2014 @@ -137,4 +137,4 @@ Some good references that explain a few [6]: http://accumulo.apache.org/governance/releasing.html [7]: http://www.kb.cert.org/vuls/id/225657 [8]: http://www.apache.org/dev/cmsref#extpaths -[9]: https://svn.apache.org/repos/asf/accumulo/site/trunk \ No newline at end of file +[9]: https://svn.apache.org/repos/asf/accumulo/site/trunk Modified: accumulo/site/branches/redesign14/content/screenshots.mdtext URL: http://svn.apache.org/viewvc/accumulo/site/branches/redesign14/content/screenshots.mdtext?rev=1586541&r1=1586540&r2=1586541&view=diff ============================================================================== --- accumulo/site/branches/redesign14/content/screenshots.mdtext (original) +++ accumulo/site/branches/redesign14/content/screenshots.mdtext Fri Apr 11 02:36:12 2014 @@ -18,10 +18,10 @@ Notice: Licensed to the Apache Softwa under the License.
-
+
The following is a screenshot of the Apache Accumulo™ monitor overview web page. Accumulo was running on an eleven node cluster. The continuous ingest test suite was running to generate load. Ten continuous ingest clients were running.
-
+
monitor overview @@ -29,10 +29,10 @@ The following is a screenshot of the Apa
-
+
The following screenshot shows the monitor master page. This page gives information about individual tables within accumulo. Continuous ingest is running against the table ci.
-
+
monitor master @@ -59,4 +59,4 @@ The data generated by the continuous ing root@test15 ci> scan -b 53a9e4ba97e4a6e0 -e 53a9e4ba97e4a6e0 53a9e4ba97e4a6e0 37f3:33a2 [] 2db1de18-cd37-407d-b060-481a0a214c90:000000002b0d4b61:1c16a4ae1bef9f1f:f03c869b root@test15 ci> scan -b 1c16a4ae1bef9f1f -e 1c16a4ae1bef9f1f - 1c16a4ae1bef9f1f 07c8:7cd3 [] 2db1de18-cd37-407d-b060-481a0a214c90:000000002afe0921:2e3ec09a8d2fdf52:8b82be48 \ No newline at end of file + 1c16a4ae1bef9f1f 07c8:7cd3 [] 2db1de18-cd37-407d-b060-481a0a214c90:000000002afe0921:2e3ec09a8d2fdf52:8b82be48 Modified: accumulo/site/branches/redesign14/templates/nav.html URL: http://svn.apache.org/viewvc/accumulo/site/branches/redesign14/templates/nav.html?rev=1586541&r1=1586540&r2=1586541&view=diff ============================================================================== --- accumulo/site/branches/redesign14/templates/nav.html (original) +++ accumulo/site/branches/redesign14/templates/nav.html Fri Apr 11 02:36:12 2014 @@ -1,7 +1,7 @@