http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/59a6d65d/glossary.html ---------------------------------------------------------------------- diff --git a/glossary.html b/glossary.html deleted file mode 100644 index 7116d7f..0000000 --- a/glossary.html +++ /dev/null @@ -1,378 +0,0 @@ -<!DOCTYPE html> -<html lang="en"> -<head> -<!-- - Licensed to the Apache Software Foundation (ASF) under one or more - contributor license agreements. See the NOTICE file distributed with - this work for additional information regarding copyright ownership. - The ASF licenses this file to You under the Apache License, Version 2.0 - (the "License"); you may not use this file except in compliance with - the License. You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. ---> -<meta charset="utf-8"> -<meta http-equiv="X-UA-Compatible" content="IE=edge"> -<meta name="viewport" content="width=device-width, initial-scale=1"> -<link href="https://maxcdn.bootstrapcdn.com/bootswatch/3.3.7/paper/bootstrap.min.css" rel="stylesheet" integrity="sha384-awusxf8AUojygHf2+joICySzB780jVvQaVCAt1clU3QsyAitLGul28Qxb2r1e5g+" crossorigin="anonymous"> -<link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet"> -<link rel="stylesheet" type="text/css" href="https://cdn.datatables.net/v/bs/jq-2.2.3/dt-1.10.12/datatables.min.css"> -<link href="/css/accumulo.css" rel="stylesheet" type="text/css"> - -<title>Glossary</title> - -<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.4/jquery.min.js"></script> -<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script> -<script type="text/javascript" src="https://cdn.datatables.net/v/bs/jq-2.2.3/dt-1.10.12/datatables.min.js"></script> -<script> - // show location of canonical site if not currently on the canonical site - $(function() { - var host = window.location.host; - if (typeof host !== 'undefined' && host !== 'accumulo.apache.org') { - $('#non-canonical').show(); - } - }); - - $(function() { - // decorate section headers with anchors - return $("h2, h3, h4, h5, h6").each(function(i, el) { - var $el, icon, id; - $el = $(el); - id = $el.attr('id'); - icon = '<i class="fa fa-link"></i>'; - if (id) { - return $el.append($("<a />").addClass("header-link").attr("href", "#" + id).html(icon)); - } - }); - }); - - // 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), - m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) - })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); - - if (ga.hasOwnProperty('loaded') && ga.loaded === true) { - ga('create', 'UA-50934829-1', 'apache.org'); - ga('send', 'pageview'); - } -</script> - -</head> -<body style="padding-top: 100px"> - - <nav class="navbar navbar-default navbar-fixed-top"> - <div class="container"> - <div class="navbar-header"> - <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar-items"> - <span class="sr-only">Toggle navigation</span> - <span class="icon-bar"></span> - <span class="icon-bar"></span> - <span class="icon-bar"></span> - </button> - <a href="/"><img id="nav-logo" alt="Apache Accumulo" class="img-responsive" src="/images/accumulo-logo.png" width="200"/></a> - </div> - <div class="collapse navbar-collapse" id="navbar-items"> - <ul class="nav navbar-nav"> - <li class="nav-link"><a href="/downloads">Download</a></li> - <li class="dropdown"> - <a class="dropdown-toggle" data-toggle="dropdown" href="#">Releases<span class="caret"></span></a> - <ul class="dropdown-menu"> - <li><a href="/release/accumulo-1.8.0/">1.8.0 (Latest)</a></li> - <li><a href="/release/accumulo-1.7.2/">1.7.2</a></li> - <li><a href="/release/accumulo-1.6.6/">1.6.6</a></li> - <li><a href="/release/">Archive</a></li> - </ul> - </li> - <li class="dropdown"> - <a class="dropdown-toggle" data-toggle="dropdown" href="#">Documentation<span class="caret"></span></a> - <ul class="dropdown-menu"> - <li><a href="/user-manual/">User Manuals</a></li> - <li><a href="/javadocs/">Javadocs</a></li> - <li><a href="/examples/">Examples</a></li> - <li><a href="/notable_features">Features</a></li> - <li><a href="/screenshots">Screenshots</a></li> - <li><a href="/papers">Papers & Presentations</a></li> - <li><a href="/glossary">Glossary</a></li> - </ul> - </li> - <li class="dropdown"> - <a class="dropdown-toggle" data-toggle="dropdown" href="#">Community<span class="caret"></span></a> - <ul class="dropdown-menu"> - <li><a href="/get_involved">Get Involved</a></li> - <li><a href="/mailing_list">Mailing Lists</a></li> - <li><a href="/people">People</a></li> - <li><a href="/news">News Archive</a></li> - <li><a href="/projects">Community Projects</a></li> - <li><a href="/thanks">Thanks</a></li> - <li><a href="/governance/">Governance</a></li> - </ul> - </li> - <li class="dropdown"> - <a class="dropdown-toggle" data-toggle="dropdown" href="#">Development<span class="caret"></span></a> - <ul class="dropdown-menu"> - <li><a href="https://issues.apache.org/jira/browse/ACCUMULO">Issue Tracker <i class="fa fa-external-link"></i></a></li> - <li><a href="https://github.com/apache/accumulo/pulls">Pull Requests <i class="fa fa-external-link"></i></a></li> - <li><a href="https://builds.apache.org/view/A/view/Accumulo">Jenkins Builds <i class="fa fa-external-link"></i></a></li> - <li><a href="https://travis-ci.org/apache/accumulo">TravisCI Builds <i class="fa fa-external-link"></i></a></li> - <li class="divider"></li> - <li class="dropdown-header">Guides</li> - <li><a href="/source">Source & Guide</a></li> - <li><a href="/git">Git Workflow</a></li> - <li><a href="/versioning">Versioning</a></li> - <li><a href="/contrib">Contrib Projects</a></li> - <li><a href="/rb">Review Board</a></li> - <li><a href="/releasing">Making Releases</a></li> - <li><a href="/verifying_releases">Verifying Releases</a></li> - </ul> - </li> - </ul> - <ul class="nav navbar-nav navbar-right"> - <li class="dropdown"> - <a class="dropdown-toggle" data-toggle="dropdown" href="#">Apache Software Foundation<span class="caret"></span></a> - <ul class="dropdown-menu"> - <li><a href="https://www.apache.org">Apache Homepage <i class="fa fa-external-link"></i></a></li> - <li><a href="https://www.apache.org/licenses/LICENSE-2.0">License <i class="fa fa-external-link"></i></a></li> - <li><a href="https://www.apache.org/foundation/sponsorship">Sponsorship <i class="fa fa-external-link"></i></a></li> - <li><a href="https://www.apache.org/security">Security <i class="fa fa-external-link"></i></a></li> - <li><a href="https://www.apache.org/foundation/thanks">Thanks <i class="fa fa-external-link"></i></a></li> - <li><a href="https://www.apache.org/foundation/policies/conduct">Code of Conduct <i class="fa fa-external-link"></i></a></li> - </ul> - </li> - </ul> - </div> - </div> -</nav> - - - <div class="container"> - <div class="row"> - <div class="col-md-12"> - - <div id="non-canonical" style="display: none; background-color: #F0E68C; padding-left: 1em;"> - Visit the official site at: <a href="https://accumulo.apache.org">https://accumulo.apache.org</a> - </div> - <div id="content"> - - <h1 class="title">Glossary</h1> - - <dl> - <dt>authorizations</dt> - <dd> - <blockquote> - <p>a set of strings associated with a user or with a particular scan that will -be used to determine which key/value pairs are visible to the user.</p> - </blockquote> - </dd> - <dt>cell</dt> - <dd> - <blockquote> - <p>a set of key/value pairs whose keys differ only in timestamp.</p> - </blockquote> - </dd> - <dt>column</dt> - <dd> - <blockquote> - <p>the portion of the key that sorts after the row and is divided into family, -qualifier, and visibility.</p> - </blockquote> - </dd> - <dt>column family</dt> - <dd> - <blockquote> - <p>the portion of the key that sorts second and controls locality groups, the -row/column hybrid nature of accumulo.</p> - </blockquote> - </dd> - <dt>column qualifier</dt> - <dd> - <blockquote> - <p>the portion of the key that sorts third and provides additional key -uniqueness.</p> - </blockquote> - </dd> - <dt>column visibility</dt> - <dd> - <blockquote> - <p>the portion of the key that sorts fourth and controls user access to -individual key/value pairs. Visibilities are boolean AND (&) and OR (|) -combinations of authorization strings with parentheses required to determine -ordering, e.g. (AB&C)|DEF.</p> - </blockquote> - </dd> - <dt>iterator</dt> - <dd> - <blockquote> - <p>a mechanism for modifying tablet-local portions of the key/value space. -Iterators are used for standard administrative tasks as well as for custom -processing.</p> - </blockquote> - </dd> - <dt>iterator priority</dt> - <dd> - <blockquote> - <p>an iterator must be configured with a particular scope and priority. When a -tablet server enters that scope, it will instantiate iterators in priority -order starting from the smallest priority and ending with the largest, and -apply each to the data read before rewriting the data or sending the data to -the user.</p> - </blockquote> - </dd> - <dt>iterator scopes</dt> - <dd> - <blockquote> - <p>the possible scopes for iterators are where the tablet server is already -reading and/or writing data: minor compaction / flush time (<em>minc</em> -scope), major compaction / file merging time (<em>majc</em> scope), and query -time (<em>scan</em> scope).</p> - </blockquote> - </dd> - <dt>gc</dt> - <dd> - <blockquote> - <p>process that identifies temporary files in HDFS that are no longer needed by -any process, and deletes them.</p> - </blockquote> - </dd> - <dt>key</dt> - <dd> - <blockquote> - <p>the key into the distributed sorted map which is accumulo. The key is -subdivided into row, column, and timestamp. The column is further divided into -family, qualifier, and visibility.</p> - </blockquote> - </dd> - <dt>locality group</dt> - <dd> - <blockquote> - <p>a set of column families that will be grouped together on disk. With no -locality groups configured, data is stored on disk in row order. If each -column family were configured to be its own locality group, the data for each -column would be stored separately, in row order. Configuring sets of columns -into locality groups is a compromise between the two approaches and will -improve performance when multiple columns are accessed in the same scan.</p> - </blockquote> - </dd> - <dt>log-structured merge-tree</dt> - <dd> - <blockquote> - <p>the sorting / flushing / merging scheme on which BigTableâs design is based.</p> - </blockquote> - </dd> - <dt>logger</dt> - <dd> - <blockquote> - <p>in 1.4 and older, process that accepts updates to tablet servers and writes -them to local on-disk storage for redundancy. in 1.5 the functionality was -subsumed by the tablet server and datanode with HDFS writes.</p> - </blockquote> - </dd> - <dt>major compaction</dt> - <dd> - <blockquote> - <p>merging multiple files into a single file. If all of a tabletâs files are -merged into a single file, it is called a <em>full major compaction</em>.</p> - </blockquote> - </dd> - <dt>master</dt> - <dd> - <blockquote> - <p>process that detects and responds to tablet failures, balances load across -tablet servers by assigning and migrating tablets when required, coordinates -table operations, and handles tablet server logistics (startup, shutdown, -recovery).</p> - </blockquote> - </dd> - <dt>minor compaction</dt> - <dd> - <blockquote> - <p>flushing data from memory to disk. Usually this creates a new file for a -tablet, but if the memory flushed is merge-sorted in with data from an existing -file (replacing that file), it is called a <em>merging minor compaction</em>.</p> - </blockquote> - </dd> - <dt>monitor</dt> - <dd> - <blockquote> - <p>process that displays status and usage information for all Accumulo -components.</p> - </blockquote> - </dd> - <dt>permissions</dt> - <dd> - <blockquote> - <p>administrative abilities that must be given to a user such as creating tables -or users and changing permissions or configuration parameters.</p> - </blockquote> - </dd> - <dt>row</dt> - <dd> - <blockquote> - <p>the portion of the key that controls atomicity. Keys with the same row are -guaranteed to remain on a single tablet hosted by a single tablet server, -therefore multiple key/value pairs can be added to or removed from a row at the -same time. The row is used for the primary sorting of the key.</p> - </blockquote> - </dd> - <dt>scan</dt> - <dd> - <blockquote> - <p>reading a range of key/value pairs.</p> - </blockquote> - </dd> - <dt>tablet</dt> - <dd> - <blockquote> - <p>a contiguous key range; the unit of work for a tablet server.</p> - </blockquote> - </dd> - <dt>tablet servers</dt> - <dd> - <blockquote> - <p>a set of servers that hosts reads and writes for tablets. Each server hosts -a distinct set of tablets at any given time, but the tablets may be hosted by -different servers over time.</p> - </blockquote> - </dd> - <dt>timestamp</dt> - <dd> - <blockquote> - <p>the portion of the key that controls versioning. Otherwise identical keys -with differing timestamps are considered to be versions of a single -<em>cell</em>. Accumulo can be configured to keep the <em>N</em> newest -versions of each <em>cell</em>. When a deletion entry is inserted, it deletes -all earlier versions for its cell.</p> - </blockquote> - </dd> - <dt>value</dt> - <dd> - <blockquote> - <p>immutable bytes associated with a particular key.</p> - </blockquote> - </dd> -</dl> - - - </div> - - -<footer> - - <p><a href="https://www.apache.org"><img src="/images/feather-small.gif" alt="Apache Software Foundation" id="asf-logo" height="100" /></a></p> - - <p>Copyright © 2011-2016 The Apache Software Foundation. Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p> - -</footer> - - - </div> - </div> - </div> -</body> -</html>
http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/59a6d65d/glossary/index.html ---------------------------------------------------------------------- diff --git a/glossary/index.html b/glossary/index.html new file mode 100644 index 0000000..598a9ae --- /dev/null +++ b/glossary/index.html @@ -0,0 +1,359 @@ +<!DOCTYPE html> +<html lang="en"> +<head> +<!-- + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to You under the Apache License, Version 2.0 + (the "License"); you may not use this file except in compliance with + the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> +<meta charset="utf-8"> +<meta http-equiv="X-UA-Compatible" content="IE=edge"> +<meta name="viewport" content="width=device-width, initial-scale=1"> +<link href="https://maxcdn.bootstrapcdn.com/bootswatch/3.3.7/paper/bootstrap.min.css" rel="stylesheet" integrity="sha384-awusxf8AUojygHf2+joICySzB780jVvQaVCAt1clU3QsyAitLGul28Qxb2r1e5g+" crossorigin="anonymous"> +<link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet"> +<link rel="stylesheet" type="text/css" href="https://cdn.datatables.net/v/bs/jq-2.2.3/dt-1.10.12/datatables.min.css"> +<link href="/css/accumulo.css" rel="stylesheet" type="text/css"> + +<title>Glossary</title> + +<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.4/jquery.min.js"></script> +<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script> +<script type="text/javascript" src="https://cdn.datatables.net/v/bs/jq-2.2.3/dt-1.10.12/datatables.min.js"></script> +<script> + // show location of canonical site if not currently on the canonical site + $(function() { + var host = window.location.host; + if (typeof host !== 'undefined' && host !== 'accumulo.apache.org') { + $('#non-canonical').show(); + } + }); + + $(function() { + // decorate section headers with anchors + return $("h2, h3, h4, h5, h6").each(function(i, el) { + var $el, icon, id; + $el = $(el); + id = $el.attr('id'); + icon = '<i class="fa fa-link"></i>'; + if (id) { + return $el.append($("<a />").addClass("header-link").attr("href", "#" + id).html(icon)); + } + }); + }); + + // 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), + m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) + })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); + + if (ga.hasOwnProperty('loaded') && ga.loaded === true) { + ga('create', 'UA-50934829-1', 'apache.org'); + ga('send', 'pageview'); + } +</script> + +</head> +<body style="padding-top: 100px"> + + <nav class="navbar navbar-default navbar-fixed-top"> + <div class="container"> + <div class="navbar-header"> + <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar-items"> + <span class="sr-only">Toggle navigation</span> + <span class="icon-bar"></span> + <span class="icon-bar"></span> + <span class="icon-bar"></span> + </button> + <a href="/"><img id="nav-logo" alt="Apache Accumulo" class="img-responsive" src="/images/accumulo-logo.png" width="200"/></a> + </div> + <div class="collapse navbar-collapse" id="navbar-items"> + <ul class="nav navbar-nav"> + <li class="nav-link"><a href="/downloads">Download</a></li> + <li class="dropdown"> + <a class="dropdown-toggle" data-toggle="dropdown" href="#">Releases<span class="caret"></span></a> + <ul class="dropdown-menu"> + <li><a href="/release/accumulo-1.8.0/">1.8.0 (Latest)</a></li> + <li><a href="/release/accumulo-1.7.2/">1.7.2</a></li> + <li><a href="/release/accumulo-1.6.6/">1.6.6</a></li> + <li><a href="/release/">Archive</a></li> + </ul> + </li> + <li class="dropdown"> + <a class="dropdown-toggle" data-toggle="dropdown" href="#">Documentation<span class="caret"></span></a> + <ul class="dropdown-menu"> + <li><a href="/1.8/accumulo_user_manual.html">User Manual (1.8)</a></li> + <li><a href="/1.8/apidocs">Javadocs (1.8)</a></li> + <li><a href="/1.8/examples">Examples (1.8)</a></li> + <li><a href="/features">Features</a></li> + <li><a href="/papers">Papers & Presentations</a></li> + <li><a href="/glossary">Glossary</a></li> + <li><a href="/docs-archive/">Archive</a></li> + </ul> + </li> + <li class="dropdown"> + <a class="dropdown-toggle" data-toggle="dropdown" href="#">Community<span class="caret"></span></a> + <ul class="dropdown-menu"> + <li><a href="/get_involved">Get Involved</a></li> + <li><a href="/mailing_list">Mailing Lists</a></li> + <li><a href="/people">People</a></li> + <li><a href="/projects">Related Projects</a></li> + <li><a href="/contributor/">Contributor Guide</a></li> + <li><a href="/governance/">Governance</a></li> + </ul> + </li> + </ul> + <ul class="nav navbar-nav navbar-right"> + <li class="dropdown"> + <a class="dropdown-toggle" data-toggle="dropdown" href="#">Apache Software Foundation<span class="caret"></span></a> + <ul class="dropdown-menu"> + <li><a href="https://www.apache.org">Apache Homepage <i class="fa fa-external-link"></i></a></li> + <li><a href="https://www.apache.org/licenses/LICENSE-2.0">License <i class="fa fa-external-link"></i></a></li> + <li><a href="https://www.apache.org/foundation/sponsorship">Sponsorship <i class="fa fa-external-link"></i></a></li> + <li><a href="https://www.apache.org/security">Security <i class="fa fa-external-link"></i></a></li> + <li><a href="https://www.apache.org/foundation/thanks">Thanks <i class="fa fa-external-link"></i></a></li> + <li><a href="https://www.apache.org/foundation/policies/conduct">Code of Conduct <i class="fa fa-external-link"></i></a></li> + </ul> + </li> + </ul> + </div> + </div> +</nav> + + + <div class="container"> + <div class="row"> + <div class="col-md-12"> + + <div id="non-canonical" style="display: none; background-color: #F0E68C; padding-left: 1em;"> + Visit the official site at: <a href="https://accumulo.apache.org">https://accumulo.apache.org</a> + </div> + <div id="content"> + + <h1 class="title">Glossary</h1> + + <dl> + <dt>authorizations</dt> + <dd> + <blockquote> + <p>a set of strings associated with a user or with a particular scan that will +be used to determine which key/value pairs are visible to the user.</p> + </blockquote> + </dd> + <dt>cell</dt> + <dd> + <blockquote> + <p>a set of key/value pairs whose keys differ only in timestamp.</p> + </blockquote> + </dd> + <dt>column</dt> + <dd> + <blockquote> + <p>the portion of the key that sorts after the row and is divided into family, +qualifier, and visibility.</p> + </blockquote> + </dd> + <dt>column family</dt> + <dd> + <blockquote> + <p>the portion of the key that sorts second and controls locality groups, the +row/column hybrid nature of accumulo.</p> + </blockquote> + </dd> + <dt>column qualifier</dt> + <dd> + <blockquote> + <p>the portion of the key that sorts third and provides additional key +uniqueness.</p> + </blockquote> + </dd> + <dt>column visibility</dt> + <dd> + <blockquote> + <p>the portion of the key that sorts fourth and controls user access to +individual key/value pairs. Visibilities are boolean AND (&) and OR (|) +combinations of authorization strings with parentheses required to determine +ordering, e.g. (AB&C)|DEF.</p> + </blockquote> + </dd> + <dt>iterator</dt> + <dd> + <blockquote> + <p>a mechanism for modifying tablet-local portions of the key/value space. +Iterators are used for standard administrative tasks as well as for custom +processing.</p> + </blockquote> + </dd> + <dt>iterator priority</dt> + <dd> + <blockquote> + <p>an iterator must be configured with a particular scope and priority. When a +tablet server enters that scope, it will instantiate iterators in priority +order starting from the smallest priority and ending with the largest, and +apply each to the data read before rewriting the data or sending the data to +the user.</p> + </blockquote> + </dd> + <dt>iterator scopes</dt> + <dd> + <blockquote> + <p>the possible scopes for iterators are where the tablet server is already +reading and/or writing data: minor compaction / flush time (<em>minc</em> +scope), major compaction / file merging time (<em>majc</em> scope), and query +time (<em>scan</em> scope).</p> + </blockquote> + </dd> + <dt>gc</dt> + <dd> + <blockquote> + <p>process that identifies temporary files in HDFS that are no longer needed by +any process, and deletes them.</p> + </blockquote> + </dd> + <dt>key</dt> + <dd> + <blockquote> + <p>the key into the distributed sorted map which is accumulo. The key is +subdivided into row, column, and timestamp. The column is further divided into +family, qualifier, and visibility.</p> + </blockquote> + </dd> + <dt>locality group</dt> + <dd> + <blockquote> + <p>a set of column families that will be grouped together on disk. With no +locality groups configured, data is stored on disk in row order. If each +column family were configured to be its own locality group, the data for each +column would be stored separately, in row order. Configuring sets of columns +into locality groups is a compromise between the two approaches and will +improve performance when multiple columns are accessed in the same scan.</p> + </blockquote> + </dd> + <dt>log-structured merge-tree</dt> + <dd> + <blockquote> + <p>the sorting / flushing / merging scheme on which BigTableâs design is based.</p> + </blockquote> + </dd> + <dt>logger</dt> + <dd> + <blockquote> + <p>in 1.4 and older, process that accepts updates to tablet servers and writes +them to local on-disk storage for redundancy. in 1.5 the functionality was +subsumed by the tablet server and datanode with HDFS writes.</p> + </blockquote> + </dd> + <dt>major compaction</dt> + <dd> + <blockquote> + <p>merging multiple files into a single file. If all of a tabletâs files are +merged into a single file, it is called a <em>full major compaction</em>.</p> + </blockquote> + </dd> + <dt>master</dt> + <dd> + <blockquote> + <p>process that detects and responds to tablet failures, balances load across +tablet servers by assigning and migrating tablets when required, coordinates +table operations, and handles tablet server logistics (startup, shutdown, +recovery).</p> + </blockquote> + </dd> + <dt>minor compaction</dt> + <dd> + <blockquote> + <p>flushing data from memory to disk. Usually this creates a new file for a +tablet, but if the memory flushed is merge-sorted in with data from an existing +file (replacing that file), it is called a <em>merging minor compaction</em>.</p> + </blockquote> + </dd> + <dt>monitor</dt> + <dd> + <blockquote> + <p>process that displays status and usage information for all Accumulo +components.</p> + </blockquote> + </dd> + <dt>permissions</dt> + <dd> + <blockquote> + <p>administrative abilities that must be given to a user such as creating tables +or users and changing permissions or configuration parameters.</p> + </blockquote> + </dd> + <dt>row</dt> + <dd> + <blockquote> + <p>the portion of the key that controls atomicity. Keys with the same row are +guaranteed to remain on a single tablet hosted by a single tablet server, +therefore multiple key/value pairs can be added to or removed from a row at the +same time. The row is used for the primary sorting of the key.</p> + </blockquote> + </dd> + <dt>scan</dt> + <dd> + <blockquote> + <p>reading a range of key/value pairs.</p> + </blockquote> + </dd> + <dt>tablet</dt> + <dd> + <blockquote> + <p>a contiguous key range; the unit of work for a tablet server.</p> + </blockquote> + </dd> + <dt>tablet servers</dt> + <dd> + <blockquote> + <p>a set of servers that hosts reads and writes for tablets. Each server hosts +a distinct set of tablets at any given time, but the tablets may be hosted by +different servers over time.</p> + </blockquote> + </dd> + <dt>timestamp</dt> + <dd> + <blockquote> + <p>the portion of the key that controls versioning. Otherwise identical keys +with differing timestamps are considered to be versions of a single +<em>cell</em>. Accumulo can be configured to keep the <em>N</em> newest +versions of each <em>cell</em>. When a deletion entry is inserted, it deletes +all earlier versions for its cell.</p> + </blockquote> + </dd> + <dt>value</dt> + <dd> + <blockquote> + <p>immutable bytes associated with a particular key.</p> + </blockquote> + </dd> +</dl> + + + </div> + + +<footer> + + <p><a href="https://www.apache.org"><img src="/images/feather-small.gif" alt="Apache Software Foundation" id="asf-logo" height="100" /></a></p> + + <p>Copyright © 2011-2016 The Apache Software Foundation. Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p> + +</footer> + + + </div> + </div> + </div> +</body> +</html> http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/59a6d65d/governance/bylaws.html ---------------------------------------------------------------------- diff --git a/governance/bylaws.html b/governance/bylaws.html index efd81bb..d681cc4 100644 --- a/governance/bylaws.html +++ b/governance/bylaws.html @@ -93,13 +93,13 @@ <li class="dropdown"> <a class="dropdown-toggle" data-toggle="dropdown" href="#">Documentation<span class="caret"></span></a> <ul class="dropdown-menu"> - <li><a href="/user-manual/">User Manuals</a></li> - <li><a href="/javadocs/">Javadocs</a></li> - <li><a href="/examples/">Examples</a></li> - <li><a href="/notable_features">Features</a></li> - <li><a href="/screenshots">Screenshots</a></li> + <li><a href="/1.8/accumulo_user_manual.html">User Manual (1.8)</a></li> + <li><a href="/1.8/apidocs">Javadocs (1.8)</a></li> + <li><a href="/1.8/examples">Examples (1.8)</a></li> + <li><a href="/features">Features</a></li> <li><a href="/papers">Papers & Presentations</a></li> <li><a href="/glossary">Glossary</a></li> + <li><a href="/docs-archive/">Archive</a></li> </ul> </li> <li class="dropdown"> @@ -108,30 +108,11 @@ <li><a href="/get_involved">Get Involved</a></li> <li><a href="/mailing_list">Mailing Lists</a></li> <li><a href="/people">People</a></li> - <li><a href="/news">News Archive</a></li> - <li><a href="/projects">Community Projects</a></li> - <li><a href="/thanks">Thanks</a></li> + <li><a href="/projects">Related Projects</a></li> + <li><a href="/contributor/">Contributor Guide</a></li> <li><a href="/governance/">Governance</a></li> </ul> </li> - <li class="dropdown"> - <a class="dropdown-toggle" data-toggle="dropdown" href="#">Development<span class="caret"></span></a> - <ul class="dropdown-menu"> - <li><a href="https://issues.apache.org/jira/browse/ACCUMULO">Issue Tracker <i class="fa fa-external-link"></i></a></li> - <li><a href="https://github.com/apache/accumulo/pulls">Pull Requests <i class="fa fa-external-link"></i></a></li> - <li><a href="https://builds.apache.org/view/A/view/Accumulo">Jenkins Builds <i class="fa fa-external-link"></i></a></li> - <li><a href="https://travis-ci.org/apache/accumulo">TravisCI Builds <i class="fa fa-external-link"></i></a></li> - <li class="divider"></li> - <li class="dropdown-header">Guides</li> - <li><a href="/source">Source & Guide</a></li> - <li><a href="/git">Git Workflow</a></li> - <li><a href="/versioning">Versioning</a></li> - <li><a href="/contrib">Contrib Projects</a></li> - <li><a href="/rb">Review Board</a></li> - <li><a href="/releasing">Making Releases</a></li> - <li><a href="/verifying_releases">Verifying Releases</a></li> - </ul> - </li> </ul> <ul class="nav navbar-nav navbar-right"> <li class="dropdown"> http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/59a6d65d/governance/consensusBuilding.html ---------------------------------------------------------------------- diff --git a/governance/consensusBuilding.html b/governance/consensusBuilding.html index 4519a54..cb0408f 100644 --- a/governance/consensusBuilding.html +++ b/governance/consensusBuilding.html @@ -93,13 +93,13 @@ <li class="dropdown"> <a class="dropdown-toggle" data-toggle="dropdown" href="#">Documentation<span class="caret"></span></a> <ul class="dropdown-menu"> - <li><a href="/user-manual/">User Manuals</a></li> - <li><a href="/javadocs/">Javadocs</a></li> - <li><a href="/examples/">Examples</a></li> - <li><a href="/notable_features">Features</a></li> - <li><a href="/screenshots">Screenshots</a></li> + <li><a href="/1.8/accumulo_user_manual.html">User Manual (1.8)</a></li> + <li><a href="/1.8/apidocs">Javadocs (1.8)</a></li> + <li><a href="/1.8/examples">Examples (1.8)</a></li> + <li><a href="/features">Features</a></li> <li><a href="/papers">Papers & Presentations</a></li> <li><a href="/glossary">Glossary</a></li> + <li><a href="/docs-archive/">Archive</a></li> </ul> </li> <li class="dropdown"> @@ -108,30 +108,11 @@ <li><a href="/get_involved">Get Involved</a></li> <li><a href="/mailing_list">Mailing Lists</a></li> <li><a href="/people">People</a></li> - <li><a href="/news">News Archive</a></li> - <li><a href="/projects">Community Projects</a></li> - <li><a href="/thanks">Thanks</a></li> + <li><a href="/projects">Related Projects</a></li> + <li><a href="/contributor/">Contributor Guide</a></li> <li><a href="/governance/">Governance</a></li> </ul> </li> - <li class="dropdown"> - <a class="dropdown-toggle" data-toggle="dropdown" href="#">Development<span class="caret"></span></a> - <ul class="dropdown-menu"> - <li><a href="https://issues.apache.org/jira/browse/ACCUMULO">Issue Tracker <i class="fa fa-external-link"></i></a></li> - <li><a href="https://github.com/apache/accumulo/pulls">Pull Requests <i class="fa fa-external-link"></i></a></li> - <li><a href="https://builds.apache.org/view/A/view/Accumulo">Jenkins Builds <i class="fa fa-external-link"></i></a></li> - <li><a href="https://travis-ci.org/apache/accumulo">TravisCI Builds <i class="fa fa-external-link"></i></a></li> - <li class="divider"></li> - <li class="dropdown-header">Guides</li> - <li><a href="/source">Source & Guide</a></li> - <li><a href="/git">Git Workflow</a></li> - <li><a href="/versioning">Versioning</a></li> - <li><a href="/contrib">Contrib Projects</a></li> - <li><a href="/rb">Review Board</a></li> - <li><a href="/releasing">Making Releases</a></li> - <li><a href="/verifying_releases">Verifying Releases</a></li> - </ul> - </li> </ul> <ul class="nav navbar-nav navbar-right"> <li class="dropdown"> http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/59a6d65d/governance/index.html ---------------------------------------------------------------------- diff --git a/governance/index.html b/governance/index.html index 157feab..4d3a055 100644 --- a/governance/index.html +++ b/governance/index.html @@ -93,13 +93,13 @@ <li class="dropdown"> <a class="dropdown-toggle" data-toggle="dropdown" href="#">Documentation<span class="caret"></span></a> <ul class="dropdown-menu"> - <li><a href="/user-manual/">User Manuals</a></li> - <li><a href="/javadocs/">Javadocs</a></li> - <li><a href="/examples/">Examples</a></li> - <li><a href="/notable_features">Features</a></li> - <li><a href="/screenshots">Screenshots</a></li> + <li><a href="/1.8/accumulo_user_manual.html">User Manual (1.8)</a></li> + <li><a href="/1.8/apidocs">Javadocs (1.8)</a></li> + <li><a href="/1.8/examples">Examples (1.8)</a></li> + <li><a href="/features">Features</a></li> <li><a href="/papers">Papers & Presentations</a></li> <li><a href="/glossary">Glossary</a></li> + <li><a href="/docs-archive/">Archive</a></li> </ul> </li> <li class="dropdown"> @@ -108,30 +108,11 @@ <li><a href="/get_involved">Get Involved</a></li> <li><a href="/mailing_list">Mailing Lists</a></li> <li><a href="/people">People</a></li> - <li><a href="/news">News Archive</a></li> - <li><a href="/projects">Community Projects</a></li> - <li><a href="/thanks">Thanks</a></li> + <li><a href="/projects">Related Projects</a></li> + <li><a href="/contributor/">Contributor Guide</a></li> <li><a href="/governance/">Governance</a></li> </ul> </li> - <li class="dropdown"> - <a class="dropdown-toggle" data-toggle="dropdown" href="#">Development<span class="caret"></span></a> - <ul class="dropdown-menu"> - <li><a href="https://issues.apache.org/jira/browse/ACCUMULO">Issue Tracker <i class="fa fa-external-link"></i></a></li> - <li><a href="https://github.com/apache/accumulo/pulls">Pull Requests <i class="fa fa-external-link"></i></a></li> - <li><a href="https://builds.apache.org/view/A/view/Accumulo">Jenkins Builds <i class="fa fa-external-link"></i></a></li> - <li><a href="https://travis-ci.org/apache/accumulo">TravisCI Builds <i class="fa fa-external-link"></i></a></li> - <li class="divider"></li> - <li class="dropdown-header">Guides</li> - <li><a href="/source">Source & Guide</a></li> - <li><a href="/git">Git Workflow</a></li> - <li><a href="/versioning">Versioning</a></li> - <li><a href="/contrib">Contrib Projects</a></li> - <li><a href="/rb">Review Board</a></li> - <li><a href="/releasing">Making Releases</a></li> - <li><a href="/verifying_releases">Verifying Releases</a></li> - </ul> - </li> </ul> <ul class="nav navbar-nav navbar-right"> <li class="dropdown"> http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/59a6d65d/governance/lazyConsensus.html ---------------------------------------------------------------------- diff --git a/governance/lazyConsensus.html b/governance/lazyConsensus.html index 4e2a4fd..283f91b 100644 --- a/governance/lazyConsensus.html +++ b/governance/lazyConsensus.html @@ -93,13 +93,13 @@ <li class="dropdown"> <a class="dropdown-toggle" data-toggle="dropdown" href="#">Documentation<span class="caret"></span></a> <ul class="dropdown-menu"> - <li><a href="/user-manual/">User Manuals</a></li> - <li><a href="/javadocs/">Javadocs</a></li> - <li><a href="/examples/">Examples</a></li> - <li><a href="/notable_features">Features</a></li> - <li><a href="/screenshots">Screenshots</a></li> + <li><a href="/1.8/accumulo_user_manual.html">User Manual (1.8)</a></li> + <li><a href="/1.8/apidocs">Javadocs (1.8)</a></li> + <li><a href="/1.8/examples">Examples (1.8)</a></li> + <li><a href="/features">Features</a></li> <li><a href="/papers">Papers & Presentations</a></li> <li><a href="/glossary">Glossary</a></li> + <li><a href="/docs-archive/">Archive</a></li> </ul> </li> <li class="dropdown"> @@ -108,30 +108,11 @@ <li><a href="/get_involved">Get Involved</a></li> <li><a href="/mailing_list">Mailing Lists</a></li> <li><a href="/people">People</a></li> - <li><a href="/news">News Archive</a></li> - <li><a href="/projects">Community Projects</a></li> - <li><a href="/thanks">Thanks</a></li> + <li><a href="/projects">Related Projects</a></li> + <li><a href="/contributor/">Contributor Guide</a></li> <li><a href="/governance/">Governance</a></li> </ul> </li> - <li class="dropdown"> - <a class="dropdown-toggle" data-toggle="dropdown" href="#">Development<span class="caret"></span></a> - <ul class="dropdown-menu"> - <li><a href="https://issues.apache.org/jira/browse/ACCUMULO">Issue Tracker <i class="fa fa-external-link"></i></a></li> - <li><a href="https://github.com/apache/accumulo/pulls">Pull Requests <i class="fa fa-external-link"></i></a></li> - <li><a href="https://builds.apache.org/view/A/view/Accumulo">Jenkins Builds <i class="fa fa-external-link"></i></a></li> - <li><a href="https://travis-ci.org/apache/accumulo">TravisCI Builds <i class="fa fa-external-link"></i></a></li> - <li class="divider"></li> - <li class="dropdown-header">Guides</li> - <li><a href="/source">Source & Guide</a></li> - <li><a href="/git">Git Workflow</a></li> - <li><a href="/versioning">Versioning</a></li> - <li><a href="/contrib">Contrib Projects</a></li> - <li><a href="/rb">Review Board</a></li> - <li><a href="/releasing">Making Releases</a></li> - <li><a href="/verifying_releases">Verifying Releases</a></li> - </ul> - </li> </ul> <ul class="nav navbar-nav navbar-right"> <li class="dropdown"> http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/59a6d65d/governance/releasing.html ---------------------------------------------------------------------- diff --git a/governance/releasing.html b/governance/releasing.html index cda559b..c849b94 100644 --- a/governance/releasing.html +++ b/governance/releasing.html @@ -93,13 +93,13 @@ <li class="dropdown"> <a class="dropdown-toggle" data-toggle="dropdown" href="#">Documentation<span class="caret"></span></a> <ul class="dropdown-menu"> - <li><a href="/user-manual/">User Manuals</a></li> - <li><a href="/javadocs/">Javadocs</a></li> - <li><a href="/examples/">Examples</a></li> - <li><a href="/notable_features">Features</a></li> - <li><a href="/screenshots">Screenshots</a></li> + <li><a href="/1.8/accumulo_user_manual.html">User Manual (1.8)</a></li> + <li><a href="/1.8/apidocs">Javadocs (1.8)</a></li> + <li><a href="/1.8/examples">Examples (1.8)</a></li> + <li><a href="/features">Features</a></li> <li><a href="/papers">Papers & Presentations</a></li> <li><a href="/glossary">Glossary</a></li> + <li><a href="/docs-archive/">Archive</a></li> </ul> </li> <li class="dropdown"> @@ -108,30 +108,11 @@ <li><a href="/get_involved">Get Involved</a></li> <li><a href="/mailing_list">Mailing Lists</a></li> <li><a href="/people">People</a></li> - <li><a href="/news">News Archive</a></li> - <li><a href="/projects">Community Projects</a></li> - <li><a href="/thanks">Thanks</a></li> + <li><a href="/projects">Related Projects</a></li> + <li><a href="/contributor/">Contributor Guide</a></li> <li><a href="/governance/">Governance</a></li> </ul> </li> - <li class="dropdown"> - <a class="dropdown-toggle" data-toggle="dropdown" href="#">Development<span class="caret"></span></a> - <ul class="dropdown-menu"> - <li><a href="https://issues.apache.org/jira/browse/ACCUMULO">Issue Tracker <i class="fa fa-external-link"></i></a></li> - <li><a href="https://github.com/apache/accumulo/pulls">Pull Requests <i class="fa fa-external-link"></i></a></li> - <li><a href="https://builds.apache.org/view/A/view/Accumulo">Jenkins Builds <i class="fa fa-external-link"></i></a></li> - <li><a href="https://travis-ci.org/apache/accumulo">TravisCI Builds <i class="fa fa-external-link"></i></a></li> - <li class="divider"></li> - <li class="dropdown-header">Guides</li> - <li><a href="/source">Source & Guide</a></li> - <li><a href="/git">Git Workflow</a></li> - <li><a href="/versioning">Versioning</a></li> - <li><a href="/contrib">Contrib Projects</a></li> - <li><a href="/rb">Review Board</a></li> - <li><a href="/releasing">Making Releases</a></li> - <li><a href="/verifying_releases">Verifying Releases</a></li> - </ul> - </li> </ul> <ul class="nav navbar-nav navbar-right"> <li class="dropdown"> http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/59a6d65d/governance/voting.html ---------------------------------------------------------------------- diff --git a/governance/voting.html b/governance/voting.html index ee1afdc..4f99f6d 100644 --- a/governance/voting.html +++ b/governance/voting.html @@ -93,13 +93,13 @@ <li class="dropdown"> <a class="dropdown-toggle" data-toggle="dropdown" href="#">Documentation<span class="caret"></span></a> <ul class="dropdown-menu"> - <li><a href="/user-manual/">User Manuals</a></li> - <li><a href="/javadocs/">Javadocs</a></li> - <li><a href="/examples/">Examples</a></li> - <li><a href="/notable_features">Features</a></li> - <li><a href="/screenshots">Screenshots</a></li> + <li><a href="/1.8/accumulo_user_manual.html">User Manual (1.8)</a></li> + <li><a href="/1.8/apidocs">Javadocs (1.8)</a></li> + <li><a href="/1.8/examples">Examples (1.8)</a></li> + <li><a href="/features">Features</a></li> <li><a href="/papers">Papers & Presentations</a></li> <li><a href="/glossary">Glossary</a></li> + <li><a href="/docs-archive/">Archive</a></li> </ul> </li> <li class="dropdown"> @@ -108,30 +108,11 @@ <li><a href="/get_involved">Get Involved</a></li> <li><a href="/mailing_list">Mailing Lists</a></li> <li><a href="/people">People</a></li> - <li><a href="/news">News Archive</a></li> - <li><a href="/projects">Community Projects</a></li> - <li><a href="/thanks">Thanks</a></li> + <li><a href="/projects">Related Projects</a></li> + <li><a href="/contributor/">Contributor Guide</a></li> <li><a href="/governance/">Governance</a></li> </ul> </li> - <li class="dropdown"> - <a class="dropdown-toggle" data-toggle="dropdown" href="#">Development<span class="caret"></span></a> - <ul class="dropdown-menu"> - <li><a href="https://issues.apache.org/jira/browse/ACCUMULO">Issue Tracker <i class="fa fa-external-link"></i></a></li> - <li><a href="https://github.com/apache/accumulo/pulls">Pull Requests <i class="fa fa-external-link"></i></a></li> - <li><a href="https://builds.apache.org/view/A/view/Accumulo">Jenkins Builds <i class="fa fa-external-link"></i></a></li> - <li><a href="https://travis-ci.org/apache/accumulo">TravisCI Builds <i class="fa fa-external-link"></i></a></li> - <li class="divider"></li> - <li class="dropdown-header">Guides</li> - <li><a href="/source">Source & Guide</a></li> - <li><a href="/git">Git Workflow</a></li> - <li><a href="/versioning">Versioning</a></li> - <li><a href="/contrib">Contrib Projects</a></li> - <li><a href="/rb">Review Board</a></li> - <li><a href="/releasing">Making Releases</a></li> - <li><a href="/verifying_releases">Verifying Releases</a></li> - </ul> - </li> </ul> <ul class="nav navbar-nav navbar-right"> <li class="dropdown"> http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/59a6d65d/index.html ---------------------------------------------------------------------- diff --git a/index.html b/index.html index 73474e3..a08b35f 100644 --- a/index.html +++ b/index.html @@ -93,13 +93,13 @@ <li class="dropdown"> <a class="dropdown-toggle" data-toggle="dropdown" href="#">Documentation<span class="caret"></span></a> <ul class="dropdown-menu"> - <li><a href="/user-manual/">User Manuals</a></li> - <li><a href="/javadocs/">Javadocs</a></li> - <li><a href="/examples/">Examples</a></li> - <li><a href="/notable_features">Features</a></li> - <li><a href="/screenshots">Screenshots</a></li> + <li><a href="/1.8/accumulo_user_manual.html">User Manual (1.8)</a></li> + <li><a href="/1.8/apidocs">Javadocs (1.8)</a></li> + <li><a href="/1.8/examples">Examples (1.8)</a></li> + <li><a href="/features">Features</a></li> <li><a href="/papers">Papers & Presentations</a></li> <li><a href="/glossary">Glossary</a></li> + <li><a href="/docs-archive/">Archive</a></li> </ul> </li> <li class="dropdown"> @@ -108,30 +108,11 @@ <li><a href="/get_involved">Get Involved</a></li> <li><a href="/mailing_list">Mailing Lists</a></li> <li><a href="/people">People</a></li> - <li><a href="/news">News Archive</a></li> - <li><a href="/projects">Community Projects</a></li> - <li><a href="/thanks">Thanks</a></li> + <li><a href="/projects">Related Projects</a></li> + <li><a href="/contributor/">Contributor Guide</a></li> <li><a href="/governance/">Governance</a></li> </ul> </li> - <li class="dropdown"> - <a class="dropdown-toggle" data-toggle="dropdown" href="#">Development<span class="caret"></span></a> - <ul class="dropdown-menu"> - <li><a href="https://issues.apache.org/jira/browse/ACCUMULO">Issue Tracker <i class="fa fa-external-link"></i></a></li> - <li><a href="https://github.com/apache/accumulo/pulls">Pull Requests <i class="fa fa-external-link"></i></a></li> - <li><a href="https://builds.apache.org/view/A/view/Accumulo">Jenkins Builds <i class="fa fa-external-link"></i></a></li> - <li><a href="https://travis-ci.org/apache/accumulo">TravisCI Builds <i class="fa fa-external-link"></i></a></li> - <li class="divider"></li> - <li class="dropdown-header">Guides</li> - <li><a href="/source">Source & Guide</a></li> - <li><a href="/git">Git Workflow</a></li> - <li><a href="/versioning">Versioning</a></li> - <li><a href="/contrib">Contrib Projects</a></li> - <li><a href="/rb">Review Board</a></li> - <li><a href="/releasing">Making Releases</a></li> - <li><a href="/verifying_releases">Verifying Releases</a></li> - </ul> - </li> </ul> <ul class="nav navbar-nav navbar-right"> <li class="dropdown"> @@ -164,10 +145,10 @@ <div class="col-md-8"> <div class="jumbotron" style="text-align: center"> <h3>Apache Accumulo™ is a sorted, distributed key/value store that provides robust, scalable data storage and retrieval.</h3> - <a class="btn btn-success" href="downloads/" role="button"><span class="glyphicon glyphicon-download"></span> Download</a> + <a class="btn btn-success" href="downloads/" role="button"><i class="fa fa-download fa-lg"></i> Download</a> </div> <div> - <p id="home-description">Apache Accumulo is based on the design of Google's <a href="https://research.google.com/archive/bigtable.html">BigTable</a> and is powered by <a href="https://hadoop.apache.org">Apache Hadoop</a>, <a href="https://zookeeper.apache.org">Apache Zookeeper</a>, and <a href="https://thrift.apache.org">Apache Thrift</a>.<br /><br />Accumulo has several <a href="/notable_features">novel features</a> such as cell-based access control and a server-side programming mechanism that can modify key/value pairs at various points in the data management process.</p> + <p id="home-description">Apache Accumulo is based on the design of Google's <a href="https://research.google.com/archive/bigtable.html">BigTable</a> and is powered by <a href="https://hadoop.apache.org">Apache Hadoop</a>, <a href="https://zookeeper.apache.org">Apache Zookeeper</a>, and <a href="https://thrift.apache.org">Apache Thrift</a>.<br /><br />Accumulo has several <a href="/features/">novel features</a> such as cell-based access control and a server-side programming mechanism that can modify key/value pairs at various points in the data management process.</p> </div> </div> <div class="col-md-4" id="sidebar"> http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/59a6d65d/javadocs/index.html ---------------------------------------------------------------------- diff --git a/javadocs/index.html b/javadocs/index.html deleted file mode 100644 index 78cd501..0000000 --- a/javadocs/index.html +++ /dev/null @@ -1,189 +0,0 @@ -<!DOCTYPE html> -<html lang="en"> -<head> -<!-- - Licensed to the Apache Software Foundation (ASF) under one or more - contributor license agreements. See the NOTICE file distributed with - this work for additional information regarding copyright ownership. - The ASF licenses this file to You under the Apache License, Version 2.0 - (the "License"); you may not use this file except in compliance with - the License. You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. ---> -<meta charset="utf-8"> -<meta http-equiv="X-UA-Compatible" content="IE=edge"> -<meta name="viewport" content="width=device-width, initial-scale=1"> -<link href="https://maxcdn.bootstrapcdn.com/bootswatch/3.3.7/paper/bootstrap.min.css" rel="stylesheet" integrity="sha384-awusxf8AUojygHf2+joICySzB780jVvQaVCAt1clU3QsyAitLGul28Qxb2r1e5g+" crossorigin="anonymous"> -<link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet"> -<link rel="stylesheet" type="text/css" href="https://cdn.datatables.net/v/bs/jq-2.2.3/dt-1.10.12/datatables.min.css"> -<link href="/css/accumulo.css" rel="stylesheet" type="text/css"> - -<title>Javadocs Archive</title> - -<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.4/jquery.min.js"></script> -<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script> -<script type="text/javascript" src="https://cdn.datatables.net/v/bs/jq-2.2.3/dt-1.10.12/datatables.min.js"></script> -<script> - // show location of canonical site if not currently on the canonical site - $(function() { - var host = window.location.host; - if (typeof host !== 'undefined' && host !== 'accumulo.apache.org') { - $('#non-canonical').show(); - } - }); - - $(function() { - // decorate section headers with anchors - return $("h2, h3, h4, h5, h6").each(function(i, el) { - var $el, icon, id; - $el = $(el); - id = $el.attr('id'); - icon = '<i class="fa fa-link"></i>'; - if (id) { - return $el.append($("<a />").addClass("header-link").attr("href", "#" + id).html(icon)); - } - }); - }); - - // 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), - m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) - })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); - - if (ga.hasOwnProperty('loaded') && ga.loaded === true) { - ga('create', 'UA-50934829-1', 'apache.org'); - ga('send', 'pageview'); - } -</script> - -</head> -<body style="padding-top: 100px"> - - <nav class="navbar navbar-default navbar-fixed-top"> - <div class="container"> - <div class="navbar-header"> - <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar-items"> - <span class="sr-only">Toggle navigation</span> - <span class="icon-bar"></span> - <span class="icon-bar"></span> - <span class="icon-bar"></span> - </button> - <a href="/"><img id="nav-logo" alt="Apache Accumulo" class="img-responsive" src="/images/accumulo-logo.png" width="200"/></a> - </div> - <div class="collapse navbar-collapse" id="navbar-items"> - <ul class="nav navbar-nav"> - <li class="nav-link"><a href="/downloads">Download</a></li> - <li class="dropdown"> - <a class="dropdown-toggle" data-toggle="dropdown" href="#">Releases<span class="caret"></span></a> - <ul class="dropdown-menu"> - <li><a href="/release/accumulo-1.8.0/">1.8.0 (Latest)</a></li> - <li><a href="/release/accumulo-1.7.2/">1.7.2</a></li> - <li><a href="/release/accumulo-1.6.6/">1.6.6</a></li> - <li><a href="/release/">Archive</a></li> - </ul> - </li> - <li class="dropdown"> - <a class="dropdown-toggle" data-toggle="dropdown" href="#">Documentation<span class="caret"></span></a> - <ul class="dropdown-menu"> - <li><a href="/user-manual/">User Manuals</a></li> - <li><a href="/javadocs/">Javadocs</a></li> - <li><a href="/examples/">Examples</a></li> - <li><a href="/notable_features">Features</a></li> - <li><a href="/screenshots">Screenshots</a></li> - <li><a href="/papers">Papers & Presentations</a></li> - <li><a href="/glossary">Glossary</a></li> - </ul> - </li> - <li class="dropdown"> - <a class="dropdown-toggle" data-toggle="dropdown" href="#">Community<span class="caret"></span></a> - <ul class="dropdown-menu"> - <li><a href="/get_involved">Get Involved</a></li> - <li><a href="/mailing_list">Mailing Lists</a></li> - <li><a href="/people">People</a></li> - <li><a href="/news">News Archive</a></li> - <li><a href="/projects">Community Projects</a></li> - <li><a href="/thanks">Thanks</a></li> - <li><a href="/governance/">Governance</a></li> - </ul> - </li> - <li class="dropdown"> - <a class="dropdown-toggle" data-toggle="dropdown" href="#">Development<span class="caret"></span></a> - <ul class="dropdown-menu"> - <li><a href="https://issues.apache.org/jira/browse/ACCUMULO">Issue Tracker <i class="fa fa-external-link"></i></a></li> - <li><a href="https://github.com/apache/accumulo/pulls">Pull Requests <i class="fa fa-external-link"></i></a></li> - <li><a href="https://builds.apache.org/view/A/view/Accumulo">Jenkins Builds <i class="fa fa-external-link"></i></a></li> - <li><a href="https://travis-ci.org/apache/accumulo">TravisCI Builds <i class="fa fa-external-link"></i></a></li> - <li class="divider"></li> - <li class="dropdown-header">Guides</li> - <li><a href="/source">Source & Guide</a></li> - <li><a href="/git">Git Workflow</a></li> - <li><a href="/versioning">Versioning</a></li> - <li><a href="/contrib">Contrib Projects</a></li> - <li><a href="/rb">Review Board</a></li> - <li><a href="/releasing">Making Releases</a></li> - <li><a href="/verifying_releases">Verifying Releases</a></li> - </ul> - </li> - </ul> - <ul class="nav navbar-nav navbar-right"> - <li class="dropdown"> - <a class="dropdown-toggle" data-toggle="dropdown" href="#">Apache Software Foundation<span class="caret"></span></a> - <ul class="dropdown-menu"> - <li><a href="https://www.apache.org">Apache Homepage <i class="fa fa-external-link"></i></a></li> - <li><a href="https://www.apache.org/licenses/LICENSE-2.0">License <i class="fa fa-external-link"></i></a></li> - <li><a href="https://www.apache.org/foundation/sponsorship">Sponsorship <i class="fa fa-external-link"></i></a></li> - <li><a href="https://www.apache.org/security">Security <i class="fa fa-external-link"></i></a></li> - <li><a href="https://www.apache.org/foundation/thanks">Thanks <i class="fa fa-external-link"></i></a></li> - <li><a href="https://www.apache.org/foundation/policies/conduct">Code of Conduct <i class="fa fa-external-link"></i></a></li> - </ul> - </li> - </ul> - </div> - </div> -</nav> - - - <div class="container"> - <div class="row"> - <div class="col-md-12"> - - <div id="non-canonical" style="display: none; background-color: #F0E68C; padding-left: 1em;"> - Visit the official site at: <a href="https://accumulo.apache.org">https://accumulo.apache.org</a> - </div> - <div id="content"> - - <h1 class="title">Javadocs Archive</h1> - - <ul> - <li><a href="/1.8/apidocs">Apache Accumulo 1.8 Javadocs</a></li> - <li><a href="/1.7/apidocs">Apache Accumulo 1.7 Javadocs</a></li> - <li><a href="/1.6/apidocs">Apache Accumulo 1.6 Javadocs</a></li> - <li><a href="/1.5/apidocs">Apache Accumulo 1.5 Javadocs</a></li> - <li><a href="/1.4/apidocs">Apache Accumulo 1.4 Javadocs</a></li> -</ul> - - </div> - - -<footer> - - <p><a href="https://www.apache.org"><img src="/images/feather-small.gif" alt="Apache Software Foundation" id="asf-logo" height="100" /></a></p> - - <p>Copyright © 2011-2016 The Apache Software Foundation. Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p> - -</footer> - - - </div> - </div> - </div> -</body> -</html> http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/59a6d65d/mailing_list.html ---------------------------------------------------------------------- diff --git a/mailing_list.html b/mailing_list.html index 836a21f..a5f755c 100644 --- a/mailing_list.html +++ b/mailing_list.html @@ -93,13 +93,13 @@ <li class="dropdown"> <a class="dropdown-toggle" data-toggle="dropdown" href="#">Documentation<span class="caret"></span></a> <ul class="dropdown-menu"> - <li><a href="/user-manual/">User Manuals</a></li> - <li><a href="/javadocs/">Javadocs</a></li> - <li><a href="/examples/">Examples</a></li> - <li><a href="/notable_features">Features</a></li> - <li><a href="/screenshots">Screenshots</a></li> + <li><a href="/1.8/accumulo_user_manual.html">User Manual (1.8)</a></li> + <li><a href="/1.8/apidocs">Javadocs (1.8)</a></li> + <li><a href="/1.8/examples">Examples (1.8)</a></li> + <li><a href="/features">Features</a></li> <li><a href="/papers">Papers & Presentations</a></li> <li><a href="/glossary">Glossary</a></li> + <li><a href="/docs-archive/">Archive</a></li> </ul> </li> <li class="dropdown"> @@ -108,30 +108,11 @@ <li><a href="/get_involved">Get Involved</a></li> <li><a href="/mailing_list">Mailing Lists</a></li> <li><a href="/people">People</a></li> - <li><a href="/news">News Archive</a></li> - <li><a href="/projects">Community Projects</a></li> - <li><a href="/thanks">Thanks</a></li> + <li><a href="/projects">Related Projects</a></li> + <li><a href="/contributor/">Contributor Guide</a></li> <li><a href="/governance/">Governance</a></li> </ul> </li> - <li class="dropdown"> - <a class="dropdown-toggle" data-toggle="dropdown" href="#">Development<span class="caret"></span></a> - <ul class="dropdown-menu"> - <li><a href="https://issues.apache.org/jira/browse/ACCUMULO">Issue Tracker <i class="fa fa-external-link"></i></a></li> - <li><a href="https://github.com/apache/accumulo/pulls">Pull Requests <i class="fa fa-external-link"></i></a></li> - <li><a href="https://builds.apache.org/view/A/view/Accumulo">Jenkins Builds <i class="fa fa-external-link"></i></a></li> - <li><a href="https://travis-ci.org/apache/accumulo">TravisCI Builds <i class="fa fa-external-link"></i></a></li> - <li class="divider"></li> - <li class="dropdown-header">Guides</li> - <li><a href="/source">Source & Guide</a></li> - <li><a href="/git">Git Workflow</a></li> - <li><a href="/versioning">Versioning</a></li> - <li><a href="/contrib">Contrib Projects</a></li> - <li><a href="/rb">Review Board</a></li> - <li><a href="/releasing">Making Releases</a></li> - <li><a href="/verifying_releases">Verifying Releases</a></li> - </ul> - </li> </ul> <ul class="nav navbar-nav navbar-right"> <li class="dropdown"> http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/59a6d65d/news.html ---------------------------------------------------------------------- diff --git a/news.html b/news.html index c636337..d94cb2d 100644 --- a/news.html +++ b/news.html @@ -93,13 +93,13 @@ <li class="dropdown"> <a class="dropdown-toggle" data-toggle="dropdown" href="#">Documentation<span class="caret"></span></a> <ul class="dropdown-menu"> - <li><a href="/user-manual/">User Manuals</a></li> - <li><a href="/javadocs/">Javadocs</a></li> - <li><a href="/examples/">Examples</a></li> - <li><a href="/notable_features">Features</a></li> - <li><a href="/screenshots">Screenshots</a></li> + <li><a href="/1.8/accumulo_user_manual.html">User Manual (1.8)</a></li> + <li><a href="/1.8/apidocs">Javadocs (1.8)</a></li> + <li><a href="/1.8/examples">Examples (1.8)</a></li> + <li><a href="/features">Features</a></li> <li><a href="/papers">Papers & Presentations</a></li> <li><a href="/glossary">Glossary</a></li> + <li><a href="/docs-archive/">Archive</a></li> </ul> </li> <li class="dropdown"> @@ -108,30 +108,11 @@ <li><a href="/get_involved">Get Involved</a></li> <li><a href="/mailing_list">Mailing Lists</a></li> <li><a href="/people">People</a></li> - <li><a href="/news">News Archive</a></li> - <li><a href="/projects">Community Projects</a></li> - <li><a href="/thanks">Thanks</a></li> + <li><a href="/projects">Related Projects</a></li> + <li><a href="/contributor/">Contributor Guide</a></li> <li><a href="/governance/">Governance</a></li> </ul> </li> - <li class="dropdown"> - <a class="dropdown-toggle" data-toggle="dropdown" href="#">Development<span class="caret"></span></a> - <ul class="dropdown-menu"> - <li><a href="https://issues.apache.org/jira/browse/ACCUMULO">Issue Tracker <i class="fa fa-external-link"></i></a></li> - <li><a href="https://github.com/apache/accumulo/pulls">Pull Requests <i class="fa fa-external-link"></i></a></li> - <li><a href="https://builds.apache.org/view/A/view/Accumulo">Jenkins Builds <i class="fa fa-external-link"></i></a></li> - <li><a href="https://travis-ci.org/apache/accumulo">TravisCI Builds <i class="fa fa-external-link"></i></a></li> - <li class="divider"></li> - <li class="dropdown-header">Guides</li> - <li><a href="/source">Source & Guide</a></li> - <li><a href="/git">Git Workflow</a></li> - <li><a href="/versioning">Versioning</a></li> - <li><a href="/contrib">Contrib Projects</a></li> - <li><a href="/rb">Review Board</a></li> - <li><a href="/releasing">Making Releases</a></li> - <li><a href="/verifying_releases">Verifying Releases</a></li> - </ul> - </li> </ul> <ul class="nav navbar-nav navbar-right"> <li class="dropdown">
