Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 62850200CC2 for ; Tue, 20 Jun 2017 18:24:40 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 61250160BEF; Tue, 20 Jun 2017 16:24:40 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id DF1C1160BFC for ; Tue, 20 Jun 2017 18:24:37 +0200 (CEST) Received: (qmail 86414 invoked by uid 500); 20 Jun 2017 16:24:37 -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 85649 invoked by uid 99); 20 Jun 2017 16:24:34 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 Jun 2017 16:24:34 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id F340AE382F; Tue, 20 Jun 2017 16:24:32 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit From: mjwall@apache.org To: commits@accumulo.apache.org Date: Tue, 20 Jun 2017 16:24:47 -0000 Message-Id: <63dd012b1e08427d872d34f3af6e1b23@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [17/19] accumulo-website git commit: Jekyll build from master:c9398c5 archived-at: Tue, 20 Jun 2017 16:24:40 -0000 http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/eab65f94/1.6/examples/rowhash.html ---------------------------------------------------------------------- diff --git a/1.6/examples/rowhash.html b/1.6/examples/rowhash.html index 6569973..c65fd5b 100644 --- a/1.6/examples/rowhash.html +++ b/1.6/examples/rowhash.html @@ -51,7 +51,13 @@ } }); }); - + + // fix sidebar width in documentation + $(function() { + var $affixElement = $('div[data-spy="affix"]'); + $affixElement.width($affixElement.parent().width()); + }); + // configure Google Analytics (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), http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/eab65f94/1.6/examples/shard.html ---------------------------------------------------------------------- diff --git a/1.6/examples/shard.html b/1.6/examples/shard.html index 21650d7..63a95e8 100644 --- a/1.6/examples/shard.html +++ b/1.6/examples/shard.html @@ -51,7 +51,13 @@ } }); }); - + + // fix sidebar width in documentation + $(function() { + var $affixElement = $('div[data-spy="affix"]'); + $affixElement.width($affixElement.parent().width()); + }); + // configure Google Analytics (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), http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/eab65f94/1.6/examples/tabletofile.html ---------------------------------------------------------------------- diff --git a/1.6/examples/tabletofile.html b/1.6/examples/tabletofile.html index 8e86893..f0f475e 100644 --- a/1.6/examples/tabletofile.html +++ b/1.6/examples/tabletofile.html @@ -51,7 +51,13 @@ } }); }); - + + // fix sidebar width in documentation + $(function() { + var $affixElement = $('div[data-spy="affix"]'); + $affixElement.width($affixElement.parent().width()); + }); + // configure Google Analytics (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), http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/eab65f94/1.6/examples/terasort.html ---------------------------------------------------------------------- diff --git a/1.6/examples/terasort.html b/1.6/examples/terasort.html index eeaeb22..5c6c4dc 100644 --- a/1.6/examples/terasort.html +++ b/1.6/examples/terasort.html @@ -51,7 +51,13 @@ } }); }); - + + // fix sidebar width in documentation + $(function() { + var $affixElement = $('div[data-spy="affix"]'); + $affixElement.width($affixElement.parent().width()); + }); + // configure Google Analytics (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), http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/eab65f94/1.6/examples/visibility.html ---------------------------------------------------------------------- diff --git a/1.6/examples/visibility.html b/1.6/examples/visibility.html index 8420770..22ce51b 100644 --- a/1.6/examples/visibility.html +++ b/1.6/examples/visibility.html @@ -51,7 +51,13 @@ } }); }); - + + // fix sidebar width in documentation + $(function() { + var $affixElement = $('div[data-spy="affix"]'); + $affixElement.width($affixElement.parent().width()); + }); + // configure Google Analytics (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), http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/eab65f94/1.7/examples/batch.html ---------------------------------------------------------------------- diff --git a/1.7/examples/batch.html b/1.7/examples/batch.html index e0abad7..ded36e3 100644 --- a/1.7/examples/batch.html +++ b/1.7/examples/batch.html @@ -51,7 +51,13 @@ } }); }); - + + // fix sidebar width in documentation + $(function() { + var $affixElement = $('div[data-spy="affix"]'); + $affixElement.width($affixElement.parent().width()); + }); + // configure Google Analytics (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), http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/eab65f94/1.7/examples/bloom.html ---------------------------------------------------------------------- diff --git a/1.7/examples/bloom.html b/1.7/examples/bloom.html index 9855048..5a15723 100644 --- a/1.7/examples/bloom.html +++ b/1.7/examples/bloom.html @@ -51,7 +51,13 @@ } }); }); - + + // fix sidebar width in documentation + $(function() { + var $affixElement = $('div[data-spy="affix"]'); + $affixElement.width($affixElement.parent().width()); + }); + // configure Google Analytics (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), http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/eab65f94/1.7/examples/bulkIngest.html ---------------------------------------------------------------------- diff --git a/1.7/examples/bulkIngest.html b/1.7/examples/bulkIngest.html index b310e8d..020a83b 100644 --- a/1.7/examples/bulkIngest.html +++ b/1.7/examples/bulkIngest.html @@ -51,7 +51,13 @@ } }); }); - + + // fix sidebar width in documentation + $(function() { + var $affixElement = $('div[data-spy="affix"]'); + $affixElement.width($affixElement.parent().width()); + }); + // configure Google Analytics (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), http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/eab65f94/1.7/examples/classpath.html ---------------------------------------------------------------------- diff --git a/1.7/examples/classpath.html b/1.7/examples/classpath.html index 7f9c300..0272732 100644 --- a/1.7/examples/classpath.html +++ b/1.7/examples/classpath.html @@ -51,7 +51,13 @@ } }); }); - + + // fix sidebar width in documentation + $(function() { + var $affixElement = $('div[data-spy="affix"]'); + $affixElement.width($affixElement.parent().width()); + }); + // configure Google Analytics (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), http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/eab65f94/1.7/examples/client.html ---------------------------------------------------------------------- diff --git a/1.7/examples/client.html b/1.7/examples/client.html index 993ae3f..fd07a22 100644 --- a/1.7/examples/client.html +++ b/1.7/examples/client.html @@ -51,7 +51,13 @@ } }); }); - + + // fix sidebar width in documentation + $(function() { + var $affixElement = $('div[data-spy="affix"]'); + $affixElement.width($affixElement.parent().width()); + }); + // configure Google Analytics (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), http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/eab65f94/1.7/examples/combiner.html ---------------------------------------------------------------------- diff --git a/1.7/examples/combiner.html b/1.7/examples/combiner.html index 0d1ffd3..5c4859e 100644 --- a/1.7/examples/combiner.html +++ b/1.7/examples/combiner.html @@ -51,7 +51,13 @@ } }); }); - + + // fix sidebar width in documentation + $(function() { + var $affixElement = $('div[data-spy="affix"]'); + $affixElement.width($affixElement.parent().width()); + }); + // configure Google Analytics (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), http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/eab65f94/1.7/examples/constraints.html ---------------------------------------------------------------------- diff --git a/1.7/examples/constraints.html b/1.7/examples/constraints.html index 167cb47..518ad83 100644 --- a/1.7/examples/constraints.html +++ b/1.7/examples/constraints.html @@ -51,7 +51,13 @@ } }); }); - + + // fix sidebar width in documentation + $(function() { + var $affixElement = $('div[data-spy="affix"]'); + $affixElement.width($affixElement.parent().width()); + }); + // configure Google Analytics (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), http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/eab65f94/1.7/examples/dirlist.html ---------------------------------------------------------------------- diff --git a/1.7/examples/dirlist.html b/1.7/examples/dirlist.html index f4c6bd4..535b70a 100644 --- a/1.7/examples/dirlist.html +++ b/1.7/examples/dirlist.html @@ -51,7 +51,13 @@ } }); }); - + + // fix sidebar width in documentation + $(function() { + var $affixElement = $('div[data-spy="affix"]'); + $affixElement.width($affixElement.parent().width()); + }); + // configure Google Analytics (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), http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/eab65f94/1.7/examples/export.html ---------------------------------------------------------------------- diff --git a/1.7/examples/export.html b/1.7/examples/export.html index 4119a1e..c7cf143 100644 --- a/1.7/examples/export.html +++ b/1.7/examples/export.html @@ -51,7 +51,13 @@ } }); }); - + + // fix sidebar width in documentation + $(function() { + var $affixElement = $('div[data-spy="affix"]'); + $affixElement.width($affixElement.parent().width()); + }); + // configure Google Analytics (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), http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/eab65f94/1.7/examples/filedata.html ---------------------------------------------------------------------- diff --git a/1.7/examples/filedata.html b/1.7/examples/filedata.html index ffaba4b..dd913a4 100644 --- a/1.7/examples/filedata.html +++ b/1.7/examples/filedata.html @@ -51,7 +51,13 @@ } }); }); - + + // fix sidebar width in documentation + $(function() { + var $affixElement = $('div[data-spy="affix"]'); + $affixElement.width($affixElement.parent().width()); + }); + // configure Google Analytics (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), http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/eab65f94/1.7/examples/filter.html ---------------------------------------------------------------------- diff --git a/1.7/examples/filter.html b/1.7/examples/filter.html index 4ee1ba7..64cdb8e 100644 --- a/1.7/examples/filter.html +++ b/1.7/examples/filter.html @@ -51,7 +51,13 @@ } }); }); - + + // fix sidebar width in documentation + $(function() { + var $affixElement = $('div[data-spy="affix"]'); + $affixElement.width($affixElement.parent().width()); + }); + // configure Google Analytics (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), http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/eab65f94/1.7/examples/helloworld.html ---------------------------------------------------------------------- diff --git a/1.7/examples/helloworld.html b/1.7/examples/helloworld.html index d2c61ac..77b6a23 100644 --- a/1.7/examples/helloworld.html +++ b/1.7/examples/helloworld.html @@ -51,7 +51,13 @@ } }); }); - + + // fix sidebar width in documentation + $(function() { + var $affixElement = $('div[data-spy="affix"]'); + $affixElement.width($affixElement.parent().width()); + }); + // configure Google Analytics (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), http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/eab65f94/1.7/examples/index.html ---------------------------------------------------------------------- diff --git a/1.7/examples/index.html b/1.7/examples/index.html index 77c921e..5bff3fa 100644 --- a/1.7/examples/index.html +++ b/1.7/examples/index.html @@ -51,7 +51,13 @@ } }); }); - + + // fix sidebar width in documentation + $(function() { + var $affixElement = $('div[data-spy="affix"]'); + $affixElement.width($affixElement.parent().width()); + }); + // configure Google Analytics (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), http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/eab65f94/1.7/examples/isolation.html ---------------------------------------------------------------------- diff --git a/1.7/examples/isolation.html b/1.7/examples/isolation.html index 80072f7..6be6e62 100644 --- a/1.7/examples/isolation.html +++ b/1.7/examples/isolation.html @@ -51,7 +51,13 @@ } }); }); - + + // fix sidebar width in documentation + $(function() { + var $affixElement = $('div[data-spy="affix"]'); + $affixElement.width($affixElement.parent().width()); + }); + // configure Google Analytics (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), http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/eab65f94/1.7/examples/mapred.html ---------------------------------------------------------------------- diff --git a/1.7/examples/mapred.html b/1.7/examples/mapred.html index f299324..029b75b 100644 --- a/1.7/examples/mapred.html +++ b/1.7/examples/mapred.html @@ -51,7 +51,13 @@ } }); }); - + + // fix sidebar width in documentation + $(function() { + var $affixElement = $('div[data-spy="affix"]'); + $affixElement.width($affixElement.parent().width()); + }); + // configure Google Analytics (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), http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/eab65f94/1.7/examples/maxmutation.html ---------------------------------------------------------------------- diff --git a/1.7/examples/maxmutation.html b/1.7/examples/maxmutation.html index 1eb1021..ed60004 100644 --- a/1.7/examples/maxmutation.html +++ b/1.7/examples/maxmutation.html @@ -51,7 +51,13 @@ } }); }); - + + // fix sidebar width in documentation + $(function() { + var $affixElement = $('div[data-spy="affix"]'); + $affixElement.width($affixElement.parent().width()); + }); + // configure Google Analytics (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), http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/eab65f94/1.7/examples/regex.html ---------------------------------------------------------------------- diff --git a/1.7/examples/regex.html b/1.7/examples/regex.html index 539d4d5..ab72ecb 100644 --- a/1.7/examples/regex.html +++ b/1.7/examples/regex.html @@ -51,7 +51,13 @@ } }); }); - + + // fix sidebar width in documentation + $(function() { + var $affixElement = $('div[data-spy="affix"]'); + $affixElement.width($affixElement.parent().width()); + }); + // configure Google Analytics (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), http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/eab65f94/1.7/examples/reservations.html ---------------------------------------------------------------------- diff --git a/1.7/examples/reservations.html b/1.7/examples/reservations.html index be8b22d..7248ccf 100644 --- a/1.7/examples/reservations.html +++ b/1.7/examples/reservations.html @@ -51,7 +51,13 @@ } }); }); - + + // fix sidebar width in documentation + $(function() { + var $affixElement = $('div[data-spy="affix"]'); + $affixElement.width($affixElement.parent().width()); + }); + // configure Google Analytics (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), http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/eab65f94/1.7/examples/rowhash.html ---------------------------------------------------------------------- diff --git a/1.7/examples/rowhash.html b/1.7/examples/rowhash.html index cd7e0bd..f0447ee 100644 --- a/1.7/examples/rowhash.html +++ b/1.7/examples/rowhash.html @@ -51,7 +51,13 @@ } }); }); - + + // fix sidebar width in documentation + $(function() { + var $affixElement = $('div[data-spy="affix"]'); + $affixElement.width($affixElement.parent().width()); + }); + // configure Google Analytics (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), http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/eab65f94/1.7/examples/shard.html ---------------------------------------------------------------------- diff --git a/1.7/examples/shard.html b/1.7/examples/shard.html index 21650d7..63a95e8 100644 --- a/1.7/examples/shard.html +++ b/1.7/examples/shard.html @@ -51,7 +51,13 @@ } }); }); - + + // fix sidebar width in documentation + $(function() { + var $affixElement = $('div[data-spy="affix"]'); + $affixElement.width($affixElement.parent().width()); + }); + // configure Google Analytics (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), http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/eab65f94/1.7/examples/tabletofile.html ---------------------------------------------------------------------- diff --git a/1.7/examples/tabletofile.html b/1.7/examples/tabletofile.html index 9636837..f87e144 100644 --- a/1.7/examples/tabletofile.html +++ b/1.7/examples/tabletofile.html @@ -51,7 +51,13 @@ } }); }); - + + // fix sidebar width in documentation + $(function() { + var $affixElement = $('div[data-spy="affix"]'); + $affixElement.width($affixElement.parent().width()); + }); + // configure Google Analytics (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), http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/eab65f94/1.7/examples/terasort.html ---------------------------------------------------------------------- diff --git a/1.7/examples/terasort.html b/1.7/examples/terasort.html index eeaeb22..5c6c4dc 100644 --- a/1.7/examples/terasort.html +++ b/1.7/examples/terasort.html @@ -51,7 +51,13 @@ } }); }); - + + // fix sidebar width in documentation + $(function() { + var $affixElement = $('div[data-spy="affix"]'); + $affixElement.width($affixElement.parent().width()); + }); + // configure Google Analytics (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), http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/eab65f94/1.7/examples/visibility.html ---------------------------------------------------------------------- diff --git a/1.7/examples/visibility.html b/1.7/examples/visibility.html index 8420770..22ce51b 100644 --- a/1.7/examples/visibility.html +++ b/1.7/examples/visibility.html @@ -51,7 +51,13 @@ } }); }); - + + // fix sidebar width in documentation + $(function() { + var $affixElement = $('div[data-spy="affix"]'); + $affixElement.width($affixElement.parent().width()); + }); + // configure Google Analytics (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), http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/eab65f94/1.8/examples/batch.html ---------------------------------------------------------------------- diff --git a/1.8/examples/batch.html b/1.8/examples/batch.html index 2a22239..832163e 100644 --- a/1.8/examples/batch.html +++ b/1.8/examples/batch.html @@ -51,7 +51,13 @@ } }); }); - + + // fix sidebar width in documentation + $(function() { + var $affixElement = $('div[data-spy="affix"]'); + $affixElement.width($affixElement.parent().width()); + }); + // configure Google Analytics (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), http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/eab65f94/1.8/examples/bloom.html ---------------------------------------------------------------------- diff --git a/1.8/examples/bloom.html b/1.8/examples/bloom.html index 6bada5b..0478c6f 100644 --- a/1.8/examples/bloom.html +++ b/1.8/examples/bloom.html @@ -51,7 +51,13 @@ } }); }); - + + // fix sidebar width in documentation + $(function() { + var $affixElement = $('div[data-spy="affix"]'); + $affixElement.width($affixElement.parent().width()); + }); + // configure Google Analytics (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), http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/eab65f94/1.8/examples/bulkIngest.html ---------------------------------------------------------------------- diff --git a/1.8/examples/bulkIngest.html b/1.8/examples/bulkIngest.html index 1db31d3..2355aa0 100644 --- a/1.8/examples/bulkIngest.html +++ b/1.8/examples/bulkIngest.html @@ -51,7 +51,13 @@ } }); }); - + + // fix sidebar width in documentation + $(function() { + var $affixElement = $('div[data-spy="affix"]'); + $affixElement.width($affixElement.parent().width()); + }); + // configure Google Analytics (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), http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/eab65f94/1.8/examples/classpath.html ---------------------------------------------------------------------- diff --git a/1.8/examples/classpath.html b/1.8/examples/classpath.html index 12e4f02..80a9845 100644 --- a/1.8/examples/classpath.html +++ b/1.8/examples/classpath.html @@ -51,7 +51,13 @@ } }); }); - + + // fix sidebar width in documentation + $(function() { + var $affixElement = $('div[data-spy="affix"]'); + $affixElement.width($affixElement.parent().width()); + }); + // configure Google Analytics (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), http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/eab65f94/1.8/examples/client.html ---------------------------------------------------------------------- diff --git a/1.8/examples/client.html b/1.8/examples/client.html index 6b6a88a..a9e22ea 100644 --- a/1.8/examples/client.html +++ b/1.8/examples/client.html @@ -51,7 +51,13 @@ } }); }); - + + // fix sidebar width in documentation + $(function() { + var $affixElement = $('div[data-spy="affix"]'); + $affixElement.width($affixElement.parent().width()); + }); + // configure Google Analytics (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), http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/eab65f94/1.8/examples/combiner.html ---------------------------------------------------------------------- diff --git a/1.8/examples/combiner.html b/1.8/examples/combiner.html index 7f5c1b5..7341e4f 100644 --- a/1.8/examples/combiner.html +++ b/1.8/examples/combiner.html @@ -51,7 +51,13 @@ } }); }); - + + // fix sidebar width in documentation + $(function() { + var $affixElement = $('div[data-spy="affix"]'); + $affixElement.width($affixElement.parent().width()); + }); + // configure Google Analytics (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), http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/eab65f94/1.8/examples/constraints.html ---------------------------------------------------------------------- diff --git a/1.8/examples/constraints.html b/1.8/examples/constraints.html index 2f3065d..601370c 100644 --- a/1.8/examples/constraints.html +++ b/1.8/examples/constraints.html @@ -51,7 +51,13 @@ } }); }); - + + // fix sidebar width in documentation + $(function() { + var $affixElement = $('div[data-spy="affix"]'); + $affixElement.width($affixElement.parent().width()); + }); + // configure Google Analytics (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), http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/eab65f94/1.8/examples/dirlist.html ---------------------------------------------------------------------- diff --git a/1.8/examples/dirlist.html b/1.8/examples/dirlist.html index fb5d2af..5fd9444 100644 --- a/1.8/examples/dirlist.html +++ b/1.8/examples/dirlist.html @@ -51,7 +51,13 @@ } }); }); - + + // fix sidebar width in documentation + $(function() { + var $affixElement = $('div[data-spy="affix"]'); + $affixElement.width($affixElement.parent().width()); + }); + // configure Google Analytics (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), http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/eab65f94/1.8/examples/export.html ---------------------------------------------------------------------- diff --git a/1.8/examples/export.html b/1.8/examples/export.html index e407503..5505603 100644 --- a/1.8/examples/export.html +++ b/1.8/examples/export.html @@ -51,7 +51,13 @@ } }); }); - + + // fix sidebar width in documentation + $(function() { + var $affixElement = $('div[data-spy="affix"]'); + $affixElement.width($affixElement.parent().width()); + }); + // configure Google Analytics (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), http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/eab65f94/1.8/examples/filedata.html ---------------------------------------------------------------------- diff --git a/1.8/examples/filedata.html b/1.8/examples/filedata.html index 8ea1726..a90225f 100644 --- a/1.8/examples/filedata.html +++ b/1.8/examples/filedata.html @@ -51,7 +51,13 @@ } }); }); - + + // fix sidebar width in documentation + $(function() { + var $affixElement = $('div[data-spy="affix"]'); + $affixElement.width($affixElement.parent().width()); + }); + // configure Google Analytics (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), http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/eab65f94/1.8/examples/filter.html ---------------------------------------------------------------------- diff --git a/1.8/examples/filter.html b/1.8/examples/filter.html index f0f22e0..9eb797f 100644 --- a/1.8/examples/filter.html +++ b/1.8/examples/filter.html @@ -51,7 +51,13 @@ } }); }); - + + // fix sidebar width in documentation + $(function() { + var $affixElement = $('div[data-spy="affix"]'); + $affixElement.width($affixElement.parent().width()); + }); + // configure Google Analytics (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), http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/eab65f94/1.8/examples/helloworld.html ---------------------------------------------------------------------- diff --git a/1.8/examples/helloworld.html b/1.8/examples/helloworld.html index cbeab7c..8a0f96d 100644 --- a/1.8/examples/helloworld.html +++ b/1.8/examples/helloworld.html @@ -51,7 +51,13 @@ } }); }); - + + // fix sidebar width in documentation + $(function() { + var $affixElement = $('div[data-spy="affix"]'); + $affixElement.width($affixElement.parent().width()); + }); + // configure Google Analytics (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), http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/eab65f94/1.8/examples/index.html ---------------------------------------------------------------------- diff --git a/1.8/examples/index.html b/1.8/examples/index.html index 267b630..2f6cbbf 100644 --- a/1.8/examples/index.html +++ b/1.8/examples/index.html @@ -51,7 +51,13 @@ } }); }); - + + // fix sidebar width in documentation + $(function() { + var $affixElement = $('div[data-spy="affix"]'); + $affixElement.width($affixElement.parent().width()); + }); + // configure Google Analytics (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), http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/eab65f94/1.8/examples/isolation.html ---------------------------------------------------------------------- diff --git a/1.8/examples/isolation.html b/1.8/examples/isolation.html index 7c98c51..b8221c6 100644 --- a/1.8/examples/isolation.html +++ b/1.8/examples/isolation.html @@ -51,7 +51,13 @@ } }); }); - + + // fix sidebar width in documentation + $(function() { + var $affixElement = $('div[data-spy="affix"]'); + $affixElement.width($affixElement.parent().width()); + }); + // configure Google Analytics (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), http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/eab65f94/1.8/examples/mapred.html ---------------------------------------------------------------------- diff --git a/1.8/examples/mapred.html b/1.8/examples/mapred.html index b91b7c1..81e5f7f 100644 --- a/1.8/examples/mapred.html +++ b/1.8/examples/mapred.html @@ -51,7 +51,13 @@ } }); }); - + + // fix sidebar width in documentation + $(function() { + var $affixElement = $('div[data-spy="affix"]'); + $affixElement.width($affixElement.parent().width()); + }); + // configure Google Analytics (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), http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/eab65f94/1.8/examples/maxmutation.html ---------------------------------------------------------------------- diff --git a/1.8/examples/maxmutation.html b/1.8/examples/maxmutation.html index 8292ee7..6bbd4d8 100644 --- a/1.8/examples/maxmutation.html +++ b/1.8/examples/maxmutation.html @@ -51,7 +51,13 @@ } }); }); - + + // fix sidebar width in documentation + $(function() { + var $affixElement = $('div[data-spy="affix"]'); + $affixElement.width($affixElement.parent().width()); + }); + // configure Google Analytics (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), http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/eab65f94/1.8/examples/regex.html ---------------------------------------------------------------------- diff --git a/1.8/examples/regex.html b/1.8/examples/regex.html index 4e0239a..08239c7 100644 --- a/1.8/examples/regex.html +++ b/1.8/examples/regex.html @@ -51,7 +51,13 @@ } }); }); - + + // fix sidebar width in documentation + $(function() { + var $affixElement = $('div[data-spy="affix"]'); + $affixElement.width($affixElement.parent().width()); + }); + // configure Google Analytics (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), http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/eab65f94/1.8/examples/reservations.html ---------------------------------------------------------------------- diff --git a/1.8/examples/reservations.html b/1.8/examples/reservations.html index 10d2ffa..2b594e4 100644 --- a/1.8/examples/reservations.html +++ b/1.8/examples/reservations.html @@ -51,7 +51,13 @@ } }); }); - + + // fix sidebar width in documentation + $(function() { + var $affixElement = $('div[data-spy="affix"]'); + $affixElement.width($affixElement.parent().width()); + }); + // configure Google Analytics (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), http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/eab65f94/1.8/examples/rgbalancer.html ---------------------------------------------------------------------- diff --git a/1.8/examples/rgbalancer.html b/1.8/examples/rgbalancer.html index ad86503..39822af 100644 --- a/1.8/examples/rgbalancer.html +++ b/1.8/examples/rgbalancer.html @@ -51,7 +51,13 @@ } }); }); - + + // fix sidebar width in documentation + $(function() { + var $affixElement = $('div[data-spy="affix"]'); + $affixElement.width($affixElement.parent().width()); + }); + // configure Google Analytics (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), http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/eab65f94/1.8/examples/rowhash.html ---------------------------------------------------------------------- diff --git a/1.8/examples/rowhash.html b/1.8/examples/rowhash.html index 34fb8e2..87bed6e 100644 --- a/1.8/examples/rowhash.html +++ b/1.8/examples/rowhash.html @@ -51,7 +51,13 @@ } }); }); - + + // fix sidebar width in documentation + $(function() { + var $affixElement = $('div[data-spy="affix"]'); + $affixElement.width($affixElement.parent().width()); + }); + // configure Google Analytics (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), http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/eab65f94/1.8/examples/sample.html ---------------------------------------------------------------------- diff --git a/1.8/examples/sample.html b/1.8/examples/sample.html index 3d324e7..bd65cec 100644 --- a/1.8/examples/sample.html +++ b/1.8/examples/sample.html @@ -51,7 +51,13 @@ } }); }); - + + // fix sidebar width in documentation + $(function() { + var $affixElement = $('div[data-spy="affix"]'); + $affixElement.width($affixElement.parent().width()); + }); + // configure Google Analytics (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), http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/eab65f94/1.8/examples/shard.html ---------------------------------------------------------------------- diff --git a/1.8/examples/shard.html b/1.8/examples/shard.html index 0659fc5..03ed2f7 100644 --- a/1.8/examples/shard.html +++ b/1.8/examples/shard.html @@ -51,7 +51,13 @@ } }); }); - + + // fix sidebar width in documentation + $(function() { + var $affixElement = $('div[data-spy="affix"]'); + $affixElement.width($affixElement.parent().width()); + }); + // configure Google Analytics (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), http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/eab65f94/1.8/examples/tabletofile.html ---------------------------------------------------------------------- diff --git a/1.8/examples/tabletofile.html b/1.8/examples/tabletofile.html index 8f95c9e..08fed53 100644 --- a/1.8/examples/tabletofile.html +++ b/1.8/examples/tabletofile.html @@ -51,7 +51,13 @@ } }); }); - + + // fix sidebar width in documentation + $(function() { + var $affixElement = $('div[data-spy="affix"]'); + $affixElement.width($affixElement.parent().width()); + }); + // configure Google Analytics (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), http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/eab65f94/1.8/examples/terasort.html ---------------------------------------------------------------------- diff --git a/1.8/examples/terasort.html b/1.8/examples/terasort.html index 1467431..3185bb7 100644 --- a/1.8/examples/terasort.html +++ b/1.8/examples/terasort.html @@ -51,7 +51,13 @@ } }); }); - + + // fix sidebar width in documentation + $(function() { + var $affixElement = $('div[data-spy="affix"]'); + $affixElement.width($affixElement.parent().width()); + }); + // configure Google Analytics (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), http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/eab65f94/1.8/examples/visibility.html ---------------------------------------------------------------------- diff --git a/1.8/examples/visibility.html b/1.8/examples/visibility.html index f6c4a7b..576ac1f 100644 --- a/1.8/examples/visibility.html +++ b/1.8/examples/visibility.html @@ -51,7 +51,13 @@ } }); }); - + + // fix sidebar width in documentation + $(function() { + var $affixElement = $('div[data-spy="affix"]'); + $affixElement.width($affixElement.parent().width()); + }); + // configure Google Analytics (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), http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/eab65f94/blog/2014/05/03/accumulo-classloader.html ---------------------------------------------------------------------- diff --git a/blog/2014/05/03/accumulo-classloader.html b/blog/2014/05/03/accumulo-classloader.html index a84c6a2..578d5a5 100644 --- a/blog/2014/05/03/accumulo-classloader.html +++ b/blog/2014/05/03/accumulo-classloader.html @@ -51,7 +51,13 @@ } }); }); - + + // fix sidebar width in documentation + $(function() { + var $affixElement = $('div[data-spy="affix"]'); + $affixElement.width($affixElement.parent().width()); + }); + // configure Google Analytics (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), @@ -142,12 +148,11 @@

The Accumulo ClassLoader

- - - +

+Author:   Dave Marion
+Date:   03 May 2014
-

Author  Dave Marion
Date   03 May 2014
-

+

Originally posted at https://blogs.apache.org/accumulo/entry/the_accumulo_classloader

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/eab65f94/blog/2014/05/27/getting-started-with-accumulo-1.6.0.html ---------------------------------------------------------------------- diff --git a/blog/2014/05/27/getting-started-with-accumulo-1.6.0.html b/blog/2014/05/27/getting-started-with-accumulo-1.6.0.html index 4492458..038796f 100644 --- a/blog/2014/05/27/getting-started-with-accumulo-1.6.0.html +++ b/blog/2014/05/27/getting-started-with-accumulo-1.6.0.html @@ -51,7 +51,13 @@ } }); }); - + + // fix sidebar width in documentation + $(function() { + var $affixElement = $('div[data-spy="affix"]'); + $affixElement.width($affixElement.parent().width()); + }); + // configure Google Analytics (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), @@ -142,12 +148,11 @@

Getting Started with Apache Accumulo 1.6.0

- - - +

+Author:   Josh Elser
+Date:   27 May 2014
-

Author  Josh Elser
Date   27 May 2014
-

+

Originally posted at https://blogs.apache.org/accumulo/entry/getting_started_with_apache_accumulo

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/eab65f94/blog/2014/06/25/scaling-accumulo-with-multivolume-support.html ---------------------------------------------------------------------- diff --git a/blog/2014/06/25/scaling-accumulo-with-multivolume-support.html b/blog/2014/06/25/scaling-accumulo-with-multivolume-support.html index 6cd26ed..95346b7 100644 --- a/blog/2014/06/25/scaling-accumulo-with-multivolume-support.html +++ b/blog/2014/06/25/scaling-accumulo-with-multivolume-support.html @@ -51,7 +51,13 @@ } }); }); - + + // fix sidebar width in documentation + $(function() { + var $affixElement = $('div[data-spy="affix"]'); + $affixElement.width($affixElement.parent().width()); + }); + // configure Google Analytics (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), @@ -142,12 +148,11 @@

Scaling Accumulo with Multi-Volume Support

- - - +

+Author:   Dave Marion & Eric Newton
+Date:   25 Jun 2014
-

Author  Dave Marion & Eric Newton
Date   25 Jun 2014
-

+

Originally posted at https://blogs.apache.org/accumulo/entry/scaling_accumulo_with_multi_volume

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/eab65f94/blog/2014/07/09/functional-reads-over-accumulo.html ---------------------------------------------------------------------- diff --git a/blog/2014/07/09/functional-reads-over-accumulo.html b/blog/2014/07/09/functional-reads-over-accumulo.html index 863c8d4..111fb44 100644 --- a/blog/2014/07/09/functional-reads-over-accumulo.html +++ b/blog/2014/07/09/functional-reads-over-accumulo.html @@ -51,7 +51,13 @@ } }); }); - + + // fix sidebar width in documentation + $(function() { + var $affixElement = $('div[data-spy="affix"]'); + $affixElement.width($affixElement.parent().width()); + }); + // configure Google Analytics (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), @@ -142,12 +148,11 @@

Functional reads over Accumulo

- - - +

+Author:   Josh Elser
+Date:   09 Jul 2014
-

Author  Josh Elser
Date   09 Jul 2014
-

+

Originally posted at https://blogs.apache.org/accumulo/entry/thinking_about_reads_over_accumulo

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/eab65f94/blog/2014/09/02/generating-keystores-for-configuring-accumulo-with-ssl.html ---------------------------------------------------------------------- diff --git a/blog/2014/09/02/generating-keystores-for-configuring-accumulo-with-ssl.html b/blog/2014/09/02/generating-keystores-for-configuring-accumulo-with-ssl.html index 97c4714..b321da5 100644 --- a/blog/2014/09/02/generating-keystores-for-configuring-accumulo-with-ssl.html +++ b/blog/2014/09/02/generating-keystores-for-configuring-accumulo-with-ssl.html @@ -51,7 +51,13 @@ } }); }); - + + // fix sidebar width in documentation + $(function() { + var $affixElement = $('div[data-spy="affix"]'); + $affixElement.width($affixElement.parent().width()); + }); + // configure Google Analytics (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), @@ -142,12 +148,11 @@

Generating Keystores for configuring Accumulo with SSL

- - - +

+Author:   Josh Elser
+Date:   02 Sep 2014
-

Author  Josh Elser
Date   02 Sep 2014
-

+

Originally posted at https://blogs.apache.org/accumulo/entry/generating_keystores_for_configuring_accumulo

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/eab65f94/blog/2015/03/20/balancing-groups-of-tablets.html ---------------------------------------------------------------------- diff --git a/blog/2015/03/20/balancing-groups-of-tablets.html b/blog/2015/03/20/balancing-groups-of-tablets.html index 1f342b9..18496de 100644 --- a/blog/2015/03/20/balancing-groups-of-tablets.html +++ b/blog/2015/03/20/balancing-groups-of-tablets.html @@ -51,7 +51,13 @@ } }); }); - + + // fix sidebar width in documentation + $(function() { + var $affixElement = $('div[data-spy="affix"]'); + $affixElement.width($affixElement.parent().width()); + }); + // configure Google Analytics (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), @@ -142,12 +148,11 @@

Balancing Groups of Tablets

- - - +

+Author:   Keith Turner
+Date:   20 Mar 2015
-

Author  Keith Turner
Date   20 Mar 2015
-

+

Originally posted at https://blogs.apache.org/accumulo/entry/balancing_groups_of_tablets

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/eab65f94/blog/2015/04/06/replicating-data-across-accumulo-clusters.html ---------------------------------------------------------------------- diff --git a/blog/2015/04/06/replicating-data-across-accumulo-clusters.html b/blog/2015/04/06/replicating-data-across-accumulo-clusters.html index 5733f8f..f25b9de 100644 --- a/blog/2015/04/06/replicating-data-across-accumulo-clusters.html +++ b/blog/2015/04/06/replicating-data-across-accumulo-clusters.html @@ -51,7 +51,13 @@ } }); }); - + + // fix sidebar width in documentation + $(function() { + var $affixElement = $('div[data-spy="affix"]'); + $affixElement.width($affixElement.parent().width()); + }); + // configure Google Analytics (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), @@ -142,12 +148,11 @@

Replicating data across Accumulo clusters

- - - +

+Author:   Josh Elser
+Date:   06 Apr 2015
-

Author  Josh Elser
Date   06 Apr 2015
-

+

Originally posted at https://blogs.apache.org/accumulo/entry/data_center_replication

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/eab65f94/blog/2016/11/02/durability-performance.html ---------------------------------------------------------------------- diff --git a/blog/2016/11/02/durability-performance.html b/blog/2016/11/02/durability-performance.html index 9d4d93f..45592fc 100644 --- a/blog/2016/11/02/durability-performance.html +++ b/blog/2016/11/02/durability-performance.html @@ -51,7 +51,13 @@ } }); }); - + + // fix sidebar width in documentation + $(function() { + var $affixElement = $('div[data-spy="affix"]'); + $affixElement.width($affixElement.parent().width()); + }); + // configure Google Analytics (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), @@ -142,12 +148,11 @@

Durability Performance Implications

- - - - -
Author  Keith Turner
Date   02 Nov 2016
Reviewer(s)   Josh Elser, Dave Marion, Christopher Tubbs
-

+

+Author:   Keith Turner
+Date:   02 Nov 2016
+Reviewer(s)   Josh Elser, Dave Marion, Christopher Tubbs
+

Overview

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/eab65f94/blog/2016/11/16/simpler-scripts-and-config.html ---------------------------------------------------------------------- diff --git a/blog/2016/11/16/simpler-scripts-and-config.html b/blog/2016/11/16/simpler-scripts-and-config.html index ab0b9d6..b989f6e 100644 --- a/blog/2016/11/16/simpler-scripts-and-config.html +++ b/blog/2016/11/16/simpler-scripts-and-config.html @@ -51,7 +51,13 @@ } }); }); - + + // fix sidebar width in documentation + $(function() { + var $affixElement = $('div[data-spy="affix"]'); + $affixElement.width($affixElement.parent().width()); + }); + // configure Google Analytics (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), @@ -142,12 +148,11 @@

Simpler scripts and configuration coming in Accumulo 2.0.0

- - - - -
Author  Mike Walch
Date   16 Nov 2016
Reviewer(s)   Josh Elser, Chistopher Tubbs
-

+

+Author:   Mike Walch
+Date:   16 Nov 2016
+ +

For the upcoming 2.0.0 release, Accumulo’s scripts and configuration were refactored to make Accumulo easier to use. While Accumulo’s documentation (i.e. the user http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/eab65f94/blog/2016/12/19/running-on-fedora-25.html ---------------------------------------------------------------------- diff --git a/blog/2016/12/19/running-on-fedora-25.html b/blog/2016/12/19/running-on-fedora-25.html index 73649e9..6977881 100644 --- a/blog/2016/12/19/running-on-fedora-25.html +++ b/blog/2016/12/19/running-on-fedora-25.html @@ -51,7 +51,13 @@ } }); }); - + + // fix sidebar width in documentation + $(function() { + var $affixElement = $('div[data-spy="affix"]'); + $affixElement.width($affixElement.parent().width()); + }); + // configure Google Analytics (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), @@ -142,12 +148,11 @@

Running Accumulo on Fedora 25

- - - - -
Author  Christopher Tubbs and Mike Miller
Date   19 Dec 2016
Reviewer(s)   Keith Turner, Mike Walch
-

+

+Author:   Christopher Tubbs and Mike Miller
+Date:   19 Dec 2016
+Reviewer(s)   Keith Turner, Mike Walch
+

Apache Accumulo has been available in Fedora since F20. Recently, the Fedora packages have been updated to Accumulo version 1.6.6 and have made some http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/eab65f94/blog/2017/03/06/security-performance-implications.html ---------------------------------------------------------------------- diff --git a/blog/2017/03/06/security-performance-implications.html b/blog/2017/03/06/security-performance-implications.html index 91fbfb1..56d05b3 100644 --- a/blog/2017/03/06/security-performance-implications.html +++ b/blog/2017/03/06/security-performance-implications.html @@ -51,7 +51,13 @@ } }); }); - + + // fix sidebar width in documentation + $(function() { + var $affixElement = $('div[data-spy="affix"]'); + $affixElement.width($affixElement.parent().width()); + }); + // configure Google Analytics (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), @@ -142,12 +148,11 @@

Security Performance Implications

- +

-

+Date:   06 Mar 2017
-
Date   06 Mar 2017
-

+

The purpose of this two part series was to measure the performance impact of http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/eab65f94/blog/2017/03/21/happy-anniversary-accumulo.html ---------------------------------------------------------------------- diff --git a/blog/2017/03/21/happy-anniversary-accumulo.html b/blog/2017/03/21/happy-anniversary-accumulo.html index 242a9f6..7ce61ab 100644 --- a/blog/2017/03/21/happy-anniversary-accumulo.html +++ b/blog/2017/03/21/happy-anniversary-accumulo.html @@ -51,7 +51,13 @@ } }); }); - + + // fix sidebar width in documentation + $(function() { + var $affixElement = $('div[data-spy="affix"]'); + $affixElement.width($affixElement.parent().width()); + }); + // configure Google Analytics (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), @@ -142,12 +148,11 @@

Happy Anniversary Accumulo

- +

-

+Date:   21 Mar 2017
-
Date   21 Mar 2017
-

+

This month, Apache Accumulo is celebrating five years as a top-level project at the Apache Software Foundation.

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/eab65f94/blog/2017/04/21/introducing-uno-and-muchos.html ---------------------------------------------------------------------- diff --git a/blog/2017/04/21/introducing-uno-and-muchos.html b/blog/2017/04/21/introducing-uno-and-muchos.html new file mode 100644 index 0000000..02e0a4f --- /dev/null +++ b/blog/2017/04/21/introducing-uno-and-muchos.html @@ -0,0 +1,267 @@ + + + + + + + + + + + + +Introducing Uno and Muchos + + + + + + + + + + + +
+
+
+ + +
+ +

Introducing Uno and Muchos

+ +

+Author:   Mike Walch
+Date:   21 Apr 2017
+ +

+ +

While Accumulo’s installation instructions are simple, it can be time consuming to install Accumulo +given its requirement on Hadoop and Zookeeper being installed and running. For a one-time production +installation, this set up time (which can take up to an hour) is not much of an inconvenience. However, it can become a burden +for developers who need to frequently set up Accumulo to test code changes, switch between different +versions, or start a fresh instance on a laptop.

+ +

Uno and Muchos are tools that ease the burden on developers of installing Accumulo and its dependencies. +The names of Uno and Muchos indicate their use case. Uno is designed for running Accumulo on a single node +while Muchos is designed for running Accumulo on a cluster. While Uno and Muchos will install by default the most +recent stable release of Accumulo, Hadoop, and Zookeeper, it is easy to configure different versions to +match a production cluster.

+ +

The sections below show how to use these tools. For more complete documentation, view their respective GitHub +pages.

+ +

Uno

+ +

Uno is a command line tool that sets up Accumulo on a single machine. It can be installed by cloning the +Uno git repo.

+ +
git clone https://github.com/astralway/uno.git
+cd uno
+
+
+ +

Uno works out of the box but it can be customized by modifying conf/uno.conf.

+ +

First, download the Accumulo, Hadoop, and Zookeeper tarballs from Apache by using the command below:

+ +
./bin/uno fetch accumulo
+
+
+ +

The fetch command places all tarballs in the downloads/ directory. Uno can be configured (in conf/uno.conf) +to build an Accumulo tarball from a local git repo when fetch is called.

+ +

After downloading tarballs, the command below sets up Accumulo, Hadoop & Zookeeper in the install/ directory.

+ +
./bin/uno setup accumulo
+
+
+ +

Accumulo, Hadoop, & Zookeeper are now ready to use. You can view the Accumulo monitor at +http://localhost:9995. You can configure your shell using the command below:

+ +
eval "$(./bin/uno env)"
+
+
+ +

Run uno stop accumulo to cleanly stop your cluster and uno start accumulo to start it again.

+ +

If you need a fresh cluster, you can run uno setup accumulo again. To kill your cluster, run uno kill.

+ +

Muchos

+ +

Muchos is a command line tool that launches an AWS EC2 cluster with Accumulo set up on it. It is installed by +cloning its git repo.

+ +
git clone https://github.com/astralway/muchos.git
+cd muchos
+
+
+ +

Before using Muchos, create muchos.props in conf/ and edit it for your AWS environment.

+ +
cp conf/muchos.props.example conf/muchos.props
+vim conf/muchos.props
+
+
+ +

Next, run the command below to launch a cluster in AWS.

+ +
muchos launch -c mycluster
+
+
+ +

After launching the cluster, set up Accumulo on it using the following command.

+ +
muchos setup
+
+
+ +

Use muchos ssh to ssh to the cluster and muchos terminate to terminate all EC2 nodes when you are finished.

+ +

Conclusion

+ +

Uno and Muchos automate installing Accumulo for developmment and testing. While not recommended for production +use at this time, Muchos is a great reference for running Accumulo in production. System admistrators can +reference the Ansible code in Muchos to automate management of their own clusters.

+ + + +

View all posts in the news archive

+ +
+ + + + + +
+
+
+ + http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/eab65f94/contributor/bylaws.html ---------------------------------------------------------------------- diff --git a/contributor/bylaws.html b/contributor/bylaws.html index a633c23..6311105 100644 --- a/contributor/bylaws.html +++ b/contributor/bylaws.html @@ -51,7 +51,13 @@ } }); }); - + + // fix sidebar width in documentation + $(function() { + var $affixElement = $('div[data-spy="affix"]'); + $affixElement.width($affixElement.parent().width()); + }); + // configure Google Analytics (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), http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/eab65f94/contributor/consensusBuilding.html ---------------------------------------------------------------------- diff --git a/contributor/consensusBuilding.html b/contributor/consensusBuilding.html index 3519fa6..355af54 100644 --- a/contributor/consensusBuilding.html +++ b/contributor/consensusBuilding.html @@ -51,7 +51,13 @@ } }); }); - + + // fix sidebar width in documentation + $(function() { + var $affixElement = $('div[data-spy="affix"]'); + $affixElement.width($affixElement.parent().width()); + }); + // configure Google Analytics (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), http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/eab65f94/contributor/contrib-projects.html ---------------------------------------------------------------------- diff --git a/contributor/contrib-projects.html b/contributor/contrib-projects.html index 38ee2d5..feab7cd 100644 --- a/contributor/contrib-projects.html +++ b/contributor/contrib-projects.html @@ -51,7 +51,13 @@ } }); }); - + + // fix sidebar width in documentation + $(function() { + var $affixElement = $('div[data-spy="affix"]'); + $affixElement.width($affixElement.parent().width()); + }); + // configure Google Analytics (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), http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/eab65f94/contributor/git.html ---------------------------------------------------------------------- diff --git a/contributor/git.html b/contributor/git.html index 36f4ac8..e30f3b8 100644 --- a/contributor/git.html +++ b/contributor/git.html @@ -51,7 +51,13 @@ } }); }); - + + // fix sidebar width in documentation + $(function() { + var $affixElement = $('div[data-spy="affix"]'); + $affixElement.width($affixElement.parent().width()); + }); + // configure Google Analytics (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), http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/eab65f94/contributor/index.html ---------------------------------------------------------------------- diff --git a/contributor/index.html b/contributor/index.html index 5946935..e04bf92 100644 --- a/contributor/index.html +++ b/contributor/index.html @@ -51,7 +51,13 @@ } }); }); - + + // fix sidebar width in documentation + $(function() { + var $affixElement = $('div[data-spy="affix"]'); + $affixElement.width($affixElement.parent().width()); + }); + // configure Google Analytics (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), http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/eab65f94/contributor/lazyConsensus.html ---------------------------------------------------------------------- diff --git a/contributor/lazyConsensus.html b/contributor/lazyConsensus.html index 0417ab4..72cb747 100644 --- a/contributor/lazyConsensus.html +++ b/contributor/lazyConsensus.html @@ -51,7 +51,13 @@ } }); }); - + + // fix sidebar width in documentation + $(function() { + var $affixElement = $('div[data-spy="affix"]'); + $affixElement.width($affixElement.parent().width()); + }); + // configure Google Analytics (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), http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/eab65f94/contributor/making-release.html ---------------------------------------------------------------------- diff --git a/contributor/making-release.html b/contributor/making-release.html index 90b365f..88f696f 100644 --- a/contributor/making-release.html +++ b/contributor/making-release.html @@ -51,7 +51,13 @@ } }); }); - + + // fix sidebar width in documentation + $(function() { + var $affixElement = $('div[data-spy="affix"]'); + $affixElement.width($affixElement.parent().width()); + }); + // configure Google Analytics (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), @@ -249,18 +255,72 @@ automatically.

Fill out the add release form to update the projects website.

-

Update the Website

+

Update the Accumulo project website

-

After a successful vote, this website needs to be updated with the new artifacts.

+

After a successful vote, this website needs to be updated with the new artifacts.

    -
  • Copy Accumulo User Manual (HTML version exists in >=1.7.0)
  • Update downloads page
  • Create a post in _posts/release/ containing release notes (ensure notes contain link to JIRA changes for that version)
  • Remove previous bug-fix release (if applicable)
  • Update doap_Accumulo.rdf
+

Documentation

+ +

Starting with 2.0.0, the source code for the Accumulo documentation was moved to the accumulo-website repo except +for two markdown files that should be changed in the Accumulo repo and copied/mirrored to the website repo for releases.

+ +
    +
  1. +

    INSTALL.md is mirrored from Accumulo repo using a tool like meld.

    + +
     meld /path/to/accumulo/INSTALL.md /path/to/accumulo-website/_docs-2-x/getting-started/quick-install.md
    +
    +
    +
  2. +
  3. +

    configuration-properties is copied after it is generated by the Accumulo build.

    + +
     cp /path/to/accumulo/core/target/generated-docs/configuration-properties.md /path/to/accumulo-website/_docs-2-x/administration/configuration-properties.md
    +
    +
    +
  4. +
+ +

For 2.x minor releases, follow the steps below:

+ +
    +
  1. +

    Create a new documentation collection for the new minor release (i.e 2.0) using the unreleased collection. Avoid using a dot . in the directory name:

    + +
     cp -r _docs-unreleased _docs-2-0
    +
    +
    +
  2. +
  3. +

    Create a new doc layout using the unreleased layout. Update the reference to site.docs-unreleased to site.docs-2-0 (if making 2.0 release):

    + +
     cp _layouts/docs-unreleased.html _layouts/docs-2.0.html
    + vim _layouts/docs-2.0.html
    +
    +
    +
  4. +
  5. +

    Point Jekyll to the new documentation collection by modifying collections and defaults in _config.yml. Follow what was done for previous +releases.

    +
  6. +
  7. +

    Copy configuration-properties and mirror INSTALL.md.

    +
  8. +
+ +

Once a collection is created for a 2.x minor release, developers can make documentation updates like normal website updates.

+ +

For 2.x bugfix releases, copy configuration-properties and mirror INSTALL.md.

+ +

For 1.x minor & bugfix releases, copy accumulo_user_manual.html generated for release to the 1.x/ directory in the accumulo-website repo.

+

Javadocs

Javadocs are easy to update. Using the latest JDK7 or later (at least JDK 7u21 http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/eab65f94/contributor/rb.html ---------------------------------------------------------------------- diff --git a/contributor/rb.html b/contributor/rb.html index 8b1891c..416a710 100644 --- a/contributor/rb.html +++ b/contributor/rb.html @@ -51,7 +51,13 @@ } }); }); - + + // fix sidebar width in documentation + $(function() { + var $affixElement = $('div[data-spy="affix"]'); + $affixElement.width($affixElement.parent().width()); + }); + // configure Google Analytics (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), http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/eab65f94/contributor/source.html ---------------------------------------------------------------------- diff --git a/contributor/source.html b/contributor/source.html index 7db987a..d131634 100644 --- a/contributor/source.html +++ b/contributor/source.html @@ -51,7 +51,13 @@ } }); }); - + + // fix sidebar width in documentation + $(function() { + var $affixElement = $('div[data-spy="affix"]'); + $affixElement.width($affixElement.parent().width()); + }); + // configure Google Analytics (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), http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/eab65f94/contributor/verifying-release.html ---------------------------------------------------------------------- diff --git a/contributor/verifying-release.html b/contributor/verifying-release.html index 3cef55a..d79c9fa 100644 --- a/contributor/verifying-release.html +++ b/contributor/verifying-release.html @@ -51,7 +51,13 @@ } }); }); - + + // fix sidebar width in documentation + $(function() { + var $affixElement = $('div[data-spy="affix"]'); + $affixElement.width($affixElement.parent().width()); + }); + // configure Google Analytics (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), @@ -171,11 +177,11 @@ trumps anything written here.

property in the pom.xml and using the staging repo. Also, run the unit/integration tests using mvn verify.

  • -

    Run Accumulo’s distributed tests (i.e RandomWalk, ContinuousIngest, etc). Information on these tests can -be found in their respective directories, test/system/randomwalk and test/system/continuous, which -include instructions on how to run the tests. These tests are intended to be run for days on end while -injecting faults into the system. These are the tests that truly verify the correctness of Accumulo on -real systems.

    +

    Run Accumulo’s distributed tests (i.e. random walk, continous ingest). These tests are intended to be run for days +on end while injecting faults into the system. These are the tests that truly verify the correctness of Accumulo on +real systems. Starting with 2.0, these tests are run using the Accumulo Testing repo. See the README.md +for more information. Before 2.0, these tests are found in Accumulo tarball at test/system/randomwalk and +test/system/continuous which include instructions on how to run the tests.

  • http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/eab65f94/contributor/versioning.html ---------------------------------------------------------------------- diff --git a/contributor/versioning.html b/contributor/versioning.html index 3f79a82..e274c7c 100644 --- a/contributor/versioning.html +++ b/contributor/versioning.html @@ -51,7 +51,13 @@ } }); }); - + + // fix sidebar width in documentation + $(function() { + var $affixElement = $('div[data-spy="affix"]'); + $affixElement.width($affixElement.parent().width()); + }); + // configure Google Analytics (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), http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/eab65f94/contributor/voting.html ---------------------------------------------------------------------- diff --git a/contributor/voting.html b/contributor/voting.html index 029602b..8f8f94c 100644 --- a/contributor/voting.html +++ b/contributor/voting.html @@ -51,7 +51,13 @@ } }); }); - + + // fix sidebar width in documentation + $(function() { + var $affixElement = $('div[data-spy="affix"]'); + $affixElement.width($affixElement.parent().width()); + }); + // configure Google Analytics (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), http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/eab65f94/css/accumulo.css ---------------------------------------------------------------------- diff --git a/css/accumulo.css b/css/accumulo.css index 15f993b..ceeb52b 100644 --- a/css/accumulo.css +++ b/css/accumulo.css @@ -61,6 +61,10 @@ .highlight .vi { color: #008080; } .highlight .il { color: #099; } +table { margin: 10px 0px 30px 0px; padding: 10px 5px 10px 5px; } + +th, td { padding: 10px 100px 10px 5px; border-bottom: 1px solid #ddd; } + h1 { font-size: 34px; } h2 { font-size: 28px; } @@ -95,7 +99,7 @@ code { background-color: #f5f5f5; color: #20b2aa; /* override nowrap in bootstra .clear { clear: both; } -#content { padding: 0 8px 40px; } +#content { padding: 0 8px 20px; } #content h1 { margin-bottom: 0.5em; } @@ -121,6 +125,8 @@ footer > p { width: 60%; margin-left: auto; margin-right: auto; } #apachecon img { padding-bottom: 10px; } +.doc-sidebar-link { font-size: 14px; margin-bottom: 10px; margin-left: 0px; } + .header-link { padding-left: 5px; opacity: 0; \-webkit-transition: opacity 0.2s ease-in-out 0.1s; \-moz-transition: opacity 0.2s ease-in-out 0.1s; \-ms-transition: opacity 0.2s ease-in-out 0.1s; } h2:hover .header-link, h3:hover .header-link, h4:hover .header-link, h5:hover .header-link, h6:hover .header-link { opacity: 1; } @@ -128,6 +134,8 @@ h2:hover .header-link, h3:hover .header-link, h4:hover .header-link, h5:hover .h /* insert invisible space above header elements with an id attribute, so that if they are linked to, the actual content will appear below the nav menu */ h1[id]::before, h2[id]::before, h3[id]::before, h4[id]::before, h5[id]::before, h6[id]::before { display: block; content: " "; margin-top: -80px; height: 80px; visibility: hidden; } +/* Turn off sidebar affix for small screens */ +@media (max-width: 975px) { .affix { position: static; } } /* Makes navbar collapse at larger width (1050px) */ @media (max-width: 975px) { .navbar-header { float: none; } .navbar-toggle { display: block; }