You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by ct...@apache.org on 2016/04/19 23:21:57 UTC

[4/4] accumulo git commit: Jekyll build from gh-pages:4156e99

Jekyll build from gh-pages:4156e99

Merge branch 'website-docs' of github:mikewalch/accumulo into gh-pages
Replace tabs with spaces for consistency


Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/743710c3
Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/743710c3
Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/743710c3

Branch: refs/heads/asf-site
Commit: 743710c39cdc83b31e98b1fc55c4ffa44fa9fc80
Parents: de13b8c
Author: Christopher Tubbs <ct...@apache.org>
Authored: Tue Apr 19 16:52:31 2016 -0400
Committer: Christopher Tubbs <ct...@apache.org>
Committed: Tue Apr 19 17:18:06 2016 -0400

----------------------------------------------------------------------
 1.4/examples/bloom.html                         |  14 +-
 1.4/examples/dirlist.html                       |   4 +-
 1.4/examples/helloworld.html                    |   2 +-
 1.5/examples/bloom.html                         |  14 +-
 1.5/examples/dirlist.html                       |   4 +-
 1.5/examples/helloworld.html                    |   2 +-
 1.5/examples/regex.html                         |   2 +-
 1.5/examples/tabletofile.html                   |   4 +-
 1.6/examples/bloom.html                         |  14 +-
 1.6/examples/dirlist.html                       |   4 +-
 1.6/examples/regex.html                         |   2 +-
 1.6/examples/tabletofile.html                   |   4 +-
 1.7/accumulo_user_manual.html                   |   6 +-
 1.7/examples/bloom.html                         |  14 +-
 1.7/examples/dirlist.html                       |   4 +-
 1.7/examples/regex.html                         |   2 +-
 1.7/examples/tabletofile.html                   |   4 +-
 examples/latest.html                            | 248 +++++++++++++++++++
 feed.xml                                        |   4 +-
 release_notes/1.6.4.html                        |   2 +-
 source.html                                     |   4 +-
 user-manual/latest.html                         | 248 +++++++++++++++++++
 user_manual_1.3-incubating/examples/filter.html |   2 +-
 .../examples/helloworld.html                    |   2 +-
 24 files changed, 553 insertions(+), 57 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/accumulo/blob/743710c3/1.4/examples/bloom.html
----------------------------------------------------------------------
diff --git a/1.4/examples/bloom.html b/1.4/examples/bloom.html
index d58c1b2..6c38b02 100644
--- a/1.4/examples/bloom.html
+++ b/1.4/examples/bloom.html
@@ -399,13 +399,13 @@ and its 1.5MB.</p>
 
 <div class="highlighter-rouge"><pre class="highlight"><code>$ ./bin/accumulo org.apache.accumulo.core.file.rfile.PrintInfo /accumulo/tables/o8/default_tablet/F00000dj.rf
 Locality group         : &lt;DEFAULT&gt;
-Start block          : 0
-Num   blocks         : 752
-Index level 0        : 43,598 bytes  1 blocks
-First key            : row_0000001169 foo:1 [exampleVis] 1326222052539 false
-Last key             : row_0999999421 foo:1 [exampleVis] 1326222052058 false
-Num entries          : 999,536
-Column families      : [foo]
+  Start block          : 0
+  Num   blocks         : 752
+  Index level 0        : 43,598 bytes  1 blocks
+  First key            : row_0000001169 foo:1 [exampleVis] 1326222052539 false
+  Last key             : row_0999999421 foo:1 [exampleVis] 1326222052058 false
+  Num entries          : 999,536
+  Column families      : [foo]
 
 Meta block     : BCFile.index
   Raw size             : 4 bytes

http://git-wip-us.apache.org/repos/asf/accumulo/blob/743710c3/1.4/examples/dirlist.html
----------------------------------------------------------------------
diff --git a/1.4/examples/dirlist.html b/1.4/examples/dirlist.html
index 20d4a5c..1bca1dd 100644
--- a/1.4/examples/dirlist.html
+++ b/1.4/examples/dirlist.html
@@ -268,7 +268,7 @@ In this example, the authorizations and visibility are set to the same value, ex
 
 <p>Here is a illustration of what data looks like in the directory table:</p>
 
-<div class="highlighter-rouge"><pre class="highlight"><code>row colf:colq [vis]	value
+<div class="highlighter-rouge"><pre class="highlight"><code>row colf:colq [vis]    value
 000 dir:exec [exampleVis]    true
 000 dir:hidden [exampleVis]    false
 000 dir:lastmod [exampleVis]    1291996886000
@@ -306,7 +306,7 @@ rlacol i:001/local [exampleVis]
 
 <p>Here is an illustration of what data looks like in the data table:</p>
 
-<div class="highlighter-rouge"><pre class="highlight"><code>row colf:colq [vis]	value
+<div class="highlighter-rouge"><pre class="highlight"><code>row colf:colq [vis]    value
 274af6419a3c4c4a259260ac7017cbf1 refs:e77276a2b56e5c15b540eaae32b12c69\x00filext [exampleVis]    README
 274af6419a3c4c4a259260ac7017cbf1 refs:e77276a2b56e5c15b540eaae32b12c69\x00name [exampleVis]    /local/Accumulo.README
 274af6419a3c4c4a259260ac7017cbf1 ~chunk:\x00\x0FB@\x00\x00\x00\x00 [exampleVis]    *******************************************************************************\x0A1. Building\x0A\x0AIn the normal tarball or RPM release of accumulo, [truncated]

http://git-wip-us.apache.org/repos/asf/accumulo/blob/743710c3/1.4/examples/helloworld.html
----------------------------------------------------------------------
diff --git a/1.4/examples/helloworld.html b/1.4/examples/helloworld.html
index 0e42064..45b3b26 100644
--- a/1.4/examples/helloworld.html
+++ b/1.4/examples/helloworld.html
@@ -216,7 +216,7 @@ if (ga.hasOwnProperty('loaded') && ga.loaded === true) {
 
 <p>Create a table called ‘hellotable’:</p>
 
-<div class="highlighter-rouge"><pre class="highlight"><code>username@instance&gt; createtable hellotable	
+<div class="highlighter-rouge"><pre class="highlight"><code>username@instance&gt; createtable hellotable
 </code></pre>
 </div>
 

http://git-wip-us.apache.org/repos/asf/accumulo/blob/743710c3/1.5/examples/bloom.html
----------------------------------------------------------------------
diff --git a/1.5/examples/bloom.html b/1.5/examples/bloom.html
index 314771b..5d1d271 100644
--- a/1.5/examples/bloom.html
+++ b/1.5/examples/bloom.html
@@ -401,13 +401,13 @@ and its 1.5MB.</p>
 
 <div class="highlighter-rouge"><pre class="highlight"><code>$ ./bin/accumulo rfile-info /accumulo/tables/o8/default_tablet/F00000dj.rf
 Locality group         : &lt;DEFAULT&gt;
-Start block          : 0
-Num   blocks         : 752
-Index level 0        : 43,598 bytes  1 blocks
-First key            : row_0000001169 foo:1 [exampleVis] 1326222052539 false
-Last key             : row_0999999421 foo:1 [exampleVis] 1326222052058 false
-Num entries          : 999,536
-Column families      : [foo]
+  Start block          : 0
+  Num   blocks         : 752
+  Index level 0        : 43,598 bytes  1 blocks
+  First key            : row_0000001169 foo:1 [exampleVis] 1326222052539 false
+  Last key             : row_0999999421 foo:1 [exampleVis] 1326222052058 false
+  Num entries          : 999,536
+  Column families      : [foo]
 
 Meta block     : BCFile.index
   Raw size             : 4 bytes

http://git-wip-us.apache.org/repos/asf/accumulo/blob/743710c3/1.5/examples/dirlist.html
----------------------------------------------------------------------
diff --git a/1.5/examples/dirlist.html b/1.5/examples/dirlist.html
index 00bdd0f..4c0cc02 100644
--- a/1.5/examples/dirlist.html
+++ b/1.5/examples/dirlist.html
@@ -268,7 +268,7 @@ In this example, the authorizations and visibility are set to the same value, ex
 
 <p>Here is a illustration of what data looks like in the directory table:</p>
 
-<div class="highlighter-rouge"><pre class="highlight"><code>row colf:colq [vis]	value
+<div class="highlighter-rouge"><pre class="highlight"><code>row colf:colq [vis]    value
 000 dir:exec [exampleVis]    true
 000 dir:hidden [exampleVis]    false
 000 dir:lastmod [exampleVis]    1291996886000
@@ -306,7 +306,7 @@ rlacol i:001/local [exampleVis]
 
 <p>Here is an illustration of what data looks like in the data table:</p>
 
-<div class="highlighter-rouge"><pre class="highlight"><code>row colf:colq [vis]	value
+<div class="highlighter-rouge"><pre class="highlight"><code>row colf:colq [vis]    value
 274af6419a3c4c4a259260ac7017cbf1 refs:e77276a2b56e5c15b540eaae32b12c69\x00filext [exampleVis]    README
 274af6419a3c4c4a259260ac7017cbf1 refs:e77276a2b56e5c15b540eaae32b12c69\x00name [exampleVis]    /local/Accumulo.README
 274af6419a3c4c4a259260ac7017cbf1 ~chunk:\x00\x0FB@\x00\x00\x00\x00 [exampleVis]    *******************************************************************************\x0A1. Building\x0A\x0AIn the normal tarball or RPM release of accumulo, [truncated]

http://git-wip-us.apache.org/repos/asf/accumulo/blob/743710c3/1.5/examples/helloworld.html
----------------------------------------------------------------------
diff --git a/1.5/examples/helloworld.html b/1.5/examples/helloworld.html
index 84d1150..4fb0fcf 100644
--- a/1.5/examples/helloworld.html
+++ b/1.5/examples/helloworld.html
@@ -215,7 +215,7 @@ if (ga.hasOwnProperty('loaded') && ga.loaded === true) {
 
 <p>Create a table called ‘hellotable’:</p>
 
-<div class="highlighter-rouge"><pre class="highlight"><code>username@instance&gt; createtable hellotable	
+<div class="highlighter-rouge"><pre class="highlight"><code>username@instance&gt; createtable hellotable
 </code></pre>
 </div>
 

http://git-wip-us.apache.org/repos/asf/accumulo/blob/743710c3/1.5/examples/regex.html
----------------------------------------------------------------------
diff --git a/1.5/examples/regex.html b/1.5/examples/regex.html
index 11d77d2..4df4d45 100644
--- a/1.5/examples/regex.html
+++ b/1.5/examples/regex.html
@@ -240,7 +240,7 @@ drwxr-xr-x   - username supergroup          0 2013-01-10 14:10 /tmp/output/_logs
 <p>We can see the output of our little map-reduce job:</p>
 
 <div class="highlighter-rouge"><pre class="highlight"><code>$ hadoop fs -text /tmp/output/output/part-m-00000
-dogrow dogcf:dogcq [] 1357844987994 false	dogvalue
+dogrow dogcf:dogcq [] 1357844987994 false    dogvalue
 $
 </code></pre>
 </div>

http://git-wip-us.apache.org/repos/asf/accumulo/blob/743710c3/1.5/examples/tabletofile.html
----------------------------------------------------------------------
diff --git a/1.5/examples/tabletofile.html b/1.5/examples/tabletofile.html
index e1cc054..d9fde63 100644
--- a/1.5/examples/tabletofile.html
+++ b/1.5/examples/tabletofile.html
@@ -241,8 +241,8 @@ drwxr-xr-x   - username supergroup          0 2013-01-10 14:44 /tmp/output/_logs
 <p>We can see the output of our little map-reduce job:</p>
 
 <div class="highlighter-rouge"><pre class="highlight"><code>$ hadoop fs -text /tmp/output/output/part-m-00000
-catrow cf:cq []	catvalue
-dogrow cf:cq []	dogvalue
+catrow cf:cq []    catvalue
+dogrow cf:cq []    dogvalue
 $
 </code></pre>
 </div>

http://git-wip-us.apache.org/repos/asf/accumulo/blob/743710c3/1.6/examples/bloom.html
----------------------------------------------------------------------
diff --git a/1.6/examples/bloom.html b/1.6/examples/bloom.html
index 44e2a3e..6b08ea7 100644
--- a/1.6/examples/bloom.html
+++ b/1.6/examples/bloom.html
@@ -402,13 +402,13 @@ and its 1.5MB.</p>
 
 <div class="highlighter-rouge"><pre class="highlight"><code>$ ./bin/accumulo rfile-info /accumulo/tables/o8/default_tablet/F00000dj.rf
 Locality group         : &lt;DEFAULT&gt;
-Start block          : 0
-Num   blocks         : 752
-Index level 0        : 43,598 bytes  1 blocks
-First key            : row_0000001169 foo:1 [exampleVis] 1326222052539 false
-Last key             : row_0999999421 foo:1 [exampleVis] 1326222052058 false
-Num entries          : 999,536
-Column families      : [foo]
+  Start block          : 0
+  Num   blocks         : 752
+  Index level 0        : 43,598 bytes  1 blocks
+  First key            : row_0000001169 foo:1 [exampleVis] 1326222052539 false
+  Last key             : row_0999999421 foo:1 [exampleVis] 1326222052058 false
+  Num entries          : 999,536
+  Column families      : [foo]
 
 Meta block     : BCFile.index
   Raw size             : 4 bytes

http://git-wip-us.apache.org/repos/asf/accumulo/blob/743710c3/1.6/examples/dirlist.html
----------------------------------------------------------------------
diff --git a/1.6/examples/dirlist.html b/1.6/examples/dirlist.html
index e644c45..a6d26b1 100644
--- a/1.6/examples/dirlist.html
+++ b/1.6/examples/dirlist.html
@@ -268,7 +268,7 @@ In this example, the authorizations and visibility are set to the same value, ex
 
 <p>Here is a illustration of what data looks like in the directory table:</p>
 
-<div class="highlighter-rouge"><pre class="highlight"><code>row colf:colq [vis]	value
+<div class="highlighter-rouge"><pre class="highlight"><code>row colf:colq [vis]    value
 000 dir:exec [exampleVis]    true
 000 dir:hidden [exampleVis]    false
 000 dir:lastmod [exampleVis]    1291996886000
@@ -306,7 +306,7 @@ rlacol i:001/local [exampleVis]
 
 <p>Here is an illustration of what data looks like in the data table:</p>
 
-<div class="highlighter-rouge"><pre class="highlight"><code>row colf:colq [vis]	value
+<div class="highlighter-rouge"><pre class="highlight"><code>row colf:colq [vis]    value
 274af6419a3c4c4a259260ac7017cbf1 refs:e77276a2b56e5c15b540eaae32b12c69\x00filext [exampleVis]    README
 274af6419a3c4c4a259260ac7017cbf1 refs:e77276a2b56e5c15b540eaae32b12c69\x00name [exampleVis]    /local/Accumulo.README
 274af6419a3c4c4a259260ac7017cbf1 ~chunk:\x00\x0FB@\x00\x00\x00\x00 [exampleVis]    *******************************************************************************\x0A1. Building\x0A\x0AIn the normal tarball release of accumulo, [truncated]

http://git-wip-us.apache.org/repos/asf/accumulo/blob/743710c3/1.6/examples/regex.html
----------------------------------------------------------------------
diff --git a/1.6/examples/regex.html b/1.6/examples/regex.html
index 8554cb6..9e2033e 100644
--- a/1.6/examples/regex.html
+++ b/1.6/examples/regex.html
@@ -240,7 +240,7 @@ drwxr-xr-x   - username supergroup          0 2013-01-10 14:10 /tmp/output/_logs
 <p>We can see the output of our little map-reduce job:</p>
 
 <div class="highlighter-rouge"><pre class="highlight"><code>$ hadoop fs -text /tmp/output/output/part-m-00000
-dogrow dogcf:dogcq [] 1357844987994 false	dogvalue
+dogrow dogcf:dogcq [] 1357844987994 false    dogvalue
 </code></pre>
 </div>
 

http://git-wip-us.apache.org/repos/asf/accumulo/blob/743710c3/1.6/examples/tabletofile.html
----------------------------------------------------------------------
diff --git a/1.6/examples/tabletofile.html b/1.6/examples/tabletofile.html
index 46bc391..72405cf 100644
--- a/1.6/examples/tabletofile.html
+++ b/1.6/examples/tabletofile.html
@@ -241,8 +241,8 @@ drwxr-xr-x   - username supergroup          0 2013-01-10 14:44 /tmp/output/_logs
 <p>We can see the output of our little map-reduce job:</p>
 
 <div class="highlighter-rouge"><pre class="highlight"><code>$ hadoop fs -text /tmp/output/output/part-m-00000
-catrow cf:cq []	catvalue
-dogrow cf:cq []	dogvalue
+catrow cf:cq []    catvalue
+dogrow cf:cq []    dogvalue
 $
 </code></pre>
 </div>

http://git-wip-us.apache.org/repos/asf/accumulo/blob/743710c3/1.7/accumulo_user_manual.html
----------------------------------------------------------------------
diff --git a/1.7/accumulo_user_manual.html b/1.7/accumulo_user_manual.html
index e414418..9f34918 100644
--- a/1.7/accumulo_user_manual.html
+++ b/1.7/accumulo_user_manual.html
@@ -5800,7 +5800,7 @@ Default principal: user@EXAMPLE.COM
 
 Valid starting       Expires              Service principal
 01/07/2015 11:56:35  01/08/2015 11:56:35  krbtgt/EXAMPLE.COM@EXAMPLE.COM
-	renew until 01/14/2015 11:56:35</pre>
+         renew until 01/14/2015 11:56:35</pre>
 </div>
 </div>
 </div>
@@ -5919,7 +5919,7 @@ Default principal: user@EXAMPLE.COM
 
 Valid starting       Expires              Service principal
 01/07/2015 11:56:35  01/08/2015 11:56:35  krbtgt/EXAMPLE.COM@EXAMPLE.COM
-	renew until 01/14/2015 11:56:35
+         renew until 01/14/2015 11:56:35
 $ export KRB5CCNAME=/tmp/krb5cc_123
 $ echo $KRB5CCNAME
 /tmp/krb5cc_123</pre>
@@ -11288,4 +11288,4 @@ Last updated 2016-02-22 16:32:20 EST
 </div>
 </div>
 </body>
-</html>
\ No newline at end of file
+</html>

http://git-wip-us.apache.org/repos/asf/accumulo/blob/743710c3/1.7/examples/bloom.html
----------------------------------------------------------------------
diff --git a/1.7/examples/bloom.html b/1.7/examples/bloom.html
index 44e2a3e..6b08ea7 100644
--- a/1.7/examples/bloom.html
+++ b/1.7/examples/bloom.html
@@ -402,13 +402,13 @@ and its 1.5MB.</p>
 
 <div class="highlighter-rouge"><pre class="highlight"><code>$ ./bin/accumulo rfile-info /accumulo/tables/o8/default_tablet/F00000dj.rf
 Locality group         : &lt;DEFAULT&gt;
-Start block          : 0
-Num   blocks         : 752
-Index level 0        : 43,598 bytes  1 blocks
-First key            : row_0000001169 foo:1 [exampleVis] 1326222052539 false
-Last key             : row_0999999421 foo:1 [exampleVis] 1326222052058 false
-Num entries          : 999,536
-Column families      : [foo]
+  Start block          : 0
+  Num   blocks         : 752
+  Index level 0        : 43,598 bytes  1 blocks
+  First key            : row_0000001169 foo:1 [exampleVis] 1326222052539 false
+  Last key             : row_0999999421 foo:1 [exampleVis] 1326222052058 false
+  Num entries          : 999,536
+  Column families      : [foo]
 
 Meta block     : BCFile.index
   Raw size             : 4 bytes

http://git-wip-us.apache.org/repos/asf/accumulo/blob/743710c3/1.7/examples/dirlist.html
----------------------------------------------------------------------
diff --git a/1.7/examples/dirlist.html b/1.7/examples/dirlist.html
index e644c45..a6d26b1 100644
--- a/1.7/examples/dirlist.html
+++ b/1.7/examples/dirlist.html
@@ -268,7 +268,7 @@ In this example, the authorizations and visibility are set to the same value, ex
 
 <p>Here is a illustration of what data looks like in the directory table:</p>
 
-<div class="highlighter-rouge"><pre class="highlight"><code>row colf:colq [vis]	value
+<div class="highlighter-rouge"><pre class="highlight"><code>row colf:colq [vis]    value
 000 dir:exec [exampleVis]    true
 000 dir:hidden [exampleVis]    false
 000 dir:lastmod [exampleVis]    1291996886000
@@ -306,7 +306,7 @@ rlacol i:001/local [exampleVis]
 
 <p>Here is an illustration of what data looks like in the data table:</p>
 
-<div class="highlighter-rouge"><pre class="highlight"><code>row colf:colq [vis]	value
+<div class="highlighter-rouge"><pre class="highlight"><code>row colf:colq [vis]    value
 274af6419a3c4c4a259260ac7017cbf1 refs:e77276a2b56e5c15b540eaae32b12c69\x00filext [exampleVis]    README
 274af6419a3c4c4a259260ac7017cbf1 refs:e77276a2b56e5c15b540eaae32b12c69\x00name [exampleVis]    /local/Accumulo.README
 274af6419a3c4c4a259260ac7017cbf1 ~chunk:\x00\x0FB@\x00\x00\x00\x00 [exampleVis]    *******************************************************************************\x0A1. Building\x0A\x0AIn the normal tarball release of accumulo, [truncated]

http://git-wip-us.apache.org/repos/asf/accumulo/blob/743710c3/1.7/examples/regex.html
----------------------------------------------------------------------
diff --git a/1.7/examples/regex.html b/1.7/examples/regex.html
index 8554cb6..9e2033e 100644
--- a/1.7/examples/regex.html
+++ b/1.7/examples/regex.html
@@ -240,7 +240,7 @@ drwxr-xr-x   - username supergroup          0 2013-01-10 14:10 /tmp/output/_logs
 <p>We can see the output of our little map-reduce job:</p>
 
 <div class="highlighter-rouge"><pre class="highlight"><code>$ hadoop fs -text /tmp/output/output/part-m-00000
-dogrow dogcf:dogcq [] 1357844987994 false	dogvalue
+dogrow dogcf:dogcq [] 1357844987994 false    dogvalue
 </code></pre>
 </div>
 

http://git-wip-us.apache.org/repos/asf/accumulo/blob/743710c3/1.7/examples/tabletofile.html
----------------------------------------------------------------------
diff --git a/1.7/examples/tabletofile.html b/1.7/examples/tabletofile.html
index 46bc391..72405cf 100644
--- a/1.7/examples/tabletofile.html
+++ b/1.7/examples/tabletofile.html
@@ -241,8 +241,8 @@ drwxr-xr-x   - username supergroup          0 2013-01-10 14:44 /tmp/output/_logs
 <p>We can see the output of our little map-reduce job:</p>
 
 <div class="highlighter-rouge"><pre class="highlight"><code>$ hadoop fs -text /tmp/output/output/part-m-00000
-catrow cf:cq []	catvalue
-dogrow cf:cq []	dogvalue
+catrow cf:cq []    catvalue
+dogrow cf:cq []    dogvalue
 $
 </code></pre>
 </div>

http://git-wip-us.apache.org/repos/asf/accumulo/blob/743710c3/examples/latest.html
----------------------------------------------------------------------
diff --git a/examples/latest.html b/examples/latest.html
new file mode 100644
index 0000000..e04baab
--- /dev/null
+++ b/examples/latest.html
@@ -0,0 +1,248 @@
+<!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="/css/bootstrap.min.css" rel="stylesheet">
+<link href="/css/bootstrap-theme.min.css" rel="stylesheet">
+<link href="/css/dataTables.bootstrap.css" rel="stylesheet">
+<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
+<!--[if lt IE 9]>
+    <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
+    <script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
+  <![endif]-->
+<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
+<script src="/js/bootstrap.min.js"></script>
+<script src="/js/jquery.dataTables.min.js"></script>
+<script src="/js/dataTables.bootstrap.js"></script>
+<link href="/css/accumulo.css" rel="stylesheet" type="text/css">
+<link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet">
+<title>Apache Accumulo™</title>
+
+<script>
+$(function() {
+  var host = window.location.host;
+  if (typeof host !== 'undefined' && host !== 'accumulo.apache.org') {
+    $('#non-canonical').show();
+  }
+});
+</script>
+<script>
+(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>
+<nav class="navbar navbar-default navbar-fixed-top">
+  <div class="container-fluid">
+    <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 class="navbar-brand" href="/index.html">Accumulo</a>
+    </div>
+    <div class="collapse navbar-collapse" id="navbar-items">
+      <ul class="nav navbar-nav">
+        <li class="dropdown">
+        <a class="dropdown-toggle" data-toggle="dropdown" href="#">Project<span class="caret"></span></a>
+        <ul class="dropdown-menu">
+          <li id="nav_index"><a href="/">Home</a></li>
+          <li id="nav_downloads"><a href="/downloads/">Downloads</a></li>
+          <li id="nav_features"><a href="/notable_features.html">Features</a></li>
+          <li><a href="http://www.apache.org/licenses/LICENSE-2.0"><i class="fa fa-external-link"></i> License</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 id="nav_getinvolved"><a href="/get_involved.html">Get Involved</a></li>
+          <li id="nav_mailinglists"><a href="/mailing_list.html">Mailing Lists</a></li>
+          <li id="nav_people"><a href="/people.html">People</a></li>
+          <li id="nav_blog"><a href="https://blogs.apache.org/accumulo/">Blog</a></li>
+          <li class="divider"></li>
+          <li class="dropdown-header">Governance</li>
+          <li id="nav_bylaws"><a href="/bylaws.html">Bylaws</a></li>
+          <li id="nav_consensusbuilding"><a href="/governance/consensusBuilding.html">Consensus Building</a></li>
+          <li id="nav_lazyconsensus"><a href="/governance/lazyConsensus.html">Lazy Consensus</a></li>
+          <li id="nav_govreleasing"><a href="/governance/releasing.html">Releasing</a></li>
+          <li id="nav_voting"><a href="/governance/voting.html">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 id="nav_source"><a href="/source.html">Source &amp; Guide</a></li>
+          <li id="nav_git"><a href="/git.html">Git Workflow</a></li>
+          <li id="nav_versioning"><a href="/versioning.html">Versioning</a></li>
+          <li id="nav_contrib"><a href="/contrib.html">Contrib Projects</a></li>
+          <li id="nav_rb"><a href="/rb.html">Review Board</a></li>
+          <li id="nav_releasing"><a href="/releasing.html">Making Releases</a></li>
+          <li id="nav_verify_release"><a href="/verifying_releases.html">Verifying Releases</a></li>
+          <li><a href="https://issues.apache.org/jira/browse/accumulo"><i class="fa fa-external-link"></i> Issues</a></li>
+          <li><a href="https://builds.apache.org/view/A-D/view/Accumulo/"><i class="fa fa-external-link"></i> Builds</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 class="dropdown-header">Manual</li>
+          <li><a href="/1.6/accumulo_user_manual.html">1.6</a></li>
+          <li><a href="/1.7/accumulo_user_manual.html">1.7</a></li>
+          <li class="divider"></li>
+          <li class="dropdown-header">Javadoc</li>
+          <li><a href="/1.6/apidocs">1.6</a></li>
+          <li><a href="/1.7/apidocs">1.7</a></li>
+          <li class="divider"></li>
+          <li class="dropdown-header">Examples</li>
+          <li id="nav_examples_1_6"><a href="/1.6/examples">1.6</a></li>
+          <li id="nav_examples_1_7"><a href="/1.7/examples">1.7</a></li>
+          <li class="divider"></li>
+          <li id="old_documentation"><a href="/old_documentation.html">Docs for Older Verisons</a></li>
+          <li id="nav_screenshots"><a href="/screenshots.html">Screenshots</a></li>
+          <li id="nav_papers"><a href="/papers.html">Papers &amp; Other Links</a></li>
+          <li id="nav_glossary"><a href="/glossary.html">Glossary</a></li>
+        </ul>
+        </li>
+        <li class="dropdown">
+        <a class="dropdown-toggle" data-toggle="dropdown" href="#">Release Notes<span class="caret"></span></a>
+        <ul class="dropdown-menu">
+          <li><a href="/release_notes/1.7.1.html">1.7.1</a></li>
+          <li><a href="/release_notes/1.6.5.html">1.6.5</a></li>
+          <li class="divider"></li>
+          <li><a href="/release_notes/">Archives</a></li>
+        </ul>
+        </li>
+        <li class="dropdown">
+        <a class="dropdown-toggle" data-toggle="dropdown" href="#">Other<span class="caret"></span></a>
+          <ul class="dropdown-menu">
+            <li><a href="/papers.html">Papers &amp; Presentations</a></li>
+            <li><a href="/projects.html">Community Projects</a></li>
+          </ul>
+          </li>
+          <li class="dropdown">
+          <a class="dropdown-toggle" data-toggle="dropdown" href="#">ASF Links<span class="caret"></span></a>
+          <ul class="dropdown-menu">
+            <li><a href="http://www.apache.org"><i class="fa fa-external-link"></i> Apache Software Foundation</a></li>
+            <li><a href="http://www.apache.org/foundation/sponsorship.html"><i class="fa fa-external-link"></i> Sponsorship</a></li>
+            <li><a href="http://www.apache.org/security/"><i class="fa fa-external-link"></i> Security</a></li>
+            <li><a href="http://www.apache.org/foundation/thanks.html"><i class="fa fa-external-link"></i> Thanks</a></li>
+            <li><a href="http://www.apache.org/foundation/policies/conduct.html"><i class="fa fa-external-link"></i> Code of Conduct</a></li>
+          </ul>
+          </li>
+        </ul>
+        <form method="GET" action="http://search-hadoop.com/" class="navbar-form navbar-right" role="search">
+          <div class="form-group">
+            <input type="text" name="q" class="form-control" placeholder="Search"/>
+            <input type="hidden" name="fc_project" value="Accumulo"/>
+          </div>
+          <button type="submit" class="btn btn-default"><span class="glyphicon glyphicon-search"></span></button>
+        </form>
+      </div>
+    </div>
+  </nav>
+
+
+<div class="container-fluid">
+  <div class="row">
+    <div class="col-md-2" id="sidebar">
+      <div style="text-align: center">
+        <a href="/"><img id="logo" alt="Apache Accumulo &trade;" class="img-responsive" src="/images/accumulo-logo.png"/></a>
+        <br />
+        Latest 1.7 release: <strong>1.7.1</strong><br />
+        Latest 1.6 release: <strong>1.6.5</strong><br />
+        <br>
+        <a id="download-button-sidebar" class="btn btn-success btn-block" href="/downloads/" role="button">Download</a>
+      </div>
+      <hr>
+      <table class="table" id="sociallinks">
+        <tr><td><img src="/images/Twitter_logo_blue.png" style="height: 1em"></td><td><a href="https://twitter.com/apacheaccumulo">@ApacheAccumulo</a></td></tr>
+        <tr><td><img src="/images/InBug-16px_0.png"></td><td><a href="https://www.linkedin.com/groups/Apache-Accumulo-Professionals-4554913">Apache Accumulo Professionals</a></td></tr>
+        <tr><td><img src="/images/GitHub-Mark-32px.png" style="height: 1em"></td><td><a href="https://github.com/apache/accumulo">apache / accumulo</a></td></tr>
+        <tr><td><span class="glyphicon glyphicon-comment"></span></td><td><a href="irc://chat.freenode.net/accumulo">#accumulo @ freenode</a></td></tr>
+        <tr><td><img src="/favicon.png" width="16" /></td><td><a href="http://blogs.apache.org/accumulo">Apache Accumulo Blog</a></td></tr>
+      </table>
+      <hr>
+      <a id="accumulo-summit-logo" href="http://accumulosummit.com/"><img alt="Accumulo Summit" class="img-responsive" src="/images/accumulo-summit.png"></a>
+    </div>
+    <div class="col-md-8 col-md-offset-1">
+
+      <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">Apache Accumulo™</h1>
+        
+        <!DOCTYPE html>
+<meta charset="utf-8">
+<title>Redirecting…</title>
+<link rel="canonical" href="/1.7/examples/">
+<meta http-equiv="refresh" content="0; url=/1.7/examples/">
+<h1>Redirecting…</h1>
+<a href="/1.7/examples/">Click here if you are not redirected.</a>
+<script>location="/1.7/examples/"</script>
+
+      </div>
+
+      <div id="footer">
+        <a href="http://www.apache.org">
+          <img id="asf-logo" alt="Apache Software Foundation" src="/images/feather-small.gif" height="100">
+        </a>
+        <div class="copyright">
+          <p>
+          Copyright &copy; 2011-2016 The Apache Software Foundation, Licensed under
+          the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
+          Apache Accumulo, Accumulo, Apache, the Apache feather logo, and the Apache Accumulo
+          project logo are trademarks of the <a href="http://www.apache.org">Apache Software Foundation</a>.<br />
+          Site created with <a href="http://getbootstrap.com/">Bootstrap</a> including icons from <a href="http://glyphicons.com/">GLYPHICONS</a> and <a href="http://fontawesome.io/">Font Awesome</a>.
+          </p>
+        </div>
+      </div>
+    </div>
+
+  </div>
+</div>
+
+<script type="text/javascript">
+
+$(function() {
+  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));
+    }
+  });
+});
+</script>
+</body>
+</html>

http://git-wip-us.apache.org/repos/asf/accumulo/blob/743710c3/feed.xml
----------------------------------------------------------------------
diff --git a/feed.xml b/feed.xml
index ffecc1c..00bdd89 100644
--- a/feed.xml
+++ b/feed.xml
@@ -6,8 +6,8 @@
 </description>
     <link>https://accumulo.apache.org/</link>
     <atom:link href="https://accumulo.apache.org/feed.xml" rel="self" type="application/rss+xml"/>
-    <pubDate>Tue, 19 Apr 2016 12:23:28 -0400</pubDate>
-    <lastBuildDate>Tue, 19 Apr 2016 12:23:28 -0400</lastBuildDate>
+    <pubDate>Tue, 19 Apr 2016 17:17:47 -0400</pubDate>
+    <lastBuildDate>Tue, 19 Apr 2016 17:17:47 -0400</lastBuildDate>
     <generator>Jekyll v3.0.3</generator>
     
   </channel>

http://git-wip-us.apache.org/repos/asf/accumulo/blob/743710c3/release_notes/1.6.4.html
----------------------------------------------------------------------
diff --git a/release_notes/1.6.4.html b/release_notes/1.6.4.html
index 435ec29..897ffb4 100644
--- a/release_notes/1.6.4.html
+++ b/release_notes/1.6.4.html
@@ -237,7 +237,7 @@ appropriate audit messages.</li>
 fail around invocation of <code class="highlighter-rouge">deepCopy</code>.</li>
   <li><a href="https://issues.apache.org/jira/browse/ACCUMULO-3905">ACCUMULO-3905</a> RowDeletingIterator functions incorrectly when
 columns are provided by the client. This restores intended functionality without
-  the need for a <a href="https://issues.apache.org/jira/browse/ACCUMULO-1801?focusedCommentId=13970204&amp;page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-13970204">workaround</a>.</li>
+the need for a <a href="https://issues.apache.org/jira/browse/ACCUMULO-1801?focusedCommentId=13970204&amp;page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-13970204">workaround</a>.</li>
   <li><a href="https://issues.apache.org/jira/browse/ACCUMULO-3959">ACCUMULO-3959</a> <a href="https://issues.apache.org/jira/browse/ACCUMULO-3934">ACCUMULO-3934</a> Multiple documentation
 improvements to <code class="highlighter-rouge">BatchScanner</code>.</li>
 </ul>

http://git-wip-us.apache.org/repos/asf/accumulo/blob/743710c3/source.html
----------------------------------------------------------------------
diff --git a/source.html b/source.html
index 02f7497..fc04f94 100644
--- a/source.html
+++ b/source.html
@@ -364,8 +364,8 @@ $&gt; git status
 # Untracked files:
 #   (use "git add &lt;file&gt;..." to include in what will be committed)
 #
-#	mapreduce/
-#	shell/
+# mapreduce/
+# shell/
 nothing added to commit but untracked files present (use "git add" to track)
 $&gt; git clean -df
 Removing mapreduce/

http://git-wip-us.apache.org/repos/asf/accumulo/blob/743710c3/user-manual/latest.html
----------------------------------------------------------------------
diff --git a/user-manual/latest.html b/user-manual/latest.html
new file mode 100644
index 0000000..a8c63c8
--- /dev/null
+++ b/user-manual/latest.html
@@ -0,0 +1,248 @@
+<!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="/css/bootstrap.min.css" rel="stylesheet">
+<link href="/css/bootstrap-theme.min.css" rel="stylesheet">
+<link href="/css/dataTables.bootstrap.css" rel="stylesheet">
+<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
+<!--[if lt IE 9]>
+    <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
+    <script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
+  <![endif]-->
+<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
+<script src="/js/bootstrap.min.js"></script>
+<script src="/js/jquery.dataTables.min.js"></script>
+<script src="/js/dataTables.bootstrap.js"></script>
+<link href="/css/accumulo.css" rel="stylesheet" type="text/css">
+<link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet">
+<title>Apache Accumulo™</title>
+
+<script>
+$(function() {
+  var host = window.location.host;
+  if (typeof host !== 'undefined' && host !== 'accumulo.apache.org') {
+    $('#non-canonical').show();
+  }
+});
+</script>
+<script>
+(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>
+<nav class="navbar navbar-default navbar-fixed-top">
+  <div class="container-fluid">
+    <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 class="navbar-brand" href="/index.html">Accumulo</a>
+    </div>
+    <div class="collapse navbar-collapse" id="navbar-items">
+      <ul class="nav navbar-nav">
+        <li class="dropdown">
+        <a class="dropdown-toggle" data-toggle="dropdown" href="#">Project<span class="caret"></span></a>
+        <ul class="dropdown-menu">
+          <li id="nav_index"><a href="/">Home</a></li>
+          <li id="nav_downloads"><a href="/downloads/">Downloads</a></li>
+          <li id="nav_features"><a href="/notable_features.html">Features</a></li>
+          <li><a href="http://www.apache.org/licenses/LICENSE-2.0"><i class="fa fa-external-link"></i> License</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 id="nav_getinvolved"><a href="/get_involved.html">Get Involved</a></li>
+          <li id="nav_mailinglists"><a href="/mailing_list.html">Mailing Lists</a></li>
+          <li id="nav_people"><a href="/people.html">People</a></li>
+          <li id="nav_blog"><a href="https://blogs.apache.org/accumulo/">Blog</a></li>
+          <li class="divider"></li>
+          <li class="dropdown-header">Governance</li>
+          <li id="nav_bylaws"><a href="/bylaws.html">Bylaws</a></li>
+          <li id="nav_consensusbuilding"><a href="/governance/consensusBuilding.html">Consensus Building</a></li>
+          <li id="nav_lazyconsensus"><a href="/governance/lazyConsensus.html">Lazy Consensus</a></li>
+          <li id="nav_govreleasing"><a href="/governance/releasing.html">Releasing</a></li>
+          <li id="nav_voting"><a href="/governance/voting.html">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 id="nav_source"><a href="/source.html">Source &amp; Guide</a></li>
+          <li id="nav_git"><a href="/git.html">Git Workflow</a></li>
+          <li id="nav_versioning"><a href="/versioning.html">Versioning</a></li>
+          <li id="nav_contrib"><a href="/contrib.html">Contrib Projects</a></li>
+          <li id="nav_rb"><a href="/rb.html">Review Board</a></li>
+          <li id="nav_releasing"><a href="/releasing.html">Making Releases</a></li>
+          <li id="nav_verify_release"><a href="/verifying_releases.html">Verifying Releases</a></li>
+          <li><a href="https://issues.apache.org/jira/browse/accumulo"><i class="fa fa-external-link"></i> Issues</a></li>
+          <li><a href="https://builds.apache.org/view/A-D/view/Accumulo/"><i class="fa fa-external-link"></i> Builds</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 class="dropdown-header">Manual</li>
+          <li><a href="/1.6/accumulo_user_manual.html">1.6</a></li>
+          <li><a href="/1.7/accumulo_user_manual.html">1.7</a></li>
+          <li class="divider"></li>
+          <li class="dropdown-header">Javadoc</li>
+          <li><a href="/1.6/apidocs">1.6</a></li>
+          <li><a href="/1.7/apidocs">1.7</a></li>
+          <li class="divider"></li>
+          <li class="dropdown-header">Examples</li>
+          <li id="nav_examples_1_6"><a href="/1.6/examples">1.6</a></li>
+          <li id="nav_examples_1_7"><a href="/1.7/examples">1.7</a></li>
+          <li class="divider"></li>
+          <li id="old_documentation"><a href="/old_documentation.html">Docs for Older Verisons</a></li>
+          <li id="nav_screenshots"><a href="/screenshots.html">Screenshots</a></li>
+          <li id="nav_papers"><a href="/papers.html">Papers &amp; Other Links</a></li>
+          <li id="nav_glossary"><a href="/glossary.html">Glossary</a></li>
+        </ul>
+        </li>
+        <li class="dropdown">
+        <a class="dropdown-toggle" data-toggle="dropdown" href="#">Release Notes<span class="caret"></span></a>
+        <ul class="dropdown-menu">
+          <li><a href="/release_notes/1.7.1.html">1.7.1</a></li>
+          <li><a href="/release_notes/1.6.5.html">1.6.5</a></li>
+          <li class="divider"></li>
+          <li><a href="/release_notes/">Archives</a></li>
+        </ul>
+        </li>
+        <li class="dropdown">
+        <a class="dropdown-toggle" data-toggle="dropdown" href="#">Other<span class="caret"></span></a>
+          <ul class="dropdown-menu">
+            <li><a href="/papers.html">Papers &amp; Presentations</a></li>
+            <li><a href="/projects.html">Community Projects</a></li>
+          </ul>
+          </li>
+          <li class="dropdown">
+          <a class="dropdown-toggle" data-toggle="dropdown" href="#">ASF Links<span class="caret"></span></a>
+          <ul class="dropdown-menu">
+            <li><a href="http://www.apache.org"><i class="fa fa-external-link"></i> Apache Software Foundation</a></li>
+            <li><a href="http://www.apache.org/foundation/sponsorship.html"><i class="fa fa-external-link"></i> Sponsorship</a></li>
+            <li><a href="http://www.apache.org/security/"><i class="fa fa-external-link"></i> Security</a></li>
+            <li><a href="http://www.apache.org/foundation/thanks.html"><i class="fa fa-external-link"></i> Thanks</a></li>
+            <li><a href="http://www.apache.org/foundation/policies/conduct.html"><i class="fa fa-external-link"></i> Code of Conduct</a></li>
+          </ul>
+          </li>
+        </ul>
+        <form method="GET" action="http://search-hadoop.com/" class="navbar-form navbar-right" role="search">
+          <div class="form-group">
+            <input type="text" name="q" class="form-control" placeholder="Search"/>
+            <input type="hidden" name="fc_project" value="Accumulo"/>
+          </div>
+          <button type="submit" class="btn btn-default"><span class="glyphicon glyphicon-search"></span></button>
+        </form>
+      </div>
+    </div>
+  </nav>
+
+
+<div class="container-fluid">
+  <div class="row">
+    <div class="col-md-2" id="sidebar">
+      <div style="text-align: center">
+        <a href="/"><img id="logo" alt="Apache Accumulo &trade;" class="img-responsive" src="/images/accumulo-logo.png"/></a>
+        <br />
+        Latest 1.7 release: <strong>1.7.1</strong><br />
+        Latest 1.6 release: <strong>1.6.5</strong><br />
+        <br>
+        <a id="download-button-sidebar" class="btn btn-success btn-block" href="/downloads/" role="button">Download</a>
+      </div>
+      <hr>
+      <table class="table" id="sociallinks">
+        <tr><td><img src="/images/Twitter_logo_blue.png" style="height: 1em"></td><td><a href="https://twitter.com/apacheaccumulo">@ApacheAccumulo</a></td></tr>
+        <tr><td><img src="/images/InBug-16px_0.png"></td><td><a href="https://www.linkedin.com/groups/Apache-Accumulo-Professionals-4554913">Apache Accumulo Professionals</a></td></tr>
+        <tr><td><img src="/images/GitHub-Mark-32px.png" style="height: 1em"></td><td><a href="https://github.com/apache/accumulo">apache / accumulo</a></td></tr>
+        <tr><td><span class="glyphicon glyphicon-comment"></span></td><td><a href="irc://chat.freenode.net/accumulo">#accumulo @ freenode</a></td></tr>
+        <tr><td><img src="/favicon.png" width="16" /></td><td><a href="http://blogs.apache.org/accumulo">Apache Accumulo Blog</a></td></tr>
+      </table>
+      <hr>
+      <a id="accumulo-summit-logo" href="http://accumulosummit.com/"><img alt="Accumulo Summit" class="img-responsive" src="/images/accumulo-summit.png"></a>
+    </div>
+    <div class="col-md-8 col-md-offset-1">
+
+      <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">Apache Accumulo™</h1>
+        
+        <!DOCTYPE html>
+<meta charset="utf-8">
+<title>Redirecting…</title>
+<link rel="canonical" href="/1.7/accumulo_user_manual.html">
+<meta http-equiv="refresh" content="0; url=/1.7/accumulo_user_manual.html">
+<h1>Redirecting…</h1>
+<a href="/1.7/accumulo_user_manual.html">Click here if you are not redirected.</a>
+<script>location="/1.7/accumulo_user_manual.html"</script>
+
+      </div>
+
+      <div id="footer">
+        <a href="http://www.apache.org">
+          <img id="asf-logo" alt="Apache Software Foundation" src="/images/feather-small.gif" height="100">
+        </a>
+        <div class="copyright">
+          <p>
+          Copyright &copy; 2011-2016 The Apache Software Foundation, Licensed under
+          the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
+          Apache Accumulo, Accumulo, Apache, the Apache feather logo, and the Apache Accumulo
+          project logo are trademarks of the <a href="http://www.apache.org">Apache Software Foundation</a>.<br />
+          Site created with <a href="http://getbootstrap.com/">Bootstrap</a> including icons from <a href="http://glyphicons.com/">GLYPHICONS</a> and <a href="http://fontawesome.io/">Font Awesome</a>.
+          </p>
+        </div>
+      </div>
+    </div>
+
+  </div>
+</div>
+
+<script type="text/javascript">
+
+$(function() {
+  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));
+    }
+  });
+});
+</script>
+</body>
+</html>

http://git-wip-us.apache.org/repos/asf/accumulo/blob/743710c3/user_manual_1.3-incubating/examples/filter.html
----------------------------------------------------------------------
diff --git a/user_manual_1.3-incubating/examples/filter.html b/user_manual_1.3-incubating/examples/filter.html
index 933d4d1..c6511bc 100644
--- a/user_manual_1.3-incubating/examples/filter.html
+++ b/user_manual_1.3-incubating/examples/filter.html
@@ -221,7 +221,7 @@ username@instance filtertest&gt;
 username@instance filtertest&gt; scan
 username@instance filtertest&gt; insert foo a b c
 username@instance filtertest&gt; scan
-foo a:b []	c
+foo a:b []    c
 </code></pre>
 </div>
 

http://git-wip-us.apache.org/repos/asf/accumulo/blob/743710c3/user_manual_1.3-incubating/examples/helloworld.html
----------------------------------------------------------------------
diff --git a/user_manual_1.3-incubating/examples/helloworld.html b/user_manual_1.3-incubating/examples/helloworld.html
index 9234439..749fb73 100644
--- a/user_manual_1.3-incubating/examples/helloworld.html
+++ b/user_manual_1.3-incubating/examples/helloworld.html
@@ -216,7 +216,7 @@ if (ga.hasOwnProperty('loaded') && ga.loaded === true) {
 
 <p>Create a table called ‘hellotable’:</p>
 
-<div class="highlighter-rouge"><pre class="highlight"><code>username@instance&gt; createtable hellotable	
+<div class="highlighter-rouge"><pre class="highlight"><code>username@instance&gt; createtable hellotable
 </code></pre>
 </div>