http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/c0655661/user_manual_1.3-incubating/Writing_Accumulo_Clients.html
----------------------------------------------------------------------
diff --git a/user_manual_1.3-incubating/Writing_Accumulo_Clients.html 
b/user_manual_1.3-incubating/Writing_Accumulo_Clients.html
deleted file mode 100644
index a4a6094..0000000
--- a/user_manual_1.3-incubating/Writing_Accumulo_Clients.html
+++ /dev/null
@@ -1,311 +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>User Manual: Writing Accumulo Clients</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="#">Documentation<span class="caret"></span></a>
-        <ul class="dropdown-menu">
-          <li class="dropdown-header">1.8.0 Release (Latest)</li>
-          <li><a href="/release_notes/1.8.0">Release Notes</a></li>
-          <li><a href="/1.8/accumulo_user_manual">User Manual</a></li>
-          <li><a href="/1.8/apidocs">Javadoc</a></li>
-          <li><a href="/1.8/examples">Examples</a></li>
-          <li class="divider"></li>
-          <li class="dropdown-header">1.7.2 Release</li>
-          <li><a href="/release_notes/1.7.2">Release Notes</a></li>
-          <li><a href="/1.7/accumulo_user_manual">User Manual</a></li>
-          <li><a href="/1.7/apidocs">Javadoc</a></li>
-          <li><a href="/1.7/examples">Examples</a></li>
-          <li class="divider"></li>
-          <li class="dropdown-header">1.6.6 Release</li>
-          <li><a href="/release_notes/1.6.6">Release Notes</a></li>
-          <li><a href="/1.6/accumulo_user_manual">User Manual</a></li>
-          <li><a href="/1.6/apidocs">Javadoc</a></li>
-          <li><a href="/1.6/examples">Examples</a></li>
-          <li class="divider"></li>
-          <li><a href="/notable_features">Features</a></li>
-          <li><a href="/release_notes">Release Notes Archive</a></li>
-          <li><a href="/old_documentation">Documentation Archive</a></li>
-          <li><a href="/screenshots">Screenshots</a></li>
-          <li><a href="/papers">Papers &amp; 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 class="divider"></li>
-          <li class="dropdown-header">Governance</li>
-          <li><a href="/bylaws">Bylaws</a></li>
-          <li><a href="/governance/consensusBuilding">Consensus 
Building</a></li>
-          <li><a href="/governance/lazyConsensus">Lazy Consensus</a></li>
-          <li><a href="/governance/releasing">Releasing</a></li>
-          <li><a href="/governance/voting">Voting</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 &amp; 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">User Manual: Writing Accumulo Clients</h1>
-          
-          <p>** Next:** <a href="Table_Configuration.html">Table 
Configuration</a> ** Up:** <a href="accumulo_user_manual.html">Apache Accumulo 
User Manual Version 1.3</a> ** Previous:** <a 
href="Accumulo_Shell.html">Accumulo Shell</a>   ** <a 
href="Contents.html">Contents</a>**</p>
-
-<p><a id="CHILD_LINKS"></a><strong>Subsections</strong></p>
-
-<ul>
-  <li><a href="Writing_Accumulo_Clients.html#Writing_Data">Writing 
Data</a></li>
-  <li><a href="Writing_Accumulo_Clients.html#Reading_Data">Reading 
Data</a></li>
-</ul>
-
-<hr />
-
-<h2 id="a-idwritingaccumuloclientsa-writing-accumulo-clients"><a 
id="Writing_Accumulo_Clients"></a> Writing Accumulo Clients</h2>
-
-<p>All clients must first identify the Accumulo instance to which they will be 
communicating. Code to do this is as follows:</p>
-
-<div class="highlighter-rouge"><pre class="highlight"><code>String 
instanceName = "myinstance";
-String zooServers = "zooserver-one,zooserver-two"
-Instance inst = new ZooKeeperInstance(instanceName, zooServers);
-
-Connector conn = new Connector(inst, "user","passwd".getBytes());
-</code></pre>
-</div>
-
-<h2 id="a-idwritingdataa-writing-data"><a id="Writing_Data"></a> Writing 
Data</h2>
-
-<p>Data are written to Accumulo by creating Mutation objects that represent 
all the changes to the columns of a single row. The changes are made atomically 
in the TabletServer. Clients then add Mutations to a BatchWriter which submits 
them to the appropriate TabletServers.</p>
-
-<p>Mutations can be created thus:</p>
-
-<div class="highlighter-rouge"><pre class="highlight"><code>Text rowID = new 
Text("row1");
-Text colFam = new Text("myColFam");
-Text colQual = new Text("myColQual");
-ColumnVisibility colVis = new ColumnVisibility("public");
-long timestamp = System.currentTimeMillis();
-
-Value value = new Value("myValue".getBytes());
-
-Mutation mutation = new Mutation(rowID);
-mutation.put(colFam, colQual, colVis, timestamp, value);
-</code></pre>
-</div>
-
-<h3 id="a-idbatchwritera-batchwriter"><a id="BatchWriter"></a> BatchWriter</h3>
-
-<p>The BatchWriter is highly optimized to send Mutations to multiple 
TabletServers and automatically batches Mutations destined for the same 
TabletServer to amortize network overhead. Care must be taken to avoid changing 
the contents of any Object passed to the BatchWriter since it keeps objects in 
memory while batching.</p>
-
-<p>Mutations are added to a BatchWriter thus:</p>
-
-<div class="highlighter-rouge"><pre class="highlight"><code>long memBuf = 
1000000L; // bytes to store before sending a batch
-long timeout = 1000L; // milliseconds to wait before sending
-int numThreads = 10;
-
-BatchWriter writer =
-    conn.createBatchWriter("table", memBuf, timeout, numThreads)
-
-writer.add(mutation);
-
-writer.close();
-</code></pre>
-</div>
-
-<p>An example of using the batch writer can be found at <br />
-accumulo/docs/examples/README.batch</p>
-
-<h2 id="a-idreadingdataa-reading-data"><a id="Reading_Data"></a> Reading 
Data</h2>
-
-<p>Accumulo is optimized to quickly retrieve the value associated with a given 
key, and to efficiently return ranges of consecutive keys and their associated 
values.</p>
-
-<h3 id="a-idscannera-scanner"><a id="Scanner"></a> Scanner</h3>
-
-<p>To retrieve data, Clients use a Scanner, which provides acts like an 
Iterator over keys and values. Scanners can be configured to start and stop at 
particular keys, and to return a subset of the columns available.</p>
-
-<div class="highlighter-rouge"><pre class="highlight"><code>// specify which 
visibilities we are allowed to see
-Authorizations auths = new Authorizations("public");
-
-Scanner scan =
-    conn.createScanner("table", auths);
-
-scan.setRange(new Range("harry","john"));
-scan.fetchFamily("attributes");
-
-for(Entry&lt;Key,Value&gt; entry : scan) {
-    String row = e.getKey().getRow();
-    Value value = e.getValue();
-}
-</code></pre>
-</div>
-
-<h3 id="a-idbatchscannera-batchscanner"><a id="BatchScanner"></a> 
BatchScanner</h3>
-
-<p>For some types of access, it is more efficient to retrieve several ranges 
simultaneously. This arises when accessing a set of rows that are not 
consecutive whose IDs have been retrieved from a secondary index, for 
example.</p>
-
-<p>The BatchScanner is configured similarly to the Scanner; it can be 
configured to retrieve a subset of the columns available, but rather than 
passing a single Range, BatchScanners accept a set of Ranges. It is important 
to note that the keys returned by a BatchScanner are not in sorted order since 
the keys streamed are from multiple TabletServers in parallel.</p>
-
-<div class="highlighter-rouge"><pre 
class="highlight"><code>ArrayList&lt;Range&gt; ranges = new 
ArrayList&lt;Range&gt;();
-// populate list of ranges ...
-
-BatchScanner bscan =
-    conn.createBatchScanner("table", auths, 10);
-
-bscan.setRanges(ranges);
-bscan.fetchFamily("attributes");
-
-for(Entry&lt;Key,Value&gt; entry : scan)
-    System.out.println(e.getValue());
-</code></pre>
-</div>
-
-<p>An example of the BatchScanner can be found at <br />
-accumulo/docs/examples/README.batch</p>
-
-<hr />
-
-<p>** Next:** <a href="Table_Configuration.html">Table Configuration</a> ** 
Up:** <a href="accumulo_user_manual.html">Apache Accumulo User Manual Version 
1.3</a> ** Previous:** <a href="Accumulo_Shell.html">Accumulo Shell</a>   ** <a 
href="Contents.html">Contents</a>**</p>
-
-
-        </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/c0655661/user_manual_1.3-incubating/accumulo_user_manual.html
----------------------------------------------------------------------
diff --git a/user_manual_1.3-incubating/accumulo_user_manual.html 
b/user_manual_1.3-incubating/accumulo_user_manual.html
deleted file mode 100644
index f23fe8a..0000000
--- a/user_manual_1.3-incubating/accumulo_user_manual.html
+++ /dev/null
@@ -1,222 +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>User Manual: index</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="#">Documentation<span class="caret"></span></a>
-        <ul class="dropdown-menu">
-          <li class="dropdown-header">1.8.0 Release (Latest)</li>
-          <li><a href="/release_notes/1.8.0">Release Notes</a></li>
-          <li><a href="/1.8/accumulo_user_manual">User Manual</a></li>
-          <li><a href="/1.8/apidocs">Javadoc</a></li>
-          <li><a href="/1.8/examples">Examples</a></li>
-          <li class="divider"></li>
-          <li class="dropdown-header">1.7.2 Release</li>
-          <li><a href="/release_notes/1.7.2">Release Notes</a></li>
-          <li><a href="/1.7/accumulo_user_manual">User Manual</a></li>
-          <li><a href="/1.7/apidocs">Javadoc</a></li>
-          <li><a href="/1.7/examples">Examples</a></li>
-          <li class="divider"></li>
-          <li class="dropdown-header">1.6.6 Release</li>
-          <li><a href="/release_notes/1.6.6">Release Notes</a></li>
-          <li><a href="/1.6/accumulo_user_manual">User Manual</a></li>
-          <li><a href="/1.6/apidocs">Javadoc</a></li>
-          <li><a href="/1.6/examples">Examples</a></li>
-          <li class="divider"></li>
-          <li><a href="/notable_features">Features</a></li>
-          <li><a href="/release_notes">Release Notes Archive</a></li>
-          <li><a href="/old_documentation">Documentation Archive</a></li>
-          <li><a href="/screenshots">Screenshots</a></li>
-          <li><a href="/papers">Papers &amp; 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 class="divider"></li>
-          <li class="dropdown-header">Governance</li>
-          <li><a href="/bylaws">Bylaws</a></li>
-          <li><a href="/governance/consensusBuilding">Consensus 
Building</a></li>
-          <li><a href="/governance/lazyConsensus">Lazy Consensus</a></li>
-          <li><a href="/governance/releasing">Releasing</a></li>
-          <li><a href="/governance/voting">Voting</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 &amp; 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">User Manual: index</h1>
-          
-          <p>** Next:** <a href="Contents.html">Contents</a>   ** <a 
href="Contents.html">Contents</a>**</p>
-
-<h2 id="apache-accumulo-user-manual">Apache Accumulo User Manual</h2>
-<p>Version 1.3</p>
-
-<hr />
-
-<p><a id="CHILD_LINKS"></a></p>
-
-<ul>
-  <li><a href="Contents.html">Contents</a></li>
-  <li><a href="Introduction.html">Introduction</a></li>
-  <li><a href="Accumulo_Design.html">Accumulo Design</a></li>
-  <li><a href="Accumulo_Shell.html">Accumulo Shell</a></li>
-  <li><a href="Writing_Accumulo_Clients.html">Writing Accumulo Clients</a></li>
-  <li><a href="Table_Configuration.html">Table Configuration</a></li>
-  <li><a href="Table_Design.html">Table Design</a></li>
-  <li><a href="High_Speed_Ingest.html">High-Speed Ingest</a></li>
-  <li><a href="Analytics.html">Analytics</a></li>
-  <li><a href="Security.html">Security</a></li>
-  <li><a href="Administration.html">Administration</a></li>
-  <li><a href="Shell_Commands.html">Shell Commands</a></li>
-</ul>
-
-<hr />
-
-
-        </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/c0655661/user_manual_1.3-incubating/data_distribution.png
----------------------------------------------------------------------
diff --git a/user_manual_1.3-incubating/data_distribution.png 
b/user_manual_1.3-incubating/data_distribution.png
deleted file mode 100644
index 71b585b..0000000
Binary files a/user_manual_1.3-incubating/data_distribution.png and /dev/null 
differ

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/c0655661/user_manual_1.3-incubating/examples.html
----------------------------------------------------------------------
diff --git a/user_manual_1.3-incubating/examples.html 
b/user_manual_1.3-incubating/examples.html
deleted file mode 100644
index d06b631..0000000
--- a/user_manual_1.3-incubating/examples.html
+++ /dev/null
@@ -1,10 +0,0 @@
-<!DOCTYPE html>
-<html lang="en-US">
-<meta charset="utf-8">
-<title>Redirecting…</title>
-<link rel="canonical" href="examples/">
-<meta http-equiv="refresh" content="0; url=examples/">
-<h1>Redirecting…</h1>
-<a href="examples/">Click here if you are not redirected.</a>
-<script>location="examples/"</script>
-</html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/c0655661/user_manual_1.3-incubating/examples/aggregation.html
----------------------------------------------------------------------
diff --git a/user_manual_1.3-incubating/examples/aggregation.html 
b/user_manual_1.3-incubating/examples/aggregation.html
deleted file mode 100644
index 4be0830..0000000
--- a/user_manual_1.3-incubating/examples/aggregation.html
+++ /dev/null
@@ -1,230 +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>Aggregation Example</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="#">Documentation<span class="caret"></span></a>
-        <ul class="dropdown-menu">
-          <li class="dropdown-header">1.8.0 Release (Latest)</li>
-          <li><a href="/release_notes/1.8.0">Release Notes</a></li>
-          <li><a href="/1.8/accumulo_user_manual">User Manual</a></li>
-          <li><a href="/1.8/apidocs">Javadoc</a></li>
-          <li><a href="/1.8/examples">Examples</a></li>
-          <li class="divider"></li>
-          <li class="dropdown-header">1.7.2 Release</li>
-          <li><a href="/release_notes/1.7.2">Release Notes</a></li>
-          <li><a href="/1.7/accumulo_user_manual">User Manual</a></li>
-          <li><a href="/1.7/apidocs">Javadoc</a></li>
-          <li><a href="/1.7/examples">Examples</a></li>
-          <li class="divider"></li>
-          <li class="dropdown-header">1.6.6 Release</li>
-          <li><a href="/release_notes/1.6.6">Release Notes</a></li>
-          <li><a href="/1.6/accumulo_user_manual">User Manual</a></li>
-          <li><a href="/1.6/apidocs">Javadoc</a></li>
-          <li><a href="/1.6/examples">Examples</a></li>
-          <li class="divider"></li>
-          <li><a href="/notable_features">Features</a></li>
-          <li><a href="/release_notes">Release Notes Archive</a></li>
-          <li><a href="/old_documentation">Documentation Archive</a></li>
-          <li><a href="/screenshots">Screenshots</a></li>
-          <li><a href="/papers">Papers &amp; 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 class="divider"></li>
-          <li class="dropdown-header">Governance</li>
-          <li><a href="/bylaws">Bylaws</a></li>
-          <li><a href="/governance/consensusBuilding">Consensus 
Building</a></li>
-          <li><a href="/governance/lazyConsensus">Lazy Consensus</a></li>
-          <li><a href="/governance/releasing">Releasing</a></li>
-          <li><a href="/governance/voting">Voting</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 &amp; 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">Aggregation Example</h1>
-          
-          <p>This is a simple aggregation example.  To build this example run 
maven and then
-copy the produced jar into the accumulo lib dir.  This is already done in the
-tar distribution.</p>
-
-<div class="highlighter-rouge"><pre class="highlight"><code>$ bin/accumulo 
shell -u username
-Enter current password for 'username'@'instance': ***
-
-Shell - Apache Accumulo Interactive Shell
-- 
-- version: 1.3.x-incubating
-- instance name: instance
-- instance id: 00000000-0000-0000-0000-000000000000
-- 
-- type 'help' for a list of available commands
-- 
-username@instance&gt; createtable aggtest1 -a 
app=org.apache.accumulo.examples.aggregation.SortedSetAggregator
-username@instance aggtest1&gt; insert foo app 1 a
-username@instance aggtest1&gt; insert foo app 1 b
-username@instance aggtest1&gt; scan
-foo app:1 []  a,b
-username@instance aggtest1&gt; insert foo app 1 z,1,foo,w
-username@instance aggtest1&gt; scan
-foo app:1 []  1,a,b,foo,w,z
-username@instance aggtest1&gt; insert foo app 2 cat,dog,muskrat
-username@instance aggtest1&gt; insert foo app 2 mouse,bird
-username@instance aggtest1&gt; scan
-foo app:1 []  1,a,b,foo,w,z
-foo app:2 []  bird,cat,dog,mouse,muskrat
-username@instance aggtest1&gt; 
-</code></pre>
-</div>
-
-<p>In this example a table is created and the example set aggregator is
-applied to the column family app.</p>
-
-        </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/c0655661/user_manual_1.3-incubating/examples/batch.html
----------------------------------------------------------------------
diff --git a/user_manual_1.3-incubating/examples/batch.html 
b/user_manual_1.3-incubating/examples/batch.html
deleted file mode 100644
index ae63f19..0000000
--- a/user_manual_1.3-incubating/examples/batch.html
+++ /dev/null
@@ -1,235 +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>Batch Writing and Scanning Example</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="#">Documentation<span class="caret"></span></a>
-        <ul class="dropdown-menu">
-          <li class="dropdown-header">1.8.0 Release (Latest)</li>
-          <li><a href="/release_notes/1.8.0">Release Notes</a></li>
-          <li><a href="/1.8/accumulo_user_manual">User Manual</a></li>
-          <li><a href="/1.8/apidocs">Javadoc</a></li>
-          <li><a href="/1.8/examples">Examples</a></li>
-          <li class="divider"></li>
-          <li class="dropdown-header">1.7.2 Release</li>
-          <li><a href="/release_notes/1.7.2">Release Notes</a></li>
-          <li><a href="/1.7/accumulo_user_manual">User Manual</a></li>
-          <li><a href="/1.7/apidocs">Javadoc</a></li>
-          <li><a href="/1.7/examples">Examples</a></li>
-          <li class="divider"></li>
-          <li class="dropdown-header">1.6.6 Release</li>
-          <li><a href="/release_notes/1.6.6">Release Notes</a></li>
-          <li><a href="/1.6/accumulo_user_manual">User Manual</a></li>
-          <li><a href="/1.6/apidocs">Javadoc</a></li>
-          <li><a href="/1.6/examples">Examples</a></li>
-          <li class="divider"></li>
-          <li><a href="/notable_features">Features</a></li>
-          <li><a href="/release_notes">Release Notes Archive</a></li>
-          <li><a href="/old_documentation">Documentation Archive</a></li>
-          <li><a href="/screenshots">Screenshots</a></li>
-          <li><a href="/papers">Papers &amp; 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 class="divider"></li>
-          <li class="dropdown-header">Governance</li>
-          <li><a href="/bylaws">Bylaws</a></li>
-          <li><a href="/governance/consensusBuilding">Consensus 
Building</a></li>
-          <li><a href="/governance/lazyConsensus">Lazy Consensus</a></li>
-          <li><a href="/governance/releasing">Releasing</a></li>
-          <li><a href="/governance/voting">Voting</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 &amp; 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">Batch Writing and Scanning Example</h1>
-          
-          <p>This is an example of how to use the batch writer and batch 
scanner. To compile
-the example, run maven and copy the produced jar into the accumulo lib dir.
-This is already done in the tar distribution.</p>
-
-<p>Below are commands that add 10000 entries to accumulo and then do 100 random
-queries.  The write command generates random 50 byte values.</p>
-
-<p>Be sure to use the name of your instance (given as instance here) and the 
appropriate 
-list of zookeeper nodes (given as zookeepers here).</p>
-
-<p>Before you run this, you must ensure that the user you are running has the
-“exampleVis” authorization. (you can set this in the shell with 
“setauths -u username -s exampleVis”)</p>
-
-<div class="highlighter-rouge"><pre class="highlight"><code>$ ./bin/accumulo 
shell -u root
-&gt; setauths -u username -s exampleVis
-&gt; exit
-</code></pre>
-</div>
-
-<p>You must also create the table, batchtest1, ahead of time. (In the shell, 
use “createtable batchtest1”)</p>
-
-<div class="highlighter-rouge"><pre class="highlight"><code>$ ./bin/accumulo 
shell -u username
-&gt; createtable batchtest1
-&gt; exit
-$ ./bin/accumulo org.apache.accumulo.examples.client.SequentialBatchWriter 
instance zookeepers username password batchtest1 0 10000 50 20000000 500 20 
exampleVis
-$ ./bin/accumulo org.apache.accumulo.examples.client.RandomBatchScanner 
instance zookeepers username password batchtest1 100 0 10000 50 20 exampleVis
-07 11:33:11,103 [client.CountingVerifyingReceiver] INFO : Generating 100 
random queries...
-07 11:33:11,112 [client.CountingVerifyingReceiver] INFO : finished
-07 11:33:11,260 [client.CountingVerifyingReceiver] INFO : 694.44 lookups/sec   
0.14 secs
-
-07 11:33:11,260 [client.CountingVerifyingReceiver] INFO : num results : 100
-
-07 11:33:11,364 [client.CountingVerifyingReceiver] INFO : Generating 100 
random queries...
-07 11:33:11,370 [client.CountingVerifyingReceiver] INFO : finished
-07 11:33:11,416 [client.CountingVerifyingReceiver] INFO : 2173.91 lookups/sec  
 0.05 secs
-
-07 11:33:11,416 [client.CountingVerifyingReceiver] INFO : num results : 100
-</code></pre>
-</div>
-
-        </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/c0655661/user_manual_1.3-incubating/examples/bloom.html
----------------------------------------------------------------------
diff --git a/user_manual_1.3-incubating/examples/bloom.html 
b/user_manual_1.3-incubating/examples/bloom.html
deleted file mode 100644
index f4ab2ed..0000000
--- a/user_manual_1.3-incubating/examples/bloom.html
+++ /dev/null
@@ -1,321 +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>Bloom Filter Example</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="#">Documentation<span class="caret"></span></a>
-        <ul class="dropdown-menu">
-          <li class="dropdown-header">1.8.0 Release (Latest)</li>
-          <li><a href="/release_notes/1.8.0">Release Notes</a></li>
-          <li><a href="/1.8/accumulo_user_manual">User Manual</a></li>
-          <li><a href="/1.8/apidocs">Javadoc</a></li>
-          <li><a href="/1.8/examples">Examples</a></li>
-          <li class="divider"></li>
-          <li class="dropdown-header">1.7.2 Release</li>
-          <li><a href="/release_notes/1.7.2">Release Notes</a></li>
-          <li><a href="/1.7/accumulo_user_manual">User Manual</a></li>
-          <li><a href="/1.7/apidocs">Javadoc</a></li>
-          <li><a href="/1.7/examples">Examples</a></li>
-          <li class="divider"></li>
-          <li class="dropdown-header">1.6.6 Release</li>
-          <li><a href="/release_notes/1.6.6">Release Notes</a></li>
-          <li><a href="/1.6/accumulo_user_manual">User Manual</a></li>
-          <li><a href="/1.6/apidocs">Javadoc</a></li>
-          <li><a href="/1.6/examples">Examples</a></li>
-          <li class="divider"></li>
-          <li><a href="/notable_features">Features</a></li>
-          <li><a href="/release_notes">Release Notes Archive</a></li>
-          <li><a href="/old_documentation">Documentation Archive</a></li>
-          <li><a href="/screenshots">Screenshots</a></li>
-          <li><a href="/papers">Papers &amp; 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 class="divider"></li>
-          <li class="dropdown-header">Governance</li>
-          <li><a href="/bylaws">Bylaws</a></li>
-          <li><a href="/governance/consensusBuilding">Consensus 
Building</a></li>
-          <li><a href="/governance/lazyConsensus">Lazy Consensus</a></li>
-          <li><a href="/governance/releasing">Releasing</a></li>
-          <li><a href="/governance/voting">Voting</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 &amp; 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">Bloom Filter Example</h1>
-          
-          <p>This example shows how to create a table with bloom filters 
enabled.  It also
-shows how bloom filters increase query performance when looking for values that
-do not exist in a table.</p>
-
-<p>Below table named bloom_test is created and bloom filters are enabled.</p>
-
-<div class="highlighter-rouge"><pre class="highlight"><code>$ ./accumulo shell 
-u username -p password
-Shell - Apache Accumulo Interactive Shell
-- version: 1.3.x-incubating
-- instance name: instance
-- instance id: 00000000-0000-0000-0000-000000000000
-- 
-- type 'help' for a list of available commands
-- 
-username@instance&gt; setauths -u username -s exampleVis
-username@instance&gt; createtable bloom_test
-username@instance bloom_test&gt; config -t bloom_test -s 
table.bloom.enabled=true
-username@instance bloom_test&gt; exit
-</code></pre>
-</div>
-
-<p>Below 1 million random values are inserted into accumulo.  The randomly
-generated rows range between 0 and 1 billion.  The random number generator is
-initialized with the seed 7.</p>
-
-<div class="highlighter-rouge"><pre class="highlight"><code>$ ./bin/accumulo 
org.apache.accumulo.examples.client.RandomBatchWriter -s 7 instance zookeepers 
username password bloom_test 1000000 0 1000000000 50 2000000 60000 3 exampleVis
-</code></pre>
-</div>
-
-<p>Below the table is flushed, look at the monitor page and wait for the flush 
to
-complete.</p>
-
-<div class="highlighter-rouge"><pre class="highlight"><code>$ ./bin/accumulo 
shell -u username -p password
-username@instance&gt; flush -t bloom_test
-Flush of table bloom_test initiated...
-username@instance&gt; exit
-</code></pre>
-</div>
-
-<p>The flush will be finished when there are no entries in memory and the 
-number of minor compactions goes to zero. Refresh the page to see changes to 
the table.</p>
-
-<p>After the flush completes, 500 random queries are done against the table.  
The
-same seed is used to generate the queries, therefore everything is found in the
-table.</p>
-
-<div class="highlighter-rouge"><pre class="highlight"><code>$ ./bin/accumulo 
org.apache.accumulo.examples.client.RandomBatchScanner -s 7 instance zookeepers 
username password bloom_test 500 0 1000000000 50 20 exampleVis
-Generating 500 random queries...finished
-96.19 lookups/sec   5.20 secs
-num results : 500
-Generating 500 random queries...finished
-102.35 lookups/sec   4.89 secs
-num results : 500
-</code></pre>
-</div>
-
-<p>Below another 500 queries are performed, using a different seed which 
results
-in nothing being found.  In this case the lookups are much faster because of
-the bloom filters.</p>
-
-<div class="highlighter-rouge"><pre class="highlight"><code>$ ../bin/accumulo 
org.apache.accumulo.examples.client.RandomBatchScanner -s 8 instance zookeepers 
username password bloom_test 500 0 1000000000 50 20 exampleVis
-Generating 500 random queries...finished
-2212.39 lookups/sec   0.23 secs
-num results : 0
-Did not find 500 rows
-Generating 500 random queries...finished
-4464.29 lookups/sec   0.11 secs
-num results : 0
-Did not find 500 rows
-</code></pre>
-</div>
-
-<hr />
-
-<p>Bloom filters can also speed up lookups for entries that exist.  In accumulo
-data is divided into tablets and each tablet has multiple map files. Every
-lookup in accumulo goes to a specific tablet where a lookup is done on each
-map file in the tablet.  So if a tablet has three map files, lookup performance
-can be three times slower than a tablet with one map file.  However if the map
-files contain unique sets of data, then bloom filters can help eliminate map
-files that do not contain the row being looked up.  To illustrate this two
-identical tables were created using the following process.  One table had bloom
-filters, the other did not.  Also the major compaction ratio was increased to
-prevent the files from being compacted into one file.</p>
-
-<ul>
-  <li>Insert 1 million entries using  RandomBatchWriter with a seed of 7</li>
-  <li>Flush the table using the shell</li>
-  <li>Insert 1 million entries using  RandomBatchWriter with a seed of 8</li>
-  <li>Flush the table using the shell</li>
-  <li>Insert 1 million entries using  RandomBatchWriter with a seed of 9</li>
-  <li>Flush the table using the shell</li>
-</ul>
-
-<p>After following the above steps, each table will have a tablet with three 
map
-files.  Each map file will contain 1 million entries generated with a different
-seed.</p>
-
-<p>Below 500 lookups are done against the table without bloom filters using 
random
-NG seed 7.  Even though only one map file will likely contain entries for this
-seed, all map files will be interrogated.</p>
-
-<div class="highlighter-rouge"><pre class="highlight"><code>$ ./bin/accumulo 
org.apache.accumulo.examples.client.RandomBatchScanner -s 7 instance zookeepers 
username password bloom_test1 500 0 1000000000 50 20 exampleVis
-Generating 500 random queries...finished
-35.09 lookups/sec  14.25 secs
-num results : 500
-Generating 500 random queries...finished
-35.33 lookups/sec  14.15 secs
-num results : 500
-</code></pre>
-</div>
-
-<p>Below the same lookups are done against the table with bloom filters.  The
-lookups were 2.86 times faster because only one map file was used, even though 
three
-map files existed.</p>
-
-<div class="highlighter-rouge"><pre class="highlight"><code>$ ./bin/accumulo 
org.apache.accumulo.examples.client.RandomBatchScanner -s 7 instance zookeepers 
username password bloom_test2 500 0 1000000000 50 20 exampleVis
-Generating 500 random queries...finished
-99.03 lookups/sec   5.05 secs
-num results : 500
-Generating 500 random queries...finished
-101.15 lookups/sec   4.94 secs
-num results : 500
-</code></pre>
-</div>
-
-        </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/c0655661/user_manual_1.3-incubating/examples/bulkIngest.html
----------------------------------------------------------------------
diff --git a/user_manual_1.3-incubating/examples/bulkIngest.html 
b/user_manual_1.3-incubating/examples/bulkIngest.html
deleted file mode 100644
index 4cc5dd0..0000000
--- a/user_manual_1.3-incubating/examples/bulkIngest.html
+++ /dev/null
@@ -1,214 +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>Bulk Ingest Example</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="#">Documentation<span class="caret"></span></a>
-        <ul class="dropdown-menu">
-          <li class="dropdown-header">1.8.0 Release (Latest)</li>
-          <li><a href="/release_notes/1.8.0">Release Notes</a></li>
-          <li><a href="/1.8/accumulo_user_manual">User Manual</a></li>
-          <li><a href="/1.8/apidocs">Javadoc</a></li>
-          <li><a href="/1.8/examples">Examples</a></li>
-          <li class="divider"></li>
-          <li class="dropdown-header">1.7.2 Release</li>
-          <li><a href="/release_notes/1.7.2">Release Notes</a></li>
-          <li><a href="/1.7/accumulo_user_manual">User Manual</a></li>
-          <li><a href="/1.7/apidocs">Javadoc</a></li>
-          <li><a href="/1.7/examples">Examples</a></li>
-          <li class="divider"></li>
-          <li class="dropdown-header">1.6.6 Release</li>
-          <li><a href="/release_notes/1.6.6">Release Notes</a></li>
-          <li><a href="/1.6/accumulo_user_manual">User Manual</a></li>
-          <li><a href="/1.6/apidocs">Javadoc</a></li>
-          <li><a href="/1.6/examples">Examples</a></li>
-          <li class="divider"></li>
-          <li><a href="/notable_features">Features</a></li>
-          <li><a href="/release_notes">Release Notes Archive</a></li>
-          <li><a href="/old_documentation">Documentation Archive</a></li>
-          <li><a href="/screenshots">Screenshots</a></li>
-          <li><a href="/papers">Papers &amp; 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 class="divider"></li>
-          <li class="dropdown-header">Governance</li>
-          <li><a href="/bylaws">Bylaws</a></li>
-          <li><a href="/governance/consensusBuilding">Consensus 
Building</a></li>
-          <li><a href="/governance/lazyConsensus">Lazy Consensus</a></li>
-          <li><a href="/governance/releasing">Releasing</a></li>
-          <li><a href="/governance/voting">Voting</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 &amp; 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">Bulk Ingest Example</h1>
-          
-          <p>This is an example of how to bulk ingest data into accumulo using 
map reduce.</p>
-
-<p>The following commands show how to run this example.  This example creates a
-table called test_bulk which has two initial split points. Then 1000 rows of
-test data are created in HDFS. After that the 1000 rows are ingested into
-accumulo.  Then we verify the 1000 rows are in accumulo. The
-first two arguments to all of the commands except for GenerateTestData are the
-accumulo instance name, and a comma-separated list of zookeepers.</p>
-
-<div class="highlighter-rouge"><pre class="highlight"><code>$ ./bin/accumulo 
org.apache.accumulo.examples.mapreduce.bulk.SetupTable instance zookeepers 
username password test_bulk row_00000333 row_00000666
-$ ./bin/accumulo org.apache.accumulo.examples.mapreduce.bulk.GenerateTestData 
0 1000 bulk/test_1.txt
-
-$ ./bin/tool.sh lib/accumulo-examples-*[^c].jar 
org.apache.accumulo.examples.mapreduce.bulk.BulkIngestExample instance 
zookeepers username password test_bulk bulk tmp/bulkWork
-$ ./bin/accumulo org.apache.accumulo.examples.mapreduce.bulk.VerifyIngest 
instance zookeepers username password test_bulk 0 1000
-</code></pre>
-</div>
-
-<p>For a high level discussion of bulk ingest, see the docs dir.</p>
-
-        </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>

Reply via email to