You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by mj...@apache.org on 2017/02/27 15:59:14 UTC

[01/16] accumulo-website git commit: Updates for 1.8.1 Release

Repository: accumulo-website
Updated Branches:
  refs/heads/master 3cc86be71 -> a4093d76e


http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/examples/constraints.md
----------------------------------------------------------------------
diff --git a/1.8/examples/constraints.md b/1.8/examples/constraints.md
index 5b2844c..b15b409 100644
--- a/1.8/examples/constraints.md
+++ b/1.8/examples/constraints.md
@@ -1,6 +1,20 @@
----
-title: Apache Accumulo Constraints Example
----
+Title: Apache Accumulo Constraints Example
+Notice:    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.
 
 This tutorial uses the following Java classes, which can be found in org.apache.accumulo.examples.simple.constraints in the examples-simple module:
 

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/examples/dirlist.md
----------------------------------------------------------------------
diff --git a/1.8/examples/dirlist.md b/1.8/examples/dirlist.md
index a686741..50623c6 100644
--- a/1.8/examples/dirlist.md
+++ b/1.8/examples/dirlist.md
@@ -1,6 +1,20 @@
----
-title: Apache Accumulo File System Archive
----
+Title: Apache Accumulo File System Archive
+Notice:    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.
 
 This example stores filesystem information in accumulo. The example stores the information in the following three tables. More information about the table structures can be found at the end of README.dirlist.
 

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/examples/export.md
----------------------------------------------------------------------
diff --git a/1.8/examples/export.md b/1.8/examples/export.md
index 6d7627d..b6ea8f8 100644
--- a/1.8/examples/export.md
+++ b/1.8/examples/export.md
@@ -1,6 +1,20 @@
----
-title: Apache Accumulo Export/Import Example
----
+Title: Apache Accumulo Export/Import Example
+Notice:    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.
 
 Accumulo provides a mechanism to export and import tables. This README shows
 how to use this feature.

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/examples/filedata.md
----------------------------------------------------------------------
diff --git a/1.8/examples/filedata.md b/1.8/examples/filedata.md
index 152b389..26a6c1e 100644
--- a/1.8/examples/filedata.md
+++ b/1.8/examples/filedata.md
@@ -1,6 +1,20 @@
----
-title: Apache Accumulo File System Archive Example (Data Only)
----
+Title: Apache Accumulo File System Archive Example (Data Only)
+Notice:    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.
 
 This example archives file data into an Accumulo table. Files with duplicate data are only stored once.
 The example has the following classes:

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/examples/filter.md
----------------------------------------------------------------------
diff --git a/1.8/examples/filter.md b/1.8/examples/filter.md
index 7cfdd7e..e00ba4a 100644
--- a/1.8/examples/filter.md
+++ b/1.8/examples/filter.md
@@ -1,6 +1,20 @@
----
-title: Apache Accumulo Filter Example
----
+Title: Apache Accumulo Filter Example
+Notice:    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.
 
 This is a simple filter example. It uses the AgeOffFilter that is provided as
 part of the core package org.apache.accumulo.core.iterators.user. Filters are

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/examples/helloworld.md
----------------------------------------------------------------------
diff --git a/1.8/examples/helloworld.md b/1.8/examples/helloworld.md
index 61221df..618e301 100644
--- a/1.8/examples/helloworld.md
+++ b/1.8/examples/helloworld.md
@@ -1,6 +1,20 @@
----
-title: Apache Accumulo Hello World Example
----
+Title: Apache Accumulo Hello World Example
+Notice:    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.
 
 This tutorial uses the following Java classes, which can be found in org.apache.accumulo.examples.simple.helloworld in the examples-simple module:
 

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/examples/isolation.md
----------------------------------------------------------------------
diff --git a/1.8/examples/isolation.md b/1.8/examples/isolation.md
index 916958d..4739f59 100644
--- a/1.8/examples/isolation.md
+++ b/1.8/examples/isolation.md
@@ -1,6 +1,21 @@
----
-title: Apache Accumulo Isolation Example
----
+Title: Apache Accumulo Isolation Example
+Notice:    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.
+
 
 Accumulo has an isolated scanner that ensures partial changes to rows are not
 seen. Isolation is documented in ../docs/isolation.html and the user manual.

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/examples/mapred.md
----------------------------------------------------------------------
diff --git a/1.8/examples/mapred.md b/1.8/examples/mapred.md
index 5a11e7f..9e9b17f 100644
--- a/1.8/examples/mapred.md
+++ b/1.8/examples/mapred.md
@@ -1,6 +1,20 @@
----
-title: Apache Accumulo MapReduce Example
----
+Title: Apache Accumulo MapReduce Example
+Notice:    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.
 
 This example uses mapreduce and accumulo to compute word counts for a set of
 documents. This is accomplished using a map-only mapreduce job and a

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/examples/maxmutation.md
----------------------------------------------------------------------
diff --git a/1.8/examples/maxmutation.md b/1.8/examples/maxmutation.md
index bb78d0a..45b80d4 100644
--- a/1.8/examples/maxmutation.md
+++ b/1.8/examples/maxmutation.md
@@ -1,6 +1,20 @@
----
-title: Apache Accumulo MaxMutation Constraints Example
----
+Title: Apache Accumulo MaxMutation Constraints Example
+Notice:    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.
 
 This an example of how to limit the size of mutations that will be accepted into
 a table. Under the default configuration, accumulo does not provide a limitation

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/examples/regex.md
----------------------------------------------------------------------
diff --git a/1.8/examples/regex.md b/1.8/examples/regex.md
index ff1a3d3..ea9f208 100644
--- a/1.8/examples/regex.md
+++ b/1.8/examples/regex.md
@@ -1,6 +1,20 @@
----
-title: Apache Accumulo Regex Example
----
+Title: Apache Accumulo Regex Example
+Notice:    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.
 
 This example uses mapreduce and accumulo to find items using regular expressions.
 This is accomplished using a map-only mapreduce job and a scan-time iterator.

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/examples/reservations.md
----------------------------------------------------------------------
diff --git a/1.8/examples/reservations.md b/1.8/examples/reservations.md
index 1bbd516..ff111b4 100644
--- a/1.8/examples/reservations.md
+++ b/1.8/examples/reservations.md
@@ -1,6 +1,20 @@
----
-title: Apache Accumulo Isolation Example
----
+Title: Apache Accumulo Isolation Example
+Notice:    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.
 
 This example shows running a simple reservation system implemented using
 conditional mutations. This system guarantees that only one concurrent user can

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/examples/rgbalancer.md
----------------------------------------------------------------------
diff --git a/1.8/examples/rgbalancer.md b/1.8/examples/rgbalancer.md
index a19f9b0..f192a93 100644
--- a/1.8/examples/rgbalancer.md
+++ b/1.8/examples/rgbalancer.md
@@ -1,6 +1,20 @@
----
-title: Apache Accumulo Hello World Example
----
+Title: Apache Accumulo Hello World Example
+Notice:    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.
 
 For some data access patterns, its important to spread groups of tablets within
 a table out evenly.  Accumulo has a balancer that can do this using a regular

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/examples/rowhash.md
----------------------------------------------------------------------
diff --git a/1.8/examples/rowhash.md b/1.8/examples/rowhash.md
index 292ee93..43782c9 100644
--- a/1.8/examples/rowhash.md
+++ b/1.8/examples/rowhash.md
@@ -1,6 +1,20 @@
----
-title: Apache Accumulo RowHash Example
----
+Title: Apache Accumulo RowHash Example
+Notice:    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.
 
 This example shows a simple map/reduce job that reads from an accumulo table and
 writes back into that table.

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/examples/sample.md
----------------------------------------------------------------------
diff --git a/1.8/examples/sample.md b/1.8/examples/sample.md
index 216e91c..3642cc6 100644
--- a/1.8/examples/sample.md
+++ b/1.8/examples/sample.md
@@ -1,6 +1,21 @@
----
-title: Apache Accumulo Batch Writing and Scanning Example
----
+Title: Apache Accumulo Batch Writing and Scanning Example
+Notice:    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.
+
 
 Basic Sampling Example
 ----------------------

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/examples/shard.md
----------------------------------------------------------------------
diff --git a/1.8/examples/shard.md b/1.8/examples/shard.md
index 3591bf2..d08658a 100644
--- a/1.8/examples/shard.md
+++ b/1.8/examples/shard.md
@@ -1,6 +1,20 @@
----
-title: Apache Accumulo Shard Example
----
+Title: Apache Accumulo Shard Example
+Notice:    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.
 
 Accumulo has an iterator called the intersecting iterator which supports querying a term index that is partitioned by
 document, or "sharded". This example shows how to use the intersecting iterator through these four programs:

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/examples/tabletofile.md
----------------------------------------------------------------------
diff --git a/1.8/examples/tabletofile.md b/1.8/examples/tabletofile.md
index 4d91590..08b7cc9 100644
--- a/1.8/examples/tabletofile.md
+++ b/1.8/examples/tabletofile.md
@@ -1,6 +1,20 @@
----
-title: Apache Accumulo Table-to-File Example
----
+Title: Apache Accumulo Table-to-File Example
+Notice:    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.
 
 This example uses mapreduce to extract specified columns from an existing table.
 

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/examples/terasort.md
----------------------------------------------------------------------
diff --git a/1.8/examples/terasort.md b/1.8/examples/terasort.md
index 2d2a89a..409c1d1 100644
--- a/1.8/examples/terasort.md
+++ b/1.8/examples/terasort.md
@@ -1,6 +1,20 @@
----
-title: Apache Accumulo Terasort Example
----
+Title: Apache Accumulo Terasort Example
+Notice:    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.
 
 This example uses map/reduce to generate random input data that will
 be sorted by storing it into accumulo. It uses data very similar to the

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/examples/visibility.md
----------------------------------------------------------------------
diff --git a/1.8/examples/visibility.md b/1.8/examples/visibility.md
index 0ca754c..b766dba 100644
--- a/1.8/examples/visibility.md
+++ b/1.8/examples/visibility.md
@@ -1,6 +1,20 @@
----
-title: Apache Accumulo Visibility, Authorizations, and Permissions Example
----
+Title: Apache Accumulo Visibility, Authorizations, and Permissions Example
+Notice:    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.
 
 ## Creating a new user
 

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/_includes/nav.html
----------------------------------------------------------------------
diff --git a/_includes/nav.html b/_includes/nav.html
index d2f8531..26c4dfb 100644
--- a/_includes/nav.html
+++ b/_includes/nav.html
@@ -15,7 +15,7 @@
         <li class="dropdown">
         <a class="dropdown-toggle" data-toggle="dropdown" href="#">Releases<span class="caret"></span></a>
         <ul class="dropdown-menu">
-          <li><a href="{{ site.baseurl }}/release/accumulo-1.8.0/">1.8.0 (Latest)</a></li>
+          <li><a href="{{ site.baseurl }}/release/accumulo-1.8.1/">1.8.1 (Latest)</a></li>
           <li><a href="{{ site.baseurl }}/release/accumulo-1.7.2/">1.7.2</a></li>
           <li><a href="{{ site.baseurl }}/release/accumulo-1.6.6/">1.6.6</a></li>
           <li><a href="{{ site.baseurl }}/release/">Archive</a></li>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/_posts/release/2017-02-20-accumulo-1.8.1.md
----------------------------------------------------------------------
diff --git a/_posts/release/2017-02-20-accumulo-1.8.1.md b/_posts/release/2017-02-20-accumulo-1.8.1.md
deleted file mode 100644
index d7cdafb..0000000
--- a/_posts/release/2017-02-20-accumulo-1.8.1.md
+++ /dev/null
@@ -1,162 +0,0 @@
----
-title: DRAFT Apache Accumulo 1.8.1
-redirect_from: /release_notes/1.8.1.html
----
-
-(DRAFT Release Notes)
-Apache Accumulo 1.8. is a maintenance release on the 1.8 version branch. This
-release contains changes from more then 40 issues, comprised of bug-fixes,
-performance improvements, build quality improvements, and more. See
-[JIRA][JIRA_181] for a complete list.
-
-
-Below are resources for this release:
-
-* [User Manual][user_manual]
-* [Javadocs][javadocs]
-* [Examples][examples]
-
-In the context of Accumulo's [Semantic Versioning][semver] [guidelines][api],
-this is a "minor version". This means that new APIs have been created, some
-deprecations may have been added, but no deprecated APIs have been removed.
-Code written against 1.7.x should work against 1.8.0 -- binary compatibility
-has been preserved with one exception of an already-deprecated Mock Accumulo
-utility class. As always, the Accumulo developers take API compatibility
-very seriously and have invested much time to ensure that we meet the promises set forth to our users.
-
-## Major Changes
-
-### Problem with scans right after minor compaction
-
-A bug was found when 2 or more concurrent scans run on a tablet that
-has just undergone minor compaction. The minor compaction thread
-writes the in-memory map to a local temporary rfile and tries to
-switch the current iterators to use it instead of the native map. The
-iterator code in the scan thread may also switch itself to use the local
-temporary rfile it if notices it before the minor compaction threads
-performs the switch. The bug happened shortly after the switch when
-one of the iterator threads will get a NegativeArraySizeException.
-See [ACCUMULO-4483][ACCUMULO_4483] for more info.
-
-### Tablet Server Performance Improvement
-
-[ACCUMULO-4458][ACCUMULO_4458] mitigated some contention on the Hadoop 
-configuration instance backing the XML configs read for SiteConfiguration.  
-This should improve overall Tablet Server performance.
-
-### Synchronization issue with deep copies of sources
-
-Deep copies of iterator sources were not thread safe and threw
-exceptions, mostly down in the ZlibDecompressor library.  The real bug
-was in the BoundedRangeFileInputStream.  The read() method
-synchronizes on the underlying FSDataInputStream, however the
-available() method did not.   See [ACCUMULO-4391][ACCUMULO_4391].
-
-### System permission bug in Thrift Proxy
-
-The Accumulo Proxy lacked support for the following system permissions:
-
-* System.CREATE_NAMESPACE
-* System.DROP_NAMESPACE
-* System.ALTER_NAMESPACE
-* System.OBTAIN_DELEGATION_TOKEN
-
-Ticket is [ACCUMULO-4519][ACCUMULO_4519].
-
-### Shell compaction file selection options can block
-
-The block happens when the tablet lock is held.  The tablet lock is
-meant to protect changes to the tablets internal metadata, and
-blocking operations should not occur while this lock is held.  The
-compaction command has options to select files based on some
-criteria, some of which required blocking operations.  This issue is
-fixed in [ACCUMULO-4572][ACCUMULO_4572].
-
-### HostRegexTableLoadBalancer used stale information
-
-The HostRegexTableLoadBalander maintains an internal mapping of tablet
-server pools and tablet server status. It was updated at a
-configurable interval initially as an optimization. Unfortunately it
-had the negative side effect of providing the assignment and balance
-operations with stale information.  This lead to a constant shuffling
-of tablets.  The configuration property was removed so that
-assign/balance methods get updated information every time.  See
-[ACCUMULO-4576][ACCUMULO_4576]. 
-
-### Modify TableOperations online/offline to check for table state 
-
-The table operations online and offline operations execute as a fate
-operation. If a transaction lock for the table is currently held,
-these operation will block even if no action is needed. 
-[ACCUMULO-4574][ACCUMULO_4574] changes the behavior of the online and 
-offline operation to a NOOP if the table is already in the requested state.  
-This returns immediately without queuing a fate operation.
-
-## Other Notable Changes
-
-* [ACCUMULO-4488][ACCUMULO_4488] Fix gap in user manual on Kerberos for clients
-* [ACCUMULO-2724][ACCUMULO_2724] CollectTabletStats had multiple -t parameter
-* [ACCUMULO-4431][ACCUMULO_4431] Log what random is chosen for a tserver.
-* [ACCUMULO-4494][ACCUMULO_4494] Include column family seeks in the Iterator Test Harness 
-* [ACCUMULO-4549][ACCUMULO_4549] Remove duplicate init functions in TabletBalancer
-* [ACCUMULO-4467][ACCUMULO_4467] Random Walk broken because of unmet dependency on commons-math
-* [ACCUMULO-4578][ACCUMULO_4578] Cancel compaction FATE operation does not release namespace lock 
-* [ACCUMULO-4505][ACCUMULO_4505] Shell still reads accumulo-site.xml when using Zookeeper CLI options 
-* [ACCUMULO-4535][ACCUMULO_4535] HostRegexTableLoadBalancer fails with NullPointerException 
-* [ACCUMULO-4575][ACCUMULO_4575] Concurrent table delete operations leave orphan fate transaction locks 
-
-## Upgrading
-
-Upgrades from 1.7 to 1.8 are possible with little effort as no changes were made at the data layer and RPC changes
-were made in a backwards-compatible way. The recommended way is to stop Accumulo 1.7, perform the Accumulo upgrade to
-1.8, and then start 1.8. Like previous versions, after 1.8 is started on a 1.7 instance, a one-time upgrade will
-happen by the Master which will prevent a downgrade back to 1.7. Upgrades are still one way. Upgrades from versions
-prior to 1.7 to 1.8 should follow the below path to 1.7 and then perform the upgrade to 1.8 -- direct upgrades to 1.8
-for versions other than 1.7 are untested.
-
-Existing configuration files from 1.7 should be compared against the examples provided in 1.8. The 1.7 configuration
-files should all function with 1.8 code, but you will likely want to include changes found in the 
-[1.8.0 release notes][1.8.0_release_notes] and these release notes for 1.8.1.
-
-For upgrades from prior to 1.7, follow the upgrade instructions to 1.7 first.
-
-## Testing
-
-Each unit and functional test only runs on a single node, while the RandomWalk
-and Continuous Ingest tests run on any number of nodes. *Agitation* refers to
-randomly restarting Accumulo processes and Hadoop Datanode processes, and, in
-HDFS High-Availability instances, forcing NameNode failover.
-
-{: #release_notes_testing .table }
-| OS/Environment                                                             | Hadoop               | Nodes | ZooKeeper        | HDFS HA | Tests                                        |
-|----------------------------------------------------------------------------|----------------------|-------|------------------|---------|----------------------------------------------|
-| CentOS7/openJDK1.8.0\_121/EC2; 1 m3.xlarge leader, 8 d2.xlarge workers     | 2.7.3                | 9     | 3.4.9            | No      | 24 HR Continuous Ingest without Agitation.  |
-| CentOS7/openJDK1.8.0\_121/EC2; 1 m3.xlarge leader, 8 d2.xlarge workers     | 2.7.3                | 9     | 3.4.9            | No      | 24 HR Continuous Ingest with Agitation.     |
-
-[JIRA_181]: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12312121&version=12335830
-[api]: https://github.com/apache/accumulo/blob/1.8/README.md#api
-[semver]: http://semver.org
-[ACCUMULO_4483]: https://issues.apache.org/jira/browse/ACCUMULO-4483
-[ACCUMULO_4458]: https://issues.apache.org/jira/browse/ACCUMULO-4458
-[ACCUMULO_4391]: https://issues.apache.org/jira/browse/ACCUMULO-4391
-[ACCUMULO_4519]: https://issues.apache.org/jira/browse/ACCUMULO-4519
-[ACCUMULO_4572]: https://issues.apache.org/jira/browse/ACCUMULO-4572
-[ACCUMULO_4576]: https://issues.apache.org/jira/browse/ACCUMULO-4576
-[ACCUMULO_4574]: https://issues.apache.org/jira/browse/ACCUMULO-4574
-[ACCUMULO_4488]: https://issues.apache.org/jira/browse/ACCUMULO-4488
-[ACCUMULO_2724]: https://issues.apache.org/jira/browse/ACCUMULO-2724
-[ACCUMULO_4431]: https://issues.apache.org/jira/browse/ACCUMULO-4431
-[ACCUMULO_4494]: https://issues.apache.org/jira/browse/ACCUMULO-4494
-[ACCUMULO_4549]: https://issues.apache.org/jira/browse/ACCUMULO-4549
-[ACCUMULO_4467]: https://issues.apache.org/jira/browse/ACCUMULO-4467
-[ACCUMULO_4578]: https://issues.apache.org/jira/browse/ACCUMULO-4578
-[ACCUMULO_4505]: https://issues.apache.org/jira/browse/ACCUMULO-4505
-[ACCUMULO_4575]: https://issues.apache.org/jira/browse/ACCUMULO-4575
-[ACCUMULO_4535]: https://issues.apache.org/jira/browse/ACCUMULO-4535
-[sample]: {{ site.baseurl }}/1.8/examples/sample
-[1.8.0_release_notes]: {{ site.baseurl }}/release/accumulo-1.8.0/
-[user_manual]: {{ site.baseurl }}/1.8/accumulo_user_manual.html
-[javadocs]: {{ site.baseurl }}/1.8/apidocs
-[examples]: {{ site.baseurl }}/1.8/examples
-
-(DRAFT Release Notes)
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/_posts/release/2017-02-26-accumulo-1.8.1.md
----------------------------------------------------------------------
diff --git a/_posts/release/2017-02-26-accumulo-1.8.1.md b/_posts/release/2017-02-26-accumulo-1.8.1.md
new file mode 100644
index 0000000..45d1dd8
--- /dev/null
+++ b/_posts/release/2017-02-26-accumulo-1.8.1.md
@@ -0,0 +1,160 @@
+---
+title: Apache Accumulo 1.8.1
+redirect_from: /release_notes/1.8.1.html
+---
+
+Apache Accumulo 1.8. is a maintenance release on the 1.8 version branch. This
+release contains changes from more then 40 issues, comprised of bug-fixes,
+performance improvements, build quality improvements, and more. See
+[JIRA][JIRA_181] for a complete list.
+
+
+Below are resources for this release:
+
+* [User Manual][user_manual]
+* [Javadocs][javadocs]
+* [Examples][examples]
+
+In the context of Accumulo's [Semantic Versioning][semver] [guidelines][api],
+this is a "minor version". This means that new APIs have been created, some
+deprecations may have been added, but no deprecated APIs have been removed.
+Code written against 1.7.x should work against 1.8.0 -- binary compatibility
+has been preserved with one exception of an already-deprecated Mock Accumulo
+utility class. As always, the Accumulo developers take API compatibility
+very seriously and have invested much time to ensure that we meet the promises set forth to our users.
+
+## Major Changes
+
+### Problem with scans right after minor compaction
+
+A bug was found when 2 or more concurrent scans run on a tablet that
+has just undergone minor compaction. The minor compaction thread
+writes the in-memory map to a local temporary rfile and tries to
+switch the current iterators to use it instead of the native map. The
+iterator code in the scan thread may also switch itself to use the local
+temporary rfile it if notices it before the minor compaction threads
+performs the switch. The bug happened shortly after the switch when
+one of the iterator threads will get a NegativeArraySizeException.
+See [ACCUMULO-4483][ACCUMULO_4483] for more info.
+
+### Tablet Server Performance Improvement
+
+[ACCUMULO-4458][ACCUMULO_4458] mitigated some contention on the Hadoop 
+configuration instance backing the XML configs read for SiteConfiguration.  
+This should improve overall Tablet Server performance.
+
+### Synchronization issue with deep copies of sources
+
+Deep copies of iterator sources were not thread safe and threw
+exceptions, mostly down in the ZlibDecompressor library.  The real bug
+was in the BoundedRangeFileInputStream.  The read() method
+synchronizes on the underlying FSDataInputStream, however the
+available() method did not.   See [ACCUMULO-4391][ACCUMULO_4391].
+
+### System permission bug in Thrift Proxy
+
+The Accumulo Proxy lacked support for the following system permissions:
+
+* System.CREATE_NAMESPACE
+* System.DROP_NAMESPACE
+* System.ALTER_NAMESPACE
+* System.OBTAIN_DELEGATION_TOKEN
+
+Ticket is [ACCUMULO-4519][ACCUMULO_4519].
+
+### Shell compaction file selection options can block
+
+The block happens when the tablet lock is held.  The tablet lock is
+meant to protect changes to the tablets internal metadata, and
+blocking operations should not occur while this lock is held.  The
+compaction command has options to select files based on some
+criteria, some of which required blocking operations.  This issue is
+fixed in [ACCUMULO-4572][ACCUMULO_4572].
+
+### HostRegexTableLoadBalancer used stale information
+
+The HostRegexTableLoadBalander maintains an internal mapping of tablet
+server pools and tablet server status. It was updated at a
+configurable interval initially as an optimization. Unfortunately it
+had the negative side effect of providing the assignment and balance
+operations with stale information.  This lead to a constant shuffling
+of tablets.  The configuration property was removed so that
+assign/balance methods get updated information every time.  See
+[ACCUMULO-4576][ACCUMULO_4576]. 
+
+### Modify TableOperations online to check for table state 
+
+The table operations online operation executes as a fate
+operation. If a transaction lock for the table is currently held,
+this operation will block even if no action is needed. 
+[ACCUMULO-4574][ACCUMULO_4574] changes the behavior of the online
+operation to a NOOP if the table is already in the requested state.
+This returns immediately without queuing a fate operation.
+
+## Other Notable Changes
+
+* [ACCUMULO-4488][ACCUMULO_4488] Fix gap in user manual on Kerberos for clients
+* [ACCUMULO-2724][ACCUMULO_2724] CollectTabletStats had multiple -t parameter
+* [ACCUMULO-4431][ACCUMULO_4431] Log what random is chosen for a tserver.
+* [ACCUMULO-4494][ACCUMULO_4494] Include column family seeks in the Iterator Test Harness 
+* [ACCUMULO-4549][ACCUMULO_4549] Remove duplicate init functions in TabletBalancer
+* [ACCUMULO-4467][ACCUMULO_4467] Random Walk broken because of unmet dependency on commons-math
+* [ACCUMULO-4578][ACCUMULO_4578] Cancel compaction FATE operation does not release namespace lock 
+* [ACCUMULO-4505][ACCUMULO_4505] Shell still reads accumulo-site.xml when using Zookeeper CLI options 
+* [ACCUMULO-4535][ACCUMULO_4535] HostRegexTableLoadBalancer fails with NullPointerException 
+* [ACCUMULO-4575][ACCUMULO_4575] Concurrent table delete operations leave orphan fate transaction locks 
+
+## Upgrading
+
+Upgrades from 1.7 to 1.8 are possible with little effort as no changes were made at the data layer and RPC changes
+were made in a backwards-compatible way. The recommended way is to stop Accumulo 1.7, perform the Accumulo upgrade to
+1.8, and then start 1.8. Like previous versions, after 1.8 is started on a 1.7 instance, a one-time upgrade will
+happen by the Master which will prevent a downgrade back to 1.7. Upgrades are still one way. Upgrades from versions
+prior to 1.7 to 1.8 should follow the below path to 1.7 and then perform the upgrade to 1.8 -- direct upgrades to 1.8
+for versions other than 1.7 are untested.
+
+Existing configuration files from 1.7 should be compared against the examples provided in 1.8. The 1.7 configuration
+files should all function with 1.8 code, but you will likely want to include changes found in the 
+[1.8.0 release notes][1.8.0_release_notes] and these release notes for 1.8.1.
+
+For upgrades from prior to 1.7, follow the upgrade instructions to 1.7 first.
+
+## Testing
+
+Each unit and functional test only runs on a single node, while the RandomWalk
+and Continuous Ingest tests run on any number of nodes. *Agitation* refers to
+randomly restarting Accumulo processes and Hadoop Datanode processes, and, in
+HDFS High-Availability instances, forcing NameNode failover.
+
+{: #release_notes_testing .table }
+| OS/Environment                                                             | Hadoop               | Nodes | ZooKeeper        | HDFS HA | Tests                                        |
+|----------------------------------------------------------------------------|----------------------|-------|------------------|---------|----------------------------------------------|
+| CentOS7/openJDK1.8.0\_121/EC2; 1 m3.xlarge leader, 8 d2.xlarge workers     | 2.7.3                | 9     | 3.4.9            | No      | 24 HR Continuous Ingest without Agitation.  |
+| CentOS7/openJDK1.8.0\_121/EC2; 1 m3.xlarge leader, 8 d2.xlarge workers     | 2.7.3                | 9     | 3.4.9            | No      | 24 HR Continuous Ingest with Agitation.     |
+
+[JIRA_181]: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12312121&version=12335830
+[api]: https://github.com/apache/accumulo/blob/1.8/README.md#api
+[semver]: http://semver.org
+[ACCUMULO_4483]: https://issues.apache.org/jira/browse/ACCUMULO-4483
+[ACCUMULO_4458]: https://issues.apache.org/jira/browse/ACCUMULO-4458
+[ACCUMULO_4391]: https://issues.apache.org/jira/browse/ACCUMULO-4391
+[ACCUMULO_4519]: https://issues.apache.org/jira/browse/ACCUMULO-4519
+[ACCUMULO_4572]: https://issues.apache.org/jira/browse/ACCUMULO-4572
+[ACCUMULO_4576]: https://issues.apache.org/jira/browse/ACCUMULO-4576
+[ACCUMULO_4574]: https://issues.apache.org/jira/browse/ACCUMULO-4574
+[ACCUMULO_4488]: https://issues.apache.org/jira/browse/ACCUMULO-4488
+[ACCUMULO_2724]: https://issues.apache.org/jira/browse/ACCUMULO-2724
+[ACCUMULO_4431]: https://issues.apache.org/jira/browse/ACCUMULO-4431
+[ACCUMULO_4494]: https://issues.apache.org/jira/browse/ACCUMULO-4494
+[ACCUMULO_4549]: https://issues.apache.org/jira/browse/ACCUMULO-4549
+[ACCUMULO_4467]: https://issues.apache.org/jira/browse/ACCUMULO-4467
+[ACCUMULO_4578]: https://issues.apache.org/jira/browse/ACCUMULO-4578
+[ACCUMULO_4505]: https://issues.apache.org/jira/browse/ACCUMULO-4505
+[ACCUMULO_4575]: https://issues.apache.org/jira/browse/ACCUMULO-4575
+[ACCUMULO_4535]: https://issues.apache.org/jira/browse/ACCUMULO-4535
+[sample]: {{ site.baseurl }}/1.8/examples/sample
+[1.8.0_release_notes]: {{ site.baseurl }}/release/accumulo-1.8.0/
+[user_manual]: {{ site.baseurl }}/1.8/accumulo_user_manual.html
+[javadocs]: {{ site.baseurl }}/1.8/apidocs
+[examples]: {{ site.baseurl }}/1.8/examples
+

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/doap_Accumulo.rdf
----------------------------------------------------------------------
diff --git a/doap_Accumulo.rdf b/doap_Accumulo.rdf
index 3ea6bad..a7e274b 100644
--- a/doap_Accumulo.rdf
+++ b/doap_Accumulo.rdf
@@ -36,6 +36,13 @@
     <release>
       <Version>
         <name>Apache Accumulo</name>
+        <created>2017-02-26</created>
+        <revision>1.8.1</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>Apache Accumulo</name>
         <created>2016-09-06</created>
         <revision>1.8.0</revision>
       </Version>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/pages/downloads.md
----------------------------------------------------------------------
diff --git a/pages/downloads.md b/pages/downloads.md
index 20ca57b..5527b3b 100644
--- a/pages/downloads.md
+++ b/pages/downloads.md
@@ -83,15 +83,15 @@ Be sure to verify your downloads by these [procedures][VERIFY_PROCEDURES] using
 
 ## Current Releases
 
-### 1.8.0 **latest**{: .label .label-primary }
+### 1.8.1 **latest**{: .label .label-primary }
 
-The most recent Apache Accumulo&reg; release is version 1.8.0. See the [release notes][REL_NOTES_18] and [CHANGES][CHANGES_18].
+The most recent Apache Accumulo&reg; release is version 1.8.1. See the [release notes][REL_NOTES_18] and [CHANGES][CHANGES_18].
 
 For convenience, [MD5][MD5SUM_18] and [SHA1][SHA1SUM_18] hashes are also available.
 
 {: .table }
-| **Generic Binaries** | [accumulo-1.8.0-bin.tar.gz][BIN_18] | [ASC][ASC_BIN_18] |
-| **Source**           | [accumulo-1.8.0-src.tar.gz][SRC_18] | [ASC][ASC_SRC_18] |
+| **Generic Binaries** | [accumulo-1.8.1-bin.tar.gz][BIN_18] | [ASC][ASC_BIN_18] |
+| **Source**           | [accumulo-1.8.1-src.tar.gz][SRC_18] | [ASC][ASC_SRC_18] |
 
 #### 1.8 Documentation
 * [README][README_18]
@@ -148,8 +148,8 @@ Older releases can be found in the [archives][ARCHIVES].
 [ASC_BIN_17]: https://www.apache.org/dist/accumulo/1.7.2/accumulo-1.7.2-bin.tar.gz.asc
 [ASC_SRC_17]: https://www.apache.org/dist/accumulo/1.7.2/accumulo-1.7.2-src.tar.gz.asc
 
-[ASC_BIN_18]: https://www.apache.org/dist/accumulo/1.8.0/accumulo-1.8.0-bin.tar.gz.asc
-[ASC_SRC_18]: https://www.apache.org/dist/accumulo/1.8.0/accumulo-1.8.0-src.tar.gz.asc
+[ASC_BIN_18]: https://www.apache.org/dist/accumulo/1.8.1/accumulo-1.8.1-bin.tar.gz.asc
+[ASC_SRC_18]: https://www.apache.org/dist/accumulo/1.8.1/accumulo-1.8.1-src.tar.gz.asc
 
 [BIN_16]: https://www.apache.org/dyn/closer.lua/accumulo/1.6.6/accumulo-1.6.6-bin.tar.gz
 {: .download_external link-suffix="/accumulo/1.6.6/accumulo-1.6.6-bin.tar.gz" id="/downloads/accumulo-1.6.6-bin.tar.gz" }
@@ -161,16 +161,16 @@ Older releases can be found in the [archives][ARCHIVES].
 [SRC_17]: https://www.apache.org/dyn/closer.lua/accumulo/1.7.2/accumulo-1.7.2-src.tar.gz
 {: .download_external link-suffix="/accumulo/1.7.2/accumulo-1.7.2-src.tar.gz" id="/downloads/accumulo-1.7.2-src.tar.gz" }
 
-[BIN_18]: https://www.apache.org/dyn/closer.lua/accumulo/1.8.0/accumulo-1.8.0-bin.tar.gz
-{: .download_external link-suffix="/accumulo/1.8.0/accumulo-1.8.0-bin.tar.gz" id="/downloads/accumulo-1.8.0-bin.tar.gz" }
-[SRC_18]: https://www.apache.org/dyn/closer.lua/accumulo/1.8.0/accumulo-1.8.0-src.tar.gz
-{: .download_external link-suffix="/accumulo/1.8.0/accumulo-1.8.0-src.tar.gz" id="/downloads/accumulo-1.8.0-src.tar.gz" }
+[BIN_18]: https://www.apache.org/dyn/closer.lua/accumulo/1.8.1/accumulo-1.8.1-bin.tar.gz
+{: .download_external link-suffix="/accumulo/1.8.1/accumulo-1.8.1-bin.tar.gz" id="/downloads/accumulo-1.8.1-bin.tar.gz" }
+[SRC_18]: https://www.apache.org/dyn/closer.lua/accumulo/1.8.1/accumulo-1.8.1-src.tar.gz
+{: .download_external link-suffix="/accumulo/1.8.1/accumulo-1.8.1-src.tar.gz" id="/downloads/accumulo-1.8.1-src.tar.gz" }
 
 [README_16]: https://git-wip-us.apache.org/repos/asf?p=accumulo.git;a=blob_plain;f=README;hb=rel/1.6.6
 {: .download_external id="/1.6/README" }
 [README_17]: https://github.com/apache/accumulo/blob/rel/1.7.2/README.md
 {: .download_external id="/1.7/README" }
-[README_18]: https://github.com/apache/accumulo/blob/rel/1.8.0/README.md
+[README_18]: https://github.com/apache/accumulo/blob/rel/1.8.1/README.md
 {: .download_external id="/1.8/README" }
 
 [JAVADOC_16]: {{ site.baseurl }}/1.6/apidocs/
@@ -192,16 +192,16 @@ Older releases can be found in the [archives][ARCHIVES].
 
 [CHANGES_16]: https://issues.apache.org/jira/browse/ACCUMULO/fixforversion/12334846 "1.6.6 CHANGES"
 [CHANGES_17]: https://issues.apache.org/jira/browse/ACCUMULO/fixforversion/12333776 "1.7.2 CHANGES"
-[CHANGES_18]: https://issues.apache.org/jira/browse/ACCUMULO/fixforversion/12329879 "1.8.0 CHANGES"
+[CHANGES_18]: https://issues.apache.org/jira/browse/ACCUMULO/fixforversion/12335830 "1.8.1 CHANGES"
 
 [REL_NOTES_16]: {{ site.baseurl }}/release/accumulo-1.6.6/ "1.6.6 Release Notes"
 [REL_NOTES_17]: {{ site.baseurl }}/release/accumulo-1.7.2/ "1.7.2 Release Notes"
-[REL_NOTES_18]: {{ site.baseurl }}/release/accumulo-1.8.0/ "1.8.0 Release Notes"
+[REL_NOTES_18]: {{ site.baseurl }}/release/accumulo-1.8.1/ "1.8.1 Release Notes"
 
 [MD5SUM_16]: https://www.apache.org/dist/accumulo/1.6.6/MD5SUM "1.6.6 MD5 file hashes"
 [MD5SUM_17]: https://www.apache.org/dist/accumulo/1.7.2/MD5SUM "1.7.2 MD5 file hashes"
-[MD5SUM_18]: https://www.apache.org/dist/accumulo/1.8.0/MD5SUM "1.8.0 MD5 file hashes"
+[MD5SUM_18]: https://www.apache.org/dist/accumulo/1.8.1/MD5SUM "1.8.1 MD5 file hashes"
 
 [SHA1SUM_16]: https://www.apache.org/dist/accumulo/1.6.6/SHA1SUM "1.6.6 SHA1 file hashes"
 [SHA1SUM_17]: https://www.apache.org/dist/accumulo/1.7.2/SHA1SUM "1.7.2 SHA1 file hashes"
-[SHA1SUM_18]: https://www.apache.org/dist/accumulo/1.8.0/SHA1SUM "1.8.0 SHA1 file hashes"
+[SHA1SUM_18]: https://www.apache.org/dist/accumulo/1.8.1/SHA1SUM "1.8.1 SHA1 file hashes"


[03/16] accumulo-website git commit: Updates for 1.8.1 Release

Posted by mj...@apache.org.
http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/data/class-use/KeyExtent.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/data/class-use/KeyExtent.html b/1.8/apidocs/org/apache/accumulo/core/data/class-use/KeyExtent.html
index b755703..4c9fc50 100644
--- a/1.8/apidocs/org/apache/accumulo/core/data/class-use/KeyExtent.html
+++ b/1.8/apidocs/org/apache/accumulo/core/data/class-use/KeyExtent.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:24 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.accumulo.core.data.KeyExtent (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Uses of Class org.apache.accumulo.core.data.KeyExtent (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.accumulo.core.data.KeyExtent (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Uses of Class org.apache.accumulo.core.data.KeyExtent (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -167,17 +167,17 @@
 <tbody>
 <tr class="altColor">
 <td class="colFirst"><code>abstract <a href="../../../../../../org/apache/accumulo/core/data/KeyExtent.html" title="class in org.apache.accumulo.core.data">KeyExtent</a></code></td>
-<td class="colLast"><span class="strong">ActiveCompaction.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/admin/ActiveCompaction.html#getExtent()">getExtent</a></strong>()</code>
+<td class="colLast"><span class="strong">ActiveScan.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/admin/ActiveScan.html#getExtent()">getExtent</a></strong>()</code>
 <div class="block"><strong>Deprecated.</strong>&nbsp;
-<div class="block"><i>since 1.7.0 use <a href="../../../../../../org/apache/accumulo/core/client/admin/ActiveCompaction.html#getTablet()"><code>ActiveCompaction.getTablet()</code></a></i></div>
+<div class="block"><i>since 1.7.0 use <a href="../../../../../../org/apache/accumulo/core/client/admin/ActiveScan.html#getTablet()"><code>ActiveScan.getTablet()</code></a></i></div>
 </div>
 </td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>abstract <a href="../../../../../../org/apache/accumulo/core/data/KeyExtent.html" title="class in org.apache.accumulo.core.data">KeyExtent</a></code></td>
-<td class="colLast"><span class="strong">ActiveScan.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/admin/ActiveScan.html#getExtent()">getExtent</a></strong>()</code>
+<td class="colLast"><span class="strong">ActiveCompaction.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/admin/ActiveCompaction.html#getExtent()">getExtent</a></strong>()</code>
 <div class="block"><strong>Deprecated.</strong>&nbsp;
-<div class="block"><i>since 1.7.0 use <a href="../../../../../../org/apache/accumulo/core/client/admin/ActiveScan.html#getTablet()"><code>ActiveScan.getTablet()</code></a></i></div>
+<div class="block"><i>since 1.7.0 use <a href="../../../../../../org/apache/accumulo/core/client/admin/ActiveCompaction.html#getTablet()"><code>ActiveCompaction.getTablet()</code></a></i></div>
 </div>
 </td>
 </tr>
@@ -421,6 +421,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/data/class-use/KeyValue.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/data/class-use/KeyValue.html b/1.8/apidocs/org/apache/accumulo/core/data/class-use/KeyValue.html
index 847f59e..a13cc1f 100644
--- a/1.8/apidocs/org/apache/accumulo/core/data/class-use/KeyValue.html
+++ b/1.8/apidocs/org/apache/accumulo/core/data/class-use/KeyValue.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:24 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.accumulo.core.data.KeyValue (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Uses of Class org.apache.accumulo.core.data.KeyValue (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.accumulo.core.data.KeyValue (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Uses of Class org.apache.accumulo.core.data.KeyValue (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -154,6 +154,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/data/class-use/Mutation.SERIALIZED_FORMAT.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/data/class-use/Mutation.SERIALIZED_FORMAT.html b/1.8/apidocs/org/apache/accumulo/core/data/class-use/Mutation.SERIALIZED_FORMAT.html
index fb96f61..74979c3 100644
--- a/1.8/apidocs/org/apache/accumulo/core/data/class-use/Mutation.SERIALIZED_FORMAT.html
+++ b/1.8/apidocs/org/apache/accumulo/core/data/class-use/Mutation.SERIALIZED_FORMAT.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:24 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.accumulo.core.data.Mutation.SERIALIZED_FORMAT (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Uses of Class org.apache.accumulo.core.data.Mutation.SERIALIZED_FORMAT (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.accumulo.core.data.Mutation.SERIALIZED_FORMAT (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Uses of Class org.apache.accumulo.core.data.Mutation.SERIALIZED_FORMAT (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -167,6 +167,6 @@ the order they are declared.</div>
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/data/class-use/Mutation.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/data/class-use/Mutation.html b/1.8/apidocs/org/apache/accumulo/core/data/class-use/Mutation.html
index 9b757d8..aa71d73 100644
--- a/1.8/apidocs/org/apache/accumulo/core/data/class-use/Mutation.html
+++ b/1.8/apidocs/org/apache/accumulo/core/data/class-use/Mutation.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:24 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.accumulo.core.data.Mutation (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Uses of Class org.apache.accumulo.core.data.Mutation (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.accumulo.core.data.Mutation (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Uses of Class org.apache.accumulo.core.data.Mutation (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -369,6 +369,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/data/class-use/PartialKey.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/data/class-use/PartialKey.html b/1.8/apidocs/org/apache/accumulo/core/data/class-use/PartialKey.html
index 9d96aa9..64984a8 100644
--- a/1.8/apidocs/org/apache/accumulo/core/data/class-use/PartialKey.html
+++ b/1.8/apidocs/org/apache/accumulo/core/data/class-use/PartialKey.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:24 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.accumulo.core.data.PartialKey (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Uses of Class org.apache.accumulo.core.data.PartialKey (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.accumulo.core.data.PartialKey (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Uses of Class org.apache.accumulo.core.data.PartialKey (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -198,6 +198,6 @@ the order they are declared.</div>
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/data/class-use/Range.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/data/class-use/Range.html b/1.8/apidocs/org/apache/accumulo/core/data/class-use/Range.html
index b8466ba..64b0a09 100644
--- a/1.8/apidocs/org/apache/accumulo/core/data/class-use/Range.html
+++ b/1.8/apidocs/org/apache/accumulo/core/data/class-use/Range.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:24 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.accumulo.core.data.Range (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Uses of Class org.apache.accumulo.core.data.Range (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.accumulo.core.data.Range (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Uses of Class org.apache.accumulo.core.data.Range (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -174,14 +174,14 @@
 <tbody>
 <tr class="altColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><span class="strong">BatchDeleter.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/BatchDeleter.html#setRanges(java.util.Collection)">setRanges</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;<a href="../../../../../../org/apache/accumulo/core/data/Range.html" title="class in org.apache.accumulo.core.data">Range</a>&gt;&nbsp;ranges)</code>
-<div class="block">Allows deleting multiple ranges efficiently.</div>
+<td class="colLast"><span class="strong">BatchScanner.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/BatchScanner.html#setRanges(java.util.Collection)">setRanges</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;<a href="../../../../../../org/apache/accumulo/core/data/Range.html" title="class in org.apache.accumulo.core.data">Range</a>&gt;&nbsp;ranges)</code>
+<div class="block">Allows scanning over multiple ranges efficiently.</div>
 </td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><span class="strong">BatchScanner.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/BatchScanner.html#setRanges(java.util.Collection)">setRanges</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;<a href="../../../../../../org/apache/accumulo/core/data/Range.html" title="class in org.apache.accumulo.core.data">Range</a>&gt;&nbsp;ranges)</code>
-<div class="block">Allows scanning over multiple ranges efficiently.</div>
+<td class="colLast"><span class="strong">BatchDeleter.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/BatchDeleter.html#setRanges(java.util.Collection)">setRanges</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;<a href="../../../../../../org/apache/accumulo/core/data/Range.html" title="class in org.apache.accumulo.core.data">Range</a>&gt;&nbsp;ranges)</code>
+<div class="block">Allows deleting multiple ranges efficiently.</div>
 </td>
 </tr>
 </tbody>
@@ -846,6 +846,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/data/class-use/TabletId.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/data/class-use/TabletId.html b/1.8/apidocs/org/apache/accumulo/core/data/class-use/TabletId.html
index e08a9e4..ec96041 100644
--- a/1.8/apidocs/org/apache/accumulo/core/data/class-use/TabletId.html
+++ b/1.8/apidocs/org/apache/accumulo/core/data/class-use/TabletId.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:24 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Interface org.apache.accumulo.core.data.TabletId (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Uses of Interface org.apache.accumulo.core.data.TabletId (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Interface org.apache.accumulo.core.data.TabletId (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Uses of Interface org.apache.accumulo.core.data.TabletId (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -136,11 +136,11 @@
 <tbody>
 <tr class="altColor">
 <td class="colFirst"><code>abstract <a href="../../../../../../org/apache/accumulo/core/data/TabletId.html" title="interface in org.apache.accumulo.core.data">TabletId</a></code></td>
-<td class="colLast"><span class="strong">ActiveCompaction.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/admin/ActiveCompaction.html#getTablet()">getTablet</a></strong>()</code>&nbsp;</td>
+<td class="colLast"><span class="strong">ActiveScan.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/admin/ActiveScan.html#getTablet()">getTablet</a></strong>()</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>abstract <a href="../../../../../../org/apache/accumulo/core/data/TabletId.html" title="interface in org.apache.accumulo.core.data">TabletId</a></code></td>
-<td class="colLast"><span class="strong">ActiveScan.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/admin/ActiveScan.html#getTablet()">getTablet</a></strong>()</code>&nbsp;</td>
+<td class="colLast"><span class="strong">ActiveCompaction.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/admin/ActiveCompaction.html#getTablet()">getTablet</a></strong>()</code>&nbsp;</td>
 </tr>
 </tbody>
 </table>
@@ -230,6 +230,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/data/class-use/Value.Comparator.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/data/class-use/Value.Comparator.html b/1.8/apidocs/org/apache/accumulo/core/data/class-use/Value.Comparator.html
index 7d7a7d1..0764750 100644
--- a/1.8/apidocs/org/apache/accumulo/core/data/class-use/Value.Comparator.html
+++ b/1.8/apidocs/org/apache/accumulo/core/data/class-use/Value.Comparator.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:24 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.accumulo.core.data.Value.Comparator (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Uses of Class org.apache.accumulo.core.data.Value.Comparator (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.accumulo.core.data.Value.Comparator (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Uses of Class org.apache.accumulo.core.data.Value.Comparator (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -112,6 +112,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/data/class-use/Value.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/data/class-use/Value.html b/1.8/apidocs/org/apache/accumulo/core/data/class-use/Value.html
index 1c21f04..64fa1cc 100644
--- a/1.8/apidocs/org/apache/accumulo/core/data/class-use/Value.html
+++ b/1.8/apidocs/org/apache/accumulo/core/data/class-use/Value.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:24 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.accumulo.core.data.Value (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Uses of Class org.apache.accumulo.core.data.Value (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.accumulo.core.data.Value (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Uses of Class org.apache.accumulo.core.data.Value (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -244,20 +244,20 @@
 </tr>
 <tbody>
 <tr class="altColor">
-<td class="colFirst"><code>org.apache.hadoop.mapred.RecordReader&lt;<a href="../../../../../../org/apache/accumulo/core/data/Key.html" title="class in org.apache.accumulo.core.data">Key</a>,<a href="../../../../../../org/apache/accumulo/core/data/Value.html" title="class in org.apache.accumulo.core.data">Value</a>&gt;</code></td>
-<td class="colLast"><span class="strong">AccumuloInputFormat.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/mapred/AccumuloInputFormat.html#getRecordReader(org.apache.hadoop.mapred.InputSplit,%20org.apache.hadoop.mapred.JobConf,%20org.apache.hadoop.mapred.Reporter)">getRecordReader</a></strong>(org.apache.hadoop.mapred.InputSplit&nbsp;split,
+<td class="colFirst"><code>org.apache.hadoop.mapred.RecordReader&lt;org.apache.hadoop.io.Text,org.apache.accumulo.core.util.PeekingIterator&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.Entry.html?is-external=true" title="class or interface in java.util">Map.Entry</a>&lt;<a href="../../../../../../org/apache/accumulo/core/data/Key.html" title="class in org.apache.accumulo.core.data">Key</a>,<a href="../../../../../../org/apache/accumulo/core/data/Value.html" title="class in org.apache.accumulo.core.data">Value</a>&gt;&gt;&gt;</code></td>
+<td class="colLast"><span class="strong">AccumuloRowInputFormat.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/mapred/AccumuloRowInputFormat.html#getRecordReader(org.apache.hadoop.mapred.InputSplit,%20org.apache.hadoop.mapred.JobConf,%20org.apache.hadoop.mapred.Reporter)">getRecordReader</a></strong>(org.apache.hadoop.mapred.InputSplit&nbsp;split,
                org.apache.hadoop.mapred.JobConf&nbsp;job,
                org.apache.hadoop.mapred.Reporter&nbsp;reporter)</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>org.apache.hadoop.mapred.RecordReader&lt;<a href="../../../../../../org/apache/accumulo/core/data/Key.html" title="class in org.apache.accumulo.core.data">Key</a>,<a href="../../../../../../org/apache/accumulo/core/data/Value.html" title="class in org.apache.accumulo.core.data">Value</a>&gt;</code></td>
-<td class="colLast"><span class="strong">AccumuloMultiTableInputFormat.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/mapred/AccumuloMultiTableInputFormat.html#getRecordReader(org.apache.hadoop.mapred.InputSplit,%20org.apache.hadoop.mapred.JobConf,%20org.apache.hadoop.mapred.Reporter)">getRecordReader</a></strong>(org.apache.hadoop.mapred.InputSplit&nbsp;split,
+<td class="colLast"><span class="strong">AccumuloInputFormat.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/mapred/AccumuloInputFormat.html#getRecordReader(org.apache.hadoop.mapred.InputSplit,%20org.apache.hadoop.mapred.JobConf,%20org.apache.hadoop.mapred.Reporter)">getRecordReader</a></strong>(org.apache.hadoop.mapred.InputSplit&nbsp;split,
                org.apache.hadoop.mapred.JobConf&nbsp;job,
                org.apache.hadoop.mapred.Reporter&nbsp;reporter)</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>org.apache.hadoop.mapred.RecordReader&lt;org.apache.hadoop.io.Text,org.apache.accumulo.core.util.PeekingIterator&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.Entry.html?is-external=true" title="class or interface in java.util">Map.Entry</a>&lt;<a href="../../../../../../org/apache/accumulo/core/data/Key.html" title="class in org.apache.accumulo.core.data">Key</a>,<a href="../../../../../../org/apache/accumulo/core/data/Value.html" title="class in org.apache.accumulo.core.data">Value</a>&gt;&gt;&gt;</code></td>
-<td class="colLast"><span class="strong">AccumuloRowInputFormat.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/mapred/AccumuloRowInputFormat.html#getRecordReader(org.apache.hadoop.mapred.InputSplit,%20org.apache.hadoop.mapred.JobConf,%20org.apache.hadoop.mapred.Reporter)">getRecordReader</a></strong>(org.apache.hadoop.mapred.InputSplit&nbsp;split,
+<td class="colFirst"><code>org.apache.hadoop.mapred.RecordReader&lt;<a href="../../../../../../org/apache/accumulo/core/data/Key.html" title="class in org.apache.accumulo.core.data">Key</a>,<a href="../../../../../../org/apache/accumulo/core/data/Value.html" title="class in org.apache.accumulo.core.data">Value</a>&gt;</code></td>
+<td class="colLast"><span class="strong">AccumuloMultiTableInputFormat.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/mapred/AccumuloMultiTableInputFormat.html#getRecordReader(org.apache.hadoop.mapred.InputSplit,%20org.apache.hadoop.mapred.JobConf,%20org.apache.hadoop.mapred.Reporter)">getRecordReader</a></strong>(org.apache.hadoop.mapred.InputSplit&nbsp;split,
                org.apache.hadoop.mapred.JobConf&nbsp;job,
                org.apache.hadoop.mapred.Reporter&nbsp;reporter)</code>&nbsp;</td>
 </tr>
@@ -296,18 +296,18 @@
 </tr>
 <tbody>
 <tr class="altColor">
-<td class="colFirst"><code>org.apache.hadoop.mapreduce.RecordReader&lt;<a href="../../../../../../org/apache/accumulo/core/data/Key.html" title="class in org.apache.accumulo.core.data">Key</a>,<a href="../../../../../../org/apache/accumulo/core/data/Value.html" title="class in org.apache.accumulo.core.data">Value</a>&gt;</code></td>
-<td class="colLast"><span class="strong">AccumuloInputFormat.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/mapreduce/AccumuloInputFormat.html#createRecordReader(org.apache.hadoop.mapreduce.InputSplit,%20org.apache.hadoop.mapreduce.TaskAttemptContext)">createRecordReader</a></strong>(org.apache.hadoop.mapreduce.InputSplit&nbsp;split,
+<td class="colFirst"><code>org.apache.hadoop.mapreduce.RecordReader&lt;org.apache.hadoop.io.Text,org.apache.accumulo.core.util.PeekingIterator&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.Entry.html?is-external=true" title="class or interface in java.util">Map.Entry</a>&lt;<a href="../../../../../../org/apache/accumulo/core/data/Key.html" title="class in org.apache.accumulo.core.data">Key</a>,<a href="../../../../../../org/apache/accumulo/core/data/Value.html" title="class in org.apache.accumulo.core.data">Value</a>&gt;&gt;&gt;</code></td>
+<td class="colLast"><span class="strong">AccumuloRowInputFormat.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/mapreduce/AccumuloRowInputFormat.html#createRecordReader(org.apache.hadoop.mapreduce.InputSplit,%20org.apache.hadoop.mapreduce.TaskAttemptContext)">createRecordReader</a></strong>(org.apache.hadoop.mapreduce.InputSplit&nbsp;split,
                   org.apache.hadoop.mapreduce.TaskAttemptContext&nbsp;context)</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>org.apache.hadoop.mapreduce.RecordReader&lt;<a href="../../../../../../org/apache/accumulo/core/data/Key.html" title="class in org.apache.accumulo.core.data">Key</a>,<a href="../../../../../../org/apache/accumulo/core/data/Value.html" title="class in org.apache.accumulo.core.data">Value</a>&gt;</code></td>
-<td class="colLast"><span class="strong">AccumuloMultiTableInputFormat.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/mapreduce/AccumuloMultiTableInputFormat.html#createRecordReader(org.apache.hadoop.mapreduce.InputSplit,%20org.apache.hadoop.mapreduce.TaskAttemptContext)">createRecordReader</a></strong>(org.apache.hadoop.mapreduce.InputSplit&nbsp;inputSplit,
+<td class="colLast"><span class="strong">AccumuloInputFormat.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/mapreduce/AccumuloInputFormat.html#createRecordReader(org.apache.hadoop.mapreduce.InputSplit,%20org.apache.hadoop.mapreduce.TaskAttemptContext)">createRecordReader</a></strong>(org.apache.hadoop.mapreduce.InputSplit&nbsp;split,
                   org.apache.hadoop.mapreduce.TaskAttemptContext&nbsp;context)</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>org.apache.hadoop.mapreduce.RecordReader&lt;org.apache.hadoop.io.Text,org.apache.accumulo.core.util.PeekingIterator&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.Entry.html?is-external=true" title="class or interface in java.util">Map.Entry</a>&lt;<a href="../../../../../../org/apache/accumulo/core/data/Key.html" title="class in org.apache.accumulo.core.data">Key</a>,<a href="../../../../../../org/apache/accumulo/core/data/Value.html" title="class in org.apache.accumulo.core.data">Value</a>&gt;&gt;&gt;</code></td>
-<td class="colLast"><span class="strong">AccumuloRowInputFormat.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/mapreduce/AccumuloRowInputFormat.html#createRecordReader(org.apache.hadoop.mapreduce.InputSplit,%20org.apache.hadoop.mapreduce.TaskAttemptContext)">createRecordReader</a></strong>(org.apache.hadoop.mapreduce.InputSplit&nbsp;split,
+<td class="colFirst"><code>org.apache.hadoop.mapreduce.RecordReader&lt;<a href="../../../../../../org/apache/accumulo/core/data/Key.html" title="class in org.apache.accumulo.core.data">Key</a>,<a href="../../../../../../org/apache/accumulo/core/data/Value.html" title="class in org.apache.accumulo.core.data">Value</a>&gt;</code></td>
+<td class="colLast"><span class="strong">AccumuloMultiTableInputFormat.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/mapreduce/AccumuloMultiTableInputFormat.html#createRecordReader(org.apache.hadoop.mapreduce.InputSplit,%20org.apache.hadoop.mapreduce.TaskAttemptContext)">createRecordReader</a></strong>(org.apache.hadoop.mapreduce.InputSplit&nbsp;inputSplit,
                   org.apache.hadoop.mapreduce.TaskAttemptContext&nbsp;context)</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
@@ -336,19 +336,19 @@
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/util/Iterator.html?is-external=true" title="class or interface in java.util">Iterator</a>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.Entry.html?is-external=true" title="class or interface in java.util">Map.Entry</a>&lt;<a href="../../../../../../org/apache/accumulo/core/data/Key.html" title="class in org.apache.accumulo.core.data">Key</a>,<a href="../../../../../../org/apache/accumulo/core/data/Value.html" title="class in org.apache.accumulo.core.data">Value</a>&gt;&gt;</code></td>
-<td class="colLast"><span class="strong">MockBatchScanner.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/mock/MockBatchScanner.html#iterator()">iterator</a></strong>()</code>
+<td class="colLast"><span class="strong">MockScanner.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/mock/MockScanner.html#iterator()">iterator</a></strong>()</code>
 <div class="block"><strong>Deprecated.</strong>&nbsp;</div>
 &nbsp;</td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/util/Iterator.html?is-external=true" title="class or interface in java.util">Iterator</a>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.Entry.html?is-external=true" title="class or interface in java.util">Map.Entry</a>&lt;<a href="../../../../../../org/apache/accumulo/core/data/Key.html" title="class in org.apache.accumulo.core.data">Key</a>,<a href="../../../../../../org/apache/accumulo/core/data/Value.html" title="class in org.apache.accumulo.core.data">Value</a>&gt;&gt;</code></td>
-<td class="colLast"><span class="strong">MockScanner.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/mock/MockScanner.html#iterator()">iterator</a></strong>()</code>
+<td class="colLast"><span class="strong">MockScannerBase.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/mock/MockScannerBase.html#iterator()">iterator</a></strong>()</code>
 <div class="block"><strong>Deprecated.</strong>&nbsp;</div>
 &nbsp;</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/util/Iterator.html?is-external=true" title="class or interface in java.util">Iterator</a>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.Entry.html?is-external=true" title="class or interface in java.util">Map.Entry</a>&lt;<a href="../../../../../../org/apache/accumulo/core/data/Key.html" title="class in org.apache.accumulo.core.data">Key</a>,<a href="../../../../../../org/apache/accumulo/core/data/Value.html" title="class in org.apache.accumulo.core.data">Value</a>&gt;&gt;</code></td>
-<td class="colLast"><span class="strong">MockScannerBase.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/mock/MockScannerBase.html#iterator()">iterator</a></strong>()</code>
+<td class="colLast"><span class="strong">MockBatchScanner.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/mock/MockBatchScanner.html#iterator()">iterator</a></strong>()</code>
 <div class="block"><strong>Deprecated.</strong>&nbsp;</div>
 &nbsp;</td>
 </tr>
@@ -600,6 +600,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/data/package-frame.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/data/package-frame.html b/1.8/apidocs/org/apache/accumulo/core/data/package-frame.html
index a0c4eb7..7b0a99d 100644
--- a/1.8/apidocs/org/apache/accumulo/core/data/package-frame.html
+++ b/1.8/apidocs/org/apache/accumulo/core/data/package-frame.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:22 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>org.apache.accumulo.core.data (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>org.apache.accumulo.core.data (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/data/package-summary.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/data/package-summary.html b/1.8/apidocs/org/apache/accumulo/core/data/package-summary.html
index a8966fe..dd182e3 100644
--- a/1.8/apidocs/org/apache/accumulo/core/data/package-summary.html
+++ b/1.8/apidocs/org/apache/accumulo/core/data/package-summary.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:22 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>org.apache.accumulo.core.data (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>org.apache.accumulo.core.data (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="org.apache.accumulo.core.data (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="org.apache.accumulo.core.data (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -254,6 +254,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/data/package-tree.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/data/package-tree.html b/1.8/apidocs/org/apache/accumulo/core/data/package-tree.html
index 9bd1348..f28657e 100644
--- a/1.8/apidocs/org/apache/accumulo/core/data/package-tree.html
+++ b/1.8/apidocs/org/apache/accumulo/core/data/package-tree.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:22 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>org.apache.accumulo.core.data Class Hierarchy (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>org.apache.accumulo.core.data Class Hierarchy (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="org.apache.accumulo.core.data Class Hierarchy (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="org.apache.accumulo.core.data Class Hierarchy (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -125,8 +125,8 @@
 <ul>
 <li type="circle">java.lang.<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Enum.html?is-external=true" title="class or interface in java.lang"><span class="strong">Enum</span></a>&lt;E&gt; (implements java.lang.<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Comparable.html?is-external=true" title="class or interface in java.lang">Comparable</a>&lt;T&gt;, java.io.<a href="http://docs.oracle.com/javase/7/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</a>)
 <ul>
-<li type="circle">org.apache.accumulo.core.data.<a href="../../../../../org/apache/accumulo/core/data/Mutation.SERIALIZED_FORMAT.html" title="enum in org.apache.accumulo.core.data"><span class="strong">Mutation.SERIALIZED_FORMAT</span></a></li>
 <li type="circle">org.apache.accumulo.core.data.<a href="../../../../../org/apache/accumulo/core/data/PartialKey.html" title="enum in org.apache.accumulo.core.data"><span class="strong">PartialKey</span></a></li>
+<li type="circle">org.apache.accumulo.core.data.<a href="../../../../../org/apache/accumulo/core/data/Mutation.SERIALIZED_FORMAT.html" title="enum in org.apache.accumulo.core.data"><span class="strong">Mutation.SERIALIZED_FORMAT</span></a></li>
 </ul>
 </li>
 </ul>
@@ -178,6 +178,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/data/package-use.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/data/package-use.html b/1.8/apidocs/org/apache/accumulo/core/data/package-use.html
index 93f5d7c..9e0b1b0 100644
--- a/1.8/apidocs/org/apache/accumulo/core/data/package-use.html
+++ b/1.8/apidocs/org/apache/accumulo/core/data/package-use.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:24 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:33 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Package org.apache.accumulo.core.data (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Uses of Package org.apache.accumulo.core.data (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Package org.apache.accumulo.core.data (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Uses of Package org.apache.accumulo.core.data (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -509,6 +509,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/security/AuthorizationContainer.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/security/AuthorizationContainer.html b/1.8/apidocs/org/apache/accumulo/core/security/AuthorizationContainer.html
index 94fab1e..9c428d8 100644
--- a/1.8/apidocs/org/apache/accumulo/core/security/AuthorizationContainer.html
+++ b/1.8/apidocs/org/apache/accumulo/core/security/AuthorizationContainer.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:21 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>AuthorizationContainer (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>AuthorizationContainer (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="AuthorizationContainer (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="AuthorizationContainer (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -213,6 +213,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/security/Authorizations.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/security/Authorizations.html b/1.8/apidocs/org/apache/accumulo/core/security/Authorizations.html
index 0d3120c..45b0e3e 100644
--- a/1.8/apidocs/org/apache/accumulo/core/security/Authorizations.html
+++ b/1.8/apidocs/org/apache/accumulo/core/security/Authorizations.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:21 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Authorizations (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Authorizations (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Authorizations (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Authorizations (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -610,6 +610,6 @@ implements <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Iterable.
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/security/ColumnVisibility.Node.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/security/ColumnVisibility.Node.html b/1.8/apidocs/org/apache/accumulo/core/security/ColumnVisibility.Node.html
index 8631237..32c4e94 100644
--- a/1.8/apidocs/org/apache/accumulo/core/security/ColumnVisibility.Node.html
+++ b/1.8/apidocs/org/apache/accumulo/core/security/ColumnVisibility.Node.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:21 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>ColumnVisibility.Node (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>ColumnVisibility.Node (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="ColumnVisibility.Node (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="ColumnVisibility.Node (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -378,6 +378,6 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/security/ColumnVisibility.NodeComparator.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/security/ColumnVisibility.NodeComparator.html b/1.8/apidocs/org/apache/accumulo/core/security/ColumnVisibility.NodeComparator.html
index 3a402a3..757418c 100644
--- a/1.8/apidocs/org/apache/accumulo/core/security/ColumnVisibility.NodeComparator.html
+++ b/1.8/apidocs/org/apache/accumulo/core/security/ColumnVisibility.NodeComparator.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:21 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>ColumnVisibility.NodeComparator (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>ColumnVisibility.NodeComparator (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="ColumnVisibility.NodeComparator (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="ColumnVisibility.NodeComparator (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -282,6 +282,6 @@ implements <a href="http://docs.oracle.com/javase/7/docs/api/java/util/Comparato
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/security/ColumnVisibility.NodeType.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/security/ColumnVisibility.NodeType.html b/1.8/apidocs/org/apache/accumulo/core/security/ColumnVisibility.NodeType.html
index 62b94f1..3f21a5c 100644
--- a/1.8/apidocs/org/apache/accumulo/core/security/ColumnVisibility.NodeType.html
+++ b/1.8/apidocs/org/apache/accumulo/core/security/ColumnVisibility.NodeType.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:21 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>ColumnVisibility.NodeType (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>ColumnVisibility.NodeType (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="ColumnVisibility.NodeType (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="ColumnVisibility.NodeType (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -345,6 +345,6 @@ not permitted.)</div>
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/security/ColumnVisibility.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/security/ColumnVisibility.html b/1.8/apidocs/org/apache/accumulo/core/security/ColumnVisibility.html
index 3360b58..8291746 100644
--- a/1.8/apidocs/org/apache/accumulo/core/security/ColumnVisibility.html
+++ b/1.8/apidocs/org/apache/accumulo/core/security/ColumnVisibility.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:21 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>ColumnVisibility (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>ColumnVisibility (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="ColumnVisibility (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="ColumnVisibility (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -579,6 +579,6 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/security/NamespacePermission.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/security/NamespacePermission.html b/1.8/apidocs/org/apache/accumulo/core/security/NamespacePermission.html
index a028d99..8495ff4 100644
--- a/1.8/apidocs/org/apache/accumulo/core/security/NamespacePermission.html
+++ b/1.8/apidocs/org/apache/accumulo/core/security/NamespacePermission.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:21 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>NamespacePermission (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>NamespacePermission (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="NamespacePermission (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="NamespacePermission (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -481,6 +481,6 @@ not permitted.)</div>
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/security/SystemPermission.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/security/SystemPermission.html b/1.8/apidocs/org/apache/accumulo/core/security/SystemPermission.html
index 0c88a9f..eb57ca3 100644
--- a/1.8/apidocs/org/apache/accumulo/core/security/SystemPermission.html
+++ b/1.8/apidocs/org/apache/accumulo/core/security/SystemPermission.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:21 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>SystemPermission (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>SystemPermission (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="SystemPermission (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="SystemPermission (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -491,6 +491,6 @@ not permitted.)</div>
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/security/TablePermission.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/security/TablePermission.html b/1.8/apidocs/org/apache/accumulo/core/security/TablePermission.html
index 663168b..d69acf1 100644
--- a/1.8/apidocs/org/apache/accumulo/core/security/TablePermission.html
+++ b/1.8/apidocs/org/apache/accumulo/core/security/TablePermission.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:21 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>TablePermission (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>TablePermission (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="TablePermission (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="TablePermission (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -419,6 +419,6 @@ not permitted.)</div>
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/security/VisibilityConstraint.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/security/VisibilityConstraint.html b/1.8/apidocs/org/apache/accumulo/core/security/VisibilityConstraint.html
index 394c352..ef69b83 100644
--- a/1.8/apidocs/org/apache/accumulo/core/security/VisibilityConstraint.html
+++ b/1.8/apidocs/org/apache/accumulo/core/security/VisibilityConstraint.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:21 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>VisibilityConstraint (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>VisibilityConstraint (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="VisibilityConstraint (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="VisibilityConstraint (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -265,6 +265,6 @@ extends org.apache.accumulo.core.constraints.VisibilityConstraint</pre>
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/security/VisibilityEvaluator.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/security/VisibilityEvaluator.html b/1.8/apidocs/org/apache/accumulo/core/security/VisibilityEvaluator.html
index 1aad0cd..0712a44 100644
--- a/1.8/apidocs/org/apache/accumulo/core/security/VisibilityEvaluator.html
+++ b/1.8/apidocs/org/apache/accumulo/core/security/VisibilityEvaluator.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:21 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>VisibilityEvaluator (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>VisibilityEvaluator (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="VisibilityEvaluator (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="VisibilityEvaluator (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -305,6 +305,6 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/security/VisibilityParseException.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/security/VisibilityParseException.html b/1.8/apidocs/org/apache/accumulo/core/security/VisibilityParseException.html
index bb50045..d907e00 100644
--- a/1.8/apidocs/org/apache/accumulo/core/security/VisibilityParseException.html
+++ b/1.8/apidocs/org/apache/accumulo/core/security/VisibilityParseException.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:21 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>VisibilityParseException (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>VisibilityParseException (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="VisibilityParseException (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="VisibilityParseException (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -300,6 +300,6 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/text/ParseExcepti
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/security/class-use/AuthorizationContainer.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/security/class-use/AuthorizationContainer.html b/1.8/apidocs/org/apache/accumulo/core/security/class-use/AuthorizationContainer.html
index 43276a7..dcfa36d 100644
--- a/1.8/apidocs/org/apache/accumulo/core/security/class-use/AuthorizationContainer.html
+++ b/1.8/apidocs/org/apache/accumulo/core/security/class-use/AuthorizationContainer.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:24 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Interface org.apache.accumulo.core.security.AuthorizationContainer (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Uses of Interface org.apache.accumulo.core.security.AuthorizationContainer (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Interface org.apache.accumulo.core.security.AuthorizationContainer (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Uses of Interface org.apache.accumulo.core.security.AuthorizationContainer (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -167,6 +167,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/security/class-use/Authorizations.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/security/class-use/Authorizations.html b/1.8/apidocs/org/apache/accumulo/core/security/class-use/Authorizations.html
index 9fcfc66..a622363 100644
--- a/1.8/apidocs/org/apache/accumulo/core/security/class-use/Authorizations.html
+++ b/1.8/apidocs/org/apache/accumulo/core/security/class-use/Authorizations.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:24 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.accumulo.core.security.Authorizations (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Uses of Class org.apache.accumulo.core.security.Authorizations (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.accumulo.core.security.Authorizations (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Uses of Class org.apache.accumulo.core.security.Authorizations (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -128,11 +128,11 @@
 <tbody>
 <tr class="altColor">
 <td class="colFirst"><code><a href="../../../../../../org/apache/accumulo/core/security/Authorizations.html" title="class in org.apache.accumulo.core.security">Authorizations</a></code></td>
-<td class="colLast"><span class="strong">ClientSideIteratorScanner.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/ClientSideIteratorScanner.html#getAuthorizations()">getAuthorizations</a></strong>()</code>&nbsp;</td>
+<td class="colLast"><span class="strong">ConditionalWriterConfig.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/ConditionalWriterConfig.html#getAuthorizations()">getAuthorizations</a></strong>()</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code><a href="../../../../../../org/apache/accumulo/core/security/Authorizations.html" title="class in org.apache.accumulo.core.security">Authorizations</a></code></td>
-<td class="colLast"><span class="strong">ConditionalWriterConfig.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/ConditionalWriterConfig.html#getAuthorizations()">getAuthorizations</a></strong>()</code>&nbsp;</td>
+<td class="colLast"><span class="strong">ClientSideIteratorScanner.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/ClientSideIteratorScanner.html#getAuthorizations()">getAuthorizations</a></strong>()</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code><a href="../../../../../../org/apache/accumulo/core/security/Authorizations.html" title="class in org.apache.accumulo.core.security">Authorizations</a></code></td>
@@ -586,6 +586,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/security/class-use/ColumnVisibility.Node.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/security/class-use/ColumnVisibility.Node.html b/1.8/apidocs/org/apache/accumulo/core/security/class-use/ColumnVisibility.Node.html
index 4efa930..0f42b9f 100644
--- a/1.8/apidocs/org/apache/accumulo/core/security/class-use/ColumnVisibility.Node.html
+++ b/1.8/apidocs/org/apache/accumulo/core/security/class-use/ColumnVisibility.Node.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:24 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.accumulo.core.security.ColumnVisibility.Node (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Uses of Class org.apache.accumulo.core.security.ColumnVisibility.Node (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.accumulo.core.security.ColumnVisibility.Node (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Uses of Class org.apache.accumulo.core.security.ColumnVisibility.Node (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -228,6 +228,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/security/class-use/ColumnVisibility.NodeComparator.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/security/class-use/ColumnVisibility.NodeComparator.html b/1.8/apidocs/org/apache/accumulo/core/security/class-use/ColumnVisibility.NodeComparator.html
index feb31c2..091b097 100644
--- a/1.8/apidocs/org/apache/accumulo/core/security/class-use/ColumnVisibility.NodeComparator.html
+++ b/1.8/apidocs/org/apache/accumulo/core/security/class-use/ColumnVisibility.NodeComparator.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:24 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.accumulo.core.security.ColumnVisibility.NodeComparator (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Uses of Class org.apache.accumulo.core.security.ColumnVisibility.NodeComparator (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.accumulo.core.security.ColumnVisibility.NodeComparator (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Uses of Class org.apache.accumulo.core.security.ColumnVisibility.NodeComparator (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -154,6 +154,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/security/class-use/ColumnVisibility.NodeType.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/security/class-use/ColumnVisibility.NodeType.html b/1.8/apidocs/org/apache/accumulo/core/security/class-use/ColumnVisibility.NodeType.html
index b461c42..be111fc 100644
--- a/1.8/apidocs/org/apache/accumulo/core/security/class-use/ColumnVisibility.NodeType.html
+++ b/1.8/apidocs/org/apache/accumulo/core/security/class-use/ColumnVisibility.NodeType.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:24 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.accumulo.core.security.ColumnVisibility.NodeType (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Uses of Class org.apache.accumulo.core.security.ColumnVisibility.NodeType (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.accumulo.core.security.ColumnVisibility.NodeType (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Uses of Class org.apache.accumulo.core.security.ColumnVisibility.NodeType (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -177,6 +177,6 @@ the order they are declared.</div>
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/security/class-use/ColumnVisibility.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/security/class-use/ColumnVisibility.html b/1.8/apidocs/org/apache/accumulo/core/security/class-use/ColumnVisibility.html
index c63f9b4..0c9370e 100644
--- a/1.8/apidocs/org/apache/accumulo/core/security/class-use/ColumnVisibility.html
+++ b/1.8/apidocs/org/apache/accumulo/core/security/class-use/ColumnVisibility.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:24 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.accumulo.core.security.ColumnVisibility (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Uses of Class org.apache.accumulo.core.security.ColumnVisibility (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.accumulo.core.security.ColumnVisibility (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Uses of Class org.apache.accumulo.core.security.ColumnVisibility (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -363,6 +363,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/security/class-use/NamespacePermission.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/security/class-use/NamespacePermission.html b/1.8/apidocs/org/apache/accumulo/core/security/class-use/NamespacePermission.html
index 14b46df..073313d 100644
--- a/1.8/apidocs/org/apache/accumulo/core/security/class-use/NamespacePermission.html
+++ b/1.8/apidocs/org/apache/accumulo/core/security/class-use/NamespacePermission.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:24 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.accumulo.core.security.NamespacePermission (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Uses of Class org.apache.accumulo.core.security.NamespacePermission (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.accumulo.core.security.NamespacePermission (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Uses of Class org.apache.accumulo.core.security.NamespacePermission (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -217,6 +217,6 @@ the order they are declared.</div>
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>


[09/16] accumulo-website git commit: Updates for 1.8.1 Release

Posted by mj...@apache.org.
http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/package-summary.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/package-summary.html b/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/package-summary.html
index 81ae528..511eb58 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/package-summary.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/package-summary.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:22 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>org.apache.accumulo.core.client.lexicoder (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>org.apache.accumulo.core.client.lexicoder (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="org.apache.accumulo.core.client.lexicoder (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="org.apache.accumulo.core.client.lexicoder (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -246,6 +246,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/package-tree.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/package-tree.html b/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/package-tree.html
index f169b9b..7911117 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/package-tree.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/package-tree.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:22 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>org.apache.accumulo.core.client.lexicoder Class Hierarchy (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>org.apache.accumulo.core.client.lexicoder Class Hierarchy (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="org.apache.accumulo.core.client.lexicoder Class Hierarchy (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="org.apache.accumulo.core.client.lexicoder Class Hierarchy (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -162,6 +162,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/package-use.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/package-use.html b/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/package-use.html
index d55514b..594b471 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/package-use.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/package-use.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:24 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:33 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Package org.apache.accumulo.core.client.lexicoder (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Uses of Package org.apache.accumulo.core.client.lexicoder (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Package org.apache.accumulo.core.client.lexicoder (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Uses of Package org.apache.accumulo.core.client.lexicoder (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -195,6 +195,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/mapred/AbstractInputFormat.AbstractRecordReader.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/mapred/AbstractInputFormat.AbstractRecordReader.html b/1.8/apidocs/org/apache/accumulo/core/client/mapred/AbstractInputFormat.AbstractRecordReader.html
index e16a72d..92bc500 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/mapred/AbstractInputFormat.AbstractRecordReader.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/mapred/AbstractInputFormat.AbstractRecordReader.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:21 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>AbstractInputFormat.AbstractRecordReader (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>AbstractInputFormat.AbstractRecordReader (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="AbstractInputFormat.AbstractRecordReader (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="AbstractInputFormat.AbstractRecordReader (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -483,6 +483,6 @@ protected&nbsp;void&nbsp;setupIterators(org.apache.hadoop.mapred.JobConf&nbsp;jo
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/mapred/AbstractInputFormat.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/mapred/AbstractInputFormat.html b/1.8/apidocs/org/apache/accumulo/core/client/mapred/AbstractInputFormat.html
index 731ec96..3a1ff73 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/mapred/AbstractInputFormat.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/mapred/AbstractInputFormat.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:21 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>AbstractInputFormat (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>AbstractInputFormat (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="AbstractInputFormat (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="AbstractInputFormat (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -796,6 +796,6 @@ protected static&nbsp;org.apache.accumulo.core.client.impl.TabletLocator&nbsp;ge
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/mapred/AccumuloFileOutputFormat.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/mapred/AccumuloFileOutputFormat.html b/1.8/apidocs/org/apache/accumulo/core/client/mapred/AccumuloFileOutputFormat.html
index 0b24faf..08fb3ef 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/mapred/AccumuloFileOutputFormat.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/mapred/AccumuloFileOutputFormat.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:21 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>AccumuloFileOutputFormat (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>AccumuloFileOutputFormat (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="AccumuloFileOutputFormat (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="AccumuloFileOutputFormat (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -494,6 +494,6 @@ protected static&nbsp;org.apache.accumulo.core.conf.AccumuloConfiguration&nbsp;g
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/mapred/AccumuloInputFormat.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/mapred/AccumuloInputFormat.html b/1.8/apidocs/org/apache/accumulo/core/client/mapred/AccumuloInputFormat.html
index 39e3c04..f23dbaf 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/mapred/AccumuloInputFormat.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/mapred/AccumuloInputFormat.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:21 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>AccumuloInputFormat (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>AccumuloInputFormat (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="AccumuloInputFormat (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="AccumuloInputFormat (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -338,6 +338,6 @@ extends <a href="../../../../../../org/apache/accumulo/core/client/mapred/InputF
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/mapred/AccumuloMultiTableInputFormat.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/mapred/AccumuloMultiTableInputFormat.html b/1.8/apidocs/org/apache/accumulo/core/client/mapred/AccumuloMultiTableInputFormat.html
index 2fc7f87..1fa632d 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/mapred/AccumuloMultiTableInputFormat.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/mapred/AccumuloMultiTableInputFormat.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:21 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>AccumuloMultiTableInputFormat (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>AccumuloMultiTableInputFormat (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="AccumuloMultiTableInputFormat (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="AccumuloMultiTableInputFormat (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -340,6 +340,6 @@ extends <a href="../../../../../../org/apache/accumulo/core/client/mapred/Abstra
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/mapred/AccumuloOutputFormat.AccumuloRecordWriter.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/mapred/AccumuloOutputFormat.AccumuloRecordWriter.html b/1.8/apidocs/org/apache/accumulo/core/client/mapred/AccumuloOutputFormat.AccumuloRecordWriter.html
index bbfa026..5c1ad10 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/mapred/AccumuloOutputFormat.AccumuloRecordWriter.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/mapred/AccumuloOutputFormat.AccumuloRecordWriter.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:21 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>AccumuloOutputFormat.AccumuloRecordWriter (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>AccumuloOutputFormat.AccumuloRecordWriter (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="AccumuloOutputFormat.AccumuloRecordWriter (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="AccumuloOutputFormat.AccumuloRecordWriter (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -321,6 +321,6 @@ implements org.apache.hadoop.mapred.RecordWriter&lt;org.apache.hadoop.io.Text,<a
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/mapred/AccumuloOutputFormat.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/mapred/AccumuloOutputFormat.html b/1.8/apidocs/org/apache/accumulo/core/client/mapred/AccumuloOutputFormat.html
index 3c73ed7..ebedb2e 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/mapred/AccumuloOutputFormat.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/mapred/AccumuloOutputFormat.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:21 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>AccumuloOutputFormat (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>AccumuloOutputFormat (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="AccumuloOutputFormat (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="AccumuloOutputFormat (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -822,6 +822,6 @@ public static&nbsp;void&nbsp;setMockInstance(org.apache.hadoop.mapred.JobConf&nb
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/mapred/AccumuloRowInputFormat.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/mapred/AccumuloRowInputFormat.html b/1.8/apidocs/org/apache/accumulo/core/client/mapred/AccumuloRowInputFormat.html
index d6d1bb4..bf941d6 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/mapred/AccumuloRowInputFormat.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/mapred/AccumuloRowInputFormat.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:21 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>AccumuloRowInputFormat (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>AccumuloRowInputFormat (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="AccumuloRowInputFormat (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="AccumuloRowInputFormat (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -338,6 +338,6 @@ extends <a href="../../../../../../org/apache/accumulo/core/client/mapred/InputF
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/mapred/InputFormatBase.RangeInputSplit.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/mapred/InputFormatBase.RangeInputSplit.html b/1.8/apidocs/org/apache/accumulo/core/client/mapred/InputFormatBase.RangeInputSplit.html
index 125b94a..235f0ff 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/mapred/InputFormatBase.RangeInputSplit.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/mapred/InputFormatBase.RangeInputSplit.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:21 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>InputFormatBase.RangeInputSplit (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>InputFormatBase.RangeInputSplit (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="InputFormatBase.RangeInputSplit (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="InputFormatBase.RangeInputSplit (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -347,6 +347,6 @@ extends <a href="../../../../../../org/apache/accumulo/core/client/mapred/RangeI
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/mapred/InputFormatBase.RecordReaderBase.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/mapred/InputFormatBase.RecordReaderBase.html b/1.8/apidocs/org/apache/accumulo/core/client/mapred/InputFormatBase.RecordReaderBase.html
index 8ba8688..0c34b58 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/mapred/InputFormatBase.RecordReaderBase.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/mapred/InputFormatBase.RecordReaderBase.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:21 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>InputFormatBase.RecordReaderBase (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>InputFormatBase.RecordReaderBase (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="InputFormatBase.RecordReaderBase (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="InputFormatBase.RecordReaderBase (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -352,6 +352,6 @@ protected&nbsp;void&nbsp;setupIterators(org.apache.hadoop.mapred.JobConf&nbsp;jo
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/mapred/InputFormatBase.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/mapred/InputFormatBase.html b/1.8/apidocs/org/apache/accumulo/core/client/mapred/InputFormatBase.html
index 842a37d..73587c8 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/mapred/InputFormatBase.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/mapred/InputFormatBase.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:21 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>InputFormatBase (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>InputFormatBase (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="InputFormatBase (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="InputFormatBase (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -784,6 +784,6 @@ protected static&nbsp;org.apache.accumulo.core.client.impl.TabletLocator&nbsp;ge
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/mapred/RangeInputSplit.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/mapred/RangeInputSplit.html b/1.8/apidocs/org/apache/accumulo/core/client/mapred/RangeInputSplit.html
index 815cd77..36e75c4 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/mapred/RangeInputSplit.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/mapred/RangeInputSplit.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:21 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>RangeInputSplit (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>RangeInputSplit (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="RangeInputSplit (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="RangeInputSplit (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -310,6 +310,6 @@ implements org.apache.hadoop.mapred.InputSplit</pre>
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/mapred/class-use/AbstractInputFormat.AbstractRecordReader.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/mapred/class-use/AbstractInputFormat.AbstractRecordReader.html b/1.8/apidocs/org/apache/accumulo/core/client/mapred/class-use/AbstractInputFormat.AbstractRecordReader.html
index 88feec5..6ec72a6 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/mapred/class-use/AbstractInputFormat.AbstractRecordReader.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/mapred/class-use/AbstractInputFormat.AbstractRecordReader.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:23 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.accumulo.core.client.mapred.AbstractInputFormat.AbstractRecordReader (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Uses of Class org.apache.accumulo.core.client.mapred.AbstractInputFormat.AbstractRecordReader (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.accumulo.core.client.mapred.AbstractInputFormat.AbstractRecordReader (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Uses of Class org.apache.accumulo.core.client.mapred.AbstractInputFormat.AbstractRecordReader (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -152,6 +152,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/mapred/class-use/AbstractInputFormat.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/mapred/class-use/AbstractInputFormat.html b/1.8/apidocs/org/apache/accumulo/core/client/mapred/class-use/AbstractInputFormat.html
index bb1615b..74b71ca 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/mapred/class-use/AbstractInputFormat.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/mapred/class-use/AbstractInputFormat.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:23 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.accumulo.core.client.mapred.AbstractInputFormat (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Uses of Class org.apache.accumulo.core.client.mapred.AbstractInputFormat (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.accumulo.core.client.mapred.AbstractInputFormat (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Uses of Class org.apache.accumulo.core.client.mapred.AbstractInputFormat (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -172,6 +172,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/mapred/class-use/AccumuloFileOutputFormat.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/mapred/class-use/AccumuloFileOutputFormat.html b/1.8/apidocs/org/apache/accumulo/core/client/mapred/class-use/AccumuloFileOutputFormat.html
index 0d5cc37..202744c 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/mapred/class-use/AccumuloFileOutputFormat.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/mapred/class-use/AccumuloFileOutputFormat.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:23 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.accumulo.core.client.mapred.AccumuloFileOutputFormat (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Uses of Class org.apache.accumulo.core.client.mapred.AccumuloFileOutputFormat (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.accumulo.core.client.mapred.AccumuloFileOutputFormat (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Uses of Class org.apache.accumulo.core.client.mapred.AccumuloFileOutputFormat (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -112,6 +112,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/mapred/class-use/AccumuloInputFormat.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/mapred/class-use/AccumuloInputFormat.html b/1.8/apidocs/org/apache/accumulo/core/client/mapred/class-use/AccumuloInputFormat.html
index f3aeece..0ef0b78 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/mapred/class-use/AccumuloInputFormat.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/mapred/class-use/AccumuloInputFormat.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:23 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.accumulo.core.client.mapred.AccumuloInputFormat (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Uses of Class org.apache.accumulo.core.client.mapred.AccumuloInputFormat (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.accumulo.core.client.mapred.AccumuloInputFormat (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Uses of Class org.apache.accumulo.core.client.mapred.AccumuloInputFormat (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -112,6 +112,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/mapred/class-use/AccumuloMultiTableInputFormat.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/mapred/class-use/AccumuloMultiTableInputFormat.html b/1.8/apidocs/org/apache/accumulo/core/client/mapred/class-use/AccumuloMultiTableInputFormat.html
index e192b54..2492765 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/mapred/class-use/AccumuloMultiTableInputFormat.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/mapred/class-use/AccumuloMultiTableInputFormat.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:23 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.accumulo.core.client.mapred.AccumuloMultiTableInputFormat (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Uses of Class org.apache.accumulo.core.client.mapred.AccumuloMultiTableInputFormat (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.accumulo.core.client.mapred.AccumuloMultiTableInputFormat (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Uses of Class org.apache.accumulo.core.client.mapred.AccumuloMultiTableInputFormat (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -112,6 +112,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/mapred/class-use/AccumuloOutputFormat.AccumuloRecordWriter.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/mapred/class-use/AccumuloOutputFormat.AccumuloRecordWriter.html b/1.8/apidocs/org/apache/accumulo/core/client/mapred/class-use/AccumuloOutputFormat.AccumuloRecordWriter.html
index e426c03..be9a86b 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/mapred/class-use/AccumuloOutputFormat.AccumuloRecordWriter.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/mapred/class-use/AccumuloOutputFormat.AccumuloRecordWriter.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:23 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.accumulo.core.client.mapred.AccumuloOutputFormat.AccumuloRecordWriter (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Uses of Class org.apache.accumulo.core.client.mapred.AccumuloOutputFormat.AccumuloRecordWriter (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.accumulo.core.client.mapred.AccumuloOutputFormat.AccumuloRecordWriter (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Uses of Class org.apache.accumulo.core.client.mapred.AccumuloOutputFormat.AccumuloRecordWriter (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -112,6 +112,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/mapred/class-use/AccumuloOutputFormat.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/mapred/class-use/AccumuloOutputFormat.html b/1.8/apidocs/org/apache/accumulo/core/client/mapred/class-use/AccumuloOutputFormat.html
index a8d904f..d963512 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/mapred/class-use/AccumuloOutputFormat.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/mapred/class-use/AccumuloOutputFormat.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:23 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.accumulo.core.client.mapred.AccumuloOutputFormat (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Uses of Class org.apache.accumulo.core.client.mapred.AccumuloOutputFormat (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.accumulo.core.client.mapred.AccumuloOutputFormat (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Uses of Class org.apache.accumulo.core.client.mapred.AccumuloOutputFormat (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -112,6 +112,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/mapred/class-use/AccumuloRowInputFormat.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/mapred/class-use/AccumuloRowInputFormat.html b/1.8/apidocs/org/apache/accumulo/core/client/mapred/class-use/AccumuloRowInputFormat.html
index 09810cf..eca9a54 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/mapred/class-use/AccumuloRowInputFormat.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/mapred/class-use/AccumuloRowInputFormat.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:23 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.accumulo.core.client.mapred.AccumuloRowInputFormat (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Uses of Class org.apache.accumulo.core.client.mapred.AccumuloRowInputFormat (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.accumulo.core.client.mapred.AccumuloRowInputFormat (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Uses of Class org.apache.accumulo.core.client.mapred.AccumuloRowInputFormat (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -112,6 +112,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/mapred/class-use/InputFormatBase.RangeInputSplit.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/mapred/class-use/InputFormatBase.RangeInputSplit.html b/1.8/apidocs/org/apache/accumulo/core/client/mapred/class-use/InputFormatBase.RangeInputSplit.html
index 60d7e62..069a9d1 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/mapred/class-use/InputFormatBase.RangeInputSplit.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/mapred/class-use/InputFormatBase.RangeInputSplit.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:23 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.accumulo.core.client.mapred.InputFormatBase.RangeInputSplit (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Uses of Class org.apache.accumulo.core.client.mapred.InputFormatBase.RangeInputSplit (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.accumulo.core.client.mapred.InputFormatBase.RangeInputSplit (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Uses of Class org.apache.accumulo.core.client.mapred.InputFormatBase.RangeInputSplit (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -152,6 +152,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/mapred/class-use/InputFormatBase.RecordReaderBase.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/mapred/class-use/InputFormatBase.RecordReaderBase.html b/1.8/apidocs/org/apache/accumulo/core/client/mapred/class-use/InputFormatBase.RecordReaderBase.html
index 42b92d5..c8ec45d 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/mapred/class-use/InputFormatBase.RecordReaderBase.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/mapred/class-use/InputFormatBase.RecordReaderBase.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:23 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.accumulo.core.client.mapred.InputFormatBase.RecordReaderBase (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Uses of Class org.apache.accumulo.core.client.mapred.InputFormatBase.RecordReaderBase (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.accumulo.core.client.mapred.InputFormatBase.RecordReaderBase (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Uses of Class org.apache.accumulo.core.client.mapred.InputFormatBase.RecordReaderBase (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -112,6 +112,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/mapred/class-use/InputFormatBase.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/mapred/class-use/InputFormatBase.html b/1.8/apidocs/org/apache/accumulo/core/client/mapred/class-use/InputFormatBase.html
index 902d623..4918df0 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/mapred/class-use/InputFormatBase.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/mapred/class-use/InputFormatBase.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:23 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.accumulo.core.client.mapred.InputFormatBase (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Uses of Class org.apache.accumulo.core.client.mapred.InputFormatBase (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.accumulo.core.client.mapred.InputFormatBase (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Uses of Class org.apache.accumulo.core.client.mapred.InputFormatBase (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -160,6 +160,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/mapred/class-use/RangeInputSplit.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/mapred/class-use/RangeInputSplit.html b/1.8/apidocs/org/apache/accumulo/core/client/mapred/class-use/RangeInputSplit.html
index ea7be32..9334dd9 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/mapred/class-use/RangeInputSplit.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/mapred/class-use/RangeInputSplit.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:23 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.accumulo.core.client.mapred.RangeInputSplit (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Uses of Class org.apache.accumulo.core.client.mapred.RangeInputSplit (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.accumulo.core.client.mapred.RangeInputSplit (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Uses of Class org.apache.accumulo.core.client.mapred.RangeInputSplit (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -200,6 +200,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/mapred/package-frame.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/mapred/package-frame.html b/1.8/apidocs/org/apache/accumulo/core/client/mapred/package-frame.html
index 8453201..f4c7bcf 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/mapred/package-frame.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/mapred/package-frame.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:22 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>org.apache.accumulo.core.client.mapred (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>org.apache.accumulo.core.client.mapred (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/mapred/package-summary.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/mapred/package-summary.html b/1.8/apidocs/org/apache/accumulo/core/client/mapred/package-summary.html
index 56e5068..c89995f 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/mapred/package-summary.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/mapred/package-summary.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:22 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>org.apache.accumulo.core.client.mapred (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>org.apache.accumulo.core.client.mapred (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="org.apache.accumulo.core.client.mapred (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="org.apache.accumulo.core.client.mapred (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -198,6 +198,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/mapred/package-tree.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/mapred/package-tree.html b/1.8/apidocs/org/apache/accumulo/core/client/mapred/package-tree.html
index f027fcc..d79695e 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/mapred/package-tree.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/mapred/package-tree.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:22 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>org.apache.accumulo.core.client.mapred Class Hierarchy (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>org.apache.accumulo.core.client.mapred Class Hierarchy (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="org.apache.accumulo.core.client.mapred Class Hierarchy (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="org.apache.accumulo.core.client.mapred Class Hierarchy (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -160,6 +160,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/mapred/package-use.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/mapred/package-use.html b/1.8/apidocs/org/apache/accumulo/core/client/mapred/package-use.html
index a16ed62..ce5500f 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/mapred/package-use.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/mapred/package-use.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:24 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:33 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Package org.apache.accumulo.core.client.mapred (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Uses of Package org.apache.accumulo.core.client.mapred (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Package org.apache.accumulo.core.client.mapred (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Uses of Package org.apache.accumulo.core.client.mapred (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -170,6 +170,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/AbstractInputFormat.AbstractRecordReader.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/AbstractInputFormat.AbstractRecordReader.html b/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/AbstractInputFormat.AbstractRecordReader.html
index 2467b0b..a3b949f 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/AbstractInputFormat.AbstractRecordReader.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/AbstractInputFormat.AbstractRecordReader.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:19 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:31 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>AbstractInputFormat.AbstractRecordReader (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>AbstractInputFormat.AbstractRecordReader (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="AbstractInputFormat.AbstractRecordReader (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="AbstractInputFormat.AbstractRecordReader (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -551,6 +551,6 @@ protected&nbsp;void&nbsp;setupIterators(org.apache.hadoop.mapreduce.TaskAttemptC
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/AbstractInputFormat.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/AbstractInputFormat.html b/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/AbstractInputFormat.html
index 3e49dd8..5b2e81e 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/AbstractInputFormat.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/AbstractInputFormat.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:19 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:31 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>AbstractInputFormat (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>AbstractInputFormat (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="AbstractInputFormat (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="AbstractInputFormat (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -837,6 +837,6 @@ protected static&nbsp;org.apache.accumulo.core.client.impl.TabletLocator&nbsp;ge
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/AccumuloFileOutputFormat.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/AccumuloFileOutputFormat.html b/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/AccumuloFileOutputFormat.html
index 406f6fd..35ece84 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/AccumuloFileOutputFormat.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/AccumuloFileOutputFormat.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:19 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:31 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>AccumuloFileOutputFormat (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>AccumuloFileOutputFormat (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="AccumuloFileOutputFormat (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="AccumuloFileOutputFormat (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -494,6 +494,6 @@ protected static&nbsp;org.apache.accumulo.core.conf.AccumuloConfiguration&nbsp;g
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/AccumuloInputFormat.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/AccumuloInputFormat.html b/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/AccumuloInputFormat.html
index ae3bd5c..c234e52 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/AccumuloInputFormat.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/AccumuloInputFormat.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:19 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:31 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>AccumuloInputFormat (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>AccumuloInputFormat (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="AccumuloInputFormat (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="AccumuloInputFormat (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -341,6 +341,6 @@ extends <a href="../../../../../../org/apache/accumulo/core/client/mapreduce/Inp
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/AccumuloMultiTableInputFormat.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/AccumuloMultiTableInputFormat.html b/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/AccumuloMultiTableInputFormat.html
index e022333..fc9e162 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/AccumuloMultiTableInputFormat.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/AccumuloMultiTableInputFormat.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:19 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:31 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>AccumuloMultiTableInputFormat (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>AccumuloMultiTableInputFormat (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="AccumuloMultiTableInputFormat (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="AccumuloMultiTableInputFormat (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -343,6 +343,6 @@ extends <a href="../../../../../../org/apache/accumulo/core/client/mapreduce/Abs
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/AccumuloOutputFormat.AccumuloRecordWriter.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/AccumuloOutputFormat.AccumuloRecordWriter.html b/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/AccumuloOutputFormat.AccumuloRecordWriter.html
index dfa5193..4eb529f 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/AccumuloOutputFormat.AccumuloRecordWriter.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/AccumuloOutputFormat.AccumuloRecordWriter.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:19 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:31 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>AccumuloOutputFormat.AccumuloRecordWriter (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>AccumuloOutputFormat.AccumuloRecordWriter (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="AccumuloOutputFormat.AccumuloRecordWriter (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="AccumuloOutputFormat.AccumuloRecordWriter (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -323,6 +323,6 @@ extends org.apache.hadoop.mapreduce.RecordWriter&lt;org.apache.hadoop.io.Text,<a
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/AccumuloOutputFormat.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/AccumuloOutputFormat.html b/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/AccumuloOutputFormat.html
index 1b220ef..71f37f1 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/AccumuloOutputFormat.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/AccumuloOutputFormat.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:19 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:31 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>AccumuloOutputFormat (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>AccumuloOutputFormat (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="AccumuloOutputFormat (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="AccumuloOutputFormat (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -829,6 +829,6 @@ public static&nbsp;void&nbsp;setMockInstance(org.apache.hadoop.mapreduce.Job&nbs
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/AccumuloRowInputFormat.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/AccumuloRowInputFormat.html b/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/AccumuloRowInputFormat.html
index 3fb442c..a3f5cc6 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/AccumuloRowInputFormat.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/AccumuloRowInputFormat.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:20 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:31 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>AccumuloRowInputFormat (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>AccumuloRowInputFormat (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="AccumuloRowInputFormat (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="AccumuloRowInputFormat (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -342,6 +342,6 @@ extends <a href="../../../../../../org/apache/accumulo/core/client/mapreduce/Inp
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/InputFormatBase.RangeInputSplit.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/InputFormatBase.RangeInputSplit.html b/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/InputFormatBase.RangeInputSplit.html
index 553fc98..a6cb6bb 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/InputFormatBase.RangeInputSplit.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/InputFormatBase.RangeInputSplit.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:20 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:31 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>InputFormatBase.RangeInputSplit (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>InputFormatBase.RangeInputSplit (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="InputFormatBase.RangeInputSplit (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="InputFormatBase.RangeInputSplit (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -328,6 +328,6 @@ extends <a href="../../../../../../org/apache/accumulo/core/client/mapreduce/Ran
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/InputFormatBase.RecordReaderBase.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/InputFormatBase.RecordReaderBase.html b/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/InputFormatBase.RecordReaderBase.html
index 5b4e73c..44d0472 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/InputFormatBase.RecordReaderBase.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/InputFormatBase.RecordReaderBase.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:20 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:31 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>InputFormatBase.RecordReaderBase (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>InputFormatBase.RecordReaderBase (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="InputFormatBase.RecordReaderBase (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="InputFormatBase.RecordReaderBase (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -360,6 +360,6 @@ protected&nbsp;void&nbsp;setupIterators(org.apache.hadoop.mapreduce.TaskAttemptC
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>


[10/16] accumulo-website git commit: Updates for 1.8.1 Release

Posted by mj...@apache.org.
http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/class-use/TableExistsException.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/class-use/TableExistsException.html b/1.8/apidocs/org/apache/accumulo/core/client/class-use/TableExistsException.html
index e24e2ed..c792993 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/class-use/TableExistsException.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/class-use/TableExistsException.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:24 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.accumulo.core.client.TableExistsException (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Uses of Class org.apache.accumulo.core.client.TableExistsException (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.accumulo.core.client.TableExistsException (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Uses of Class org.apache.accumulo.core.client.TableExistsException (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -202,6 +202,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/class-use/TableNotFoundException.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/class-use/TableNotFoundException.html b/1.8/apidocs/org/apache/accumulo/core/client/class-use/TableNotFoundException.html
index 5100609..b251ebb 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/class-use/TableNotFoundException.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/class-use/TableNotFoundException.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:24 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.accumulo.core.client.TableNotFoundException (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Uses of Class org.apache.accumulo.core.client.TableNotFoundException (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.accumulo.core.client.TableNotFoundException (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Uses of Class org.apache.accumulo.core.client.TableNotFoundException (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -754,6 +754,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/class-use/TableOfflineException.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/class-use/TableOfflineException.html b/1.8/apidocs/org/apache/accumulo/core/client/class-use/TableOfflineException.html
index d13d01d..ef6ffed 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/class-use/TableOfflineException.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/class-use/TableOfflineException.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:24 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.accumulo.core.client.TableOfflineException (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Uses of Class org.apache.accumulo.core.client.TableOfflineException (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.accumulo.core.client.TableOfflineException (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Uses of Class org.apache.accumulo.core.client.TableOfflineException (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -112,6 +112,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/class-use/TimedOutException.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/class-use/TimedOutException.html b/1.8/apidocs/org/apache/accumulo/core/client/class-use/TimedOutException.html
index 34f64e8..5275a49 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/class-use/TimedOutException.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/class-use/TimedOutException.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:24 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:33 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.accumulo.core.client.TimedOutException (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Uses of Class org.apache.accumulo.core.client.TimedOutException (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.accumulo.core.client.TimedOutException (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Uses of Class org.apache.accumulo.core.client.TimedOutException (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -112,6 +112,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/class-use/ZooKeeperInstance.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/class-use/ZooKeeperInstance.html b/1.8/apidocs/org/apache/accumulo/core/client/class-use/ZooKeeperInstance.html
index 8060fb8..4e25af8 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/class-use/ZooKeeperInstance.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/class-use/ZooKeeperInstance.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:24 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.accumulo.core.client.ZooKeeperInstance (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Uses of Class org.apache.accumulo.core.client.ZooKeeperInstance (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.accumulo.core.client.ZooKeeperInstance (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Uses of Class org.apache.accumulo.core.client.ZooKeeperInstance (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -152,6 +152,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/AbstractEncoder.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/AbstractEncoder.html b/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/AbstractEncoder.html
index ca734ca..805fe96 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/AbstractEncoder.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/AbstractEncoder.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:21 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>AbstractEncoder (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>AbstractEncoder (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="AbstractEncoder (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="AbstractEncoder (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -323,6 +323,6 @@ implements <a href="../../../../../../org/apache/accumulo/core/client/lexicoder/
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/BigIntegerLexicoder.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/BigIntegerLexicoder.html b/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/BigIntegerLexicoder.html
index 4678d69..a9c395a 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/BigIntegerLexicoder.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/BigIntegerLexicoder.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:21 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>BigIntegerLexicoder (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>BigIntegerLexicoder (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="BigIntegerLexicoder (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="BigIntegerLexicoder (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -323,6 +323,6 @@ extends org.apache.accumulo.core.client.lexicoder.impl.AbstractLexicoder&lt;<a h
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/BytesLexicoder.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/BytesLexicoder.html b/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/BytesLexicoder.html
index b21ce4f..1128b34 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/BytesLexicoder.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/BytesLexicoder.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:21 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>BytesLexicoder (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>BytesLexicoder (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="BytesLexicoder (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="BytesLexicoder (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -323,6 +323,6 @@ extends org.apache.accumulo.core.client.lexicoder.impl.AbstractLexicoder&lt;byte
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/DateLexicoder.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/DateLexicoder.html b/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/DateLexicoder.html
index d7c67f0..7bcbb93 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/DateLexicoder.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/DateLexicoder.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:21 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>DateLexicoder (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>DateLexicoder (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="DateLexicoder (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="DateLexicoder (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -321,6 +321,6 @@ extends org.apache.accumulo.core.client.lexicoder.impl.AbstractLexicoder&lt;<a h
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/DoubleLexicoder.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/DoubleLexicoder.html b/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/DoubleLexicoder.html
index 69ff79a..acb4df2 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/DoubleLexicoder.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/DoubleLexicoder.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:21 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>DoubleLexicoder (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>DoubleLexicoder (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="DoubleLexicoder (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="DoubleLexicoder (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -321,6 +321,6 @@ extends org.apache.accumulo.core.client.lexicoder.impl.AbstractLexicoder&lt;<a h
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/Encoder.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/Encoder.html b/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/Encoder.html
index a28fe4a..774da93 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/Encoder.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/Encoder.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:21 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Encoder (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Encoder (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Encoder (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Encoder (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -192,6 +192,6 @@ extends org.apache.accumulo.core.iterators.TypedValueCombiner.Encoder&lt;T&gt;</
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/FloatLexicoder.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/FloatLexicoder.html b/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/FloatLexicoder.html
index 85a0f06..2fb4da9 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/FloatLexicoder.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/FloatLexicoder.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:21 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>FloatLexicoder (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>FloatLexicoder (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="FloatLexicoder (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="FloatLexicoder (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -323,6 +323,6 @@ extends org.apache.accumulo.core.client.lexicoder.impl.AbstractLexicoder&lt;<a h
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/IntegerLexicoder.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/IntegerLexicoder.html b/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/IntegerLexicoder.html
index 368e418..5ddc0ae 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/IntegerLexicoder.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/IntegerLexicoder.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:21 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>IntegerLexicoder (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>IntegerLexicoder (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="IntegerLexicoder (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="IntegerLexicoder (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -322,6 +322,6 @@ extends org.apache.accumulo.core.client.lexicoder.impl.AbstractLexicoder&lt;<a h
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/Lexicoder.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/Lexicoder.html b/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/Lexicoder.html
index e28d36b..f5fc3f5 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/Lexicoder.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/Lexicoder.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:21 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Lexicoder (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Lexicoder (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Lexicoder (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Lexicoder (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -189,6 +189,6 @@ extends <a href="../../../../../../org/apache/accumulo/core/client/lexicoder/Enc
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/ListLexicoder.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/ListLexicoder.html b/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/ListLexicoder.html
index ec47608..39a6699 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/ListLexicoder.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/ListLexicoder.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:21 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>ListLexicoder (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>ListLexicoder (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="ListLexicoder (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="ListLexicoder (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -322,6 +322,6 @@ extends org.apache.accumulo.core.client.lexicoder.impl.AbstractLexicoder&lt;<a h
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/LongLexicoder.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/LongLexicoder.html b/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/LongLexicoder.html
index b1d163c..9591b6c 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/LongLexicoder.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/LongLexicoder.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:21 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>LongLexicoder (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>LongLexicoder (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="LongLexicoder (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="LongLexicoder (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -321,6 +321,6 @@ extends <a href="../../../../../../org/apache/accumulo/core/client/lexicoder/ULo
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/PairLexicoder.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/PairLexicoder.html b/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/PairLexicoder.html
index 93ecbd6..fc559da 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/PairLexicoder.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/PairLexicoder.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:21 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>PairLexicoder (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>PairLexicoder (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="PairLexicoder (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="PairLexicoder (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -342,6 +342,6 @@ extends org.apache.accumulo.core.client.lexicoder.impl.AbstractLexicoder&lt;org.
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/ReverseLexicoder.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/ReverseLexicoder.html b/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/ReverseLexicoder.html
index fd2eccf..e21baae 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/ReverseLexicoder.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/ReverseLexicoder.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:21 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>ReverseLexicoder (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>ReverseLexicoder (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="ReverseLexicoder (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="ReverseLexicoder (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -314,6 +314,6 @@ extends org.apache.accumulo.core.client.lexicoder.impl.AbstractLexicoder&lt;T&gt
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/StringLexicoder.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/StringLexicoder.html b/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/StringLexicoder.html
index 1f850ec..4f8124a 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/StringLexicoder.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/StringLexicoder.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:21 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>StringLexicoder (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>StringLexicoder (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="StringLexicoder (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="StringLexicoder (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -322,6 +322,6 @@ extends org.apache.accumulo.core.client.lexicoder.impl.AbstractLexicoder&lt;<a h
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/TextLexicoder.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/TextLexicoder.html b/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/TextLexicoder.html
index 4e81e8b..87f9731 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/TextLexicoder.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/TextLexicoder.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:21 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>TextLexicoder (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>TextLexicoder (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="TextLexicoder (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="TextLexicoder (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -322,6 +322,6 @@ extends org.apache.accumulo.core.client.lexicoder.impl.AbstractLexicoder&lt;org.
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/UIntegerLexicoder.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/UIntegerLexicoder.html b/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/UIntegerLexicoder.html
index d1ce779..763de09 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/UIntegerLexicoder.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/UIntegerLexicoder.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:21 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>UIntegerLexicoder (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>UIntegerLexicoder (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="UIntegerLexicoder (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="UIntegerLexicoder (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -322,6 +322,6 @@ extends org.apache.accumulo.core.client.lexicoder.impl.AbstractLexicoder&lt;<a h
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/ULongLexicoder.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/ULongLexicoder.html b/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/ULongLexicoder.html
index d52278c..30f3822 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/ULongLexicoder.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/ULongLexicoder.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:21 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>ULongLexicoder (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>ULongLexicoder (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="ULongLexicoder (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="ULongLexicoder (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -326,6 +326,6 @@ extends org.apache.accumulo.core.client.lexicoder.impl.AbstractLexicoder&lt;<a h
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/UUIDLexicoder.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/UUIDLexicoder.html b/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/UUIDLexicoder.html
index 268b81b..df7d6df 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/UUIDLexicoder.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/UUIDLexicoder.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:21 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>UUIDLexicoder (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>UUIDLexicoder (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="UUIDLexicoder (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="UUIDLexicoder (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -325,6 +325,6 @@ extends org.apache.accumulo.core.client.lexicoder.impl.AbstractLexicoder&lt;<a h
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/class-use/AbstractEncoder.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/class-use/AbstractEncoder.html b/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/class-use/AbstractEncoder.html
index d381de4..e706a0b 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/class-use/AbstractEncoder.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/class-use/AbstractEncoder.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:22 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.accumulo.core.client.lexicoder.AbstractEncoder (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Uses of Class org.apache.accumulo.core.client.lexicoder.AbstractEncoder (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.accumulo.core.client.lexicoder.AbstractEncoder (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Uses of Class org.apache.accumulo.core.client.lexicoder.AbstractEncoder (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -260,6 +260,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/class-use/BigIntegerLexicoder.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/class-use/BigIntegerLexicoder.html b/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/class-use/BigIntegerLexicoder.html
index b9187ac..c8ba201 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/class-use/BigIntegerLexicoder.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/class-use/BigIntegerLexicoder.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:23 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.accumulo.core.client.lexicoder.BigIntegerLexicoder (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Uses of Class org.apache.accumulo.core.client.lexicoder.BigIntegerLexicoder (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.accumulo.core.client.lexicoder.BigIntegerLexicoder (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Uses of Class org.apache.accumulo.core.client.lexicoder.BigIntegerLexicoder (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -112,6 +112,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/class-use/BytesLexicoder.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/class-use/BytesLexicoder.html b/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/class-use/BytesLexicoder.html
index 25bd95a..8a1677a 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/class-use/BytesLexicoder.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/class-use/BytesLexicoder.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:23 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.accumulo.core.client.lexicoder.BytesLexicoder (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Uses of Class org.apache.accumulo.core.client.lexicoder.BytesLexicoder (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.accumulo.core.client.lexicoder.BytesLexicoder (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Uses of Class org.apache.accumulo.core.client.lexicoder.BytesLexicoder (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -112,6 +112,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/class-use/DateLexicoder.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/class-use/DateLexicoder.html b/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/class-use/DateLexicoder.html
index 934596f..0fdeeb1 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/class-use/DateLexicoder.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/class-use/DateLexicoder.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:23 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.accumulo.core.client.lexicoder.DateLexicoder (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Uses of Class org.apache.accumulo.core.client.lexicoder.DateLexicoder (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.accumulo.core.client.lexicoder.DateLexicoder (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Uses of Class org.apache.accumulo.core.client.lexicoder.DateLexicoder (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -112,6 +112,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/class-use/DoubleLexicoder.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/class-use/DoubleLexicoder.html b/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/class-use/DoubleLexicoder.html
index a547af7..d4902b2 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/class-use/DoubleLexicoder.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/class-use/DoubleLexicoder.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:23 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.accumulo.core.client.lexicoder.DoubleLexicoder (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Uses of Class org.apache.accumulo.core.client.lexicoder.DoubleLexicoder (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.accumulo.core.client.lexicoder.DoubleLexicoder (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Uses of Class org.apache.accumulo.core.client.lexicoder.DoubleLexicoder (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -112,6 +112,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/class-use/Encoder.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/class-use/Encoder.html b/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/class-use/Encoder.html
index ed8ef91..7240636 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/class-use/Encoder.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/class-use/Encoder.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:23 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Interface org.apache.accumulo.core.client.lexicoder.Encoder (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Uses of Interface org.apache.accumulo.core.client.lexicoder.Encoder (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Interface org.apache.accumulo.core.client.lexicoder.Encoder (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Uses of Interface org.apache.accumulo.core.client.lexicoder.Encoder (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -282,6 +282,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/class-use/FloatLexicoder.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/class-use/FloatLexicoder.html b/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/class-use/FloatLexicoder.html
index ccad25a..bdcfc72 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/class-use/FloatLexicoder.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/class-use/FloatLexicoder.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:23 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.accumulo.core.client.lexicoder.FloatLexicoder (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Uses of Class org.apache.accumulo.core.client.lexicoder.FloatLexicoder (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.accumulo.core.client.lexicoder.FloatLexicoder (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Uses of Class org.apache.accumulo.core.client.lexicoder.FloatLexicoder (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -112,6 +112,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/class-use/IntegerLexicoder.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/class-use/IntegerLexicoder.html b/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/class-use/IntegerLexicoder.html
index 1ee1f69..df8deb6 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/class-use/IntegerLexicoder.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/class-use/IntegerLexicoder.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:23 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.accumulo.core.client.lexicoder.IntegerLexicoder (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Uses of Class org.apache.accumulo.core.client.lexicoder.IntegerLexicoder (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.accumulo.core.client.lexicoder.IntegerLexicoder (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Uses of Class org.apache.accumulo.core.client.lexicoder.IntegerLexicoder (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -112,6 +112,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/class-use/Lexicoder.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/class-use/Lexicoder.html b/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/class-use/Lexicoder.html
index bb6b886..91e7e71 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/class-use/Lexicoder.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/class-use/Lexicoder.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:23 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Interface org.apache.accumulo.core.client.lexicoder.Lexicoder (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Uses of Interface org.apache.accumulo.core.client.lexicoder.Lexicoder (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Interface org.apache.accumulo.core.client.lexicoder.Lexicoder (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Uses of Interface org.apache.accumulo.core.client.lexicoder.Lexicoder (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -282,6 +282,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/class-use/ListLexicoder.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/class-use/ListLexicoder.html b/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/class-use/ListLexicoder.html
index e6f9d8d..dca5c95 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/class-use/ListLexicoder.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/class-use/ListLexicoder.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:23 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.accumulo.core.client.lexicoder.ListLexicoder (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Uses of Class org.apache.accumulo.core.client.lexicoder.ListLexicoder (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.accumulo.core.client.lexicoder.ListLexicoder (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Uses of Class org.apache.accumulo.core.client.lexicoder.ListLexicoder (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -112,6 +112,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/class-use/LongLexicoder.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/class-use/LongLexicoder.html b/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/class-use/LongLexicoder.html
index 3b67881..28bf04c 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/class-use/LongLexicoder.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/class-use/LongLexicoder.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:23 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.accumulo.core.client.lexicoder.LongLexicoder (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Uses of Class org.apache.accumulo.core.client.lexicoder.LongLexicoder (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.accumulo.core.client.lexicoder.LongLexicoder (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Uses of Class org.apache.accumulo.core.client.lexicoder.LongLexicoder (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -112,6 +112,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/class-use/PairLexicoder.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/class-use/PairLexicoder.html b/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/class-use/PairLexicoder.html
index 089a65a..14830e2 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/class-use/PairLexicoder.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/class-use/PairLexicoder.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:23 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.accumulo.core.client.lexicoder.PairLexicoder (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Uses of Class org.apache.accumulo.core.client.lexicoder.PairLexicoder (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.accumulo.core.client.lexicoder.PairLexicoder (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Uses of Class org.apache.accumulo.core.client.lexicoder.PairLexicoder (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -112,6 +112,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/class-use/ReverseLexicoder.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/class-use/ReverseLexicoder.html b/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/class-use/ReverseLexicoder.html
index 7b57c90..872319f 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/class-use/ReverseLexicoder.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/class-use/ReverseLexicoder.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:23 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.accumulo.core.client.lexicoder.ReverseLexicoder (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Uses of Class org.apache.accumulo.core.client.lexicoder.ReverseLexicoder (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.accumulo.core.client.lexicoder.ReverseLexicoder (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Uses of Class org.apache.accumulo.core.client.lexicoder.ReverseLexicoder (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -112,6 +112,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/class-use/StringLexicoder.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/class-use/StringLexicoder.html b/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/class-use/StringLexicoder.html
index d9e50f6..9c328f5 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/class-use/StringLexicoder.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/class-use/StringLexicoder.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:23 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.accumulo.core.client.lexicoder.StringLexicoder (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Uses of Class org.apache.accumulo.core.client.lexicoder.StringLexicoder (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.accumulo.core.client.lexicoder.StringLexicoder (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Uses of Class org.apache.accumulo.core.client.lexicoder.StringLexicoder (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -112,6 +112,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/class-use/TextLexicoder.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/class-use/TextLexicoder.html b/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/class-use/TextLexicoder.html
index 0928386..0d5e663 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/class-use/TextLexicoder.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/class-use/TextLexicoder.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:23 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.accumulo.core.client.lexicoder.TextLexicoder (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Uses of Class org.apache.accumulo.core.client.lexicoder.TextLexicoder (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.accumulo.core.client.lexicoder.TextLexicoder (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Uses of Class org.apache.accumulo.core.client.lexicoder.TextLexicoder (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -112,6 +112,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/class-use/UIntegerLexicoder.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/class-use/UIntegerLexicoder.html b/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/class-use/UIntegerLexicoder.html
index 751e0e7..26dd19b 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/class-use/UIntegerLexicoder.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/class-use/UIntegerLexicoder.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:23 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.accumulo.core.client.lexicoder.UIntegerLexicoder (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Uses of Class org.apache.accumulo.core.client.lexicoder.UIntegerLexicoder (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.accumulo.core.client.lexicoder.UIntegerLexicoder (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Uses of Class org.apache.accumulo.core.client.lexicoder.UIntegerLexicoder (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -112,6 +112,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/class-use/ULongLexicoder.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/class-use/ULongLexicoder.html b/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/class-use/ULongLexicoder.html
index 881283e..1f18923 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/class-use/ULongLexicoder.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/class-use/ULongLexicoder.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:23 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.accumulo.core.client.lexicoder.ULongLexicoder (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Uses of Class org.apache.accumulo.core.client.lexicoder.ULongLexicoder (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.accumulo.core.client.lexicoder.ULongLexicoder (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Uses of Class org.apache.accumulo.core.client.lexicoder.ULongLexicoder (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -154,6 +154,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/class-use/UUIDLexicoder.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/class-use/UUIDLexicoder.html b/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/class-use/UUIDLexicoder.html
index 990e13b..3a0e2ea 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/class-use/UUIDLexicoder.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/class-use/UUIDLexicoder.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:23 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.accumulo.core.client.lexicoder.UUIDLexicoder (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Uses of Class org.apache.accumulo.core.client.lexicoder.UUIDLexicoder (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.accumulo.core.client.lexicoder.UUIDLexicoder (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Uses of Class org.apache.accumulo.core.client.lexicoder.UUIDLexicoder (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -112,6 +112,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/package-frame.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/package-frame.html b/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/package-frame.html
index 97f39d1..b7de74d 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/package-frame.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/lexicoder/package-frame.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:22 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>org.apache.accumulo.core.client.lexicoder (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>org.apache.accumulo.core.client.lexicoder (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>


[04/16] accumulo-website git commit: Updates for 1.8.1 Release

Posted by mj...@apache.org.
http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/security/tokens/class-use/CredentialProviderToken.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/security/tokens/class-use/CredentialProviderToken.html b/1.8/apidocs/org/apache/accumulo/core/client/security/tokens/class-use/CredentialProviderToken.html
index 9dd09c1..8016834 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/security/tokens/class-use/CredentialProviderToken.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/security/tokens/class-use/CredentialProviderToken.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:23 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.accumulo.core.client.security.tokens.CredentialProviderToken (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Uses of Class org.apache.accumulo.core.client.security.tokens.CredentialProviderToken (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.accumulo.core.client.security.tokens.CredentialProviderToken (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Uses of Class org.apache.accumulo.core.client.security.tokens.CredentialProviderToken (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -152,6 +152,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/security/tokens/class-use/DelegationToken.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/security/tokens/class-use/DelegationToken.html b/1.8/apidocs/org/apache/accumulo/core/client/security/tokens/class-use/DelegationToken.html
index fe9a382..4142ca6 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/security/tokens/class-use/DelegationToken.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/security/tokens/class-use/DelegationToken.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:23 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Interface org.apache.accumulo.core.client.security.tokens.DelegationToken (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Uses of Interface org.apache.accumulo.core.client.security.tokens.DelegationToken (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Interface org.apache.accumulo.core.client.security.tokens.DelegationToken (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Uses of Interface org.apache.accumulo.core.client.security.tokens.DelegationToken (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -154,6 +154,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/security/tokens/class-use/KerberosToken.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/security/tokens/class-use/KerberosToken.html b/1.8/apidocs/org/apache/accumulo/core/client/security/tokens/class-use/KerberosToken.html
index f217558..08458a9 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/security/tokens/class-use/KerberosToken.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/security/tokens/class-use/KerberosToken.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:23 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.accumulo.core.client.security.tokens.KerberosToken (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Uses of Class org.apache.accumulo.core.client.security.tokens.KerberosToken (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.accumulo.core.client.security.tokens.KerberosToken (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Uses of Class org.apache.accumulo.core.client.security.tokens.KerberosToken (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -152,6 +152,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/security/tokens/class-use/NullToken.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/security/tokens/class-use/NullToken.html b/1.8/apidocs/org/apache/accumulo/core/client/security/tokens/class-use/NullToken.html
index 1f19dcc..2aa39f2 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/security/tokens/class-use/NullToken.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/security/tokens/class-use/NullToken.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:24 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.accumulo.core.client.security.tokens.NullToken (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Uses of Class org.apache.accumulo.core.client.security.tokens.NullToken (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.accumulo.core.client.security.tokens.NullToken (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Uses of Class org.apache.accumulo.core.client.security.tokens.NullToken (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -152,6 +152,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/security/tokens/class-use/PasswordToken.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/security/tokens/class-use/PasswordToken.html b/1.8/apidocs/org/apache/accumulo/core/client/security/tokens/class-use/PasswordToken.html
index ff95298..051b61a 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/security/tokens/class-use/PasswordToken.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/security/tokens/class-use/PasswordToken.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:24 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.accumulo.core.client.security.tokens.PasswordToken (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Uses of Class org.apache.accumulo.core.client.security.tokens.PasswordToken (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.accumulo.core.client.security.tokens.PasswordToken (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Uses of Class org.apache.accumulo.core.client.security.tokens.PasswordToken (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -199,6 +199,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/security/tokens/package-frame.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/security/tokens/package-frame.html b/1.8/apidocs/org/apache/accumulo/core/client/security/tokens/package-frame.html
index 243007d..9078def 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/security/tokens/package-frame.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/security/tokens/package-frame.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:22 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>org.apache.accumulo.core.client.security.tokens (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>org.apache.accumulo.core.client.security.tokens (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/security/tokens/package-summary.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/security/tokens/package-summary.html b/1.8/apidocs/org/apache/accumulo/core/client/security/tokens/package-summary.html
index 148e0f4..0ab0310 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/security/tokens/package-summary.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/security/tokens/package-summary.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:22 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>org.apache.accumulo.core.client.security.tokens (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>org.apache.accumulo.core.client.security.tokens (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="org.apache.accumulo.core.client.security.tokens (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="org.apache.accumulo.core.client.security.tokens (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -182,6 +182,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/security/tokens/package-tree.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/security/tokens/package-tree.html b/1.8/apidocs/org/apache/accumulo/core/client/security/tokens/package-tree.html
index 5a934a2..2c581f8 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/security/tokens/package-tree.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/security/tokens/package-tree.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:22 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>org.apache.accumulo.core.client.security.tokens Class Hierarchy (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>org.apache.accumulo.core.client.security.tokens Class Hierarchy (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="org.apache.accumulo.core.client.security.tokens Class Hierarchy (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="org.apache.accumulo.core.client.security.tokens Class Hierarchy (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -164,6 +164,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/security/tokens/package-use.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/security/tokens/package-use.html b/1.8/apidocs/org/apache/accumulo/core/client/security/tokens/package-use.html
index eb1d884..4a6654c 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/security/tokens/package-use.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/security/tokens/package-use.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:24 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:33 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Package org.apache.accumulo.core.client.security.tokens (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Uses of Package org.apache.accumulo.core.client.security.tokens (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Package org.apache.accumulo.core.client.security.tokens (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Uses of Package org.apache.accumulo.core.client.security.tokens (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -291,6 +291,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/data/ArrayByteSequence.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/data/ArrayByteSequence.html b/1.8/apidocs/org/apache/accumulo/core/data/ArrayByteSequence.html
index 0b7e423..afc0387 100644
--- a/1.8/apidocs/org/apache/accumulo/core/data/ArrayByteSequence.html
+++ b/1.8/apidocs/org/apache/accumulo/core/data/ArrayByteSequence.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:19 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:30 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>ArrayByteSequence (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>ArrayByteSequence (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="ArrayByteSequence (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="ArrayByteSequence (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -549,6 +549,6 @@ implements <a href="http://docs.oracle.com/javase/7/docs/api/java/io/Serializabl
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/data/ByteSequence.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/data/ByteSequence.html b/1.8/apidocs/org/apache/accumulo/core/data/ByteSequence.html
index aae0427..74d2171 100644
--- a/1.8/apidocs/org/apache/accumulo/core/data/ByteSequence.html
+++ b/1.8/apidocs/org/apache/accumulo/core/data/ByteSequence.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:19 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:30 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>ByteSequence (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>ByteSequence (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="ByteSequence (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="ByteSequence (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -448,6 +448,6 @@ implements <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Comparabl
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/data/Column.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/data/Column.html b/1.8/apidocs/org/apache/accumulo/core/data/Column.html
index 3cbdfc2..3c860ed 100644
--- a/1.8/apidocs/org/apache/accumulo/core/data/Column.html
+++ b/1.8/apidocs/org/apache/accumulo/core/data/Column.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:19 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:30 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Column (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Column (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Column (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Column (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -547,6 +547,6 @@ implements org.apache.hadoop.io.WritableComparable&lt;<a href="../../../../../or
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/data/ColumnUpdate.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/data/ColumnUpdate.html b/1.8/apidocs/org/apache/accumulo/core/data/ColumnUpdate.html
index 6536213..dfc2562 100644
--- a/1.8/apidocs/org/apache/accumulo/core/data/ColumnUpdate.html
+++ b/1.8/apidocs/org/apache/accumulo/core/data/ColumnUpdate.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:19 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:30 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>ColumnUpdate (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>ColumnUpdate (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="ColumnUpdate (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="ColumnUpdate (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -427,6 +427,6 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/data/ComparableBytes.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/data/ComparableBytes.html b/1.8/apidocs/org/apache/accumulo/core/data/ComparableBytes.html
index 98be309..5f50d08 100644
--- a/1.8/apidocs/org/apache/accumulo/core/data/ComparableBytes.html
+++ b/1.8/apidocs/org/apache/accumulo/core/data/ComparableBytes.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:19 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:30 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>ComparableBytes (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>ComparableBytes (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="ComparableBytes (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="ComparableBytes (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -350,6 +350,6 @@ extends org.apache.hadoop.io.BinaryComparable</pre>
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/data/Condition.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/data/Condition.html b/1.8/apidocs/org/apache/accumulo/core/data/Condition.html
index 024cb49..2013d73 100644
--- a/1.8/apidocs/org/apache/accumulo/core/data/Condition.html
+++ b/1.8/apidocs/org/apache/accumulo/core/data/Condition.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:19 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:30 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Condition (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Condition (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Condition (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Condition (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -592,6 +592,6 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/data/ConditionalMutation.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/data/ConditionalMutation.html b/1.8/apidocs/org/apache/accumulo/core/data/ConditionalMutation.html
index 63fbe27..a2a698f 100644
--- a/1.8/apidocs/org/apache/accumulo/core/data/ConditionalMutation.html
+++ b/1.8/apidocs/org/apache/accumulo/core/data/ConditionalMutation.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:19 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:30 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>ConditionalMutation (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>ConditionalMutation (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="ConditionalMutation (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="ConditionalMutation (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -429,6 +429,6 @@ extends <a href="../../../../../org/apache/accumulo/core/data/Mutation.html" tit
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/data/ConstraintViolationSummary.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/data/ConstraintViolationSummary.html b/1.8/apidocs/org/apache/accumulo/core/data/ConstraintViolationSummary.html
index 19f11c4..c130374 100644
--- a/1.8/apidocs/org/apache/accumulo/core/data/ConstraintViolationSummary.html
+++ b/1.8/apidocs/org/apache/accumulo/core/data/ConstraintViolationSummary.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:19 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:30 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>ConstraintViolationSummary (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>ConstraintViolationSummary (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="ConstraintViolationSummary (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="ConstraintViolationSummary (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -428,6 +428,6 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/data/Key.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/data/Key.html b/1.8/apidocs/org/apache/accumulo/core/data/Key.html
index 7573d8e..ebecca2 100644
--- a/1.8/apidocs/org/apache/accumulo/core/data/Key.html
+++ b/1.8/apidocs/org/apache/accumulo/core/data/Key.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:19 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:31 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Key (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Key (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Key (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Key (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -1715,6 +1715,6 @@ implements org.apache.hadoop.io.WritableComparable&lt;<a href="../../../../../or
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/data/KeyExtent.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/data/KeyExtent.html b/1.8/apidocs/org/apache/accumulo/core/data/KeyExtent.html
index 30de36e..9c7b213 100644
--- a/1.8/apidocs/org/apache/accumulo/core/data/KeyExtent.html
+++ b/1.8/apidocs/org/apache/accumulo/core/data/KeyExtent.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:19 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:31 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>KeyExtent (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>KeyExtent (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="KeyExtent (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="KeyExtent (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -943,6 +943,6 @@ public static&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/util/C
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/data/KeyValue.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/data/KeyValue.html b/1.8/apidocs/org/apache/accumulo/core/data/KeyValue.html
index e15d8ed..5a6ae14 100644
--- a/1.8/apidocs/org/apache/accumulo/core/data/KeyValue.html
+++ b/1.8/apidocs/org/apache/accumulo/core/data/KeyValue.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:19 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:31 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>KeyValue (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>KeyValue (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="KeyValue (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="KeyValue (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -285,6 +285,6 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/util/AbstractMap.
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/data/Mutation.SERIALIZED_FORMAT.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/data/Mutation.SERIALIZED_FORMAT.html b/1.8/apidocs/org/apache/accumulo/core/data/Mutation.SERIALIZED_FORMAT.html
index cef7d0c..d861813 100644
--- a/1.8/apidocs/org/apache/accumulo/core/data/Mutation.SERIALIZED_FORMAT.html
+++ b/1.8/apidocs/org/apache/accumulo/core/data/Mutation.SERIALIZED_FORMAT.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:19 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:31 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Mutation.SERIALIZED_FORMAT (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Mutation.SERIALIZED_FORMAT (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Mutation.SERIALIZED_FORMAT (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Mutation.SERIALIZED_FORMAT (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -321,6 +321,6 @@ not permitted.)</div>
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/data/Mutation.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/data/Mutation.html b/1.8/apidocs/org/apache/accumulo/core/data/Mutation.html
index 505c0b6..16e9229 100644
--- a/1.8/apidocs/org/apache/accumulo/core/data/Mutation.html
+++ b/1.8/apidocs/org/apache/accumulo/core/data/Mutation.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:19 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:31 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Mutation (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Mutation (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Mutation (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Mutation (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -1410,6 +1410,6 @@ implements org.apache.hadoop.io.Writable</pre>
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/data/PartialKey.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/data/PartialKey.html b/1.8/apidocs/org/apache/accumulo/core/data/PartialKey.html
index fdb0ff2..1d73b34 100644
--- a/1.8/apidocs/org/apache/accumulo/core/data/PartialKey.html
+++ b/1.8/apidocs/org/apache/accumulo/core/data/PartialKey.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:19 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:31 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>PartialKey (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>PartialKey (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="PartialKey (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="PartialKey (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -406,6 +406,6 @@ public static&nbsp;<a href="../../../../../org/apache/accumulo/core/data/Partial
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/data/Range.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/data/Range.html b/1.8/apidocs/org/apache/accumulo/core/data/Range.html
index dbd0df2..fe88e54 100644
--- a/1.8/apidocs/org/apache/accumulo/core/data/Range.html
+++ b/1.8/apidocs/org/apache/accumulo/core/data/Range.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:19 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:31 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Range (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Range (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Range (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Range (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -1308,6 +1308,6 @@ implements org.apache.hadoop.io.WritableComparable&lt;<a href="../../../../../or
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/data/TabletId.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/data/TabletId.html b/1.8/apidocs/org/apache/accumulo/core/data/TabletId.html
index 5ca598e..57c2d6a 100644
--- a/1.8/apidocs/org/apache/accumulo/core/data/TabletId.html
+++ b/1.8/apidocs/org/apache/accumulo/core/data/TabletId.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:19 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:31 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>TabletId (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>TabletId (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="TabletId (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="TabletId (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -259,6 +259,6 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Comparable.h
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/data/Value.Comparator.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/data/Value.Comparator.html b/1.8/apidocs/org/apache/accumulo/core/data/Value.Comparator.html
index 25c2de2..25084d7 100644
--- a/1.8/apidocs/org/apache/accumulo/core/data/Value.Comparator.html
+++ b/1.8/apidocs/org/apache/accumulo/core/data/Value.Comparator.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:19 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:31 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Value.Comparator (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Value.Comparator (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Value.Comparator (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Value.Comparator (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -300,6 +300,6 @@ extends org.apache.hadoop.io.WritableComparator</pre>
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/data/Value.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/data/Value.html b/1.8/apidocs/org/apache/accumulo/core/data/Value.html
index 0ad7a97..228efc4 100644
--- a/1.8/apidocs/org/apache/accumulo/core/data/Value.html
+++ b/1.8/apidocs/org/apache/accumulo/core/data/Value.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:19 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:31 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Value (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Value (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Value (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Value (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -669,6 +669,6 @@ public static&nbsp;byte[][]&nbsp;toArray(<a href="http://docs.oracle.com/javase/
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/data/class-use/ArrayByteSequence.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/data/class-use/ArrayByteSequence.html b/1.8/apidocs/org/apache/accumulo/core/data/class-use/ArrayByteSequence.html
index ebc6418..5bcba4d 100644
--- a/1.8/apidocs/org/apache/accumulo/core/data/class-use/ArrayByteSequence.html
+++ b/1.8/apidocs/org/apache/accumulo/core/data/class-use/ArrayByteSequence.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:24 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.accumulo.core.data.ArrayByteSequence (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Uses of Class org.apache.accumulo.core.data.ArrayByteSequence (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.accumulo.core.data.ArrayByteSequence (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Uses of Class org.apache.accumulo.core.data.ArrayByteSequence (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -112,6 +112,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/data/class-use/ByteSequence.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/data/class-use/ByteSequence.html b/1.8/apidocs/org/apache/accumulo/core/data/class-use/ByteSequence.html
index f0eda3b..8ff3dac 100644
--- a/1.8/apidocs/org/apache/accumulo/core/data/class-use/ByteSequence.html
+++ b/1.8/apidocs/org/apache/accumulo/core/data/class-use/ByteSequence.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:24 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.accumulo.core.data.ByteSequence (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Uses of Class org.apache.accumulo.core.data.ByteSequence (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.accumulo.core.data.ByteSequence (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Uses of Class org.apache.accumulo.core.data.ByteSequence (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -279,13 +279,13 @@
 <tbody>
 <tr class="altColor">
 <td class="colFirst"><code>boolean</code></td>
-<td class="colLast"><span class="strong">AuthorizationContainer.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/security/AuthorizationContainer.html#contains(org.apache.accumulo.core.data.ByteSequence)">contains</a></strong>(<a href="../../../../../../org/apache/accumulo/core/data/ByteSequence.html" title="class in org.apache.accumulo.core.data">ByteSequence</a>&nbsp;auth)</code>
+<td class="colLast"><span class="strong">Authorizations.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/security/Authorizations.html#contains(org.apache.accumulo.core.data.ByteSequence)">contains</a></strong>(<a href="../../../../../../org/apache/accumulo/core/data/ByteSequence.html" title="class in org.apache.accumulo.core.data">ByteSequence</a>&nbsp;auth)</code>
 <div class="block">Checks whether this object contains the given authorization.</div>
 </td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>boolean</code></td>
-<td class="colLast"><span class="strong">Authorizations.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/security/Authorizations.html#contains(org.apache.accumulo.core.data.ByteSequence)">contains</a></strong>(<a href="../../../../../../org/apache/accumulo/core/data/ByteSequence.html" title="class in org.apache.accumulo.core.data">ByteSequence</a>&nbsp;auth)</code>
+<td class="colLast"><span class="strong">AuthorizationContainer.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/security/AuthorizationContainer.html#contains(org.apache.accumulo.core.data.ByteSequence)">contains</a></strong>(<a href="../../../../../../org/apache/accumulo/core/data/ByteSequence.html" title="class in org.apache.accumulo.core.data">ByteSequence</a>&nbsp;auth)</code>
 <div class="block">Checks whether this object contains the given authorization.</div>
 </td>
 </tr>
@@ -341,6 +341,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/data/class-use/Column.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/data/class-use/Column.html b/1.8/apidocs/org/apache/accumulo/core/data/class-use/Column.html
index 6aaac8b..a85511c 100644
--- a/1.8/apidocs/org/apache/accumulo/core/data/class-use/Column.html
+++ b/1.8/apidocs/org/apache/accumulo/core/data/class-use/Column.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:24 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.accumulo.core.data.Column (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Uses of Class org.apache.accumulo.core.data.Column (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.accumulo.core.data.Column (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Uses of Class org.apache.accumulo.core.data.Column (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -189,6 +189,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/data/class-use/ColumnUpdate.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/data/class-use/ColumnUpdate.html b/1.8/apidocs/org/apache/accumulo/core/data/class-use/ColumnUpdate.html
index 8ebe278..c7bbe58 100644
--- a/1.8/apidocs/org/apache/accumulo/core/data/class-use/ColumnUpdate.html
+++ b/1.8/apidocs/org/apache/accumulo/core/data/class-use/ColumnUpdate.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:24 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.accumulo.core.data.ColumnUpdate (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Uses of Class org.apache.accumulo.core.data.ColumnUpdate (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.accumulo.core.data.ColumnUpdate (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Uses of Class org.apache.accumulo.core.data.ColumnUpdate (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -173,6 +173,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/data/class-use/ComparableBytes.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/data/class-use/ComparableBytes.html b/1.8/apidocs/org/apache/accumulo/core/data/class-use/ComparableBytes.html
index ef3c7e5..df8a430 100644
--- a/1.8/apidocs/org/apache/accumulo/core/data/class-use/ComparableBytes.html
+++ b/1.8/apidocs/org/apache/accumulo/core/data/class-use/ComparableBytes.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:24 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.accumulo.core.data.ComparableBytes (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Uses of Class org.apache.accumulo.core.data.ComparableBytes (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.accumulo.core.data.ComparableBytes (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Uses of Class org.apache.accumulo.core.data.ComparableBytes (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -112,6 +112,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/data/class-use/Condition.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/data/class-use/Condition.html b/1.8/apidocs/org/apache/accumulo/core/data/class-use/Condition.html
index abfcc6d..c18ed0b 100644
--- a/1.8/apidocs/org/apache/accumulo/core/data/class-use/Condition.html
+++ b/1.8/apidocs/org/apache/accumulo/core/data/class-use/Condition.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:24 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.accumulo.core.data.Condition (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Uses of Class org.apache.accumulo.core.data.Condition (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.accumulo.core.data.Condition (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Uses of Class org.apache.accumulo.core.data.Condition (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -246,6 +246,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/data/class-use/ConditionalMutation.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/data/class-use/ConditionalMutation.html b/1.8/apidocs/org/apache/accumulo/core/data/class-use/ConditionalMutation.html
index 91476b0..6a2225c 100644
--- a/1.8/apidocs/org/apache/accumulo/core/data/class-use/ConditionalMutation.html
+++ b/1.8/apidocs/org/apache/accumulo/core/data/class-use/ConditionalMutation.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:24 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.accumulo.core.data.ConditionalMutation (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Uses of Class org.apache.accumulo.core.data.ConditionalMutation (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.accumulo.core.data.ConditionalMutation (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Uses of Class org.apache.accumulo.core.data.ConditionalMutation (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -220,6 +220,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/data/class-use/ConstraintViolationSummary.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/data/class-use/ConstraintViolationSummary.html b/1.8/apidocs/org/apache/accumulo/core/data/class-use/ConstraintViolationSummary.html
index b0fb1c2..5d65349 100644
--- a/1.8/apidocs/org/apache/accumulo/core/data/class-use/ConstraintViolationSummary.html
+++ b/1.8/apidocs/org/apache/accumulo/core/data/class-use/ConstraintViolationSummary.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:24 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.accumulo.core.data.ConstraintViolationSummary (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Uses of Class org.apache.accumulo.core.data.ConstraintViolationSummary (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.accumulo.core.data.ConstraintViolationSummary (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Uses of Class org.apache.accumulo.core.data.ConstraintViolationSummary (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -191,6 +191,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/data/class-use/Key.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/data/class-use/Key.html b/1.8/apidocs/org/apache/accumulo/core/data/class-use/Key.html
index ee1c049..64de847 100644
--- a/1.8/apidocs/org/apache/accumulo/core/data/class-use/Key.html
+++ b/1.8/apidocs/org/apache/accumulo/core/data/class-use/Key.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:24 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.accumulo.core.data.Key (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Uses of Class org.apache.accumulo.core.data.Key (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.accumulo.core.data.Key (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Uses of Class org.apache.accumulo.core.data.Key (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -265,20 +265,20 @@
 </tr>
 <tbody>
 <tr class="altColor">
-<td class="colFirst"><code>org.apache.hadoop.mapred.RecordReader&lt;<a href="../../../../../../org/apache/accumulo/core/data/Key.html" title="class in org.apache.accumulo.core.data">Key</a>,<a href="../../../../../../org/apache/accumulo/core/data/Value.html" title="class in org.apache.accumulo.core.data">Value</a>&gt;</code></td>
-<td class="colLast"><span class="strong">AccumuloInputFormat.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/mapred/AccumuloInputFormat.html#getRecordReader(org.apache.hadoop.mapred.InputSplit,%20org.apache.hadoop.mapred.JobConf,%20org.apache.hadoop.mapred.Reporter)">getRecordReader</a></strong>(org.apache.hadoop.mapred.InputSplit&nbsp;split,
+<td class="colFirst"><code>org.apache.hadoop.mapred.RecordReader&lt;org.apache.hadoop.io.Text,org.apache.accumulo.core.util.PeekingIterator&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.Entry.html?is-external=true" title="class or interface in java.util">Map.Entry</a>&lt;<a href="../../../../../../org/apache/accumulo/core/data/Key.html" title="class in org.apache.accumulo.core.data">Key</a>,<a href="../../../../../../org/apache/accumulo/core/data/Value.html" title="class in org.apache.accumulo.core.data">Value</a>&gt;&gt;&gt;</code></td>
+<td class="colLast"><span class="strong">AccumuloRowInputFormat.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/mapred/AccumuloRowInputFormat.html#getRecordReader(org.apache.hadoop.mapred.InputSplit,%20org.apache.hadoop.mapred.JobConf,%20org.apache.hadoop.mapred.Reporter)">getRecordReader</a></strong>(org.apache.hadoop.mapred.InputSplit&nbsp;split,
                org.apache.hadoop.mapred.JobConf&nbsp;job,
                org.apache.hadoop.mapred.Reporter&nbsp;reporter)</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>org.apache.hadoop.mapred.RecordReader&lt;<a href="../../../../../../org/apache/accumulo/core/data/Key.html" title="class in org.apache.accumulo.core.data">Key</a>,<a href="../../../../../../org/apache/accumulo/core/data/Value.html" title="class in org.apache.accumulo.core.data">Value</a>&gt;</code></td>
-<td class="colLast"><span class="strong">AccumuloMultiTableInputFormat.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/mapred/AccumuloMultiTableInputFormat.html#getRecordReader(org.apache.hadoop.mapred.InputSplit,%20org.apache.hadoop.mapred.JobConf,%20org.apache.hadoop.mapred.Reporter)">getRecordReader</a></strong>(org.apache.hadoop.mapred.InputSplit&nbsp;split,
+<td class="colLast"><span class="strong">AccumuloInputFormat.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/mapred/AccumuloInputFormat.html#getRecordReader(org.apache.hadoop.mapred.InputSplit,%20org.apache.hadoop.mapred.JobConf,%20org.apache.hadoop.mapred.Reporter)">getRecordReader</a></strong>(org.apache.hadoop.mapred.InputSplit&nbsp;split,
                org.apache.hadoop.mapred.JobConf&nbsp;job,
                org.apache.hadoop.mapred.Reporter&nbsp;reporter)</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>org.apache.hadoop.mapred.RecordReader&lt;org.apache.hadoop.io.Text,org.apache.accumulo.core.util.PeekingIterator&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.Entry.html?is-external=true" title="class or interface in java.util">Map.Entry</a>&lt;<a href="../../../../../../org/apache/accumulo/core/data/Key.html" title="class in org.apache.accumulo.core.data">Key</a>,<a href="../../../../../../org/apache/accumulo/core/data/Value.html" title="class in org.apache.accumulo.core.data">Value</a>&gt;&gt;&gt;</code></td>
-<td class="colLast"><span class="strong">AccumuloRowInputFormat.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/mapred/AccumuloRowInputFormat.html#getRecordReader(org.apache.hadoop.mapred.InputSplit,%20org.apache.hadoop.mapred.JobConf,%20org.apache.hadoop.mapred.Reporter)">getRecordReader</a></strong>(org.apache.hadoop.mapred.InputSplit&nbsp;split,
+<td class="colFirst"><code>org.apache.hadoop.mapred.RecordReader&lt;<a href="../../../../../../org/apache/accumulo/core/data/Key.html" title="class in org.apache.accumulo.core.data">Key</a>,<a href="../../../../../../org/apache/accumulo/core/data/Value.html" title="class in org.apache.accumulo.core.data">Value</a>&gt;</code></td>
+<td class="colLast"><span class="strong">AccumuloMultiTableInputFormat.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/mapred/AccumuloMultiTableInputFormat.html#getRecordReader(org.apache.hadoop.mapred.InputSplit,%20org.apache.hadoop.mapred.JobConf,%20org.apache.hadoop.mapred.Reporter)">getRecordReader</a></strong>(org.apache.hadoop.mapred.InputSplit&nbsp;split,
                org.apache.hadoop.mapred.JobConf&nbsp;job,
                org.apache.hadoop.mapred.Reporter&nbsp;reporter)</code>&nbsp;</td>
 </tr>
@@ -332,18 +332,18 @@
 </tr>
 <tbody>
 <tr class="altColor">
-<td class="colFirst"><code>org.apache.hadoop.mapreduce.RecordReader&lt;<a href="../../../../../../org/apache/accumulo/core/data/Key.html" title="class in org.apache.accumulo.core.data">Key</a>,<a href="../../../../../../org/apache/accumulo/core/data/Value.html" title="class in org.apache.accumulo.core.data">Value</a>&gt;</code></td>
-<td class="colLast"><span class="strong">AccumuloInputFormat.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/mapreduce/AccumuloInputFormat.html#createRecordReader(org.apache.hadoop.mapreduce.InputSplit,%20org.apache.hadoop.mapreduce.TaskAttemptContext)">createRecordReader</a></strong>(org.apache.hadoop.mapreduce.InputSplit&nbsp;split,
+<td class="colFirst"><code>org.apache.hadoop.mapreduce.RecordReader&lt;org.apache.hadoop.io.Text,org.apache.accumulo.core.util.PeekingIterator&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.Entry.html?is-external=true" title="class or interface in java.util">Map.Entry</a>&lt;<a href="../../../../../../org/apache/accumulo/core/data/Key.html" title="class in org.apache.accumulo.core.data">Key</a>,<a href="../../../../../../org/apache/accumulo/core/data/Value.html" title="class in org.apache.accumulo.core.data">Value</a>&gt;&gt;&gt;</code></td>
+<td class="colLast"><span class="strong">AccumuloRowInputFormat.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/mapreduce/AccumuloRowInputFormat.html#createRecordReader(org.apache.hadoop.mapreduce.InputSplit,%20org.apache.hadoop.mapreduce.TaskAttemptContext)">createRecordReader</a></strong>(org.apache.hadoop.mapreduce.InputSplit&nbsp;split,
                   org.apache.hadoop.mapreduce.TaskAttemptContext&nbsp;context)</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>org.apache.hadoop.mapreduce.RecordReader&lt;<a href="../../../../../../org/apache/accumulo/core/data/Key.html" title="class in org.apache.accumulo.core.data">Key</a>,<a href="../../../../../../org/apache/accumulo/core/data/Value.html" title="class in org.apache.accumulo.core.data">Value</a>&gt;</code></td>
-<td class="colLast"><span class="strong">AccumuloMultiTableInputFormat.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/mapreduce/AccumuloMultiTableInputFormat.html#createRecordReader(org.apache.hadoop.mapreduce.InputSplit,%20org.apache.hadoop.mapreduce.TaskAttemptContext)">createRecordReader</a></strong>(org.apache.hadoop.mapreduce.InputSplit&nbsp;inputSplit,
+<td class="colLast"><span class="strong">AccumuloInputFormat.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/mapreduce/AccumuloInputFormat.html#createRecordReader(org.apache.hadoop.mapreduce.InputSplit,%20org.apache.hadoop.mapreduce.TaskAttemptContext)">createRecordReader</a></strong>(org.apache.hadoop.mapreduce.InputSplit&nbsp;split,
                   org.apache.hadoop.mapreduce.TaskAttemptContext&nbsp;context)</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>org.apache.hadoop.mapreduce.RecordReader&lt;org.apache.hadoop.io.Text,org.apache.accumulo.core.util.PeekingIterator&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.Entry.html?is-external=true" title="class or interface in java.util">Map.Entry</a>&lt;<a href="../../../../../../org/apache/accumulo/core/data/Key.html" title="class in org.apache.accumulo.core.data">Key</a>,<a href="../../../../../../org/apache/accumulo/core/data/Value.html" title="class in org.apache.accumulo.core.data">Value</a>&gt;&gt;&gt;</code></td>
-<td class="colLast"><span class="strong">AccumuloRowInputFormat.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/mapreduce/AccumuloRowInputFormat.html#createRecordReader(org.apache.hadoop.mapreduce.InputSplit,%20org.apache.hadoop.mapreduce.TaskAttemptContext)">createRecordReader</a></strong>(org.apache.hadoop.mapreduce.InputSplit&nbsp;split,
+<td class="colFirst"><code>org.apache.hadoop.mapreduce.RecordReader&lt;<a href="../../../../../../org/apache/accumulo/core/data/Key.html" title="class in org.apache.accumulo.core.data">Key</a>,<a href="../../../../../../org/apache/accumulo/core/data/Value.html" title="class in org.apache.accumulo.core.data">Value</a>&gt;</code></td>
+<td class="colLast"><span class="strong">AccumuloMultiTableInputFormat.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/mapreduce/AccumuloMultiTableInputFormat.html#createRecordReader(org.apache.hadoop.mapreduce.InputSplit,%20org.apache.hadoop.mapreduce.TaskAttemptContext)">createRecordReader</a></strong>(org.apache.hadoop.mapreduce.InputSplit&nbsp;inputSplit,
                   org.apache.hadoop.mapreduce.TaskAttemptContext&nbsp;context)</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
@@ -405,19 +405,19 @@
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/util/Iterator.html?is-external=true" title="class or interface in java.util">Iterator</a>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.Entry.html?is-external=true" title="class or interface in java.util">Map.Entry</a>&lt;<a href="../../../../../../org/apache/accumulo/core/data/Key.html" title="class in org.apache.accumulo.core.data">Key</a>,<a href="../../../../../../org/apache/accumulo/core/data/Value.html" title="class in org.apache.accumulo.core.data">Value</a>&gt;&gt;</code></td>
-<td class="colLast"><span class="strong">MockBatchScanner.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/mock/MockBatchScanner.html#iterator()">iterator</a></strong>()</code>
+<td class="colLast"><span class="strong">MockScanner.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/mock/MockScanner.html#iterator()">iterator</a></strong>()</code>
 <div class="block"><strong>Deprecated.</strong>&nbsp;</div>
 &nbsp;</td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/util/Iterator.html?is-external=true" title="class or interface in java.util">Iterator</a>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.Entry.html?is-external=true" title="class or interface in java.util">Map.Entry</a>&lt;<a href="../../../../../../org/apache/accumulo/core/data/Key.html" title="class in org.apache.accumulo.core.data">Key</a>,<a href="../../../../../../org/apache/accumulo/core/data/Value.html" title="class in org.apache.accumulo.core.data">Value</a>&gt;&gt;</code></td>
-<td class="colLast"><span class="strong">MockScanner.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/mock/MockScanner.html#iterator()">iterator</a></strong>()</code>
+<td class="colLast"><span class="strong">MockScannerBase.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/mock/MockScannerBase.html#iterator()">iterator</a></strong>()</code>
 <div class="block"><strong>Deprecated.</strong>&nbsp;</div>
 &nbsp;</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/util/Iterator.html?is-external=true" title="class or interface in java.util">Iterator</a>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.Entry.html?is-external=true" title="class or interface in java.util">Map.Entry</a>&lt;<a href="../../../../../../org/apache/accumulo/core/data/Key.html" title="class in org.apache.accumulo.core.data">Key</a>,<a href="../../../../../../org/apache/accumulo/core/data/Value.html" title="class in org.apache.accumulo.core.data">Value</a>&gt;&gt;</code></td>
-<td class="colLast"><span class="strong">MockScannerBase.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/mock/MockScannerBase.html#iterator()">iterator</a></strong>()</code>
+<td class="colLast"><span class="strong">MockBatchScanner.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/mock/MockBatchScanner.html#iterator()">iterator</a></strong>()</code>
 <div class="block"><strong>Deprecated.</strong>&nbsp;</div>
 &nbsp;</td>
 </tr>
@@ -501,11 +501,11 @@
 <tbody>
 <tr class="altColor">
 <td class="colFirst"><code>boolean</code></td>
-<td class="colLast"><span class="strong">AbstractHashSampler.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/sample/AbstractHashSampler.html#accept(org.apache.accumulo.core.data.Key)">accept</a></strong>(<a href="../../../../../../org/apache/accumulo/core/data/Key.html" title="class in org.apache.accumulo.core.data">Key</a>&nbsp;k)</code>&nbsp;</td>
+<td class="colLast"><span class="strong">Sampler.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/sample/Sampler.html#accept(org.apache.accumulo.core.data.Key)">accept</a></strong>(<a href="../../../../../../org/apache/accumulo/core/data/Key.html" title="class in org.apache.accumulo.core.data">Key</a>&nbsp;k)</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>boolean</code></td>
-<td class="colLast"><span class="strong">Sampler.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/sample/Sampler.html#accept(org.apache.accumulo.core.data.Key)">accept</a></strong>(<a href="../../../../../../org/apache/accumulo/core/data/Key.html" title="class in org.apache.accumulo.core.data">Key</a>&nbsp;k)</code>&nbsp;</td>
+<td class="colLast"><span class="strong">AbstractHashSampler.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/sample/AbstractHashSampler.html#accept(org.apache.accumulo.core.data.Key)">accept</a></strong>(<a href="../../../../../../org/apache/accumulo/core/data/Key.html" title="class in org.apache.accumulo.core.data">Key</a>&nbsp;k)</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>protected abstract void</code></td>
@@ -724,6 +724,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>


[06/16] accumulo-website git commit: Updates for 1.8.1 Release

Posted by mj...@apache.org.
http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/mock/class-use/MockTable.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/mock/class-use/MockTable.html b/1.8/apidocs/org/apache/accumulo/core/client/mock/class-use/MockTable.html
index f9ab5a7..be05d6c 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/mock/class-use/MockTable.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/mock/class-use/MockTable.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:23 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.accumulo.core.client.mock.MockTable (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Uses of Class org.apache.accumulo.core.client.mock.MockTable (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.accumulo.core.client.mock.MockTable (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Uses of Class org.apache.accumulo.core.client.mock.MockTable (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -170,6 +170,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/mock/class-use/MockUser.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/mock/class-use/MockUser.html b/1.8/apidocs/org/apache/accumulo/core/client/mock/class-use/MockUser.html
index 3c4db49..d39cb5f 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/mock/class-use/MockUser.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/mock/class-use/MockUser.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:23 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.accumulo.core.client.mock.MockUser (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Uses of Class org.apache.accumulo.core.client.mock.MockUser (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.accumulo.core.client.mock.MockUser (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Uses of Class org.apache.accumulo.core.client.mock.MockUser (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -112,6 +112,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/mock/package-frame.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/mock/package-frame.html b/1.8/apidocs/org/apache/accumulo/core/client/mock/package-frame.html
index 9e2ce21..865673b 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/mock/package-frame.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/mock/package-frame.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:22 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>org.apache.accumulo.core.client.mock (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>org.apache.accumulo.core.client.mock (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/mock/package-summary.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/mock/package-summary.html b/1.8/apidocs/org/apache/accumulo/core/client/mock/package-summary.html
index e70164b..1a54900 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/mock/package-summary.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/mock/package-summary.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:22 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>org.apache.accumulo.core.client.mock (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>org.apache.accumulo.core.client.mock (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="org.apache.accumulo.core.client.mock (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="org.apache.accumulo.core.client.mock (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -219,6 +219,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/mock/package-tree.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/mock/package-tree.html b/1.8/apidocs/org/apache/accumulo/core/client/mock/package-tree.html
index 518209d..dd492a8 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/mock/package-tree.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/mock/package-tree.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:22 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>org.apache.accumulo.core.client.mock Class Hierarchy (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>org.apache.accumulo.core.client.mock Class Hierarchy (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="org.apache.accumulo.core.client.mock Class Hierarchy (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="org.apache.accumulo.core.client.mock Class Hierarchy (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -155,6 +155,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/mock/package-use.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/mock/package-use.html b/1.8/apidocs/org/apache/accumulo/core/client/mock/package-use.html
index f0690cd..c495375 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/mock/package-use.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/mock/package-use.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:24 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:33 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Package org.apache.accumulo.core.client.mock (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Uses of Package org.apache.accumulo.core.client.mock (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Package org.apache.accumulo.core.client.mock (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Uses of Package org.apache.accumulo.core.client.mock (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -179,6 +179,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/package-frame.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/package-frame.html b/1.8/apidocs/org/apache/accumulo/core/client/package-frame.html
index 202d546..ae3682b 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/package-frame.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/package-frame.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:22 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>org.apache.accumulo.core.client (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>org.apache.accumulo.core.client (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/package-summary.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/package-summary.html b/1.8/apidocs/org/apache/accumulo/core/client/package-summary.html
index b75ede7..047c1cf 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/package-summary.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/package-summary.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:22 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>org.apache.accumulo.core.client (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>org.apache.accumulo.core.client (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="org.apache.accumulo.core.client (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="org.apache.accumulo.core.client (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -370,6 +370,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/package-tree.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/package-tree.html b/1.8/apidocs/org/apache/accumulo/core/client/package-tree.html
index 0ca7695..045e05b 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/package-tree.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/package-tree.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:22 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>org.apache.accumulo.core.client Class Hierarchy (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>org.apache.accumulo.core.client Class Hierarchy (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="org.apache.accumulo.core.client Class Hierarchy (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="org.apache.accumulo.core.client Class Hierarchy (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -177,8 +177,8 @@
 <li type="circle">java.lang.<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Enum.html?is-external=true" title="class or interface in java.lang"><span class="strong">Enum</span></a>&lt;E&gt; (implements java.lang.<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Comparable.html?is-external=true" title="class or interface in java.lang">Comparable</a>&lt;T&gt;, java.io.<a href="http://docs.oracle.com/javase/7/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</a>)
 <ul>
 <li type="circle">org.apache.accumulo.core.client.<a href="../../../../../org/apache/accumulo/core/client/ClientConfiguration.ClientProperty.html" title="enum in org.apache.accumulo.core.client"><span class="strong">ClientConfiguration.ClientProperty</span></a></li>
-<li type="circle">org.apache.accumulo.core.client.<a href="../../../../../org/apache/accumulo/core/client/Durability.html" title="enum in org.apache.accumulo.core.client"><span class="strong">Durability</span></a></li>
 <li type="circle">org.apache.accumulo.core.client.<a href="../../../../../org/apache/accumulo/core/client/ConditionalWriter.Status.html" title="enum in org.apache.accumulo.core.client"><span class="strong">ConditionalWriter.Status</span></a></li>
+<li type="circle">org.apache.accumulo.core.client.<a href="../../../../../org/apache/accumulo/core/client/Durability.html" title="enum in org.apache.accumulo.core.client"><span class="strong">Durability</span></a></li>
 </ul>
 </li>
 </ul>
@@ -230,6 +230,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/package-use.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/package-use.html b/1.8/apidocs/org/apache/accumulo/core/client/package-use.html
index dbf8dd8..073ce64 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/package-use.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/package-use.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:24 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:33 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Package org.apache.accumulo.core.client (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Uses of Package org.apache.accumulo.core.client (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Package org.apache.accumulo.core.client (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Uses of Package org.apache.accumulo.core.client (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -656,6 +656,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/replication/PeerExistsException.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/replication/PeerExistsException.html b/1.8/apidocs/org/apache/accumulo/core/client/replication/PeerExistsException.html
index 0f90fe6..224a546 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/replication/PeerExistsException.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/replication/PeerExistsException.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:21 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>PeerExistsException (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>PeerExistsException (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="PeerExistsException (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="PeerExistsException (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -276,6 +276,6 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Exception.ht
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/replication/PeerNotFoundException.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/replication/PeerNotFoundException.html b/1.8/apidocs/org/apache/accumulo/core/client/replication/PeerNotFoundException.html
index f9067ad..71311cc 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/replication/PeerNotFoundException.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/replication/PeerNotFoundException.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:21 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>PeerNotFoundException (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>PeerNotFoundException (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="PeerNotFoundException (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="PeerNotFoundException (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -292,6 +292,6 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Exception.ht
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/replication/class-use/PeerExistsException.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/replication/class-use/PeerExistsException.html b/1.8/apidocs/org/apache/accumulo/core/client/replication/class-use/PeerExistsException.html
index f9a444f..1ec5cc7 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/replication/class-use/PeerExistsException.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/replication/class-use/PeerExistsException.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:23 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.accumulo.core.client.replication.PeerExistsException (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Uses of Class org.apache.accumulo.core.client.replication.PeerExistsException (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.accumulo.core.client.replication.PeerExistsException (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Uses of Class org.apache.accumulo.core.client.replication.PeerExistsException (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -155,6 +155,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/replication/class-use/PeerNotFoundException.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/replication/class-use/PeerNotFoundException.html b/1.8/apidocs/org/apache/accumulo/core/client/replication/class-use/PeerNotFoundException.html
index 390f206..377e0b8 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/replication/class-use/PeerNotFoundException.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/replication/class-use/PeerNotFoundException.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:23 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.accumulo.core.client.replication.PeerNotFoundException (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Uses of Class org.apache.accumulo.core.client.replication.PeerNotFoundException (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.accumulo.core.client.replication.PeerNotFoundException (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Uses of Class org.apache.accumulo.core.client.replication.PeerNotFoundException (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -154,6 +154,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/replication/package-frame.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/replication/package-frame.html b/1.8/apidocs/org/apache/accumulo/core/client/replication/package-frame.html
index 7669b6e..be51896 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/replication/package-frame.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/replication/package-frame.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:22 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>org.apache.accumulo.core.client.replication (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>org.apache.accumulo.core.client.replication (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/replication/package-summary.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/replication/package-summary.html b/1.8/apidocs/org/apache/accumulo/core/client/replication/package-summary.html
index c935ba8..6fe834f 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/replication/package-summary.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/replication/package-summary.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:22 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>org.apache.accumulo.core.client.replication (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>org.apache.accumulo.core.client.replication (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="org.apache.accumulo.core.client.replication (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="org.apache.accumulo.core.client.replication (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -138,6 +138,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/replication/package-tree.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/replication/package-tree.html b/1.8/apidocs/org/apache/accumulo/core/client/replication/package-tree.html
index ea01747..9d28020 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/replication/package-tree.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/replication/package-tree.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:22 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>org.apache.accumulo.core.client.replication Class Hierarchy (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>org.apache.accumulo.core.client.replication Class Hierarchy (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="org.apache.accumulo.core.client.replication Class Hierarchy (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="org.apache.accumulo.core.client.replication Class Hierarchy (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -134,6 +134,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/replication/package-use.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/replication/package-use.html b/1.8/apidocs/org/apache/accumulo/core/client/replication/package-use.html
index ac56c5e..c4e8f13 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/replication/package-use.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/replication/package-use.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:24 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:33 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Package org.apache.accumulo.core.client.replication (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Uses of Package org.apache.accumulo.core.client.replication (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Package org.apache.accumulo.core.client.replication (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Uses of Package org.apache.accumulo.core.client.replication (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -152,6 +152,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/rfile/RFile.InputArguments.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/rfile/RFile.InputArguments.html b/1.8/apidocs/org/apache/accumulo/core/client/rfile/RFile.InputArguments.html
index 21a2421..95233cf 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/rfile/RFile.InputArguments.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/rfile/RFile.InputArguments.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:18 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:30 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>RFile.InputArguments (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>RFile.InputArguments (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="RFile.InputArguments (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="RFile.InputArguments (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -233,6 +233,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/rfile/RFile.OutputArguments.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/rfile/RFile.OutputArguments.html b/1.8/apidocs/org/apache/accumulo/core/client/rfile/RFile.OutputArguments.html
index c789dc4..49c21a0 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/rfile/RFile.OutputArguments.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/rfile/RFile.OutputArguments.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:18 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:30 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>RFile.OutputArguments (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>RFile.OutputArguments (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="RFile.OutputArguments (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="RFile.OutputArguments (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -227,6 +227,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/rfile/RFile.ScannerFSOptions.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/rfile/RFile.ScannerFSOptions.html b/1.8/apidocs/org/apache/accumulo/core/client/rfile/RFile.ScannerFSOptions.html
index 9e355a6..c7a881c 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/rfile/RFile.ScannerFSOptions.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/rfile/RFile.ScannerFSOptions.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:18 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:30 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>RFile.ScannerFSOptions (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>RFile.ScannerFSOptions (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="RFile.ScannerFSOptions (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="RFile.ScannerFSOptions (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -227,6 +227,6 @@ extends <a href="../../../../../../org/apache/accumulo/core/client/rfile/RFile.S
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/rfile/RFile.ScannerOptions.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/rfile/RFile.ScannerOptions.html b/1.8/apidocs/org/apache/accumulo/core/client/rfile/RFile.ScannerOptions.html
index 0816184..674a96d 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/rfile/RFile.ScannerOptions.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/rfile/RFile.ScannerOptions.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:18 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:30 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>RFile.ScannerOptions (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>RFile.ScannerOptions (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="RFile.ScannerOptions (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="RFile.ScannerOptions (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -354,6 +354,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/rfile/RFile.WriterFSOptions.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/rfile/RFile.WriterFSOptions.html b/1.8/apidocs/org/apache/accumulo/core/client/rfile/RFile.WriterFSOptions.html
index 6f53e39..65ef25d 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/rfile/RFile.WriterFSOptions.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/rfile/RFile.WriterFSOptions.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:18 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:30 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>RFile.WriterFSOptions (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>RFile.WriterFSOptions (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="RFile.WriterFSOptions (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="RFile.WriterFSOptions (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -228,6 +228,6 @@ extends <a href="../../../../../../org/apache/accumulo/core/client/rfile/RFile.W
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/rfile/RFile.WriterOptions.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/rfile/RFile.WriterOptions.html b/1.8/apidocs/org/apache/accumulo/core/client/rfile/RFile.WriterOptions.html
index 8b0657a..28d54d5 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/rfile/RFile.WriterOptions.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/rfile/RFile.WriterOptions.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:18 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:30 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>RFile.WriterOptions (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>RFile.WriterOptions (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="RFile.WriterOptions (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="RFile.WriterOptions (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -289,6 +289,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/rfile/RFile.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/rfile/RFile.html b/1.8/apidocs/org/apache/accumulo/core/client/rfile/RFile.html
index b672962..6427b48 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/rfile/RFile.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/rfile/RFile.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:18 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:30 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>RFile (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>RFile (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="RFile (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="RFile (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -331,6 +331,6 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/rfile/RFileSource.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/rfile/RFileSource.html b/1.8/apidocs/org/apache/accumulo/core/client/rfile/RFileSource.html
index 8f66bc0..caf2f58 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/rfile/RFileSource.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/rfile/RFileSource.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:18 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:30 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>RFileSource (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>RFileSource (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="RFileSource (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="RFileSource (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -272,6 +272,6 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/rfile/RFileWriter.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/rfile/RFileWriter.html b/1.8/apidocs/org/apache/accumulo/core/client/rfile/RFileWriter.html
index 696b117..bf568bc 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/rfile/RFileWriter.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/rfile/RFileWriter.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:19 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:30 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>RFileWriter (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>RFileWriter (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="RFileWriter (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="RFileWriter (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -438,6 +438,6 @@ implements <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/AutoClose
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/rfile/class-use/RFile.InputArguments.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/rfile/class-use/RFile.InputArguments.html b/1.8/apidocs/org/apache/accumulo/core/client/rfile/class-use/RFile.InputArguments.html
index 25b1eaa..2cb79c6 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/rfile/class-use/RFile.InputArguments.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/rfile/class-use/RFile.InputArguments.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:23 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Interface org.apache.accumulo.core.client.rfile.RFile.InputArguments (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Uses of Interface org.apache.accumulo.core.client.rfile.RFile.InputArguments (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Interface org.apache.accumulo.core.client.rfile.RFile.InputArguments (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Uses of Interface org.apache.accumulo.core.client.rfile.RFile.InputArguments (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -154,6 +154,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/rfile/class-use/RFile.OutputArguments.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/rfile/class-use/RFile.OutputArguments.html b/1.8/apidocs/org/apache/accumulo/core/client/rfile/class-use/RFile.OutputArguments.html
index d4107a8..0cfe8ee 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/rfile/class-use/RFile.OutputArguments.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/rfile/class-use/RFile.OutputArguments.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:23 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Interface org.apache.accumulo.core.client.rfile.RFile.OutputArguments (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Uses of Interface org.apache.accumulo.core.client.rfile.RFile.OutputArguments (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Interface org.apache.accumulo.core.client.rfile.RFile.OutputArguments (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Uses of Interface org.apache.accumulo.core.client.rfile.RFile.OutputArguments (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -154,6 +154,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/rfile/class-use/RFile.ScannerFSOptions.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/rfile/class-use/RFile.ScannerFSOptions.html b/1.8/apidocs/org/apache/accumulo/core/client/rfile/class-use/RFile.ScannerFSOptions.html
index a9d0a39..d2dded5 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/rfile/class-use/RFile.ScannerFSOptions.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/rfile/class-use/RFile.ScannerFSOptions.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:23 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Interface org.apache.accumulo.core.client.rfile.RFile.ScannerFSOptions (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Uses of Interface org.apache.accumulo.core.client.rfile.RFile.ScannerFSOptions (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Interface org.apache.accumulo.core.client.rfile.RFile.ScannerFSOptions (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Uses of Interface org.apache.accumulo.core.client.rfile.RFile.ScannerFSOptions (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -154,6 +154,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/rfile/class-use/RFile.ScannerOptions.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/rfile/class-use/RFile.ScannerOptions.html b/1.8/apidocs/org/apache/accumulo/core/client/rfile/class-use/RFile.ScannerOptions.html
index 917ccb7..236c368 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/rfile/class-use/RFile.ScannerOptions.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/rfile/class-use/RFile.ScannerOptions.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:23 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Interface org.apache.accumulo.core.client.rfile.RFile.ScannerOptions (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Uses of Interface org.apache.accumulo.core.client.rfile.RFile.ScannerOptions (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Interface org.apache.accumulo.core.client.rfile.RFile.ScannerOptions (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Uses of Interface org.apache.accumulo.core.client.rfile.RFile.ScannerOptions (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -215,6 +215,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/rfile/class-use/RFile.WriterFSOptions.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/rfile/class-use/RFile.WriterFSOptions.html b/1.8/apidocs/org/apache/accumulo/core/client/rfile/class-use/RFile.WriterFSOptions.html
index cb38f20..35ba633 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/rfile/class-use/RFile.WriterFSOptions.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/rfile/class-use/RFile.WriterFSOptions.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:23 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Interface org.apache.accumulo.core.client.rfile.RFile.WriterFSOptions (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Uses of Interface org.apache.accumulo.core.client.rfile.RFile.WriterFSOptions (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Interface org.apache.accumulo.core.client.rfile.RFile.WriterFSOptions (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Uses of Interface org.apache.accumulo.core.client.rfile.RFile.WriterFSOptions (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -152,6 +152,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/rfile/class-use/RFile.WriterOptions.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/rfile/class-use/RFile.WriterOptions.html b/1.8/apidocs/org/apache/accumulo/core/client/rfile/class-use/RFile.WriterOptions.html
index f06c3ea..d8e59d8 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/rfile/class-use/RFile.WriterOptions.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/rfile/class-use/RFile.WriterOptions.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:23 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Interface org.apache.accumulo.core.client.rfile.RFile.WriterOptions (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Uses of Interface org.apache.accumulo.core.client.rfile.RFile.WriterOptions (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Interface org.apache.accumulo.core.client.rfile.RFile.WriterOptions (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Uses of Interface org.apache.accumulo.core.client.rfile.RFile.WriterOptions (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -193,6 +193,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/rfile/class-use/RFile.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/rfile/class-use/RFile.html b/1.8/apidocs/org/apache/accumulo/core/client/rfile/class-use/RFile.html
index 59385da..281c13f 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/rfile/class-use/RFile.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/rfile/class-use/RFile.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:23 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.accumulo.core.client.rfile.RFile (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Uses of Class org.apache.accumulo.core.client.rfile.RFile (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.accumulo.core.client.rfile.RFile (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Uses of Class org.apache.accumulo.core.client.rfile.RFile (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -112,6 +112,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/rfile/class-use/RFileSource.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/rfile/class-use/RFileSource.html b/1.8/apidocs/org/apache/accumulo/core/client/rfile/class-use/RFileSource.html
index ea9e09a..01b5b46 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/rfile/class-use/RFileSource.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/rfile/class-use/RFileSource.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:23 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.accumulo.core.client.rfile.RFileSource (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Uses of Class org.apache.accumulo.core.client.rfile.RFileSource (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.accumulo.core.client.rfile.RFileSource (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Uses of Class org.apache.accumulo.core.client.rfile.RFileSource (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -154,6 +154,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/rfile/class-use/RFileWriter.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/rfile/class-use/RFileWriter.html b/1.8/apidocs/org/apache/accumulo/core/client/rfile/class-use/RFileWriter.html
index 8e89e16..7199cf1 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/rfile/class-use/RFileWriter.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/rfile/class-use/RFileWriter.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:23 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.accumulo.core.client.rfile.RFileWriter (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Uses of Class org.apache.accumulo.core.client.rfile.RFileWriter (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.accumulo.core.client.rfile.RFileWriter (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Uses of Class org.apache.accumulo.core.client.rfile.RFileWriter (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -152,6 +152,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/rfile/package-frame.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/rfile/package-frame.html b/1.8/apidocs/org/apache/accumulo/core/client/rfile/package-frame.html
index 2e8d1b5..ee1f7e8 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/rfile/package-frame.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/rfile/package-frame.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:22 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>org.apache.accumulo.core.client.rfile (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>org.apache.accumulo.core.client.rfile (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/rfile/package-summary.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/rfile/package-summary.html b/1.8/apidocs/org/apache/accumulo/core/client/rfile/package-summary.html
index 53903b7..d3ba9e0 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/rfile/package-summary.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/rfile/package-summary.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:22 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>org.apache.accumulo.core.client.rfile (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>org.apache.accumulo.core.client.rfile (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="org.apache.accumulo.core.client.rfile (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="org.apache.accumulo.core.client.rfile (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -191,6 +191,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/rfile/package-tree.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/rfile/package-tree.html b/1.8/apidocs/org/apache/accumulo/core/client/rfile/package-tree.html
index e650cd9..b4274af 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/rfile/package-tree.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/rfile/package-tree.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:22 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>org.apache.accumulo.core.client.rfile Class Hierarchy (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>org.apache.accumulo.core.client.rfile Class Hierarchy (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="org.apache.accumulo.core.client.rfile Class Hierarchy (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="org.apache.accumulo.core.client.rfile Class Hierarchy (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -142,6 +142,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/rfile/package-use.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/rfile/package-use.html b/1.8/apidocs/org/apache/accumulo/core/client/rfile/package-use.html
index 098da0d..3faa50b 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/rfile/package-use.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/rfile/package-use.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:24 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:33 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Package org.apache.accumulo.core.client.rfile (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Uses of Package org.apache.accumulo.core.client.rfile (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Package org.apache.accumulo.core.client.rfile (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Uses of Package org.apache.accumulo.core.client.rfile (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -182,6 +182,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/sample/AbstractHashSampler.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/sample/AbstractHashSampler.html b/1.8/apidocs/org/apache/accumulo/core/client/sample/AbstractHashSampler.html
index cfbd197..c52b93a 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/sample/AbstractHashSampler.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/sample/AbstractHashSampler.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:21 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>AbstractHashSampler (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>AbstractHashSampler (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="AbstractHashSampler (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="AbstractHashSampler (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -341,6 +341,6 @@ implements <a href="../../../../../../org/apache/accumulo/core/client/sample/Sam
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/sample/RowColumnSampler.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/sample/RowColumnSampler.html b/1.8/apidocs/org/apache/accumulo/core/client/sample/RowColumnSampler.html
index acbceef..e9cc414 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/sample/RowColumnSampler.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/sample/RowColumnSampler.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:21 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>RowColumnSampler (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>RowColumnSampler (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="RowColumnSampler (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="RowColumnSampler (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -355,6 +355,6 @@ extends <a href="../../../../../../org/apache/accumulo/core/client/sample/Abstra
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/sample/RowSampler.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/sample/RowSampler.html b/1.8/apidocs/org/apache/accumulo/core/client/sample/RowSampler.html
index ac5116d..fe09193 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/sample/RowSampler.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/sample/RowSampler.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:21 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>RowSampler (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>RowSampler (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="RowSampler (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="RowSampler (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -295,6 +295,6 @@ extends <a href="../../../../../../org/apache/accumulo/core/client/sample/Abstra
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/sample/Sampler.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/sample/Sampler.html b/1.8/apidocs/org/apache/accumulo/core/client/sample/Sampler.html
index 58530b9..9dc26e0 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/sample/Sampler.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/sample/Sampler.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:21 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Sampler (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Sampler (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Sampler (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Sampler (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -241,6 +241,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>


[12/16] accumulo-website git commit: Updates for 1.8.1 Release

Posted by mj...@apache.org.
http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/class-use/AccumuloSecurityException.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/class-use/AccumuloSecurityException.html b/1.8/apidocs/org/apache/accumulo/core/client/class-use/AccumuloSecurityException.html
index cb979d1..04bbb19 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/class-use/AccumuloSecurityException.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/class-use/AccumuloSecurityException.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:22 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.accumulo.core.client.AccumuloSecurityException (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Uses of Class org.apache.accumulo.core.client.AccumuloSecurityException (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.accumulo.core.client.AccumuloSecurityException (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Uses of Class org.apache.accumulo.core.client.AccumuloSecurityException (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -130,17 +130,24 @@
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code><a href="../../../../../../org/apache/accumulo/core/client/Connector.html" title="class in org.apache.accumulo.core.client">Connector</a></code></td>
+<td class="colLast"><span class="strong">ZooKeeperInstance.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/ZooKeeperInstance.html#getConnector(java.lang.String,%20org.apache.accumulo.core.client.security.tokens.AuthenticationToken)">getConnector</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;principal,
+            <a href="../../../../../../org/apache/accumulo/core/client/security/tokens/AuthenticationToken.html" title="interface in org.apache.accumulo.core.client.security.tokens">AuthenticationToken</a>&nbsp;token)</code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code><a href="../../../../../../org/apache/accumulo/core/client/Connector.html" title="class in org.apache.accumulo.core.client">Connector</a></code></td>
 <td class="colLast"><span class="strong">Instance.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/Instance.html#getConnector(java.lang.String,%20org.apache.accumulo.core.client.security.tokens.AuthenticationToken)">getConnector</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;principal,
             <a href="../../../../../../org/apache/accumulo/core/client/security/tokens/AuthenticationToken.html" title="interface in org.apache.accumulo.core.client.security.tokens">AuthenticationToken</a>&nbsp;token)</code>
 <div class="block">Returns a connection to this instance of accumulo.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code><a href="../../../../../../org/apache/accumulo/core/client/Connector.html" title="class in org.apache.accumulo.core.client">Connector</a></code></td>
-<td class="colLast"><span class="strong">ZooKeeperInstance.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/ZooKeeperInstance.html#getConnector(java.lang.String,%20org.apache.accumulo.core.client.security.tokens.AuthenticationToken)">getConnector</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;principal,
-            <a href="../../../../../../org/apache/accumulo/core/client/security/tokens/AuthenticationToken.html" title="interface in org.apache.accumulo.core.client.security.tokens">AuthenticationToken</a>&nbsp;token)</code>&nbsp;</td>
+<td class="colLast"><span class="strong">ZooKeeperInstance.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/ZooKeeperInstance.html#getConnector(java.lang.String,%20byte[])">getConnector</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;principal,
+            byte[]&nbsp;pass)</code>
+<div class="block"><strong>Deprecated.</strong>&nbsp;</div>
+</td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code><a href="../../../../../../org/apache/accumulo/core/client/Connector.html" title="class in org.apache.accumulo.core.client">Connector</a></code></td>
 <td class="colLast"><span class="strong">Instance.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/Instance.html#getConnector(java.lang.String,%20byte[])">getConnector</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;user,
             byte[]&nbsp;pass)</code>
@@ -149,14 +156,14 @@
 </div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code><a href="../../../../../../org/apache/accumulo/core/client/Connector.html" title="class in org.apache.accumulo.core.client">Connector</a></code></td>
-<td class="colLast"><span class="strong">ZooKeeperInstance.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/ZooKeeperInstance.html#getConnector(java.lang.String,%20byte[])">getConnector</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;principal,
-            byte[]&nbsp;pass)</code>
+<td class="colLast"><span class="strong">ZooKeeperInstance.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/ZooKeeperInstance.html#getConnector(java.lang.String,%20java.nio.ByteBuffer)">getConnector</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;user,
+            <a href="http://docs.oracle.com/javase/7/docs/api/java/nio/ByteBuffer.html?is-external=true" title="class or interface in java.nio">ByteBuffer</a>&nbsp;pass)</code>
 <div class="block"><strong>Deprecated.</strong>&nbsp;</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code><a href="../../../../../../org/apache/accumulo/core/client/Connector.html" title="class in org.apache.accumulo.core.client">Connector</a></code></td>
 <td class="colLast"><span class="strong">Instance.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/Instance.html#getConnector(java.lang.String,%20java.nio.ByteBuffer)">getConnector</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;user,
             <a href="http://docs.oracle.com/javase/7/docs/api/java/nio/ByteBuffer.html?is-external=true" title="class or interface in java.nio">ByteBuffer</a>&nbsp;pass)</code>
@@ -165,14 +172,14 @@
 </div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code><a href="../../../../../../org/apache/accumulo/core/client/Connector.html" title="class in org.apache.accumulo.core.client">Connector</a></code></td>
-<td class="colLast"><span class="strong">ZooKeeperInstance.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/ZooKeeperInstance.html#getConnector(java.lang.String,%20java.nio.ByteBuffer)">getConnector</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;user,
-            <a href="http://docs.oracle.com/javase/7/docs/api/java/nio/ByteBuffer.html?is-external=true" title="class or interface in java.nio">ByteBuffer</a>&nbsp;pass)</code>
+<td class="colLast"><span class="strong">ZooKeeperInstance.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/ZooKeeperInstance.html#getConnector(java.lang.String,%20java.lang.CharSequence)">getConnector</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;user,
+            <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/CharSequence.html?is-external=true" title="class or interface in java.lang">CharSequence</a>&nbsp;pass)</code>
 <div class="block"><strong>Deprecated.</strong>&nbsp;</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code><a href="../../../../../../org/apache/accumulo/core/client/Connector.html" title="class in org.apache.accumulo.core.client">Connector</a></code></td>
 <td class="colLast"><span class="strong">Instance.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/Instance.html#getConnector(java.lang.String,%20java.lang.CharSequence)">getConnector</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;user,
             <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/CharSequence.html?is-external=true" title="class or interface in java.lang">CharSequence</a>&nbsp;pass)</code>
@@ -181,13 +188,6 @@
 </div>
 </td>
 </tr>
-<tr class="altColor">
-<td class="colFirst"><code><a href="../../../../../../org/apache/accumulo/core/client/Connector.html" title="class in org.apache.accumulo.core.client">Connector</a></code></td>
-<td class="colLast"><span class="strong">ZooKeeperInstance.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/ZooKeeperInstance.html#getConnector(java.lang.String,%20java.lang.CharSequence)">getConnector</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;user,
-            <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/CharSequence.html?is-external=true" title="class or interface in java.lang">CharSequence</a>&nbsp;pass)</code>
-<div class="block"><strong>Deprecated.</strong>&nbsp;</div>
-</td>
-</tr>
 <tr class="rowColor">
 <td class="colFirst"><code><a href="../../../../../../org/apache/accumulo/core/client/ConditionalWriter.Status.html" title="enum in org.apache.accumulo.core.client">ConditionalWriter.Status</a></code></td>
 <td class="colLast"><span class="strong">ConditionalWriter.Result.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/ConditionalWriter.Result.html#getStatus()">getStatus</a></strong>()</code>
@@ -210,16 +210,16 @@
 <tbody>
 <tr class="altColor">
 <td class="colFirst"><code>int</code></td>
-<td class="colLast"><span class="strong">NamespaceOperations.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/admin/NamespaceOperations.html#addConstraint(java.lang.String,%20java.lang.String)">addConstraint</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;namespace,
+<td class="colLast"><span class="strong">TableOperations.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/admin/TableOperations.html#addConstraint(java.lang.String,%20java.lang.String)">addConstraint</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;tableName,
              <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;constraintClassName)</code>
-<div class="block">Add a new constraint to a namespace.</div>
+<div class="block">Add a new constraint to a table.</div>
 </td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>int</code></td>
-<td class="colLast"><span class="strong">TableOperations.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/admin/TableOperations.html#addConstraint(java.lang.String,%20java.lang.String)">addConstraint</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;tableName,
+<td class="colLast"><span class="strong">NamespaceOperations.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/admin/NamespaceOperations.html#addConstraint(java.lang.String,%20java.lang.String)">addConstraint</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;namespace,
              <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;constraintClassName)</code>
-<div class="block">Add a new constraint to a table.</div>
+<div class="block">Add a new constraint to a namespace.</div>
 </td>
 </tr>
 <tr class="altColor">
@@ -238,32 +238,32 @@
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><span class="strong">NamespaceOperations.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/admin/NamespaceOperations.html#attachIterator(java.lang.String,%20org.apache.accumulo.core.client.IteratorSetting)">attachIterator</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;namespace,
+<td class="colLast"><span class="strong">TableOperations.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/admin/TableOperations.html#attachIterator(java.lang.String,%20org.apache.accumulo.core.client.IteratorSetting)">attachIterator</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;tableName,
               <a href="../../../../../../org/apache/accumulo/core/client/IteratorSetting.html" title="class in org.apache.accumulo.core.client">IteratorSetting</a>&nbsp;setting)</code>
-<div class="block">Add an iterator to a namespace on all scopes.</div>
+<div class="block">Add an iterator to a table on all scopes.</div>
 </td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><span class="strong">TableOperations.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/admin/TableOperations.html#attachIterator(java.lang.String,%20org.apache.accumulo.core.client.IteratorSetting)">attachIterator</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;tableName,
+<td class="colLast"><span class="strong">NamespaceOperations.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/admin/NamespaceOperations.html#attachIterator(java.lang.String,%20org.apache.accumulo.core.client.IteratorSetting)">attachIterator</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;namespace,
               <a href="../../../../../../org/apache/accumulo/core/client/IteratorSetting.html" title="class in org.apache.accumulo.core.client">IteratorSetting</a>&nbsp;setting)</code>
-<div class="block">Add an iterator to a table on all scopes.</div>
+<div class="block">Add an iterator to a namespace on all scopes.</div>
 </td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><span class="strong">NamespaceOperations.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/admin/NamespaceOperations.html#attachIterator(java.lang.String,%20org.apache.accumulo.core.client.IteratorSetting,%20java.util.EnumSet)">attachIterator</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;namespace,
+<td class="colLast"><span class="strong">TableOperations.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/admin/TableOperations.html#attachIterator(java.lang.String,%20org.apache.accumulo.core.client.IteratorSetting,%20java.util.EnumSet)">attachIterator</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;tableName,
               <a href="../../../../../../org/apache/accumulo/core/client/IteratorSetting.html" title="class in org.apache.accumulo.core.client">IteratorSetting</a>&nbsp;setting,
               <a href="http://docs.oracle.com/javase/7/docs/api/java/util/EnumSet.html?is-external=true" title="class or interface in java.util">EnumSet</a>&lt;org.apache.accumulo.core.iterators.IteratorUtil.IteratorScope&gt;&nbsp;scopes)</code>
-<div class="block">Add an iterator to a namespace on the given scopes.</div>
+<div class="block">Add an iterator to a table on the given scopes.</div>
 </td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><span class="strong">TableOperations.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/admin/TableOperations.html#attachIterator(java.lang.String,%20org.apache.accumulo.core.client.IteratorSetting,%20java.util.EnumSet)">attachIterator</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;tableName,
+<td class="colLast"><span class="strong">NamespaceOperations.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/admin/NamespaceOperations.html#attachIterator(java.lang.String,%20org.apache.accumulo.core.client.IteratorSetting,%20java.util.EnumSet)">attachIterator</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;namespace,
               <a href="../../../../../../org/apache/accumulo/core/client/IteratorSetting.html" title="class in org.apache.accumulo.core.client">IteratorSetting</a>&nbsp;setting,
               <a href="http://docs.oracle.com/javase/7/docs/api/java/util/EnumSet.html?is-external=true" title="class or interface in java.util">EnumSet</a>&lt;org.apache.accumulo.core.iterators.IteratorUtil.IteratorScope&gt;&nbsp;scopes)</code>
-<div class="block">Add an iterator to a table on the given scopes.</div>
+<div class="block">Add an iterator to a namespace on the given scopes.</div>
 </td>
 </tr>
 <tr class="altColor">
@@ -368,14 +368,14 @@
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><span class="strong">NamespaceOperations.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/admin/NamespaceOperations.html#create(java.lang.String)">create</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;namespace)</code>
-<div class="block">Create an empty namespace with no initial configuration.</div>
+<td class="colLast"><span class="strong">TableOperations.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/admin/TableOperations.html#create(java.lang.String)">create</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;tableName)</code>
+<div class="block">Create a table with no special configuration</div>
 </td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><span class="strong">TableOperations.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/admin/TableOperations.html#create(java.lang.String)">create</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;tableName)</code>
-<div class="block">Create a table with no special configuration</div>
+<td class="colLast"><span class="strong">NamespaceOperations.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/admin/NamespaceOperations.html#create(java.lang.String)">create</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;namespace)</code>
+<div class="block">Create an empty namespace with no initial configuration.</div>
 </td>
 </tr>
 <tr class="altColor">
@@ -421,14 +421,14 @@
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><span class="strong">NamespaceOperations.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/admin/NamespaceOperations.html#delete(java.lang.String)">delete</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;namespace)</code>
-<div class="block">Delete an empty namespace</div>
+<td class="colLast"><span class="strong">TableOperations.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/admin/TableOperations.html#delete(java.lang.String)">delete</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;tableName)</code>
+<div class="block">Delete a table</div>
 </td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><span class="strong">TableOperations.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/admin/TableOperations.html#delete(java.lang.String)">delete</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;tableName)</code>
-<div class="block">Delete a table</div>
+<td class="colLast"><span class="strong">NamespaceOperations.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/admin/NamespaceOperations.html#delete(java.lang.String)">delete</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;namespace)</code>
+<div class="block">Delete an empty namespace</div>
 </td>
 </tr>
 <tr class="rowColor">
@@ -523,7 +523,7 @@
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code><a href="../../../../../../org/apache/accumulo/core/client/IteratorSetting.html" title="class in org.apache.accumulo.core.client">IteratorSetting</a></code></td>
-<td class="colLast"><span class="strong">NamespaceOperations.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/admin/NamespaceOperations.html#getIteratorSetting(java.lang.String,%20java.lang.String,%20org.apache.accumulo.core.iterators.IteratorUtil.IteratorScope)">getIteratorSetting</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;namespace,
+<td class="colLast"><span class="strong">TableOperations.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/admin/TableOperations.html#getIteratorSetting(java.lang.String,%20java.lang.String,%20org.apache.accumulo.core.iterators.IteratorUtil.IteratorScope)">getIteratorSetting</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;tableName,
                   <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name,
                   org.apache.accumulo.core.iterators.IteratorUtil.IteratorScope&nbsp;scope)</code>
 <div class="block">Get the settings for an iterator.</div>
@@ -531,7 +531,7 @@
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code><a href="../../../../../../org/apache/accumulo/core/client/IteratorSetting.html" title="class in org.apache.accumulo.core.client">IteratorSetting</a></code></td>
-<td class="colLast"><span class="strong">TableOperations.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/admin/TableOperations.html#getIteratorSetting(java.lang.String,%20java.lang.String,%20org.apache.accumulo.core.iterators.IteratorUtil.IteratorScope)">getIteratorSetting</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;tableName,
+<td class="colLast"><span class="strong">NamespaceOperations.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/admin/NamespaceOperations.html#getIteratorSetting(java.lang.String,%20java.lang.String,%20org.apache.accumulo.core.iterators.IteratorUtil.IteratorScope)">getIteratorSetting</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;namespace,
                   <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name,
                   org.apache.accumulo.core.iterators.IteratorUtil.IteratorScope&nbsp;scope)</code>
 <div class="block">Get the settings for an iterator.</div>
@@ -650,14 +650,14 @@
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,<a href="http://docs.oracle.com/javase/7/docs/api/java/util/EnumSet.html?is-external=true" title="class or interface in java.util">EnumSet</a>&lt;org.apache.accumulo.core.iterators.IteratorUtil.IteratorScope&gt;&gt;</code></td>
-<td class="colLast"><span class="strong">NamespaceOperations.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/admin/NamespaceOperations.html#listIterators(java.lang.String)">listIterators</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;namespace)</code>
-<div class="block">Get a list of iterators for this namespace.</div>
+<td class="colLast"><span class="strong">TableOperations.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/admin/TableOperations.html#listIterators(java.lang.String)">listIterators</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;tableName)</code>
+<div class="block">Get a list of iterators for this table.</div>
 </td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,<a href="http://docs.oracle.com/javase/7/docs/api/java/util/EnumSet.html?is-external=true" title="class or interface in java.util">EnumSet</a>&lt;org.apache.accumulo.core.iterators.IteratorUtil.IteratorScope&gt;&gt;</code></td>
-<td class="colLast"><span class="strong">TableOperations.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/admin/TableOperations.html#listIterators(java.lang.String)">listIterators</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;tableName)</code>
-<div class="block">Get a list of iterators for this table.</div>
+<td class="colLast"><span class="strong">NamespaceOperations.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/admin/NamespaceOperations.html#listIterators(java.lang.String)">listIterators</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;namespace)</code>
+<div class="block">Get a list of iterators for this namespace.</div>
 </td>
 </tr>
 <tr class="altColor">
@@ -734,32 +734,32 @@
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><span class="strong">NamespaceOperations.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/admin/NamespaceOperations.html#removeConstraint(java.lang.String,%20int)">removeConstraint</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;namespace,
-                int&nbsp;id)</code>
-<div class="block">Remove a constraint from a namespace.</div>
+<td class="colLast"><span class="strong">TableOperations.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/admin/TableOperations.html#removeConstraint(java.lang.String,%20int)">removeConstraint</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;tableName,
+                int&nbsp;number)</code>
+<div class="block">Remove a constraint from a table.</div>
 </td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><span class="strong">TableOperations.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/admin/TableOperations.html#removeConstraint(java.lang.String,%20int)">removeConstraint</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;tableName,
-                int&nbsp;number)</code>
-<div class="block">Remove a constraint from a table.</div>
+<td class="colLast"><span class="strong">NamespaceOperations.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/admin/NamespaceOperations.html#removeConstraint(java.lang.String,%20int)">removeConstraint</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;namespace,
+                int&nbsp;id)</code>
+<div class="block">Remove a constraint from a namespace.</div>
 </td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><span class="strong">NamespaceOperations.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/admin/NamespaceOperations.html#removeIterator(java.lang.String,%20java.lang.String,%20java.util.EnumSet)">removeIterator</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;namespace,
+<td class="colLast"><span class="strong">TableOperations.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/admin/TableOperations.html#removeIterator(java.lang.String,%20java.lang.String,%20java.util.EnumSet)">removeIterator</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;tableName,
               <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name,
               <a href="http://docs.oracle.com/javase/7/docs/api/java/util/EnumSet.html?is-external=true" title="class or interface in java.util">EnumSet</a>&lt;org.apache.accumulo.core.iterators.IteratorUtil.IteratorScope&gt;&nbsp;scopes)</code>
-<div class="block">Remove an iterator from a namespace by name.</div>
+<div class="block">Remove an iterator from a table by name.</div>
 </td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><span class="strong">TableOperations.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/admin/TableOperations.html#removeIterator(java.lang.String,%20java.lang.String,%20java.util.EnumSet)">removeIterator</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;tableName,
+<td class="colLast"><span class="strong">NamespaceOperations.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/admin/NamespaceOperations.html#removeIterator(java.lang.String,%20java.lang.String,%20java.util.EnumSet)">removeIterator</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;namespace,
               <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name,
               <a href="http://docs.oracle.com/javase/7/docs/api/java/util/EnumSet.html?is-external=true" title="class or interface in java.util">EnumSet</a>&lt;org.apache.accumulo.core.iterators.IteratorUtil.IteratorScope&gt;&nbsp;scopes)</code>
-<div class="block">Remove an iterator from a table by name.</div>
+<div class="block">Remove an iterator from a namespace by name.</div>
 </td>
 </tr>
 <tr class="altColor">
@@ -776,30 +776,30 @@
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><span class="strong">NamespaceOperations.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/admin/NamespaceOperations.html#removeProperty(java.lang.String,%20java.lang.String)">removeProperty</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;namespace,
+<td class="colLast"><span class="strong">TableOperations.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/admin/TableOperations.html#removeProperty(java.lang.String,%20java.lang.String)">removeProperty</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;tableName,
               <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;property)</code>
-<div class="block">Removes a property from a namespace.</div>
+<div class="block">Removes a property from a table.</div>
 </td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><span class="strong">TableOperations.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/admin/TableOperations.html#removeProperty(java.lang.String,%20java.lang.String)">removeProperty</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;tableName,
+<td class="colLast"><span class="strong">NamespaceOperations.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/admin/NamespaceOperations.html#removeProperty(java.lang.String,%20java.lang.String)">removeProperty</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;namespace,
               <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;property)</code>
-<div class="block">Removes a property from a table.</div>
+<div class="block">Removes a property from a namespace.</div>
 </td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><span class="strong">NamespaceOperations.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/admin/NamespaceOperations.html#rename(java.lang.String,%20java.lang.String)">rename</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;oldNamespaceName,
-      <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;newNamespaceName)</code>
-<div class="block">Rename a namespace</div>
+<td class="colLast"><span class="strong">TableOperations.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/admin/TableOperations.html#rename(java.lang.String,%20java.lang.String)">rename</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;oldTableName,
+      <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;newTableName)</code>
+<div class="block">Rename a table</div>
 </td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><span class="strong">TableOperations.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/admin/TableOperations.html#rename(java.lang.String,%20java.lang.String)">rename</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;oldTableName,
-      <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;newTableName)</code>
-<div class="block">Rename a table</div>
+<td class="colLast"><span class="strong">NamespaceOperations.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/admin/NamespaceOperations.html#rename(java.lang.String,%20java.lang.String)">rename</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;oldNamespaceName,
+      <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;newNamespaceName)</code>
+<div class="block">Rename a namespace</div>
 </td>
 </tr>
 <tr class="altColor">
@@ -841,18 +841,18 @@
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><span class="strong">NamespaceOperations.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/admin/NamespaceOperations.html#setProperty(java.lang.String,%20java.lang.String,%20java.lang.String)">setProperty</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;namespace,
+<td class="colLast"><span class="strong">TableOperations.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/admin/TableOperations.html#setProperty(java.lang.String,%20java.lang.String,%20java.lang.String)">setProperty</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;tableName,
            <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;property,
            <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;value)</code>
-<div class="block">Sets a property on a namespace which applies to all tables in the namespace.</div>
+<div class="block">Sets a property on a table.</div>
 </td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><span class="strong">TableOperations.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/admin/TableOperations.html#setProperty(java.lang.String,%20java.lang.String,%20java.lang.String)">setProperty</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;tableName,
+<td class="colLast"><span class="strong">NamespaceOperations.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/admin/NamespaceOperations.html#setProperty(java.lang.String,%20java.lang.String,%20java.lang.String)">setProperty</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;namespace,
            <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;property,
            <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;value)</code>
-<div class="block">Sets a property on a table.</div>
+<div class="block">Sets a property on a namespace which applies to all tables in the namespace.</div>
 </td>
 </tr>
 <tr class="rowColor">
@@ -877,7 +877,7 @@
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>boolean</code></td>
-<td class="colLast"><span class="strong">NamespaceOperations.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/admin/NamespaceOperations.html#testClassLoad(java.lang.String,%20java.lang.String,%20java.lang.String)">testClassLoad</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;namespace,
+<td class="colLast"><span class="strong">TableOperations.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/admin/TableOperations.html#testClassLoad(java.lang.String,%20java.lang.String,%20java.lang.String)">testClassLoad</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;tableName,
              <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;className,
              <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;asTypeName)</code>
 <div class="block">Test to see if the instance can load the given class as the given type.</div>
@@ -885,7 +885,7 @@
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>boolean</code></td>
-<td class="colLast"><span class="strong">TableOperations.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/admin/TableOperations.html#testClassLoad(java.lang.String,%20java.lang.String,%20java.lang.String)">testClassLoad</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;tableName,
+<td class="colLast"><span class="strong">NamespaceOperations.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/admin/NamespaceOperations.html#testClassLoad(java.lang.String,%20java.lang.String,%20java.lang.String)">testClassLoad</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;namespace,
              <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;className,
              <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;asTypeName)</code>
 <div class="block">Test to see if the instance can load the given class as the given type.</div>
@@ -911,7 +911,7 @@
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>static void</code></td>
-<td class="colLast"><span class="strong">AbstractInputFormat.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/mapred/AbstractInputFormat.html#setConnectorInfo(org.apache.hadoop.mapred.JobConf,%20java.lang.String,%20org.apache.accumulo.core.client.security.tokens.AuthenticationToken)">setConnectorInfo</a></strong>(org.apache.hadoop.mapred.JobConf&nbsp;job,
+<td class="colLast"><span class="strong">AccumuloOutputFormat.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/mapred/AccumuloOutputFormat.html#setConnectorInfo(org.apache.hadoop.mapred.JobConf,%20java.lang.String,%20org.apache.accumulo.core.client.security.tokens.AuthenticationToken)">setConnectorInfo</a></strong>(org.apache.hadoop.mapred.JobConf&nbsp;job,
                 <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;principal,
                 <a href="../../../../../../org/apache/accumulo/core/client/security/tokens/AuthenticationToken.html" title="interface in org.apache.accumulo.core.client.security.tokens">AuthenticationToken</a>&nbsp;token)</code>
 <div class="block">Sets the connector information needed to communicate with Accumulo in this job.</div>
@@ -919,7 +919,7 @@
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>static void</code></td>
-<td class="colLast"><span class="strong">AccumuloOutputFormat.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/mapred/AccumuloOutputFormat.html#setConnectorInfo(org.apache.hadoop.mapred.JobConf,%20java.lang.String,%20org.apache.accumulo.core.client.security.tokens.AuthenticationToken)">setConnectorInfo</a></strong>(org.apache.hadoop.mapred.JobConf&nbsp;job,
+<td class="colLast"><span class="strong">AbstractInputFormat.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/mapred/AbstractInputFormat.html#setConnectorInfo(org.apache.hadoop.mapred.JobConf,%20java.lang.String,%20org.apache.accumulo.core.client.security.tokens.AuthenticationToken)">setConnectorInfo</a></strong>(org.apache.hadoop.mapred.JobConf&nbsp;job,
                 <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;principal,
                 <a href="../../../../../../org/apache/accumulo/core/client/security/tokens/AuthenticationToken.html" title="interface in org.apache.accumulo.core.client.security.tokens">AuthenticationToken</a>&nbsp;token)</code>
 <div class="block">Sets the connector information needed to communicate with Accumulo in this job.</div>
@@ -927,7 +927,7 @@
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>static void</code></td>
-<td class="colLast"><span class="strong">AbstractInputFormat.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/mapred/AbstractInputFormat.html#setConnectorInfo(org.apache.hadoop.mapred.JobConf,%20java.lang.String,%20java.lang.String)">setConnectorInfo</a></strong>(org.apache.hadoop.mapred.JobConf&nbsp;job,
+<td class="colLast"><span class="strong">AccumuloOutputFormat.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/mapred/AccumuloOutputFormat.html#setConnectorInfo(org.apache.hadoop.mapred.JobConf,%20java.lang.String,%20java.lang.String)">setConnectorInfo</a></strong>(org.apache.hadoop.mapred.JobConf&nbsp;job,
                 <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;principal,
                 <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;tokenFile)</code>
 <div class="block">Sets the connector information needed to communicate with Accumulo in this job.</div>
@@ -935,7 +935,7 @@
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>static void</code></td>
-<td class="colLast"><span class="strong">AccumuloOutputFormat.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/mapred/AccumuloOutputFormat.html#setConnectorInfo(org.apache.hadoop.mapred.JobConf,%20java.lang.String,%20java.lang.String)">setConnectorInfo</a></strong>(org.apache.hadoop.mapred.JobConf&nbsp;job,
+<td class="colLast"><span class="strong">AbstractInputFormat.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/mapred/AbstractInputFormat.html#setConnectorInfo(org.apache.hadoop.mapred.JobConf,%20java.lang.String,%20java.lang.String)">setConnectorInfo</a></strong>(org.apache.hadoop.mapred.JobConf&nbsp;job,
                 <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;principal,
                 <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;tokenFile)</code>
 <div class="block">Sets the connector information needed to communicate with Accumulo in this job.</div>
@@ -972,7 +972,7 @@
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>static void</code></td>
-<td class="colLast"><span class="strong">AbstractInputFormat.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/mapreduce/AbstractInputFormat.html#setConnectorInfo(org.apache.hadoop.mapreduce.Job,%20java.lang.String,%20org.apache.accumulo.core.client.security.tokens.AuthenticationToken)">setConnectorInfo</a></strong>(org.apache.hadoop.mapreduce.Job&nbsp;job,
+<td class="colLast"><span class="strong">AccumuloOutputFormat.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/mapreduce/AccumuloOutputFormat.html#setConnectorInfo(org.apache.hadoop.mapreduce.Job,%20java.lang.String,%20org.apache.accumulo.core.client.security.tokens.AuthenticationToken)">setConnectorInfo</a></strong>(org.apache.hadoop.mapreduce.Job&nbsp;job,
                 <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;principal,
                 <a href="../../../../../../org/apache/accumulo/core/client/security/tokens/AuthenticationToken.html" title="interface in org.apache.accumulo.core.client.security.tokens">AuthenticationToken</a>&nbsp;token)</code>
 <div class="block">Sets the connector information needed to communicate with Accumulo in this job.</div>
@@ -980,7 +980,7 @@
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>static void</code></td>
-<td class="colLast"><span class="strong">AccumuloOutputFormat.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/mapreduce/AccumuloOutputFormat.html#setConnectorInfo(org.apache.hadoop.mapreduce.Job,%20java.lang.String,%20org.apache.accumulo.core.client.security.tokens.AuthenticationToken)">setConnectorInfo</a></strong>(org.apache.hadoop.mapreduce.Job&nbsp;job,
+<td class="colLast"><span class="strong">AbstractInputFormat.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/mapreduce/AbstractInputFormat.html#setConnectorInfo(org.apache.hadoop.mapreduce.Job,%20java.lang.String,%20org.apache.accumulo.core.client.security.tokens.AuthenticationToken)">setConnectorInfo</a></strong>(org.apache.hadoop.mapreduce.Job&nbsp;job,
                 <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;principal,
                 <a href="../../../../../../org/apache/accumulo/core/client/security/tokens/AuthenticationToken.html" title="interface in org.apache.accumulo.core.client.security.tokens">AuthenticationToken</a>&nbsp;token)</code>
 <div class="block">Sets the connector information needed to communicate with Accumulo in this job.</div>
@@ -988,7 +988,7 @@
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>static void</code></td>
-<td class="colLast"><span class="strong">AbstractInputFormat.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/mapreduce/AbstractInputFormat.html#setConnectorInfo(org.apache.hadoop.mapreduce.Job,%20java.lang.String,%20java.lang.String)">setConnectorInfo</a></strong>(org.apache.hadoop.mapreduce.Job&nbsp;job,
+<td class="colLast"><span class="strong">AccumuloOutputFormat.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/mapreduce/AccumuloOutputFormat.html#setConnectorInfo(org.apache.hadoop.mapreduce.Job,%20java.lang.String,%20java.lang.String)">setConnectorInfo</a></strong>(org.apache.hadoop.mapreduce.Job&nbsp;job,
                 <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;principal,
                 <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;tokenFile)</code>
 <div class="block">Sets the connector information needed to communicate with Accumulo in this job.</div>
@@ -996,7 +996,7 @@
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>static void</code></td>
-<td class="colLast"><span class="strong">AccumuloOutputFormat.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/mapreduce/AccumuloOutputFormat.html#setConnectorInfo(org.apache.hadoop.mapreduce.Job,%20java.lang.String,%20java.lang.String)">setConnectorInfo</a></strong>(org.apache.hadoop.mapreduce.Job&nbsp;job,
+<td class="colLast"><span class="strong">AbstractInputFormat.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/mapreduce/AbstractInputFormat.html#setConnectorInfo(org.apache.hadoop.mapreduce.Job,%20java.lang.String,%20java.lang.String)">setConnectorInfo</a></strong>(org.apache.hadoop.mapreduce.Job&nbsp;job,
                 <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;principal,
                 <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;tokenFile)</code>
 <div class="block">Sets the connector information needed to communicate with Accumulo in this job.</div>
@@ -1159,6 +1159,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/class-use/BatchDeleter.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/class-use/BatchDeleter.html b/1.8/apidocs/org/apache/accumulo/core/client/class-use/BatchDeleter.html
index 19e6cf5..42f4034 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/class-use/BatchDeleter.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/class-use/BatchDeleter.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:22 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Interface org.apache.accumulo.core.client.BatchDeleter (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Uses of Interface org.apache.accumulo.core.client.BatchDeleter (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Interface org.apache.accumulo.core.client.BatchDeleter (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Uses of Interface org.apache.accumulo.core.client.BatchDeleter (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -225,6 +225,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/class-use/BatchScanner.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/class-use/BatchScanner.html b/1.8/apidocs/org/apache/accumulo/core/client/class-use/BatchScanner.html
index 6727891..19a0216 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/class-use/BatchScanner.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/class-use/BatchScanner.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:22 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Interface org.apache.accumulo.core.client.BatchScanner (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Uses of Interface org.apache.accumulo.core.client.BatchScanner (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Interface org.apache.accumulo.core.client.BatchScanner (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Uses of Interface org.apache.accumulo.core.client.BatchScanner (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -216,6 +216,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/class-use/BatchWriter.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/class-use/BatchWriter.html b/1.8/apidocs/org/apache/accumulo/core/client/class-use/BatchWriter.html
index cccd43c..6bb51b0 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/class-use/BatchWriter.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/class-use/BatchWriter.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:22 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Interface org.apache.accumulo.core.client.BatchWriter (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Uses of Interface org.apache.accumulo.core.client.BatchWriter (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Interface org.apache.accumulo.core.client.BatchWriter (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Uses of Interface org.apache.accumulo.core.client.BatchWriter (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -231,6 +231,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/class-use/BatchWriterConfig.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/class-use/BatchWriterConfig.html b/1.8/apidocs/org/apache/accumulo/core/client/class-use/BatchWriterConfig.html
index 4149945..79f88c3 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/class-use/BatchWriterConfig.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/class-use/BatchWriterConfig.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:22 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.accumulo.core.client.BatchWriterConfig (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Uses of Class org.apache.accumulo.core.client.BatchWriterConfig (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.accumulo.core.client.BatchWriterConfig (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Uses of Class org.apache.accumulo.core.client.BatchWriterConfig (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -378,6 +378,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/class-use/ClientConfiguration.ClientProperty.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/class-use/ClientConfiguration.ClientProperty.html b/1.8/apidocs/org/apache/accumulo/core/client/class-use/ClientConfiguration.ClientProperty.html
index 7164e06..0ae4429 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/class-use/ClientConfiguration.ClientProperty.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/class-use/ClientConfiguration.ClientProperty.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:22 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.accumulo.core.client.ClientConfiguration.ClientProperty (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Uses of Class org.apache.accumulo.core.client.ClientConfiguration.ClientProperty (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.accumulo.core.client.ClientConfiguration.ClientProperty (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Uses of Class org.apache.accumulo.core.client.ClientConfiguration.ClientProperty (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -200,6 +200,6 @@ the order they are declared.</div>
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/class-use/ClientConfiguration.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/class-use/ClientConfiguration.html b/1.8/apidocs/org/apache/accumulo/core/client/class-use/ClientConfiguration.html
index 614f274..2fc5131 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/class-use/ClientConfiguration.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/class-use/ClientConfiguration.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:22 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.accumulo.core.client.ClientConfiguration (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Uses of Class org.apache.accumulo.core.client.ClientConfiguration (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.accumulo.core.client.ClientConfiguration (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Uses of Class org.apache.accumulo.core.client.ClientConfiguration (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -236,14 +236,14 @@
 <tbody>
 <tr class="altColor">
 <td class="colFirst"><code>static void</code></td>
-<td class="colLast"><span class="strong">AbstractInputFormat.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/mapred/AbstractInputFormat.html#setZooKeeperInstance(org.apache.hadoop.mapred.JobConf,%20org.apache.accumulo.core.client.ClientConfiguration)">setZooKeeperInstance</a></strong>(org.apache.hadoop.mapred.JobConf&nbsp;job,
+<td class="colLast"><span class="strong">AccumuloOutputFormat.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/mapred/AccumuloOutputFormat.html#setZooKeeperInstance(org.apache.hadoop.mapred.JobConf,%20org.apache.accumulo.core.client.ClientConfiguration)">setZooKeeperInstance</a></strong>(org.apache.hadoop.mapred.JobConf&nbsp;job,
                     <a href="../../../../../../org/apache/accumulo/core/client/ClientConfiguration.html" title="class in org.apache.accumulo.core.client">ClientConfiguration</a>&nbsp;clientConfig)</code>
 <div class="block">Configures a <a href="../../../../../../org/apache/accumulo/core/client/ZooKeeperInstance.html" title="class in org.apache.accumulo.core.client"><code>ZooKeeperInstance</code></a> for this job.</div>
 </td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>static void</code></td>
-<td class="colLast"><span class="strong">AccumuloOutputFormat.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/mapred/AccumuloOutputFormat.html#setZooKeeperInstance(org.apache.hadoop.mapred.JobConf,%20org.apache.accumulo.core.client.ClientConfiguration)">setZooKeeperInstance</a></strong>(org.apache.hadoop.mapred.JobConf&nbsp;job,
+<td class="colLast"><span class="strong">AbstractInputFormat.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/mapred/AbstractInputFormat.html#setZooKeeperInstance(org.apache.hadoop.mapred.JobConf,%20org.apache.accumulo.core.client.ClientConfiguration)">setZooKeeperInstance</a></strong>(org.apache.hadoop.mapred.JobConf&nbsp;job,
                     <a href="../../../../../../org/apache/accumulo/core/client/ClientConfiguration.html" title="class in org.apache.accumulo.core.client">ClientConfiguration</a>&nbsp;clientConfig)</code>
 <div class="block">Configures a <a href="../../../../../../org/apache/accumulo/core/client/ZooKeeperInstance.html" title="class in org.apache.accumulo.core.client"><code>ZooKeeperInstance</code></a> for this job.</div>
 </td>
@@ -283,14 +283,14 @@
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>static void</code></td>
-<td class="colLast"><span class="strong">AbstractInputFormat.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/mapreduce/AbstractInputFormat.html#setZooKeeperInstance(org.apache.hadoop.mapreduce.Job,%20org.apache.accumulo.core.client.ClientConfiguration)">setZooKeeperInstance</a></strong>(org.apache.hadoop.mapreduce.Job&nbsp;job,
+<td class="colLast"><span class="strong">AccumuloOutputFormat.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/mapreduce/AccumuloOutputFormat.html#setZooKeeperInstance(org.apache.hadoop.mapreduce.Job,%20org.apache.accumulo.core.client.ClientConfiguration)">setZooKeeperInstance</a></strong>(org.apache.hadoop.mapreduce.Job&nbsp;job,
                     <a href="../../../../../../org/apache/accumulo/core/client/ClientConfiguration.html" title="class in org.apache.accumulo.core.client">ClientConfiguration</a>&nbsp;clientConfig)</code>
 <div class="block">Configures a <a href="../../../../../../org/apache/accumulo/core/client/ZooKeeperInstance.html" title="class in org.apache.accumulo.core.client"><code>ZooKeeperInstance</code></a> for this job.</div>
 </td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>static void</code></td>
-<td class="colLast"><span class="strong">AccumuloOutputFormat.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/mapreduce/AccumuloOutputFormat.html#setZooKeeperInstance(org.apache.hadoop.mapreduce.Job,%20org.apache.accumulo.core.client.ClientConfiguration)">setZooKeeperInstance</a></strong>(org.apache.hadoop.mapreduce.Job&nbsp;job,
+<td class="colLast"><span class="strong">AbstractInputFormat.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/mapreduce/AbstractInputFormat.html#setZooKeeperInstance(org.apache.hadoop.mapreduce.Job,%20org.apache.accumulo.core.client.ClientConfiguration)">setZooKeeperInstance</a></strong>(org.apache.hadoop.mapreduce.Job&nbsp;job,
                     <a href="../../../../../../org/apache/accumulo/core/client/ClientConfiguration.html" title="class in org.apache.accumulo.core.client">ClientConfiguration</a>&nbsp;clientConfig)</code>
 <div class="block">Configures a <a href="../../../../../../org/apache/accumulo/core/client/ZooKeeperInstance.html" title="class in org.apache.accumulo.core.client"><code>ZooKeeperInstance</code></a> for this job.</div>
 </td>
@@ -365,6 +365,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/class-use/ClientSideIteratorScanner.ScannerTranslator.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/class-use/ClientSideIteratorScanner.ScannerTranslator.html b/1.8/apidocs/org/apache/accumulo/core/client/class-use/ClientSideIteratorScanner.ScannerTranslator.html
index 686eadf..cfd9aa0 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/class-use/ClientSideIteratorScanner.ScannerTranslator.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/class-use/ClientSideIteratorScanner.ScannerTranslator.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:22 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.accumulo.core.client.ClientSideIteratorScanner.ScannerTranslator (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Uses of Class org.apache.accumulo.core.client.ClientSideIteratorScanner.ScannerTranslator (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.accumulo.core.client.ClientSideIteratorScanner.ScannerTranslator (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Uses of Class org.apache.accumulo.core.client.ClientSideIteratorScanner.ScannerTranslator (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -112,6 +112,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/class-use/ClientSideIteratorScanner.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/class-use/ClientSideIteratorScanner.html b/1.8/apidocs/org/apache/accumulo/core/client/class-use/ClientSideIteratorScanner.html
index 7f08222..67054bc 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/class-use/ClientSideIteratorScanner.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/class-use/ClientSideIteratorScanner.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:22 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.accumulo.core.client.ClientSideIteratorScanner (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Uses of Class org.apache.accumulo.core.client.ClientSideIteratorScanner (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.accumulo.core.client.ClientSideIteratorScanner (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Uses of Class org.apache.accumulo.core.client.ClientSideIteratorScanner (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -112,6 +112,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/class-use/ConditionalWriter.Result.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/class-use/ConditionalWriter.Result.html b/1.8/apidocs/org/apache/accumulo/core/client/class-use/ConditionalWriter.Result.html
index b032d60..4ab4210 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/class-use/ConditionalWriter.Result.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/class-use/ConditionalWriter.Result.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:22 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.accumulo.core.client.ConditionalWriter.Result (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Uses of Class org.apache.accumulo.core.client.ConditionalWriter.Result (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.accumulo.core.client.ConditionalWriter.Result (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Uses of Class org.apache.accumulo.core.client.ConditionalWriter.Result (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -169,6 +169,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/class-use/ConditionalWriter.Status.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/class-use/ConditionalWriter.Status.html b/1.8/apidocs/org/apache/accumulo/core/client/class-use/ConditionalWriter.Status.html
index 3d1339f..541cfa3 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/class-use/ConditionalWriter.Status.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/class-use/ConditionalWriter.Status.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:22 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.accumulo.core.client.ConditionalWriter.Status (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Uses of Class org.apache.accumulo.core.client.ConditionalWriter.Status (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.accumulo.core.client.ConditionalWriter.Status (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Uses of Class org.apache.accumulo.core.client.ConditionalWriter.Status (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -180,6 +180,6 @@ the order they are declared.</div>
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/class-use/ConditionalWriter.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/class-use/ConditionalWriter.html b/1.8/apidocs/org/apache/accumulo/core/client/class-use/ConditionalWriter.html
index 549d76d..05bc028 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/class-use/ConditionalWriter.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/class-use/ConditionalWriter.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:22 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Interface org.apache.accumulo.core.client.ConditionalWriter (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Uses of Interface org.apache.accumulo.core.client.ConditionalWriter (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Interface org.apache.accumulo.core.client.ConditionalWriter (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Uses of Interface org.apache.accumulo.core.client.ConditionalWriter (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -182,6 +182,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/class-use/ConditionalWriterConfig.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/class-use/ConditionalWriterConfig.html b/1.8/apidocs/org/apache/accumulo/core/client/class-use/ConditionalWriterConfig.html
index 6db83ab..f40e254 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/class-use/ConditionalWriterConfig.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/class-use/ConditionalWriterConfig.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:22 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.accumulo.core.client.ConditionalWriterConfig (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Uses of Class org.apache.accumulo.core.client.ConditionalWriterConfig (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.accumulo.core.client.ConditionalWriterConfig (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Uses of Class org.apache.accumulo.core.client.ConditionalWriterConfig (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -216,6 +216,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>


[08/16] accumulo-website git commit: Updates for 1.8.1 Release

Posted by mj...@apache.org.
http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/InputFormatBase.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/InputFormatBase.html b/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/InputFormatBase.html
index d4ac5b0..1ad8ec0 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/InputFormatBase.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/InputFormatBase.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:20 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:31 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>InputFormatBase (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>InputFormatBase (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="InputFormatBase (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="InputFormatBase (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -785,6 +785,6 @@ protected static&nbsp;org.apache.accumulo.core.client.impl.TabletLocator&nbsp;ge
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/InputTableConfig.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/InputTableConfig.html b/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/InputTableConfig.html
index 3fa507c..0ecb346 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/InputTableConfig.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/InputTableConfig.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:20 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:31 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>InputTableConfig (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>InputTableConfig (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="InputTableConfig (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="InputTableConfig (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -657,6 +657,6 @@ implements org.apache.hadoop.io.Writable</pre>
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/RangeInputSplit.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/RangeInputSplit.html b/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/RangeInputSplit.html
index 16bdf1b..4773806 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/RangeInputSplit.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/RangeInputSplit.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:20 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:31 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>RangeInputSplit (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>RangeInputSplit (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="RangeInputSplit (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="RangeInputSplit (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -965,6 +965,6 @@ public&nbsp;void&nbsp;setMockInstance(<a href="http://docs.oracle.com/javase/7/d
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/class-use/AbstractInputFormat.AbstractRecordReader.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/class-use/AbstractInputFormat.AbstractRecordReader.html b/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/class-use/AbstractInputFormat.AbstractRecordReader.html
index 3f21c48..6da50c2 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/class-use/AbstractInputFormat.AbstractRecordReader.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/class-use/AbstractInputFormat.AbstractRecordReader.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:23 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.accumulo.core.client.mapreduce.AbstractInputFormat.AbstractRecordReader (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Uses of Class org.apache.accumulo.core.client.mapreduce.AbstractInputFormat.AbstractRecordReader (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.accumulo.core.client.mapreduce.AbstractInputFormat.AbstractRecordReader (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Uses of Class org.apache.accumulo.core.client.mapreduce.AbstractInputFormat.AbstractRecordReader (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -152,6 +152,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/class-use/AbstractInputFormat.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/class-use/AbstractInputFormat.html b/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/class-use/AbstractInputFormat.html
index a0332d1..07cf2d5 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/class-use/AbstractInputFormat.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/class-use/AbstractInputFormat.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:23 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.accumulo.core.client.mapreduce.AbstractInputFormat (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Uses of Class org.apache.accumulo.core.client.mapreduce.AbstractInputFormat (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.accumulo.core.client.mapreduce.AbstractInputFormat (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Uses of Class org.apache.accumulo.core.client.mapreduce.AbstractInputFormat (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -172,6 +172,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/class-use/AccumuloFileOutputFormat.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/class-use/AccumuloFileOutputFormat.html b/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/class-use/AccumuloFileOutputFormat.html
index a24545e..f80f5fa 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/class-use/AccumuloFileOutputFormat.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/class-use/AccumuloFileOutputFormat.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:23 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.accumulo.core.client.mapreduce.AccumuloFileOutputFormat (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Uses of Class org.apache.accumulo.core.client.mapreduce.AccumuloFileOutputFormat (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.accumulo.core.client.mapreduce.AccumuloFileOutputFormat (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Uses of Class org.apache.accumulo.core.client.mapreduce.AccumuloFileOutputFormat (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -112,6 +112,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/class-use/AccumuloInputFormat.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/class-use/AccumuloInputFormat.html b/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/class-use/AccumuloInputFormat.html
index db3eb73..1fbdde1 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/class-use/AccumuloInputFormat.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/class-use/AccumuloInputFormat.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:23 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.accumulo.core.client.mapreduce.AccumuloInputFormat (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Uses of Class org.apache.accumulo.core.client.mapreduce.AccumuloInputFormat (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.accumulo.core.client.mapreduce.AccumuloInputFormat (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Uses of Class org.apache.accumulo.core.client.mapreduce.AccumuloInputFormat (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -112,6 +112,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/class-use/AccumuloMultiTableInputFormat.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/class-use/AccumuloMultiTableInputFormat.html b/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/class-use/AccumuloMultiTableInputFormat.html
index 7b80a1c..c55673d 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/class-use/AccumuloMultiTableInputFormat.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/class-use/AccumuloMultiTableInputFormat.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:23 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.accumulo.core.client.mapreduce.AccumuloMultiTableInputFormat (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Uses of Class org.apache.accumulo.core.client.mapreduce.AccumuloMultiTableInputFormat (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.accumulo.core.client.mapreduce.AccumuloMultiTableInputFormat (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Uses of Class org.apache.accumulo.core.client.mapreduce.AccumuloMultiTableInputFormat (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -112,6 +112,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/class-use/AccumuloOutputFormat.AccumuloRecordWriter.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/class-use/AccumuloOutputFormat.AccumuloRecordWriter.html b/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/class-use/AccumuloOutputFormat.AccumuloRecordWriter.html
index 8710314..78b4f33 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/class-use/AccumuloOutputFormat.AccumuloRecordWriter.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/class-use/AccumuloOutputFormat.AccumuloRecordWriter.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:23 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.accumulo.core.client.mapreduce.AccumuloOutputFormat.AccumuloRecordWriter (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Uses of Class org.apache.accumulo.core.client.mapreduce.AccumuloOutputFormat.AccumuloRecordWriter (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.accumulo.core.client.mapreduce.AccumuloOutputFormat.AccumuloRecordWriter (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Uses of Class org.apache.accumulo.core.client.mapreduce.AccumuloOutputFormat.AccumuloRecordWriter (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -112,6 +112,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/class-use/AccumuloOutputFormat.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/class-use/AccumuloOutputFormat.html b/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/class-use/AccumuloOutputFormat.html
index 096208c..0a4807b 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/class-use/AccumuloOutputFormat.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/class-use/AccumuloOutputFormat.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:23 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.accumulo.core.client.mapreduce.AccumuloOutputFormat (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Uses of Class org.apache.accumulo.core.client.mapreduce.AccumuloOutputFormat (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.accumulo.core.client.mapreduce.AccumuloOutputFormat (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Uses of Class org.apache.accumulo.core.client.mapreduce.AccumuloOutputFormat (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -112,6 +112,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/class-use/AccumuloRowInputFormat.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/class-use/AccumuloRowInputFormat.html b/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/class-use/AccumuloRowInputFormat.html
index 937caac..eeb0e07 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/class-use/AccumuloRowInputFormat.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/class-use/AccumuloRowInputFormat.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:23 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.accumulo.core.client.mapreduce.AccumuloRowInputFormat (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Uses of Class org.apache.accumulo.core.client.mapreduce.AccumuloRowInputFormat (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.accumulo.core.client.mapreduce.AccumuloRowInputFormat (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Uses of Class org.apache.accumulo.core.client.mapreduce.AccumuloRowInputFormat (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -112,6 +112,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/class-use/InputFormatBase.RangeInputSplit.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/class-use/InputFormatBase.RangeInputSplit.html b/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/class-use/InputFormatBase.RangeInputSplit.html
index ddf111e..da64c4d 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/class-use/InputFormatBase.RangeInputSplit.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/class-use/InputFormatBase.RangeInputSplit.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:23 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.accumulo.core.client.mapreduce.InputFormatBase.RangeInputSplit (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Uses of Class org.apache.accumulo.core.client.mapreduce.InputFormatBase.RangeInputSplit (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.accumulo.core.client.mapreduce.InputFormatBase.RangeInputSplit (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Uses of Class org.apache.accumulo.core.client.mapreduce.InputFormatBase.RangeInputSplit (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -152,6 +152,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/class-use/InputFormatBase.RecordReaderBase.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/class-use/InputFormatBase.RecordReaderBase.html b/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/class-use/InputFormatBase.RecordReaderBase.html
index 4c9c107..5a3937e 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/class-use/InputFormatBase.RecordReaderBase.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/class-use/InputFormatBase.RecordReaderBase.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:23 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.accumulo.core.client.mapreduce.InputFormatBase.RecordReaderBase (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Uses of Class org.apache.accumulo.core.client.mapreduce.InputFormatBase.RecordReaderBase (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.accumulo.core.client.mapreduce.InputFormatBase.RecordReaderBase (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Uses of Class org.apache.accumulo.core.client.mapreduce.InputFormatBase.RecordReaderBase (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -112,6 +112,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/class-use/InputFormatBase.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/class-use/InputFormatBase.html b/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/class-use/InputFormatBase.html
index 8cf602a..c0dbedd 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/class-use/InputFormatBase.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/class-use/InputFormatBase.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:23 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.accumulo.core.client.mapreduce.InputFormatBase (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Uses of Class org.apache.accumulo.core.client.mapreduce.InputFormatBase (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.accumulo.core.client.mapreduce.InputFormatBase (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Uses of Class org.apache.accumulo.core.client.mapreduce.InputFormatBase (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -160,6 +160,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/class-use/InputTableConfig.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/class-use/InputTableConfig.html b/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/class-use/InputTableConfig.html
index 91e3767..cc0723e 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/class-use/InputTableConfig.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/class-use/InputTableConfig.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:23 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.accumulo.core.client.mapreduce.InputTableConfig (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Uses of Class org.apache.accumulo.core.client.mapreduce.InputTableConfig (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.accumulo.core.client.mapreduce.InputTableConfig (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Uses of Class org.apache.accumulo.core.client.mapreduce.InputTableConfig (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -284,6 +284,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/class-use/RangeInputSplit.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/class-use/RangeInputSplit.html b/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/class-use/RangeInputSplit.html
index 14fb419..74635c2 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/class-use/RangeInputSplit.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/class-use/RangeInputSplit.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:23 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.accumulo.core.client.mapreduce.RangeInputSplit (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Uses of Class org.apache.accumulo.core.client.mapreduce.RangeInputSplit (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.accumulo.core.client.mapreduce.RangeInputSplit (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Uses of Class org.apache.accumulo.core.client.mapreduce.RangeInputSplit (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -234,6 +234,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/lib/partition/KeyRangePartitioner.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/lib/partition/KeyRangePartitioner.html b/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/lib/partition/KeyRangePartitioner.html
index 2a1ccb9..0ab7853 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/lib/partition/KeyRangePartitioner.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/lib/partition/KeyRangePartitioner.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:21 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>KeyRangePartitioner (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>KeyRangePartitioner (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="KeyRangePartitioner (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="KeyRangePartitioner (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -342,6 +342,6 @@ implements org.apache.hadoop.conf.Configurable</pre>
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/lib/partition/RangePartitioner.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/lib/partition/RangePartitioner.html b/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/lib/partition/RangePartitioner.html
index f3afb69..8b89895 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/lib/partition/RangePartitioner.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/lib/partition/RangePartitioner.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:21 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>RangePartitioner (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>RangePartitioner (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="RangePartitioner (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="RangePartitioner (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -342,6 +342,6 @@ implements org.apache.hadoop.conf.Configurable</pre>
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/lib/partition/class-use/KeyRangePartitioner.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/lib/partition/class-use/KeyRangePartitioner.html b/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/lib/partition/class-use/KeyRangePartitioner.html
index 8c5ee05..86cf356 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/lib/partition/class-use/KeyRangePartitioner.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/lib/partition/class-use/KeyRangePartitioner.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:23 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.accumulo.core.client.mapreduce.lib.partition.KeyRangePartitioner (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Uses of Class org.apache.accumulo.core.client.mapreduce.lib.partition.KeyRangePartitioner (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.accumulo.core.client.mapreduce.lib.partition.KeyRangePartitioner (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Uses of Class org.apache.accumulo.core.client.mapreduce.lib.partition.KeyRangePartitioner (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -112,6 +112,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/lib/partition/class-use/RangePartitioner.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/lib/partition/class-use/RangePartitioner.html b/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/lib/partition/class-use/RangePartitioner.html
index 545cf46..2a0b84f 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/lib/partition/class-use/RangePartitioner.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/lib/partition/class-use/RangePartitioner.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:23 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.accumulo.core.client.mapreduce.lib.partition.RangePartitioner (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Uses of Class org.apache.accumulo.core.client.mapreduce.lib.partition.RangePartitioner (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.accumulo.core.client.mapreduce.lib.partition.RangePartitioner (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Uses of Class org.apache.accumulo.core.client.mapreduce.lib.partition.RangePartitioner (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -112,6 +112,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/lib/partition/package-frame.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/lib/partition/package-frame.html b/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/lib/partition/package-frame.html
index d84d791..14591e3 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/lib/partition/package-frame.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/lib/partition/package-frame.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:22 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>org.apache.accumulo.core.client.mapreduce.lib.partition (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>org.apache.accumulo.core.client.mapreduce.lib.partition (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/lib/partition/package-summary.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/lib/partition/package-summary.html b/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/lib/partition/package-summary.html
index bd756fb..69dfb00 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/lib/partition/package-summary.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/lib/partition/package-summary.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:22 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>org.apache.accumulo.core.client.mapreduce.lib.partition (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>org.apache.accumulo.core.client.mapreduce.lib.partition (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="org.apache.accumulo.core.client.mapreduce.lib.partition (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="org.apache.accumulo.core.client.mapreduce.lib.partition (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -138,6 +138,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/lib/partition/package-tree.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/lib/partition/package-tree.html b/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/lib/partition/package-tree.html
index e67ef0f..ef8f8b6 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/lib/partition/package-tree.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/lib/partition/package-tree.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:22 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>org.apache.accumulo.core.client.mapreduce.lib.partition Class Hierarchy (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>org.apache.accumulo.core.client.mapreduce.lib.partition Class Hierarchy (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="org.apache.accumulo.core.client.mapreduce.lib.partition Class Hierarchy (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="org.apache.accumulo.core.client.mapreduce.lib.partition Class Hierarchy (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -130,6 +130,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/lib/partition/package-use.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/lib/partition/package-use.html b/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/lib/partition/package-use.html
index d264e28..7ace03c 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/lib/partition/package-use.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/lib/partition/package-use.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:24 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:33 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Package org.apache.accumulo.core.client.mapreduce.lib.partition (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Uses of Package org.apache.accumulo.core.client.mapreduce.lib.partition (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Package org.apache.accumulo.core.client.mapreduce.lib.partition (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Uses of Package org.apache.accumulo.core.client.mapreduce.lib.partition (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -112,6 +112,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/lib/util/ConfiguratorBase.ConnectorInfo.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/lib/util/ConfiguratorBase.ConnectorInfo.html b/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/lib/util/ConfiguratorBase.ConnectorInfo.html
index 866d216..dbcdd4a 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/lib/util/ConfiguratorBase.ConnectorInfo.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/lib/util/ConfiguratorBase.ConnectorInfo.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:17 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:29 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>ConfiguratorBase.ConnectorInfo (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>ConfiguratorBase.ConnectorInfo (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="ConfiguratorBase.ConnectorInfo (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="ConfiguratorBase.ConnectorInfo (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -367,6 +367,6 @@ not permitted.)</div>
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/lib/util/ConfiguratorBase.GeneralOpts.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/lib/util/ConfiguratorBase.GeneralOpts.html b/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/lib/util/ConfiguratorBase.GeneralOpts.html
index 6f3426f..ee904f9 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/lib/util/ConfiguratorBase.GeneralOpts.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/lib/util/ConfiguratorBase.GeneralOpts.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:17 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:29 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>ConfiguratorBase.GeneralOpts (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>ConfiguratorBase.GeneralOpts (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="ConfiguratorBase.GeneralOpts (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="ConfiguratorBase.GeneralOpts (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -322,6 +322,6 @@ not permitted.)</div>
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/lib/util/ConfiguratorBase.InstanceOpts.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/lib/util/ConfiguratorBase.InstanceOpts.html b/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/lib/util/ConfiguratorBase.InstanceOpts.html
index 57cbcd7..31ddac1 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/lib/util/ConfiguratorBase.InstanceOpts.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/lib/util/ConfiguratorBase.InstanceOpts.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:17 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:29 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>ConfiguratorBase.InstanceOpts (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>ConfiguratorBase.InstanceOpts (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="ConfiguratorBase.InstanceOpts (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="ConfiguratorBase.InstanceOpts (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -352,6 +352,6 @@ not permitted.)</div>
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/lib/util/ConfiguratorBase.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/lib/util/ConfiguratorBase.html b/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/lib/util/ConfiguratorBase.html
index 8bb57c6..9db7425 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/lib/util/ConfiguratorBase.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/lib/util/ConfiguratorBase.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:17 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:29 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>ConfiguratorBase (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>ConfiguratorBase (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="ConfiguratorBase (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="ConfiguratorBase (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -597,6 +597,6 @@ public static&nbsp;org.apache.log4j.Level&nbsp;getLogLevel(<a href="http://docs.
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/lib/util/FileOutputConfigurator.Opts.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/lib/util/FileOutputConfigurator.Opts.html b/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/lib/util/FileOutputConfigurator.Opts.html
index af67e1d..fd5f305 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/lib/util/FileOutputConfigurator.Opts.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/lib/util/FileOutputConfigurator.Opts.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:17 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:29 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>FileOutputConfigurator.Opts (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>FileOutputConfigurator.Opts (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="FileOutputConfigurator.Opts (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="FileOutputConfigurator.Opts (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -322,6 +322,6 @@ not permitted.)</div>
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/lib/util/FileOutputConfigurator.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/lib/util/FileOutputConfigurator.html b/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/lib/util/FileOutputConfigurator.html
index 516c083..b873362 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/lib/util/FileOutputConfigurator.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/lib/util/FileOutputConfigurator.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:17 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:29 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>FileOutputConfigurator (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>FileOutputConfigurator (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="FileOutputConfigurator (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="FileOutputConfigurator (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -474,6 +474,6 @@ public static&nbsp;void&nbsp;setReplication(<a href="http://docs.oracle.com/java
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/lib/util/InputConfigurator.Features.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/lib/util/InputConfigurator.Features.html b/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/lib/util/InputConfigurator.Features.html
index 41c2d0b..b3c0f1a 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/lib/util/InputConfigurator.Features.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/lib/util/InputConfigurator.Features.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:18 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:30 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>InputConfigurator.Features (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>InputConfigurator.Features (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="InputConfigurator.Features (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="InputConfigurator.Features (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -367,6 +367,6 @@ not permitted.)</div>
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/lib/util/InputConfigurator.ScanOpts.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/lib/util/InputConfigurator.ScanOpts.html b/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/lib/util/InputConfigurator.ScanOpts.html
index 9aa1654..ba7ec8d 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/lib/util/InputConfigurator.ScanOpts.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/lib/util/InputConfigurator.ScanOpts.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:18 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:30 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>InputConfigurator.ScanOpts (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>InputConfigurator.ScanOpts (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="InputConfigurator.ScanOpts (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="InputConfigurator.ScanOpts (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -382,6 +382,6 @@ not permitted.)</div>
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/lib/util/InputConfigurator.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/lib/util/InputConfigurator.html b/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/lib/util/InputConfigurator.html
index e25b7e9..5289b5c 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/lib/util/InputConfigurator.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/lib/util/InputConfigurator.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:18 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:30 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>InputConfigurator (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>InputConfigurator (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="InputConfigurator (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="InputConfigurator (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -897,6 +897,6 @@ public static&nbsp;void&nbsp;validateOptions(<a href="http://docs.oracle.com/jav
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/lib/util/OutputConfigurator.Features.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/lib/util/OutputConfigurator.Features.html b/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/lib/util/OutputConfigurator.Features.html
index c6ff849..2b2ab01 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/lib/util/OutputConfigurator.Features.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/lib/util/OutputConfigurator.Features.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:18 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:30 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>OutputConfigurator.Features (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>OutputConfigurator.Features (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="OutputConfigurator.Features (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="OutputConfigurator.Features (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -337,6 +337,6 @@ not permitted.)</div>
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/lib/util/OutputConfigurator.WriteOpts.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/lib/util/OutputConfigurator.WriteOpts.html b/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/lib/util/OutputConfigurator.WriteOpts.html
index 389f7d1..bd4decc 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/lib/util/OutputConfigurator.WriteOpts.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/lib/util/OutputConfigurator.WriteOpts.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:18 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:30 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>OutputConfigurator.WriteOpts (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>OutputConfigurator.WriteOpts (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="OutputConfigurator.WriteOpts (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="OutputConfigurator.WriteOpts (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -337,6 +337,6 @@ not permitted.)</div>
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/lib/util/OutputConfigurator.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/lib/util/OutputConfigurator.html b/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/lib/util/OutputConfigurator.html
index c26a763..fbd0b83 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/lib/util/OutputConfigurator.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/lib/util/OutputConfigurator.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:18 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:30 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>OutputConfigurator (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>OutputConfigurator (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="OutputConfigurator (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="OutputConfigurator (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -515,6 +515,6 @@ public static&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/B
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/lib/util/class-use/ConfiguratorBase.ConnectorInfo.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/lib/util/class-use/ConfiguratorBase.ConnectorInfo.html b/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/lib/util/class-use/ConfiguratorBase.ConnectorInfo.html
index 55b59c5..e55ceee 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/lib/util/class-use/ConfiguratorBase.ConnectorInfo.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/lib/util/class-use/ConfiguratorBase.ConnectorInfo.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:23 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.accumulo.core.client.mapreduce.lib.util.ConfiguratorBase.ConnectorInfo (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Uses of Class org.apache.accumulo.core.client.mapreduce.lib.util.ConfiguratorBase.ConnectorInfo (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.accumulo.core.client.mapreduce.lib.util.ConfiguratorBase.ConnectorInfo (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Uses of Class org.apache.accumulo.core.client.mapreduce.lib.util.ConfiguratorBase.ConnectorInfo (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -163,6 +163,6 @@ the order they are declared.</div>
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/lib/util/class-use/ConfiguratorBase.GeneralOpts.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/lib/util/class-use/ConfiguratorBase.GeneralOpts.html b/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/lib/util/class-use/ConfiguratorBase.GeneralOpts.html
index b0c1e62..8573eba 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/lib/util/class-use/ConfiguratorBase.GeneralOpts.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/lib/util/class-use/ConfiguratorBase.GeneralOpts.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:23 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.accumulo.core.client.mapreduce.lib.util.ConfiguratorBase.GeneralOpts (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Uses of Class org.apache.accumulo.core.client.mapreduce.lib.util.ConfiguratorBase.GeneralOpts (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.accumulo.core.client.mapreduce.lib.util.ConfiguratorBase.GeneralOpts (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Uses of Class org.apache.accumulo.core.client.mapreduce.lib.util.ConfiguratorBase.GeneralOpts (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -163,6 +163,6 @@ the order they are declared.</div>
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/lib/util/class-use/ConfiguratorBase.InstanceOpts.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/lib/util/class-use/ConfiguratorBase.InstanceOpts.html b/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/lib/util/class-use/ConfiguratorBase.InstanceOpts.html
index c81b2b0..524764c 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/lib/util/class-use/ConfiguratorBase.InstanceOpts.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/lib/util/class-use/ConfiguratorBase.InstanceOpts.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:23 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.accumulo.core.client.mapreduce.lib.util.ConfiguratorBase.InstanceOpts (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Uses of Class org.apache.accumulo.core.client.mapreduce.lib.util.ConfiguratorBase.InstanceOpts (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.accumulo.core.client.mapreduce.lib.util.ConfiguratorBase.InstanceOpts (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Uses of Class org.apache.accumulo.core.client.mapreduce.lib.util.ConfiguratorBase.InstanceOpts (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -163,6 +163,6 @@ the order they are declared.</div>
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/lib/util/class-use/ConfiguratorBase.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/lib/util/class-use/ConfiguratorBase.html b/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/lib/util/class-use/ConfiguratorBase.html
index 723031a..dd397fa 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/lib/util/class-use/ConfiguratorBase.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/lib/util/class-use/ConfiguratorBase.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:23 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.accumulo.core.client.mapreduce.lib.util.ConfiguratorBase (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Uses of Class org.apache.accumulo.core.client.mapreduce.lib.util.ConfiguratorBase (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.accumulo.core.client.mapreduce.lib.util.ConfiguratorBase (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Uses of Class org.apache.accumulo.core.client.mapreduce.lib.util.ConfiguratorBase (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -172,6 +172,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>


[11/16] accumulo-website git commit: Updates for 1.8.1 Release

Posted by mj...@apache.org.
http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/class-use/Connector.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/class-use/Connector.html b/1.8/apidocs/org/apache/accumulo/core/client/class-use/Connector.html
index dac7ebb..9969af1 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/class-use/Connector.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/class-use/Connector.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:22 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.accumulo.core.client.Connector (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Uses of Class org.apache.accumulo.core.client.Connector (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.accumulo.core.client.Connector (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Uses of Class org.apache.accumulo.core.client.Connector (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -108,17 +108,24 @@
 <tbody>
 <tr class="altColor">
 <td class="colFirst"><code><a href="../../../../../../org/apache/accumulo/core/client/Connector.html" title="class in org.apache.accumulo.core.client">Connector</a></code></td>
+<td class="colLast"><span class="strong">ZooKeeperInstance.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/ZooKeeperInstance.html#getConnector(java.lang.String,%20org.apache.accumulo.core.client.security.tokens.AuthenticationToken)">getConnector</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;principal,
+            <a href="../../../../../../org/apache/accumulo/core/client/security/tokens/AuthenticationToken.html" title="interface in org.apache.accumulo.core.client.security.tokens">AuthenticationToken</a>&nbsp;token)</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code><a href="../../../../../../org/apache/accumulo/core/client/Connector.html" title="class in org.apache.accumulo.core.client">Connector</a></code></td>
 <td class="colLast"><span class="strong">Instance.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/Instance.html#getConnector(java.lang.String,%20org.apache.accumulo.core.client.security.tokens.AuthenticationToken)">getConnector</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;principal,
             <a href="../../../../../../org/apache/accumulo/core/client/security/tokens/AuthenticationToken.html" title="interface in org.apache.accumulo.core.client.security.tokens">AuthenticationToken</a>&nbsp;token)</code>
 <div class="block">Returns a connection to this instance of accumulo.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code><a href="../../../../../../org/apache/accumulo/core/client/Connector.html" title="class in org.apache.accumulo.core.client">Connector</a></code></td>
-<td class="colLast"><span class="strong">ZooKeeperInstance.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/ZooKeeperInstance.html#getConnector(java.lang.String,%20org.apache.accumulo.core.client.security.tokens.AuthenticationToken)">getConnector</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;principal,
-            <a href="../../../../../../org/apache/accumulo/core/client/security/tokens/AuthenticationToken.html" title="interface in org.apache.accumulo.core.client.security.tokens">AuthenticationToken</a>&nbsp;token)</code>&nbsp;</td>
+<td class="colLast"><span class="strong">ZooKeeperInstance.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/ZooKeeperInstance.html#getConnector(java.lang.String,%20byte[])">getConnector</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;principal,
+            byte[]&nbsp;pass)</code>
+<div class="block"><strong>Deprecated.</strong>&nbsp;</div>
+</td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code><a href="../../../../../../org/apache/accumulo/core/client/Connector.html" title="class in org.apache.accumulo.core.client">Connector</a></code></td>
 <td class="colLast"><span class="strong">Instance.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/Instance.html#getConnector(java.lang.String,%20byte[])">getConnector</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;user,
             byte[]&nbsp;pass)</code>
@@ -127,14 +134,14 @@
 </div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code><a href="../../../../../../org/apache/accumulo/core/client/Connector.html" title="class in org.apache.accumulo.core.client">Connector</a></code></td>
-<td class="colLast"><span class="strong">ZooKeeperInstance.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/ZooKeeperInstance.html#getConnector(java.lang.String,%20byte[])">getConnector</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;principal,
-            byte[]&nbsp;pass)</code>
+<td class="colLast"><span class="strong">ZooKeeperInstance.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/ZooKeeperInstance.html#getConnector(java.lang.String,%20java.nio.ByteBuffer)">getConnector</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;user,
+            <a href="http://docs.oracle.com/javase/7/docs/api/java/nio/ByteBuffer.html?is-external=true" title="class or interface in java.nio">ByteBuffer</a>&nbsp;pass)</code>
 <div class="block"><strong>Deprecated.</strong>&nbsp;</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code><a href="../../../../../../org/apache/accumulo/core/client/Connector.html" title="class in org.apache.accumulo.core.client">Connector</a></code></td>
 <td class="colLast"><span class="strong">Instance.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/Instance.html#getConnector(java.lang.String,%20java.nio.ByteBuffer)">getConnector</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;user,
             <a href="http://docs.oracle.com/javase/7/docs/api/java/nio/ByteBuffer.html?is-external=true" title="class or interface in java.nio">ByteBuffer</a>&nbsp;pass)</code>
@@ -143,14 +150,14 @@
 </div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code><a href="../../../../../../org/apache/accumulo/core/client/Connector.html" title="class in org.apache.accumulo.core.client">Connector</a></code></td>
-<td class="colLast"><span class="strong">ZooKeeperInstance.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/ZooKeeperInstance.html#getConnector(java.lang.String,%20java.nio.ByteBuffer)">getConnector</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;user,
-            <a href="http://docs.oracle.com/javase/7/docs/api/java/nio/ByteBuffer.html?is-external=true" title="class or interface in java.nio">ByteBuffer</a>&nbsp;pass)</code>
+<td class="colLast"><span class="strong">ZooKeeperInstance.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/ZooKeeperInstance.html#getConnector(java.lang.String,%20java.lang.CharSequence)">getConnector</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;user,
+            <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/CharSequence.html?is-external=true" title="class or interface in java.lang">CharSequence</a>&nbsp;pass)</code>
 <div class="block"><strong>Deprecated.</strong>&nbsp;</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code><a href="../../../../../../org/apache/accumulo/core/client/Connector.html" title="class in org.apache.accumulo.core.client">Connector</a></code></td>
 <td class="colLast"><span class="strong">Instance.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/Instance.html#getConnector(java.lang.String,%20java.lang.CharSequence)">getConnector</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;user,
             <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/CharSequence.html?is-external=true" title="class or interface in java.lang">CharSequence</a>&nbsp;pass)</code>
@@ -159,13 +166,6 @@
 </div>
 </td>
 </tr>
-<tr class="rowColor">
-<td class="colFirst"><code><a href="../../../../../../org/apache/accumulo/core/client/Connector.html" title="class in org.apache.accumulo.core.client">Connector</a></code></td>
-<td class="colLast"><span class="strong">ZooKeeperInstance.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/ZooKeeperInstance.html#getConnector(java.lang.String,%20java.lang.CharSequence)">getConnector</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;user,
-            <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/CharSequence.html?is-external=true" title="class or interface in java.lang">CharSequence</a>&nbsp;pass)</code>
-<div class="block"><strong>Deprecated.</strong>&nbsp;</div>
-</td>
-</tr>
 </tbody>
 </table>
 </li>
@@ -298,6 +298,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/class-use/Durability.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/class-use/Durability.html b/1.8/apidocs/org/apache/accumulo/core/client/class-use/Durability.html
index 34564fb..33ab4b6 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/class-use/Durability.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/class-use/Durability.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:22 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.accumulo.core.client.Durability (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Uses of Class org.apache.accumulo.core.client.Durability (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.accumulo.core.client.Durability (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Uses of Class org.apache.accumulo.core.client.Durability (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -98,11 +98,11 @@
 <tbody>
 <tr class="altColor">
 <td class="colFirst"><code><a href="../../../../../../org/apache/accumulo/core/client/Durability.html" title="enum in org.apache.accumulo.core.client">Durability</a></code></td>
-<td class="colLast"><span class="strong">BatchWriterConfig.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/BatchWriterConfig.html#getDurability()">getDurability</a></strong>()</code>&nbsp;</td>
+<td class="colLast"><span class="strong">ConditionalWriterConfig.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/ConditionalWriterConfig.html#getDurability()">getDurability</a></strong>()</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code><a href="../../../../../../org/apache/accumulo/core/client/Durability.html" title="enum in org.apache.accumulo.core.client">Durability</a></code></td>
-<td class="colLast"><span class="strong">ConditionalWriterConfig.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/ConditionalWriterConfig.html#getDurability()">getDurability</a></strong>()</code>&nbsp;</td>
+<td class="colLast"><span class="strong">BatchWriterConfig.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/BatchWriterConfig.html#getDurability()">getDurability</a></strong>()</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>static <a href="../../../../../../org/apache/accumulo/core/client/Durability.html" title="enum in org.apache.accumulo.core.client">Durability</a></code></td>
@@ -127,17 +127,17 @@ the order they are declared.</div>
 </tr>
 <tbody>
 <tr class="altColor">
-<td class="colFirst"><code><a href="../../../../../../org/apache/accumulo/core/client/BatchWriterConfig.html" title="class in org.apache.accumulo.core.client">BatchWriterConfig</a></code></td>
-<td class="colLast"><span class="strong">BatchWriterConfig.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/BatchWriterConfig.html#setDurability(org.apache.accumulo.core.client.Durability)">setDurability</a></strong>(<a href="../../../../../../org/apache/accumulo/core/client/Durability.html" title="enum in org.apache.accumulo.core.client">Durability</a>&nbsp;durability)</code>
-<div class="block">Change the durability for the BatchWriter session.</div>
-</td>
-</tr>
-<tr class="rowColor">
 <td class="colFirst"><code><a href="../../../../../../org/apache/accumulo/core/client/ConditionalWriterConfig.html" title="class in org.apache.accumulo.core.client">ConditionalWriterConfig</a></code></td>
 <td class="colLast"><span class="strong">ConditionalWriterConfig.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/ConditionalWriterConfig.html#setDurability(org.apache.accumulo.core.client.Durability)">setDurability</a></strong>(<a href="../../../../../../org/apache/accumulo/core/client/Durability.html" title="enum in org.apache.accumulo.core.client">Durability</a>&nbsp;durability)</code>
 <div class="block">Sets the Durability for the mutation, if applied.</div>
 </td>
 </tr>
+<tr class="rowColor">
+<td class="colFirst"><code><a href="../../../../../../org/apache/accumulo/core/client/BatchWriterConfig.html" title="class in org.apache.accumulo.core.client">BatchWriterConfig</a></code></td>
+<td class="colLast"><span class="strong">BatchWriterConfig.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/BatchWriterConfig.html#setDurability(org.apache.accumulo.core.client.Durability)">setDurability</a></strong>(<a href="../../../../../../org/apache/accumulo/core/client/Durability.html" title="enum in org.apache.accumulo.core.client">Durability</a>&nbsp;durability)</code>
+<div class="block">Change the durability for the BatchWriter session.</div>
+</td>
+</tr>
 </tbody>
 </table>
 </li>
@@ -190,6 +190,6 @@ the order they are declared.</div>
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/class-use/Instance.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/class-use/Instance.html b/1.8/apidocs/org/apache/accumulo/core/client/class-use/Instance.html
index 2c4b292..a6feed9 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/class-use/Instance.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/class-use/Instance.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:22 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Interface org.apache.accumulo.core.client.Instance (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Uses of Interface org.apache.accumulo.core.client.Instance (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Interface org.apache.accumulo.core.client.Instance (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Uses of Interface org.apache.accumulo.core.client.Instance (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -187,13 +187,13 @@
 <tbody>
 <tr class="altColor">
 <td class="colFirst"><code>protected static <a href="../../../../../../org/apache/accumulo/core/client/Instance.html" title="interface in org.apache.accumulo.core.client">Instance</a></code></td>
-<td class="colLast"><span class="strong">AbstractInputFormat.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/mapred/AbstractInputFormat.html#getInstance(org.apache.hadoop.mapred.JobConf)">getInstance</a></strong>(org.apache.hadoop.mapred.JobConf&nbsp;job)</code>
+<td class="colLast"><span class="strong">AccumuloOutputFormat.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/mapred/AccumuloOutputFormat.html#getInstance(org.apache.hadoop.mapred.JobConf)">getInstance</a></strong>(org.apache.hadoop.mapred.JobConf&nbsp;job)</code>
 <div class="block">Initializes an Accumulo <a href="../../../../../../org/apache/accumulo/core/client/Instance.html" title="interface in org.apache.accumulo.core.client"><code>Instance</code></a> based on the configuration.</div>
 </td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>protected static <a href="../../../../../../org/apache/accumulo/core/client/Instance.html" title="interface in org.apache.accumulo.core.client">Instance</a></code></td>
-<td class="colLast"><span class="strong">AccumuloOutputFormat.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/mapred/AccumuloOutputFormat.html#getInstance(org.apache.hadoop.mapred.JobConf)">getInstance</a></strong>(org.apache.hadoop.mapred.JobConf&nbsp;job)</code>
+<td class="colLast"><span class="strong">AbstractInputFormat.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/mapred/AbstractInputFormat.html#getInstance(org.apache.hadoop.mapred.JobConf)">getInstance</a></strong>(org.apache.hadoop.mapred.JobConf&nbsp;job)</code>
 <div class="block">Initializes an Accumulo <a href="../../../../../../org/apache/accumulo/core/client/Instance.html" title="interface in org.apache.accumulo.core.client"><code>Instance</code></a> based on the configuration.</div>
 </td>
 </tr>
@@ -225,13 +225,13 @@
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>protected static <a href="../../../../../../org/apache/accumulo/core/client/Instance.html" title="interface in org.apache.accumulo.core.client">Instance</a></code></td>
-<td class="colLast"><span class="strong">AbstractInputFormat.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/mapreduce/AbstractInputFormat.html#getInstance(org.apache.hadoop.mapreduce.JobContext)">getInstance</a></strong>(org.apache.hadoop.mapreduce.JobContext&nbsp;context)</code>
+<td class="colLast"><span class="strong">AccumuloOutputFormat.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/mapreduce/AccumuloOutputFormat.html#getInstance(org.apache.hadoop.mapreduce.JobContext)">getInstance</a></strong>(org.apache.hadoop.mapreduce.JobContext&nbsp;context)</code>
 <div class="block">Initializes an Accumulo <a href="../../../../../../org/apache/accumulo/core/client/Instance.html" title="interface in org.apache.accumulo.core.client"><code>Instance</code></a> based on the configuration.</div>
 </td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>protected static <a href="../../../../../../org/apache/accumulo/core/client/Instance.html" title="interface in org.apache.accumulo.core.client">Instance</a></code></td>
-<td class="colLast"><span class="strong">AccumuloOutputFormat.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/mapreduce/AccumuloOutputFormat.html#getInstance(org.apache.hadoop.mapreduce.JobContext)">getInstance</a></strong>(org.apache.hadoop.mapreduce.JobContext&nbsp;context)</code>
+<td class="colLast"><span class="strong">AbstractInputFormat.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/mapreduce/AbstractInputFormat.html#getInstance(org.apache.hadoop.mapreduce.JobContext)">getInstance</a></strong>(org.apache.hadoop.mapreduce.JobContext&nbsp;context)</code>
 <div class="block">Initializes an Accumulo <a href="../../../../../../org/apache/accumulo/core/client/Instance.html" title="interface in org.apache.accumulo.core.client"><code>Instance</code></a> based on the configuration.</div>
 </td>
 </tr>
@@ -365,6 +365,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/class-use/IsolatedScanner.MemoryRowBuffer.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/class-use/IsolatedScanner.MemoryRowBuffer.html b/1.8/apidocs/org/apache/accumulo/core/client/class-use/IsolatedScanner.MemoryRowBuffer.html
index b44a961..2da63c6 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/class-use/IsolatedScanner.MemoryRowBuffer.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/class-use/IsolatedScanner.MemoryRowBuffer.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:22 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.accumulo.core.client.IsolatedScanner.MemoryRowBuffer (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Uses of Class org.apache.accumulo.core.client.IsolatedScanner.MemoryRowBuffer (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.accumulo.core.client.IsolatedScanner.MemoryRowBuffer (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Uses of Class org.apache.accumulo.core.client.IsolatedScanner.MemoryRowBuffer (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -112,6 +112,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/class-use/IsolatedScanner.MemoryRowBufferFactory.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/class-use/IsolatedScanner.MemoryRowBufferFactory.html b/1.8/apidocs/org/apache/accumulo/core/client/class-use/IsolatedScanner.MemoryRowBufferFactory.html
index 0ce157f..a76a051 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/class-use/IsolatedScanner.MemoryRowBufferFactory.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/class-use/IsolatedScanner.MemoryRowBufferFactory.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:22 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.accumulo.core.client.IsolatedScanner.MemoryRowBufferFactory (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Uses of Class org.apache.accumulo.core.client.IsolatedScanner.MemoryRowBufferFactory (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.accumulo.core.client.IsolatedScanner.MemoryRowBufferFactory (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Uses of Class org.apache.accumulo.core.client.IsolatedScanner.MemoryRowBufferFactory (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -112,6 +112,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/class-use/IsolatedScanner.RowBuffer.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/class-use/IsolatedScanner.RowBuffer.html b/1.8/apidocs/org/apache/accumulo/core/client/class-use/IsolatedScanner.RowBuffer.html
index d5106a8..9aed855 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/class-use/IsolatedScanner.RowBuffer.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/class-use/IsolatedScanner.RowBuffer.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:22 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Interface org.apache.accumulo.core.client.IsolatedScanner.RowBuffer (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Uses of Interface org.apache.accumulo.core.client.IsolatedScanner.RowBuffer (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Interface org.apache.accumulo.core.client.IsolatedScanner.RowBuffer (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Uses of Interface org.apache.accumulo.core.client.IsolatedScanner.RowBuffer (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -169,6 +169,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/class-use/IsolatedScanner.RowBufferFactory.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/class-use/IsolatedScanner.RowBufferFactory.html b/1.8/apidocs/org/apache/accumulo/core/client/class-use/IsolatedScanner.RowBufferFactory.html
index 915bc4a..7415ad7 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/class-use/IsolatedScanner.RowBufferFactory.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/class-use/IsolatedScanner.RowBufferFactory.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:22 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Interface org.apache.accumulo.core.client.IsolatedScanner.RowBufferFactory (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Uses of Interface org.apache.accumulo.core.client.IsolatedScanner.RowBufferFactory (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Interface org.apache.accumulo.core.client.IsolatedScanner.RowBufferFactory (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Uses of Interface org.apache.accumulo.core.client.IsolatedScanner.RowBufferFactory (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -164,6 +164,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/class-use/IsolatedScanner.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/class-use/IsolatedScanner.html b/1.8/apidocs/org/apache/accumulo/core/client/class-use/IsolatedScanner.html
index 0b3eab2..3d1012f 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/class-use/IsolatedScanner.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/class-use/IsolatedScanner.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:22 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.accumulo.core.client.IsolatedScanner (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Uses of Class org.apache.accumulo.core.client.IsolatedScanner (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.accumulo.core.client.IsolatedScanner (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Uses of Class org.apache.accumulo.core.client.IsolatedScanner (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -112,6 +112,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/class-use/IteratorSetting.Column.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/class-use/IteratorSetting.Column.html b/1.8/apidocs/org/apache/accumulo/core/client/class-use/IteratorSetting.Column.html
index 859774a..5d8ffa6 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/class-use/IteratorSetting.Column.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/class-use/IteratorSetting.Column.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:22 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.accumulo.core.client.IteratorSetting.Column (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Uses of Class org.apache.accumulo.core.client.IteratorSetting.Column (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.accumulo.core.client.IteratorSetting.Column (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Uses of Class org.apache.accumulo.core.client.IteratorSetting.Column (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -154,6 +154,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/class-use/IteratorSetting.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/class-use/IteratorSetting.html b/1.8/apidocs/org/apache/accumulo/core/client/class-use/IteratorSetting.html
index 4686fc2..e142e63 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/class-use/IteratorSetting.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/class-use/IteratorSetting.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:22 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.accumulo.core.client.IteratorSetting (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Uses of Class org.apache.accumulo.core.client.IteratorSetting (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.accumulo.core.client.IteratorSetting (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Uses of Class org.apache.accumulo.core.client.IteratorSetting (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -138,7 +138,7 @@
 <tbody>
 <tr class="altColor">
 <td class="colFirst"><code><a href="../../../../../../org/apache/accumulo/core/client/IteratorSetting.html" title="class in org.apache.accumulo.core.client">IteratorSetting</a></code></td>
-<td class="colLast"><span class="strong">NamespaceOperations.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/admin/NamespaceOperations.html#getIteratorSetting(java.lang.String,%20java.lang.String,%20org.apache.accumulo.core.iterators.IteratorUtil.IteratorScope)">getIteratorSetting</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;namespace,
+<td class="colLast"><span class="strong">TableOperations.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/admin/TableOperations.html#getIteratorSetting(java.lang.String,%20java.lang.String,%20org.apache.accumulo.core.iterators.IteratorUtil.IteratorScope)">getIteratorSetting</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;tableName,
                   <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name,
                   org.apache.accumulo.core.iterators.IteratorUtil.IteratorScope&nbsp;scope)</code>
 <div class="block">Get the settings for an iterator.</div>
@@ -146,7 +146,7 @@
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code><a href="../../../../../../org/apache/accumulo/core/client/IteratorSetting.html" title="class in org.apache.accumulo.core.client">IteratorSetting</a></code></td>
-<td class="colLast"><span class="strong">TableOperations.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/admin/TableOperations.html#getIteratorSetting(java.lang.String,%20java.lang.String,%20org.apache.accumulo.core.iterators.IteratorUtil.IteratorScope)">getIteratorSetting</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;tableName,
+<td class="colLast"><span class="strong">NamespaceOperations.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/admin/NamespaceOperations.html#getIteratorSetting(java.lang.String,%20java.lang.String,%20org.apache.accumulo.core.iterators.IteratorUtil.IteratorScope)">getIteratorSetting</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;namespace,
                   <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name,
                   org.apache.accumulo.core.iterators.IteratorUtil.IteratorScope&nbsp;scope)</code>
 <div class="block">Get the settings for an iterator.</div>
@@ -162,13 +162,13 @@
 </tr>
 <tbody>
 <tr class="altColor">
-<td class="colFirst"><code>abstract <a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../../org/apache/accumulo/core/client/IteratorSetting.html" title="class in org.apache.accumulo.core.client">IteratorSetting</a>&gt;</code></td>
-<td class="colLast"><span class="strong">ActiveCompaction.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/admin/ActiveCompaction.html#getIterators()">getIterators</a></strong>()</code>&nbsp;</td>
-</tr>
-<tr class="rowColor">
 <td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../../org/apache/accumulo/core/client/IteratorSetting.html" title="class in org.apache.accumulo.core.client">IteratorSetting</a>&gt;</code></td>
 <td class="colLast"><span class="strong">CompactionConfig.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/admin/CompactionConfig.html#getIterators()">getIterators</a></strong>()</code>&nbsp;</td>
 </tr>
+<tr class="rowColor">
+<td class="colFirst"><code>abstract <a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../../org/apache/accumulo/core/client/IteratorSetting.html" title="class in org.apache.accumulo.core.client">IteratorSetting</a>&gt;</code></td>
+<td class="colLast"><span class="strong">ActiveCompaction.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/admin/ActiveCompaction.html#getIterators()">getIterators</a></strong>()</code>&nbsp;</td>
+</tr>
 </tbody>
 </table>
 <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
@@ -180,37 +180,37 @@
 <tbody>
 <tr class="altColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><span class="strong">NamespaceOperations.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/admin/NamespaceOperations.html#attachIterator(java.lang.String,%20org.apache.accumulo.core.client.IteratorSetting)">attachIterator</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;namespace,
+<td class="colLast"><span class="strong">TableOperations.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/admin/TableOperations.html#attachIterator(java.lang.String,%20org.apache.accumulo.core.client.IteratorSetting)">attachIterator</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;tableName,
               <a href="../../../../../../org/apache/accumulo/core/client/IteratorSetting.html" title="class in org.apache.accumulo.core.client">IteratorSetting</a>&nbsp;setting)</code>
-<div class="block">Add an iterator to a namespace on all scopes.</div>
+<div class="block">Add an iterator to a table on all scopes.</div>
 </td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><span class="strong">TableOperations.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/admin/TableOperations.html#attachIterator(java.lang.String,%20org.apache.accumulo.core.client.IteratorSetting)">attachIterator</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;tableName,
+<td class="colLast"><span class="strong">NamespaceOperations.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/admin/NamespaceOperations.html#attachIterator(java.lang.String,%20org.apache.accumulo.core.client.IteratorSetting)">attachIterator</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;namespace,
               <a href="../../../../../../org/apache/accumulo/core/client/IteratorSetting.html" title="class in org.apache.accumulo.core.client">IteratorSetting</a>&nbsp;setting)</code>
-<div class="block">Add an iterator to a table on all scopes.</div>
+<div class="block">Add an iterator to a namespace on all scopes.</div>
 </td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><span class="strong">NamespaceOperations.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/admin/NamespaceOperations.html#attachIterator(java.lang.String,%20org.apache.accumulo.core.client.IteratorSetting,%20java.util.EnumSet)">attachIterator</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;namespace,
+<td class="colLast"><span class="strong">TableOperations.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/admin/TableOperations.html#attachIterator(java.lang.String,%20org.apache.accumulo.core.client.IteratorSetting,%20java.util.EnumSet)">attachIterator</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;tableName,
               <a href="../../../../../../org/apache/accumulo/core/client/IteratorSetting.html" title="class in org.apache.accumulo.core.client">IteratorSetting</a>&nbsp;setting,
               <a href="http://docs.oracle.com/javase/7/docs/api/java/util/EnumSet.html?is-external=true" title="class or interface in java.util">EnumSet</a>&lt;org.apache.accumulo.core.iterators.IteratorUtil.IteratorScope&gt;&nbsp;scopes)</code>
-<div class="block">Add an iterator to a namespace on the given scopes.</div>
+<div class="block">Add an iterator to a table on the given scopes.</div>
 </td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><span class="strong">TableOperations.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/admin/TableOperations.html#attachIterator(java.lang.String,%20org.apache.accumulo.core.client.IteratorSetting,%20java.util.EnumSet)">attachIterator</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;tableName,
+<td class="colLast"><span class="strong">NamespaceOperations.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/admin/NamespaceOperations.html#attachIterator(java.lang.String,%20org.apache.accumulo.core.client.IteratorSetting,%20java.util.EnumSet)">attachIterator</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;namespace,
               <a href="../../../../../../org/apache/accumulo/core/client/IteratorSetting.html" title="class in org.apache.accumulo.core.client">IteratorSetting</a>&nbsp;setting,
               <a href="http://docs.oracle.com/javase/7/docs/api/java/util/EnumSet.html?is-external=true" title="class or interface in java.util">EnumSet</a>&lt;org.apache.accumulo.core.iterators.IteratorUtil.IteratorScope&gt;&nbsp;scopes)</code>
-<div class="block">Add an iterator to a table on the given scopes.</div>
+<div class="block">Add an iterator to a namespace on the given scopes.</div>
 </td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><span class="strong">NamespaceOperations.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/admin/NamespaceOperations.html#checkIteratorConflicts(java.lang.String,%20org.apache.accumulo.core.client.IteratorSetting,%20java.util.EnumSet)">checkIteratorConflicts</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;namespace,
+<td class="colLast"><span class="strong">TableOperations.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/admin/TableOperations.html#checkIteratorConflicts(java.lang.String,%20org.apache.accumulo.core.client.IteratorSetting,%20java.util.EnumSet)">checkIteratorConflicts</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;tableName,
                       <a href="../../../../../../org/apache/accumulo/core/client/IteratorSetting.html" title="class in org.apache.accumulo.core.client">IteratorSetting</a>&nbsp;setting,
                       <a href="http://docs.oracle.com/javase/7/docs/api/java/util/EnumSet.html?is-external=true" title="class or interface in java.util">EnumSet</a>&lt;org.apache.accumulo.core.iterators.IteratorUtil.IteratorScope&gt;&nbsp;scopes)</code>
 <div class="block">Check whether a given iterator configuration conflicts with existing configuration; in particular, determine if the name or priority are already in use for
@@ -219,7 +219,7 @@
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><span class="strong">TableOperations.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/admin/TableOperations.html#checkIteratorConflicts(java.lang.String,%20org.apache.accumulo.core.client.IteratorSetting,%20java.util.EnumSet)">checkIteratorConflicts</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;tableName,
+<td class="colLast"><span class="strong">NamespaceOperations.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/admin/NamespaceOperations.html#checkIteratorConflicts(java.lang.String,%20org.apache.accumulo.core.client.IteratorSetting,%20java.util.EnumSet)">checkIteratorConflicts</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;namespace,
                       <a href="../../../../../../org/apache/accumulo/core/client/IteratorSetting.html" title="class in org.apache.accumulo.core.client">IteratorSetting</a>&nbsp;setting,
                       <a href="http://docs.oracle.com/javase/7/docs/api/java/util/EnumSet.html?is-external=true" title="class or interface in java.util">EnumSet</a>&lt;org.apache.accumulo.core.iterators.IteratorUtil.IteratorScope&gt;&nbsp;scopes)</code>
 <div class="block">Check whether a given iterator configuration conflicts with existing configuration; in particular, determine if the name or priority are already in use for
@@ -271,17 +271,17 @@
 </td>
 </tr>
 <tr class="rowColor">
+<td class="colFirst"><code>protected <a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../../org/apache/accumulo/core/client/IteratorSetting.html" title="class in org.apache.accumulo.core.client">IteratorSetting</a>&gt;</code></td>
+<td class="colLast"><span class="strong">InputFormatBase.RecordReaderBase.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/mapred/InputFormatBase.RecordReaderBase.html#jobIterators(org.apache.hadoop.mapred.JobConf,%20java.lang.String)">jobIterators</a></strong>(org.apache.hadoop.mapred.JobConf&nbsp;job,
+            <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;tableName)</code>&nbsp;</td>
+</tr>
+<tr class="altColor">
 <td class="colFirst"><code>protected abstract <a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../../org/apache/accumulo/core/client/IteratorSetting.html" title="class in org.apache.accumulo.core.client">IteratorSetting</a>&gt;</code></td>
 <td class="colLast"><span class="strong">AbstractInputFormat.AbstractRecordReader.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/mapred/AbstractInputFormat.AbstractRecordReader.html#jobIterators(org.apache.hadoop.mapred.JobConf,%20java.lang.String)">jobIterators</a></strong>(org.apache.hadoop.mapred.JobConf&nbsp;job,
             <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;tableName)</code>
 <div class="block">Extracts Iterators settings from the context to be used by RecordReader.</div>
 </td>
 </tr>
-<tr class="altColor">
-<td class="colFirst"><code>protected <a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../../org/apache/accumulo/core/client/IteratorSetting.html" title="class in org.apache.accumulo.core.client">IteratorSetting</a>&gt;</code></td>
-<td class="colLast"><span class="strong">InputFormatBase.RecordReaderBase.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/mapred/InputFormatBase.RecordReaderBase.html#jobIterators(org.apache.hadoop.mapred.JobConf,%20java.lang.String)">jobIterators</a></strong>(org.apache.hadoop.mapred.JobConf&nbsp;job,
-            <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;tableName)</code>&nbsp;</td>
-</tr>
 </tbody>
 </table>
 <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
@@ -331,26 +331,26 @@
 </tr>
 <tbody>
 <tr class="altColor">
+<td class="colFirst"><code>protected <a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../../org/apache/accumulo/core/client/IteratorSetting.html" title="class in org.apache.accumulo.core.client">IteratorSetting</a>&gt;</code></td>
+<td class="colLast"><span class="strong">InputFormatBase.RecordReaderBase.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/mapreduce/InputFormatBase.RecordReaderBase.html#contextIterators(org.apache.hadoop.mapreduce.TaskAttemptContext,%20java.lang.String)">contextIterators</a></strong>(org.apache.hadoop.mapreduce.TaskAttemptContext&nbsp;context,
+                <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;tableName)</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
 <td class="colFirst"><code>protected abstract <a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../../org/apache/accumulo/core/client/IteratorSetting.html" title="class in org.apache.accumulo.core.client">IteratorSetting</a>&gt;</code></td>
 <td class="colLast"><span class="strong">AbstractInputFormat.AbstractRecordReader.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/mapreduce/AbstractInputFormat.AbstractRecordReader.html#contextIterators(org.apache.hadoop.mapreduce.TaskAttemptContext,%20java.lang.String)">contextIterators</a></strong>(org.apache.hadoop.mapreduce.TaskAttemptContext&nbsp;context,
                 <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;tableName)</code>
 <div class="block">Extracts Iterators settings from the context to be used by RecordReader.</div>
 </td>
 </tr>
-<tr class="rowColor">
-<td class="colFirst"><code>protected <a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../../org/apache/accumulo/core/client/IteratorSetting.html" title="class in org.apache.accumulo.core.client">IteratorSetting</a>&gt;</code></td>
-<td class="colLast"><span class="strong">InputFormatBase.RecordReaderBase.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/mapreduce/InputFormatBase.RecordReaderBase.html#contextIterators(org.apache.hadoop.mapreduce.TaskAttemptContext,%20java.lang.String)">contextIterators</a></strong>(org.apache.hadoop.mapreduce.TaskAttemptContext&nbsp;context,
-                <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;tableName)</code>&nbsp;</td>
-</tr>
 <tr class="altColor">
 <td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../../org/apache/accumulo/core/client/IteratorSetting.html" title="class in org.apache.accumulo.core.client">IteratorSetting</a>&gt;</code></td>
-<td class="colLast"><span class="strong">InputTableConfig.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/mapreduce/InputTableConfig.html#getIterators()">getIterators</a></strong>()</code>
-<div class="block">Returns the iterators to be set on this configuration</div>
-</td>
+<td class="colLast"><span class="strong">RangeInputSplit.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/mapreduce/RangeInputSplit.html#getIterators()">getIterators</a></strong>()</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../../org/apache/accumulo/core/client/IteratorSetting.html" title="class in org.apache.accumulo.core.client">IteratorSetting</a>&gt;</code></td>
-<td class="colLast"><span class="strong">RangeInputSplit.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/mapreduce/RangeInputSplit.html#getIterators()">getIterators</a></strong>()</code>&nbsp;</td>
+<td class="colLast"><span class="strong">InputTableConfig.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/mapreduce/InputTableConfig.html#getIterators()">getIterators</a></strong>()</code>
+<div class="block">Returns the iterators to be set on this configuration</div>
+</td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>protected static <a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../../org/apache/accumulo/core/client/IteratorSetting.html" title="class in org.apache.accumulo.core.client">IteratorSetting</a>&gt;</code></td>
@@ -384,15 +384,15 @@
 </tr>
 <tbody>
 <tr class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><span class="strong">RangeInputSplit.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/mapreduce/RangeInputSplit.html#setIterators(java.util.List)">setIterators</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../../org/apache/accumulo/core/client/IteratorSetting.html" title="class in org.apache.accumulo.core.client">IteratorSetting</a>&gt;&nbsp;iterators)</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
 <td class="colFirst"><code><a href="../../../../../../org/apache/accumulo/core/client/mapreduce/InputTableConfig.html" title="class in org.apache.accumulo.core.client.mapreduce">InputTableConfig</a></code></td>
 <td class="colLast"><span class="strong">InputTableConfig.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/mapreduce/InputTableConfig.html#setIterators(java.util.List)">setIterators</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../../org/apache/accumulo/core/client/IteratorSetting.html" title="class in org.apache.accumulo.core.client">IteratorSetting</a>&gt;&nbsp;iterators)</code>
 <div class="block">Set iterators on to be used in the query.</div>
 </td>
 </tr>
-<tr class="rowColor">
-<td class="colFirst"><code>void</code></td>
-<td class="colLast"><span class="strong">RangeInputSplit.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/mapreduce/RangeInputSplit.html#setIterators(java.util.List)">setIterators</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../../org/apache/accumulo/core/client/IteratorSetting.html" title="class in org.apache.accumulo.core.client">IteratorSetting</a>&gt;&nbsp;iterators)</code>&nbsp;</td>
-</tr>
 </tbody>
 </table>
 </li>
@@ -522,6 +522,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/class-use/MultiTableBatchWriter.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/class-use/MultiTableBatchWriter.html b/1.8/apidocs/org/apache/accumulo/core/client/class-use/MultiTableBatchWriter.html
index 5b209b5..a9fe8d0 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/class-use/MultiTableBatchWriter.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/class-use/MultiTableBatchWriter.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:23 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Interface org.apache.accumulo.core.client.MultiTableBatchWriter (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Uses of Interface org.apache.accumulo.core.client.MultiTableBatchWriter (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Interface org.apache.accumulo.core.client.MultiTableBatchWriter (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Uses of Interface org.apache.accumulo.core.client.MultiTableBatchWriter (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -215,6 +215,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/class-use/MutationsRejectedException.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/class-use/MutationsRejectedException.html b/1.8/apidocs/org/apache/accumulo/core/client/class-use/MutationsRejectedException.html
index 7b8db7b..772cb31 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/class-use/MutationsRejectedException.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/class-use/MutationsRejectedException.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:23 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.accumulo.core.client.MutationsRejectedException (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Uses of Class org.apache.accumulo.core.client.MutationsRejectedException (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.accumulo.core.client.MutationsRejectedException (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Uses of Class org.apache.accumulo.core.client.MutationsRejectedException (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -172,13 +172,13 @@
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><span class="strong">MockBatchWriter.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/mock/MockBatchWriter.html#close()">close</a></strong>()</code>
+<td class="colLast"><span class="strong">MockMultiTableBatchWriter.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/mock/MockMultiTableBatchWriter.html#close()">close</a></strong>()</code>
 <div class="block"><strong>Deprecated.</strong>&nbsp;</div>
 &nbsp;</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><span class="strong">MockMultiTableBatchWriter.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/mock/MockMultiTableBatchWriter.html#close()">close</a></strong>()</code>
+<td class="colLast"><span class="strong">MockBatchWriter.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/mock/MockBatchWriter.html#close()">close</a></strong>()</code>
 <div class="block"><strong>Deprecated.</strong>&nbsp;</div>
 &nbsp;</td>
 </tr>
@@ -190,13 +190,13 @@
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><span class="strong">MockBatchWriter.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/mock/MockBatchWriter.html#flush()">flush</a></strong>()</code>
+<td class="colLast"><span class="strong">MockMultiTableBatchWriter.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/mock/MockMultiTableBatchWriter.html#flush()">flush</a></strong>()</code>
 <div class="block"><strong>Deprecated.</strong>&nbsp;</div>
 &nbsp;</td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><span class="strong">MockMultiTableBatchWriter.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/mock/MockMultiTableBatchWriter.html#flush()">flush</a></strong>()</code>
+<td class="colLast"><span class="strong">MockBatchWriter.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/mock/MockBatchWriter.html#flush()">flush</a></strong>()</code>
 <div class="block"><strong>Deprecated.</strong>&nbsp;</div>
 &nbsp;</td>
 </tr>
@@ -252,6 +252,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/class-use/NamespaceExistsException.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/class-use/NamespaceExistsException.html b/1.8/apidocs/org/apache/accumulo/core/client/class-use/NamespaceExistsException.html
index d7fcbb0..35441d4 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/class-use/NamespaceExistsException.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/class-use/NamespaceExistsException.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:23 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.accumulo.core.client.NamespaceExistsException (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Uses of Class org.apache.accumulo.core.client.NamespaceExistsException (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.accumulo.core.client.NamespaceExistsException (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Uses of Class org.apache.accumulo.core.client.NamespaceExistsException (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -161,6 +161,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/class-use/NamespaceNotEmptyException.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/class-use/NamespaceNotEmptyException.html b/1.8/apidocs/org/apache/accumulo/core/client/class-use/NamespaceNotEmptyException.html
index 7d78dce..f09bdca 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/class-use/NamespaceNotEmptyException.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/class-use/NamespaceNotEmptyException.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:23 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.accumulo.core.client.NamespaceNotEmptyException (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Uses of Class org.apache.accumulo.core.client.NamespaceNotEmptyException (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.accumulo.core.client.NamespaceNotEmptyException (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Uses of Class org.apache.accumulo.core.client.NamespaceNotEmptyException (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -154,6 +154,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/class-use/NamespaceNotFoundException.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/class-use/NamespaceNotFoundException.html b/1.8/apidocs/org/apache/accumulo/core/client/class-use/NamespaceNotFoundException.html
index 12e76d5..149c5b1 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/class-use/NamespaceNotFoundException.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/class-use/NamespaceNotFoundException.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:23 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.accumulo.core.client.NamespaceNotFoundException (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Uses of Class org.apache.accumulo.core.client.NamespaceNotFoundException (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.accumulo.core.client.NamespaceNotFoundException (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Uses of Class org.apache.accumulo.core.client.NamespaceNotFoundException (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -277,6 +277,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/class-use/RowIterator.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/class-use/RowIterator.html b/1.8/apidocs/org/apache/accumulo/core/client/class-use/RowIterator.html
index f19f9f2..d51f140 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/class-use/RowIterator.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/class-use/RowIterator.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:23 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.accumulo.core.client.RowIterator (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Uses of Class org.apache.accumulo.core.client.RowIterator (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.accumulo.core.client.RowIterator (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Uses of Class org.apache.accumulo.core.client.RowIterator (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -112,6 +112,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/class-use/SampleNotPresentException.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/class-use/SampleNotPresentException.html b/1.8/apidocs/org/apache/accumulo/core/client/class-use/SampleNotPresentException.html
index 63d2873..6513e33 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/class-use/SampleNotPresentException.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/class-use/SampleNotPresentException.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:23 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.accumulo.core.client.SampleNotPresentException (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Uses of Class org.apache.accumulo.core.client.SampleNotPresentException (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.accumulo.core.client.SampleNotPresentException (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Uses of Class org.apache.accumulo.core.client.SampleNotPresentException (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -112,6 +112,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/class-use/Scanner.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/class-use/Scanner.html b/1.8/apidocs/org/apache/accumulo/core/client/class-use/Scanner.html
index 42aafc0..15d1f36 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/class-use/Scanner.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/class-use/Scanner.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:23 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Interface org.apache.accumulo.core.client.Scanner (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Uses of Interface org.apache.accumulo.core.client.Scanner (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Interface org.apache.accumulo.core.client.Scanner (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Uses of Interface org.apache.accumulo.core.client.Scanner (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -401,6 +401,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/class-use/ScannerBase.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/class-use/ScannerBase.html b/1.8/apidocs/org/apache/accumulo/core/client/class-use/ScannerBase.html
index 2d5e0af..941f3b8 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/class-use/ScannerBase.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/class-use/ScannerBase.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:23 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:33 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Interface org.apache.accumulo.core.client.ScannerBase (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Uses of Interface org.apache.accumulo.core.client.ScannerBase (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Interface org.apache.accumulo.core.client.ScannerBase (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Uses of Interface org.apache.accumulo.core.client.ScannerBase (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -307,6 +307,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/class-use/TableDeletedException.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/class-use/TableDeletedException.html b/1.8/apidocs/org/apache/accumulo/core/client/class-use/TableDeletedException.html
index 855151c..d2ddcb0 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/class-use/TableDeletedException.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/class-use/TableDeletedException.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:24 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.accumulo.core.client.TableDeletedException (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Uses of Class org.apache.accumulo.core.client.TableDeletedException (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.accumulo.core.client.TableDeletedException (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Uses of Class org.apache.accumulo.core.client.TableDeletedException (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -112,6 +112,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>


[14/16] accumulo-website git commit: Updates for 1.8.1 Release

Posted by mj...@apache.org.
http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/admin/CompactionStrategyConfig.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/admin/CompactionStrategyConfig.html b/1.8/apidocs/org/apache/accumulo/core/client/admin/CompactionStrategyConfig.html
index 120f284..e3999e0 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/admin/CompactionStrategyConfig.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/admin/CompactionStrategyConfig.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:20 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:31 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>CompactionStrategyConfig (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>CompactionStrategyConfig (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="CompactionStrategyConfig (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="CompactionStrategyConfig (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -323,6 +323,6 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/admin/DelegationTokenConfig.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/admin/DelegationTokenConfig.html b/1.8/apidocs/org/apache/accumulo/core/client/admin/DelegationTokenConfig.html
index b1f9e77..8600038 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/admin/DelegationTokenConfig.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/admin/DelegationTokenConfig.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:20 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:31 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>DelegationTokenConfig (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>DelegationTokenConfig (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="DelegationTokenConfig (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="DelegationTokenConfig (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -333,6 +333,6 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/admin/DiskUsage.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/admin/DiskUsage.html b/1.8/apidocs/org/apache/accumulo/core/client/admin/DiskUsage.html
index 5ce1f57..484aa0b 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/admin/DiskUsage.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/admin/DiskUsage.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:20 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:31 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>DiskUsage (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>DiskUsage (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="DiskUsage (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="DiskUsage (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -368,6 +368,6 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/admin/FindMax.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/admin/FindMax.html b/1.8/apidocs/org/apache/accumulo/core/client/admin/FindMax.html
index 1e6962f..68375a0 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/admin/FindMax.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/admin/FindMax.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:20 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:31 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>FindMax (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>FindMax (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="FindMax (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="FindMax (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -264,6 +264,6 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/admin/InstanceOperations.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/admin/InstanceOperations.html b/1.8/apidocs/org/apache/accumulo/core/client/admin/InstanceOperations.html
index 3066d01..ac0b7fe 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/admin/InstanceOperations.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/admin/InstanceOperations.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:20 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:31 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>InstanceOperations (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>InstanceOperations (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="InstanceOperations (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="InstanceOperations (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -409,6 +409,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/admin/Locations.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/admin/Locations.html b/1.8/apidocs/org/apache/accumulo/core/client/admin/Locations.html
index 35fe36c..cc0535a 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/admin/Locations.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/admin/Locations.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:20 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:31 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Locations (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Locations (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Locations (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Locations (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -242,6 +242,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/admin/NamespaceOperations.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/admin/NamespaceOperations.html b/1.8/apidocs/org/apache/accumulo/core/client/admin/NamespaceOperations.html
index 2e896c6..8417b96 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/admin/NamespaceOperations.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/admin/NamespaceOperations.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:20 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:31 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>NamespaceOperations (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>NamespaceOperations (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="NamespaceOperations (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="NamespaceOperations (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -748,6 +748,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/admin/NewTableConfiguration.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/admin/NewTableConfiguration.html b/1.8/apidocs/org/apache/accumulo/core/client/admin/NewTableConfiguration.html
index 4e1aaf9..0bf4f97 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/admin/NewTableConfiguration.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/admin/NewTableConfiguration.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:20 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:31 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>NewTableConfiguration (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>NewTableConfiguration (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="NewTableConfiguration (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="NewTableConfiguration (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -351,6 +351,6 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/admin/ReplicationOperations.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/admin/ReplicationOperations.html b/1.8/apidocs/org/apache/accumulo/core/client/admin/ReplicationOperations.html
index c94b3b1..fa5f1fc 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/admin/ReplicationOperations.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/admin/ReplicationOperations.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:20 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:31 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>ReplicationOperations (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>ReplicationOperations (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="ReplicationOperations (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="ReplicationOperations (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -323,6 +323,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/admin/ScanState.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/admin/ScanState.html b/1.8/apidocs/org/apache/accumulo/core/client/admin/ScanState.html
index 595d0be..24780ef 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/admin/ScanState.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/admin/ScanState.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:20 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:31 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>ScanState (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>ScanState (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="ScanState (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="ScanState (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -328,6 +328,6 @@ not permitted.)</div>
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/admin/ScanType.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/admin/ScanType.html b/1.8/apidocs/org/apache/accumulo/core/client/admin/ScanType.html
index 619cb55..26d4ee8 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/admin/ScanType.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/admin/ScanType.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:20 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:31 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>ScanType (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>ScanType (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="ScanType (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="ScanType (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -316,6 +316,6 @@ not permitted.)</div>
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/admin/SecurityOperations.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/admin/SecurityOperations.html b/1.8/apidocs/org/apache/accumulo/core/client/admin/SecurityOperations.html
index a7a587e..dedec49 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/admin/SecurityOperations.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/admin/SecurityOperations.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:20 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:31 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>SecurityOperations (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>SecurityOperations (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="SecurityOperations (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="SecurityOperations (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -754,6 +754,6 @@ void&nbsp;changeUserPassword(<a href="http://docs.oracle.com/javase/7/docs/api/j
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/admin/TableOperations.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/admin/TableOperations.html b/1.8/apidocs/org/apache/accumulo/core/client/admin/TableOperations.html
index 2348770..00573d8 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/admin/TableOperations.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/admin/TableOperations.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:20 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:31 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>TableOperations (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>TableOperations (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="TableOperations (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="TableOperations (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -1623,6 +1623,6 @@ void&nbsp;flush(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Stri
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/admin/TimeType.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/admin/TimeType.html b/1.8/apidocs/org/apache/accumulo/core/client/admin/TimeType.html
index cd75bfe..1c92290 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/admin/TimeType.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/admin/TimeType.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:20 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:31 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>TimeType (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>TimeType (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="TimeType (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="TimeType (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -325,6 +325,6 @@ not permitted.)</div>
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/admin/class-use/ActiveCompaction.CompactionReason.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/admin/class-use/ActiveCompaction.CompactionReason.html b/1.8/apidocs/org/apache/accumulo/core/client/admin/class-use/ActiveCompaction.CompactionReason.html
index f73c596..09660d9 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/admin/class-use/ActiveCompaction.CompactionReason.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/admin/class-use/ActiveCompaction.CompactionReason.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:22 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.accumulo.core.client.admin.ActiveCompaction.CompactionReason (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Uses of Class org.apache.accumulo.core.client.admin.ActiveCompaction.CompactionReason (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.accumulo.core.client.admin.ActiveCompaction.CompactionReason (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Uses of Class org.apache.accumulo.core.client.admin.ActiveCompaction.CompactionReason (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -165,6 +165,6 @@ the order they are declared.</div>
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/admin/class-use/ActiveCompaction.CompactionType.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/admin/class-use/ActiveCompaction.CompactionType.html b/1.8/apidocs/org/apache/accumulo/core/client/admin/class-use/ActiveCompaction.CompactionType.html
index 6362e78..7aebf00 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/admin/class-use/ActiveCompaction.CompactionType.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/admin/class-use/ActiveCompaction.CompactionType.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:22 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.accumulo.core.client.admin.ActiveCompaction.CompactionType (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Uses of Class org.apache.accumulo.core.client.admin.ActiveCompaction.CompactionType (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.accumulo.core.client.admin.ActiveCompaction.CompactionType (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Uses of Class org.apache.accumulo.core.client.admin.ActiveCompaction.CompactionType (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -165,6 +165,6 @@ the order they are declared.</div>
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/admin/class-use/ActiveCompaction.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/admin/class-use/ActiveCompaction.html b/1.8/apidocs/org/apache/accumulo/core/client/admin/class-use/ActiveCompaction.html
index a57751e..c91bd08 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/admin/class-use/ActiveCompaction.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/admin/class-use/ActiveCompaction.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:22 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.accumulo.core.client.admin.ActiveCompaction (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Uses of Class org.apache.accumulo.core.client.admin.ActiveCompaction (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.accumulo.core.client.admin.ActiveCompaction (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Uses of Class org.apache.accumulo.core.client.admin.ActiveCompaction (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -154,6 +154,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/admin/class-use/ActiveScan.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/admin/class-use/ActiveScan.html b/1.8/apidocs/org/apache/accumulo/core/client/admin/class-use/ActiveScan.html
index bba286b..d0bdc93 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/admin/class-use/ActiveScan.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/admin/class-use/ActiveScan.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:22 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.accumulo.core.client.admin.ActiveScan (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Uses of Class org.apache.accumulo.core.client.admin.ActiveScan (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.accumulo.core.client.admin.ActiveScan (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Uses of Class org.apache.accumulo.core.client.admin.ActiveScan (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -154,6 +154,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/admin/class-use/CompactionConfig.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/admin/class-use/CompactionConfig.html b/1.8/apidocs/org/apache/accumulo/core/client/admin/class-use/CompactionConfig.html
index 4179d1c..3f80f14 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/admin/class-use/CompactionConfig.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/admin/class-use/CompactionConfig.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:22 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.accumulo.core.client.admin.CompactionConfig (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Uses of Class org.apache.accumulo.core.client.admin.CompactionConfig (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.accumulo.core.client.admin.CompactionConfig (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Uses of Class org.apache.accumulo.core.client.admin.CompactionConfig (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -188,6 +188,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/admin/class-use/CompactionStrategyConfig.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/admin/class-use/CompactionStrategyConfig.html b/1.8/apidocs/org/apache/accumulo/core/client/admin/class-use/CompactionStrategyConfig.html
index 596629f..1a5445d 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/admin/class-use/CompactionStrategyConfig.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/admin/class-use/CompactionStrategyConfig.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:22 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.accumulo.core.client.admin.CompactionStrategyConfig (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Uses of Class org.apache.accumulo.core.client.admin.CompactionStrategyConfig (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.accumulo.core.client.admin.CompactionStrategyConfig (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Uses of Class org.apache.accumulo.core.client.admin.CompactionStrategyConfig (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -169,6 +169,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/admin/class-use/DelegationTokenConfig.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/admin/class-use/DelegationTokenConfig.html b/1.8/apidocs/org/apache/accumulo/core/client/admin/class-use/DelegationTokenConfig.html
index e8a6295..dcf87b6 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/admin/class-use/DelegationTokenConfig.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/admin/class-use/DelegationTokenConfig.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:22 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.accumulo.core.client.admin.DelegationTokenConfig (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Uses of Class org.apache.accumulo.core.client.admin.DelegationTokenConfig (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.accumulo.core.client.admin.DelegationTokenConfig (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Uses of Class org.apache.accumulo.core.client.admin.DelegationTokenConfig (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -170,6 +170,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/admin/class-use/DiskUsage.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/admin/class-use/DiskUsage.html b/1.8/apidocs/org/apache/accumulo/core/client/admin/class-use/DiskUsage.html
index 75ac28e..fd36baa 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/admin/class-use/DiskUsage.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/admin/class-use/DiskUsage.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:22 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.accumulo.core.client.admin.DiskUsage (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Uses of Class org.apache.accumulo.core.client.admin.DiskUsage (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.accumulo.core.client.admin.DiskUsage (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Uses of Class org.apache.accumulo.core.client.admin.DiskUsage (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -154,6 +154,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/admin/class-use/FindMax.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/admin/class-use/FindMax.html b/1.8/apidocs/org/apache/accumulo/core/client/admin/class-use/FindMax.html
index d8edaef..480c8ee 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/admin/class-use/FindMax.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/admin/class-use/FindMax.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:22 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.accumulo.core.client.admin.FindMax (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Uses of Class org.apache.accumulo.core.client.admin.FindMax (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.accumulo.core.client.admin.FindMax (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Uses of Class org.apache.accumulo.core.client.admin.FindMax (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -112,6 +112,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/admin/class-use/InstanceOperations.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/admin/class-use/InstanceOperations.html b/1.8/apidocs/org/apache/accumulo/core/client/admin/class-use/InstanceOperations.html
index 70368df..bf8f7c6 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/admin/class-use/InstanceOperations.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/admin/class-use/InstanceOperations.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:22 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Interface org.apache.accumulo.core.client.admin.InstanceOperations (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Uses of Interface org.apache.accumulo.core.client.admin.InstanceOperations (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Interface org.apache.accumulo.core.client.admin.InstanceOperations (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Uses of Interface org.apache.accumulo.core.client.admin.InstanceOperations (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -180,6 +180,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/admin/class-use/Locations.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/admin/class-use/Locations.html b/1.8/apidocs/org/apache/accumulo/core/client/admin/class-use/Locations.html
index d45ff76..f748766 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/admin/class-use/Locations.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/admin/class-use/Locations.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:22 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Interface org.apache.accumulo.core.client.admin.Locations (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Uses of Interface org.apache.accumulo.core.client.admin.Locations (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Interface org.apache.accumulo.core.client.admin.Locations (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Uses of Interface org.apache.accumulo.core.client.admin.Locations (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -155,6 +155,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/admin/class-use/NamespaceOperations.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/admin/class-use/NamespaceOperations.html b/1.8/apidocs/org/apache/accumulo/core/client/admin/class-use/NamespaceOperations.html
index 5080543..2ba3d02 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/admin/class-use/NamespaceOperations.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/admin/class-use/NamespaceOperations.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:22 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Interface org.apache.accumulo.core.client.admin.NamespaceOperations (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Uses of Interface org.apache.accumulo.core.client.admin.NamespaceOperations (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Interface org.apache.accumulo.core.client.admin.NamespaceOperations (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Uses of Interface org.apache.accumulo.core.client.admin.NamespaceOperations (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -180,6 +180,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/admin/class-use/NewTableConfiguration.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/admin/class-use/NewTableConfiguration.html b/1.8/apidocs/org/apache/accumulo/core/client/admin/class-use/NewTableConfiguration.html
index 654d324..7bca2c9 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/admin/class-use/NewTableConfiguration.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/admin/class-use/NewTableConfiguration.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:22 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.accumulo.core.client.admin.NewTableConfiguration (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Uses of Class org.apache.accumulo.core.client.admin.NewTableConfiguration (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.accumulo.core.client.admin.NewTableConfiguration (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Uses of Class org.apache.accumulo.core.client.admin.NewTableConfiguration (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -186,6 +186,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/admin/class-use/ReplicationOperations.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/admin/class-use/ReplicationOperations.html b/1.8/apidocs/org/apache/accumulo/core/client/admin/class-use/ReplicationOperations.html
index d7833b4..873ccdb 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/admin/class-use/ReplicationOperations.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/admin/class-use/ReplicationOperations.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:22 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Interface org.apache.accumulo.core.client.admin.ReplicationOperations (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Uses of Interface org.apache.accumulo.core.client.admin.ReplicationOperations (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Interface org.apache.accumulo.core.client.admin.ReplicationOperations (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Uses of Interface org.apache.accumulo.core.client.admin.ReplicationOperations (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -180,6 +180,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/admin/class-use/ScanState.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/admin/class-use/ScanState.html b/1.8/apidocs/org/apache/accumulo/core/client/admin/class-use/ScanState.html
index d3ba3c5..5af0648 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/admin/class-use/ScanState.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/admin/class-use/ScanState.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:22 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.accumulo.core.client.admin.ScanState (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Uses of Class org.apache.accumulo.core.client.admin.ScanState (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.accumulo.core.client.admin.ScanState (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Uses of Class org.apache.accumulo.core.client.admin.ScanState (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -165,6 +165,6 @@ the order they are declared.</div>
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/admin/class-use/ScanType.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/admin/class-use/ScanType.html b/1.8/apidocs/org/apache/accumulo/core/client/admin/class-use/ScanType.html
index d6e3128..8cc03ba 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/admin/class-use/ScanType.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/admin/class-use/ScanType.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:22 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.accumulo.core.client.admin.ScanType (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Uses of Class org.apache.accumulo.core.client.admin.ScanType (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.accumulo.core.client.admin.ScanType (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Uses of Class org.apache.accumulo.core.client.admin.ScanType (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -165,6 +165,6 @@ the order they are declared.</div>
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/admin/class-use/SecurityOperations.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/admin/class-use/SecurityOperations.html b/1.8/apidocs/org/apache/accumulo/core/client/admin/class-use/SecurityOperations.html
index e5deaa7..0ff7e27 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/admin/class-use/SecurityOperations.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/admin/class-use/SecurityOperations.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:22 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Interface org.apache.accumulo.core.client.admin.SecurityOperations (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Uses of Interface org.apache.accumulo.core.client.admin.SecurityOperations (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Interface org.apache.accumulo.core.client.admin.SecurityOperations (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Uses of Interface org.apache.accumulo.core.client.admin.SecurityOperations (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -180,6 +180,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/admin/class-use/TableOperations.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/admin/class-use/TableOperations.html b/1.8/apidocs/org/apache/accumulo/core/client/admin/class-use/TableOperations.html
index dd96cce..a32228c 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/admin/class-use/TableOperations.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/admin/class-use/TableOperations.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:22 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Interface org.apache.accumulo.core.client.admin.TableOperations (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Uses of Interface org.apache.accumulo.core.client.admin.TableOperations (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Interface org.apache.accumulo.core.client.admin.TableOperations (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Uses of Interface org.apache.accumulo.core.client.admin.TableOperations (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -180,6 +180,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/admin/class-use/TimeType.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/admin/class-use/TimeType.html b/1.8/apidocs/org/apache/accumulo/core/client/admin/class-use/TimeType.html
index b21e8c2..04967f0 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/admin/class-use/TimeType.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/admin/class-use/TimeType.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:22 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.accumulo.core.client.admin.TimeType (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Uses of Class org.apache.accumulo.core.client.admin.TimeType (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.accumulo.core.client.admin.TimeType (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Uses of Class org.apache.accumulo.core.client.admin.TimeType (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -256,6 +256,6 @@ the order they are declared.</div>
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/admin/package-frame.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/admin/package-frame.html b/1.8/apidocs/org/apache/accumulo/core/client/admin/package-frame.html
index 701ed29..2969524 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/admin/package-frame.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/admin/package-frame.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:22 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>org.apache.accumulo.core.client.admin (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>org.apache.accumulo.core.client.admin (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/admin/package-summary.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/admin/package-summary.html b/1.8/apidocs/org/apache/accumulo/core/client/admin/package-summary.html
index 4abc153..ba0ac40 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/admin/package-summary.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/admin/package-summary.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:22 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>org.apache.accumulo.core.client.admin (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>org.apache.accumulo.core.client.admin (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="org.apache.accumulo.core.client.admin (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="org.apache.accumulo.core.client.admin (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -248,6 +248,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/admin/package-tree.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/admin/package-tree.html b/1.8/apidocs/org/apache/accumulo/core/client/admin/package-tree.html
index 5bbaae7..5eb16e8 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/admin/package-tree.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/admin/package-tree.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:22 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>org.apache.accumulo.core.client.admin Class Hierarchy (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>org.apache.accumulo.core.client.admin Class Hierarchy (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="org.apache.accumulo.core.client.admin Class Hierarchy (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="org.apache.accumulo.core.client.admin Class Hierarchy (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -101,11 +101,11 @@
 <ul>
 <li type="circle">java.lang.<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Enum.html?is-external=true" title="class or interface in java.lang"><span class="strong">Enum</span></a>&lt;E&gt; (implements java.lang.<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Comparable.html?is-external=true" title="class or interface in java.lang">Comparable</a>&lt;T&gt;, java.io.<a href="http://docs.oracle.com/javase/7/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</a>)
 <ul>
+<li type="circle">org.apache.accumulo.core.client.admin.<a href="../../../../../../org/apache/accumulo/core/client/admin/ActiveCompaction.CompactionType.html" title="enum in org.apache.accumulo.core.client.admin"><span class="strong">ActiveCompaction.CompactionType</span></a></li>
+<li type="circle">org.apache.accumulo.core.client.admin.<a href="../../../../../../org/apache/accumulo/core/client/admin/ActiveCompaction.CompactionReason.html" title="enum in org.apache.accumulo.core.client.admin"><span class="strong">ActiveCompaction.CompactionReason</span></a></li>
 <li type="circle">org.apache.accumulo.core.client.admin.<a href="../../../../../../org/apache/accumulo/core/client/admin/TimeType.html" title="enum in org.apache.accumulo.core.client.admin"><span class="strong">TimeType</span></a></li>
 <li type="circle">org.apache.accumulo.core.client.admin.<a href="../../../../../../org/apache/accumulo/core/client/admin/ScanType.html" title="enum in org.apache.accumulo.core.client.admin"><span class="strong">ScanType</span></a></li>
-<li type="circle">org.apache.accumulo.core.client.admin.<a href="../../../../../../org/apache/accumulo/core/client/admin/ActiveCompaction.CompactionReason.html" title="enum in org.apache.accumulo.core.client.admin"><span class="strong">ActiveCompaction.CompactionReason</span></a></li>
 <li type="circle">org.apache.accumulo.core.client.admin.<a href="../../../../../../org/apache/accumulo/core/client/admin/ScanState.html" title="enum in org.apache.accumulo.core.client.admin"><span class="strong">ScanState</span></a></li>
-<li type="circle">org.apache.accumulo.core.client.admin.<a href="../../../../../../org/apache/accumulo/core/client/admin/ActiveCompaction.CompactionType.html" title="enum in org.apache.accumulo.core.client.admin"><span class="strong">ActiveCompaction.CompactionType</span></a></li>
 </ul>
 </li>
 </ul>
@@ -157,6 +157,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/admin/package-use.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/admin/package-use.html b/1.8/apidocs/org/apache/accumulo/core/client/admin/package-use.html
index 98ba756..d6c3c54 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/admin/package-use.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/admin/package-use.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:24 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:33 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Package org.apache.accumulo.core.client.admin (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Uses of Package org.apache.accumulo.core.client.admin (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Package org.apache.accumulo.core.client.admin (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Uses of Package org.apache.accumulo.core.client.admin (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -284,6 +284,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>


[07/16] accumulo-website git commit: Updates for 1.8.1 Release

Posted by mj...@apache.org.
http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/lib/util/class-use/FileOutputConfigurator.Opts.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/lib/util/class-use/FileOutputConfigurator.Opts.html b/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/lib/util/class-use/FileOutputConfigurator.Opts.html
index 4f59b0e..6492478 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/lib/util/class-use/FileOutputConfigurator.Opts.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/lib/util/class-use/FileOutputConfigurator.Opts.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:23 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.accumulo.core.client.mapreduce.lib.util.FileOutputConfigurator.Opts (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Uses of Class org.apache.accumulo.core.client.mapreduce.lib.util.FileOutputConfigurator.Opts (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.accumulo.core.client.mapreduce.lib.util.FileOutputConfigurator.Opts (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Uses of Class org.apache.accumulo.core.client.mapreduce.lib.util.FileOutputConfigurator.Opts (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -163,6 +163,6 @@ the order they are declared.</div>
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/lib/util/class-use/FileOutputConfigurator.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/lib/util/class-use/FileOutputConfigurator.html b/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/lib/util/class-use/FileOutputConfigurator.html
index c1df5f6..62ea21f 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/lib/util/class-use/FileOutputConfigurator.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/lib/util/class-use/FileOutputConfigurator.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:23 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.accumulo.core.client.mapreduce.lib.util.FileOutputConfigurator (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Uses of Class org.apache.accumulo.core.client.mapreduce.lib.util.FileOutputConfigurator (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.accumulo.core.client.mapreduce.lib.util.FileOutputConfigurator (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Uses of Class org.apache.accumulo.core.client.mapreduce.lib.util.FileOutputConfigurator (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -112,6 +112,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/lib/util/class-use/InputConfigurator.Features.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/lib/util/class-use/InputConfigurator.Features.html b/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/lib/util/class-use/InputConfigurator.Features.html
index aba7b5f..3736d62 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/lib/util/class-use/InputConfigurator.Features.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/lib/util/class-use/InputConfigurator.Features.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:23 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.accumulo.core.client.mapreduce.lib.util.InputConfigurator.Features (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Uses of Class org.apache.accumulo.core.client.mapreduce.lib.util.InputConfigurator.Features (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.accumulo.core.client.mapreduce.lib.util.InputConfigurator.Features (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Uses of Class org.apache.accumulo.core.client.mapreduce.lib.util.InputConfigurator.Features (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -163,6 +163,6 @@ the order they are declared.</div>
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/lib/util/class-use/InputConfigurator.ScanOpts.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/lib/util/class-use/InputConfigurator.ScanOpts.html b/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/lib/util/class-use/InputConfigurator.ScanOpts.html
index abdf94c..da1c769 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/lib/util/class-use/InputConfigurator.ScanOpts.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/lib/util/class-use/InputConfigurator.ScanOpts.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:23 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.accumulo.core.client.mapreduce.lib.util.InputConfigurator.ScanOpts (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Uses of Class org.apache.accumulo.core.client.mapreduce.lib.util.InputConfigurator.ScanOpts (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.accumulo.core.client.mapreduce.lib.util.InputConfigurator.ScanOpts (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Uses of Class org.apache.accumulo.core.client.mapreduce.lib.util.InputConfigurator.ScanOpts (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -163,6 +163,6 @@ the order they are declared.</div>
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/lib/util/class-use/InputConfigurator.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/lib/util/class-use/InputConfigurator.html b/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/lib/util/class-use/InputConfigurator.html
index 25bb249..1e6cb90 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/lib/util/class-use/InputConfigurator.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/lib/util/class-use/InputConfigurator.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:23 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.accumulo.core.client.mapreduce.lib.util.InputConfigurator (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Uses of Class org.apache.accumulo.core.client.mapreduce.lib.util.InputConfigurator (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.accumulo.core.client.mapreduce.lib.util.InputConfigurator (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Uses of Class org.apache.accumulo.core.client.mapreduce.lib.util.InputConfigurator (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -112,6 +112,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/lib/util/class-use/OutputConfigurator.Features.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/lib/util/class-use/OutputConfigurator.Features.html b/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/lib/util/class-use/OutputConfigurator.Features.html
index a65586f..14308c0 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/lib/util/class-use/OutputConfigurator.Features.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/lib/util/class-use/OutputConfigurator.Features.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:23 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.accumulo.core.client.mapreduce.lib.util.OutputConfigurator.Features (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Uses of Class org.apache.accumulo.core.client.mapreduce.lib.util.OutputConfigurator.Features (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.accumulo.core.client.mapreduce.lib.util.OutputConfigurator.Features (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Uses of Class org.apache.accumulo.core.client.mapreduce.lib.util.OutputConfigurator.Features (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -163,6 +163,6 @@ the order they are declared.</div>
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/lib/util/class-use/OutputConfigurator.WriteOpts.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/lib/util/class-use/OutputConfigurator.WriteOpts.html b/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/lib/util/class-use/OutputConfigurator.WriteOpts.html
index 0654d72..a39b92c 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/lib/util/class-use/OutputConfigurator.WriteOpts.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/lib/util/class-use/OutputConfigurator.WriteOpts.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:23 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.accumulo.core.client.mapreduce.lib.util.OutputConfigurator.WriteOpts (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Uses of Class org.apache.accumulo.core.client.mapreduce.lib.util.OutputConfigurator.WriteOpts (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.accumulo.core.client.mapreduce.lib.util.OutputConfigurator.WriteOpts (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Uses of Class org.apache.accumulo.core.client.mapreduce.lib.util.OutputConfigurator.WriteOpts (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -163,6 +163,6 @@ the order they are declared.</div>
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/lib/util/class-use/OutputConfigurator.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/lib/util/class-use/OutputConfigurator.html b/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/lib/util/class-use/OutputConfigurator.html
index ff27627..f4d80eb 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/lib/util/class-use/OutputConfigurator.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/lib/util/class-use/OutputConfigurator.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:23 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.accumulo.core.client.mapreduce.lib.util.OutputConfigurator (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Uses of Class org.apache.accumulo.core.client.mapreduce.lib.util.OutputConfigurator (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.accumulo.core.client.mapreduce.lib.util.OutputConfigurator (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Uses of Class org.apache.accumulo.core.client.mapreduce.lib.util.OutputConfigurator (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -112,6 +112,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/lib/util/package-frame.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/lib/util/package-frame.html b/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/lib/util/package-frame.html
index f44223b..48371e1 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/lib/util/package-frame.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/lib/util/package-frame.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:22 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>org.apache.accumulo.core.client.mapreduce.lib.util (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>org.apache.accumulo.core.client.mapreduce.lib.util (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/lib/util/package-summary.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/lib/util/package-summary.html b/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/lib/util/package-summary.html
index 7849a84..de29d8b 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/lib/util/package-summary.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/lib/util/package-summary.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:22 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>org.apache.accumulo.core.client.mapreduce.lib.util (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>org.apache.accumulo.core.client.mapreduce.lib.util (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="org.apache.accumulo.core.client.mapreduce.lib.util (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="org.apache.accumulo.core.client.mapreduce.lib.util (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -214,6 +214,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/lib/util/package-tree.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/lib/util/package-tree.html b/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/lib/util/package-tree.html
index 63bccaf..9b2a68a 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/lib/util/package-tree.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/lib/util/package-tree.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:22 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>org.apache.accumulo.core.client.mapreduce.lib.util Class Hierarchy (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>org.apache.accumulo.core.client.mapreduce.lib.util Class Hierarchy (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="org.apache.accumulo.core.client.mapreduce.lib.util Class Hierarchy (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="org.apache.accumulo.core.client.mapreduce.lib.util Class Hierarchy (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -91,14 +91,14 @@
 <ul>
 <li type="circle">java.lang.<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Enum.html?is-external=true" title="class or interface in java.lang"><span class="strong">Enum</span></a>&lt;E&gt; (implements java.lang.<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Comparable.html?is-external=true" title="class or interface in java.lang">Comparable</a>&lt;T&gt;, java.io.<a href="http://docs.oracle.com/javase/7/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</a>)
 <ul>
-<li type="circle">org.apache.accumulo.core.client.mapreduce.lib.util.<a href="../../../../../../../../org/apache/accumulo/core/client/mapreduce/lib/util/OutputConfigurator.WriteOpts.html" title="enum in org.apache.accumulo.core.client.mapreduce.lib.util"><span class="strong">OutputConfigurator.WriteOpts</span></a></li>
-<li type="circle">org.apache.accumulo.core.client.mapreduce.lib.util.<a href="../../../../../../../../org/apache/accumulo/core/client/mapreduce/lib/util/ConfiguratorBase.GeneralOpts.html" title="enum in org.apache.accumulo.core.client.mapreduce.lib.util"><span class="strong">ConfiguratorBase.GeneralOpts</span></a></li>
-<li type="circle">org.apache.accumulo.core.client.mapreduce.lib.util.<a href="../../../../../../../../org/apache/accumulo/core/client/mapreduce/lib/util/InputConfigurator.Features.html" title="enum in org.apache.accumulo.core.client.mapreduce.lib.util"><span class="strong">InputConfigurator.Features</span></a></li>
 <li type="circle">org.apache.accumulo.core.client.mapreduce.lib.util.<a href="../../../../../../../../org/apache/accumulo/core/client/mapreduce/lib/util/InputConfigurator.ScanOpts.html" title="enum in org.apache.accumulo.core.client.mapreduce.lib.util"><span class="strong">InputConfigurator.ScanOpts</span></a></li>
-<li type="circle">org.apache.accumulo.core.client.mapreduce.lib.util.<a href="../../../../../../../../org/apache/accumulo/core/client/mapreduce/lib/util/ConfiguratorBase.InstanceOpts.html" title="enum in org.apache.accumulo.core.client.mapreduce.lib.util"><span class="strong">ConfiguratorBase.InstanceOpts</span></a></li>
+<li type="circle">org.apache.accumulo.core.client.mapreduce.lib.util.<a href="../../../../../../../../org/apache/accumulo/core/client/mapreduce/lib/util/FileOutputConfigurator.Opts.html" title="enum in org.apache.accumulo.core.client.mapreduce.lib.util"><span class="strong">FileOutputConfigurator.Opts</span></a></li>
 <li type="circle">org.apache.accumulo.core.client.mapreduce.lib.util.<a href="../../../../../../../../org/apache/accumulo/core/client/mapreduce/lib/util/ConfiguratorBase.ConnectorInfo.html" title="enum in org.apache.accumulo.core.client.mapreduce.lib.util"><span class="strong">ConfiguratorBase.ConnectorInfo</span></a></li>
+<li type="circle">org.apache.accumulo.core.client.mapreduce.lib.util.<a href="../../../../../../../../org/apache/accumulo/core/client/mapreduce/lib/util/OutputConfigurator.WriteOpts.html" title="enum in org.apache.accumulo.core.client.mapreduce.lib.util"><span class="strong">OutputConfigurator.WriteOpts</span></a></li>
+<li type="circle">org.apache.accumulo.core.client.mapreduce.lib.util.<a href="../../../../../../../../org/apache/accumulo/core/client/mapreduce/lib/util/ConfiguratorBase.InstanceOpts.html" title="enum in org.apache.accumulo.core.client.mapreduce.lib.util"><span class="strong">ConfiguratorBase.InstanceOpts</span></a></li>
+<li type="circle">org.apache.accumulo.core.client.mapreduce.lib.util.<a href="../../../../../../../../org/apache/accumulo/core/client/mapreduce/lib/util/InputConfigurator.Features.html" title="enum in org.apache.accumulo.core.client.mapreduce.lib.util"><span class="strong">InputConfigurator.Features</span></a></li>
 <li type="circle">org.apache.accumulo.core.client.mapreduce.lib.util.<a href="../../../../../../../../org/apache/accumulo/core/client/mapreduce/lib/util/OutputConfigurator.Features.html" title="enum in org.apache.accumulo.core.client.mapreduce.lib.util"><span class="strong">OutputConfigurator.Features</span></a></li>
-<li type="circle">org.apache.accumulo.core.client.mapreduce.lib.util.<a href="../../../../../../../../org/apache/accumulo/core/client/mapreduce/lib/util/FileOutputConfigurator.Opts.html" title="enum in org.apache.accumulo.core.client.mapreduce.lib.util"><span class="strong">FileOutputConfigurator.Opts</span></a></li>
+<li type="circle">org.apache.accumulo.core.client.mapreduce.lib.util.<a href="../../../../../../../../org/apache/accumulo/core/client/mapreduce/lib/util/ConfiguratorBase.GeneralOpts.html" title="enum in org.apache.accumulo.core.client.mapreduce.lib.util"><span class="strong">ConfiguratorBase.GeneralOpts</span></a></li>
 </ul>
 </li>
 </ul>
@@ -150,6 +150,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/lib/util/package-use.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/lib/util/package-use.html b/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/lib/util/package-use.html
index d85c1d0..13506de 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/lib/util/package-use.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/lib/util/package-use.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:24 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:33 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Package org.apache.accumulo.core.client.mapreduce.lib.util (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Uses of Package org.apache.accumulo.core.client.mapreduce.lib.util (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Package org.apache.accumulo.core.client.mapreduce.lib.util (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Uses of Package org.apache.accumulo.core.client.mapreduce.lib.util (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -205,6 +205,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/package-frame.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/package-frame.html b/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/package-frame.html
index 1354868..8b24f16 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/package-frame.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/package-frame.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:22 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>org.apache.accumulo.core.client.mapreduce (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>org.apache.accumulo.core.client.mapreduce (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/package-summary.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/package-summary.html b/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/package-summary.html
index 7616e07..7c9582e 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/package-summary.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/package-summary.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:22 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>org.apache.accumulo.core.client.mapreduce (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>org.apache.accumulo.core.client.mapreduce (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="org.apache.accumulo.core.client.mapreduce (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="org.apache.accumulo.core.client.mapreduce (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -204,6 +204,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/package-tree.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/package-tree.html b/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/package-tree.html
index 632cafb..5211a52 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/package-tree.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/package-tree.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:22 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>org.apache.accumulo.core.client.mapreduce Class Hierarchy (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>org.apache.accumulo.core.client.mapreduce Class Hierarchy (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="org.apache.accumulo.core.client.mapreduce Class Hierarchy (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="org.apache.accumulo.core.client.mapreduce Class Hierarchy (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -173,6 +173,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/package-use.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/package-use.html b/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/package-use.html
index a444c6e..ce34b0f 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/package-use.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/mapreduce/package-use.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:24 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:33 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Package org.apache.accumulo.core.client.mapreduce (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Uses of Package org.apache.accumulo.core.client.mapreduce (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Package org.apache.accumulo.core.client.mapreduce (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Uses of Package org.apache.accumulo.core.client.mapreduce (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -201,6 +201,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/mock/IteratorAdapter.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/mock/IteratorAdapter.html b/1.8/apidocs/org/apache/accumulo/core/client/mock/IteratorAdapter.html
index 9a075c0..f7af6e8 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/mock/IteratorAdapter.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/mock/IteratorAdapter.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:19 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:31 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>IteratorAdapter (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>IteratorAdapter (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="IteratorAdapter (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="IteratorAdapter (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -248,6 +248,6 @@ extends org.apache.accumulo.core.iterators.IteratorAdapter</pre>
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/mock/MockAccumulo.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/mock/MockAccumulo.html b/1.8/apidocs/org/apache/accumulo/core/client/mock/MockAccumulo.html
index a683d91..68221f0 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/mock/MockAccumulo.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/mock/MockAccumulo.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:19 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:31 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>MockAccumulo (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>MockAccumulo (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="MockAccumulo (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="MockAccumulo (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -402,6 +402,6 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/mock/MockBatchDeleter.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/mock/MockBatchDeleter.html b/1.8/apidocs/org/apache/accumulo/core/client/mock/MockBatchDeleter.html
index 5c2af16..04a591d 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/mock/MockBatchDeleter.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/mock/MockBatchDeleter.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:19 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:31 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>MockBatchDeleter (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>MockBatchDeleter (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="MockBatchDeleter (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="MockBatchDeleter (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -371,6 +371,6 @@ implements <a href="../../../../../../org/apache/accumulo/core/client/BatchDelet
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/mock/MockBatchScanner.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/mock/MockBatchScanner.html b/1.8/apidocs/org/apache/accumulo/core/client/mock/MockBatchScanner.html
index ea65825..0f8245b 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/mock/MockBatchScanner.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/mock/MockBatchScanner.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:19 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:31 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>MockBatchScanner (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>MockBatchScanner (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="MockBatchScanner (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="MockBatchScanner (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -401,6 +401,6 @@ implements <a href="../../../../../../org/apache/accumulo/core/client/BatchScann
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/mock/MockBatchWriter.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/mock/MockBatchWriter.html b/1.8/apidocs/org/apache/accumulo/core/client/mock/MockBatchWriter.html
index dd15e09..92fdc97 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/mock/MockBatchWriter.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/mock/MockBatchWriter.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:19 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:31 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>MockBatchWriter (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>MockBatchWriter (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="MockBatchWriter (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="MockBatchWriter (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -319,6 +319,6 @@ implements <a href="../../../../../../org/apache/accumulo/core/client/BatchWrite
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/mock/MockConnector.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/mock/MockConnector.html b/1.8/apidocs/org/apache/accumulo/core/client/mock/MockConnector.html
index 8cb662c..df8e379 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/mock/MockConnector.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/mock/MockConnector.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:19 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:31 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>MockConnector (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>MockConnector (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="MockConnector (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="MockConnector (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -656,6 +656,6 @@ public&nbsp;<a href="../../../../../../org/apache/accumulo/core/client/MultiTabl
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/mock/MockInstance.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/mock/MockInstance.html b/1.8/apidocs/org/apache/accumulo/core/client/mock/MockInstance.html
index 10a1471..e36694a 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/mock/MockInstance.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/mock/MockInstance.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:19 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:31 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>MockInstance (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>MockInstance (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="MockInstance (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="MockInstance (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -599,6 +599,6 @@ public&nbsp;void&nbsp;setConfiguration(org.apache.accumulo.core.conf.AccumuloCon
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/mock/MockMultiTableBatchWriter.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/mock/MockMultiTableBatchWriter.html b/1.8/apidocs/org/apache/accumulo/core/client/mock/MockMultiTableBatchWriter.html
index c209bb3..00abe3d 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/mock/MockMultiTableBatchWriter.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/mock/MockMultiTableBatchWriter.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:19 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:31 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>MockMultiTableBatchWriter (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>MockMultiTableBatchWriter (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="MockMultiTableBatchWriter (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="MockMultiTableBatchWriter (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -356,6 +356,6 @@ implements <a href="../../../../../../org/apache/accumulo/core/client/MultiTable
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/mock/MockNamespace.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/mock/MockNamespace.html b/1.8/apidocs/org/apache/accumulo/core/client/mock/MockNamespace.html
index afb3854..ea60220 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/mock/MockNamespace.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/mock/MockNamespace.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:19 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:31 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>MockNamespace (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>MockNamespace (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="MockNamespace (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="MockNamespace (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -263,6 +263,6 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/mock/MockScanner.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/mock/MockScanner.html b/1.8/apidocs/org/apache/accumulo/core/client/mock/MockScanner.html
index 293da4d..54e46cb 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/mock/MockScanner.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/mock/MockScanner.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:19 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:31 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>MockScanner (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>MockScanner (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="MockScanner (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="MockScanner (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -529,6 +529,6 @@ public&nbsp;int&nbsp;getTimeOut()</pre>
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/mock/MockScannerBase.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/mock/MockScannerBase.html b/1.8/apidocs/org/apache/accumulo/core/client/mock/MockScannerBase.html
index 576178a..03ea3e9 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/mock/MockScannerBase.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/mock/MockScannerBase.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:19 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:31 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>MockScannerBase (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>MockScannerBase (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="MockScannerBase (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="MockScannerBase (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -393,6 +393,6 @@ extends org.apache.accumulo.core.client.impl.ScannerOptions</pre>
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/mock/MockTable.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/mock/MockTable.html b/1.8/apidocs/org/apache/accumulo/core/client/mock/MockTable.html
index 7064afc..79a17f7 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/mock/MockTable.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/mock/MockTable.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:19 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:31 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>MockTable (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>MockTable (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="MockTable (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="MockTable (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -415,6 +415,6 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/mock/MockUser.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/mock/MockUser.html b/1.8/apidocs/org/apache/accumulo/core/client/mock/MockUser.html
index 619f941..a976676 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/mock/MockUser.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/mock/MockUser.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:19 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:31 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>MockUser (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>MockUser (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="MockUser (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="MockUser (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -189,6 +189,6 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/mock/class-use/IteratorAdapter.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/mock/class-use/IteratorAdapter.html b/1.8/apidocs/org/apache/accumulo/core/client/mock/class-use/IteratorAdapter.html
index a0a1c57..680ca51 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/mock/class-use/IteratorAdapter.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/mock/class-use/IteratorAdapter.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:23 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.accumulo.core.client.mock.IteratorAdapter (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Uses of Class org.apache.accumulo.core.client.mock.IteratorAdapter (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.accumulo.core.client.mock.IteratorAdapter (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Uses of Class org.apache.accumulo.core.client.mock.IteratorAdapter (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -112,6 +112,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/mock/class-use/MockAccumulo.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/mock/class-use/MockAccumulo.html b/1.8/apidocs/org/apache/accumulo/core/client/mock/class-use/MockAccumulo.html
index 18249ea..6133cc4 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/mock/class-use/MockAccumulo.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/mock/class-use/MockAccumulo.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:23 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.accumulo.core.client.mock.MockAccumulo (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Uses of Class org.apache.accumulo.core.client.mock.MockAccumulo (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.accumulo.core.client.mock.MockAccumulo (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Uses of Class org.apache.accumulo.core.client.mock.MockAccumulo (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -177,6 +177,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/mock/class-use/MockBatchDeleter.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/mock/class-use/MockBatchDeleter.html b/1.8/apidocs/org/apache/accumulo/core/client/mock/class-use/MockBatchDeleter.html
index 25e18ea..59111ee 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/mock/class-use/MockBatchDeleter.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/mock/class-use/MockBatchDeleter.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:23 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.accumulo.core.client.mock.MockBatchDeleter (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Uses of Class org.apache.accumulo.core.client.mock.MockBatchDeleter (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.accumulo.core.client.mock.MockBatchDeleter (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Uses of Class org.apache.accumulo.core.client.mock.MockBatchDeleter (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -112,6 +112,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/mock/class-use/MockBatchScanner.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/mock/class-use/MockBatchScanner.html b/1.8/apidocs/org/apache/accumulo/core/client/mock/class-use/MockBatchScanner.html
index 4f2e0af..ba9c11b 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/mock/class-use/MockBatchScanner.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/mock/class-use/MockBatchScanner.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:23 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.accumulo.core.client.mock.MockBatchScanner (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Uses of Class org.apache.accumulo.core.client.mock.MockBatchScanner (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.accumulo.core.client.mock.MockBatchScanner (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Uses of Class org.apache.accumulo.core.client.mock.MockBatchScanner (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -158,6 +158,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/mock/class-use/MockBatchWriter.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/mock/class-use/MockBatchWriter.html b/1.8/apidocs/org/apache/accumulo/core/client/mock/class-use/MockBatchWriter.html
index e515c8f..9fc8f2d 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/mock/class-use/MockBatchWriter.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/mock/class-use/MockBatchWriter.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:23 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.accumulo.core.client.mock.MockBatchWriter (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Uses of Class org.apache.accumulo.core.client.mock.MockBatchWriter (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.accumulo.core.client.mock.MockBatchWriter (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Uses of Class org.apache.accumulo.core.client.mock.MockBatchWriter (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -112,6 +112,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/mock/class-use/MockConnector.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/mock/class-use/MockConnector.html b/1.8/apidocs/org/apache/accumulo/core/client/mock/class-use/MockConnector.html
index d3a9421..6ac0ef4 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/mock/class-use/MockConnector.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/mock/class-use/MockConnector.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:23 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.accumulo.core.client.mock.MockConnector (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Uses of Class org.apache.accumulo.core.client.mock.MockConnector (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.accumulo.core.client.mock.MockConnector (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Uses of Class org.apache.accumulo.core.client.mock.MockConnector (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -112,6 +112,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/mock/class-use/MockInstance.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/mock/class-use/MockInstance.html b/1.8/apidocs/org/apache/accumulo/core/client/mock/class-use/MockInstance.html
index 6efbb04..c55ae62 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/mock/class-use/MockInstance.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/mock/class-use/MockInstance.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:23 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.accumulo.core.client.mock.MockInstance (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Uses of Class org.apache.accumulo.core.client.mock.MockInstance (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.accumulo.core.client.mock.MockInstance (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Uses of Class org.apache.accumulo.core.client.mock.MockInstance (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -112,6 +112,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/mock/class-use/MockMultiTableBatchWriter.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/mock/class-use/MockMultiTableBatchWriter.html b/1.8/apidocs/org/apache/accumulo/core/client/mock/class-use/MockMultiTableBatchWriter.html
index 77aff82..5103430 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/mock/class-use/MockMultiTableBatchWriter.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/mock/class-use/MockMultiTableBatchWriter.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:23 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.accumulo.core.client.mock.MockMultiTableBatchWriter (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Uses of Class org.apache.accumulo.core.client.mock.MockMultiTableBatchWriter (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.accumulo.core.client.mock.MockMultiTableBatchWriter (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Uses of Class org.apache.accumulo.core.client.mock.MockMultiTableBatchWriter (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -112,6 +112,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/mock/class-use/MockNamespace.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/mock/class-use/MockNamespace.html b/1.8/apidocs/org/apache/accumulo/core/client/mock/class-use/MockNamespace.html
index 12324b3..949211d 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/mock/class-use/MockNamespace.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/mock/class-use/MockNamespace.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:23 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.accumulo.core.client.mock.MockNamespace (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Uses of Class org.apache.accumulo.core.client.mock.MockNamespace (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.accumulo.core.client.mock.MockNamespace (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Uses of Class org.apache.accumulo.core.client.mock.MockNamespace (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -187,6 +187,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/mock/class-use/MockScanner.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/mock/class-use/MockScanner.html b/1.8/apidocs/org/apache/accumulo/core/client/mock/class-use/MockScanner.html
index d7c8e19..4b68921 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/mock/class-use/MockScanner.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/mock/class-use/MockScanner.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:23 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.accumulo.core.client.mock.MockScanner (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Uses of Class org.apache.accumulo.core.client.mock.MockScanner (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.accumulo.core.client.mock.MockScanner (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Uses of Class org.apache.accumulo.core.client.mock.MockScanner (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -112,6 +112,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/mock/class-use/MockScannerBase.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/mock/class-use/MockScannerBase.html b/1.8/apidocs/org/apache/accumulo/core/client/mock/class-use/MockScannerBase.html
index e41fe49..cb4a040 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/mock/class-use/MockScannerBase.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/mock/class-use/MockScannerBase.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:23 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.accumulo.core.client.mock.MockScannerBase (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Uses of Class org.apache.accumulo.core.client.mock.MockScannerBase (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.accumulo.core.client.mock.MockScannerBase (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Uses of Class org.apache.accumulo.core.client.mock.MockScannerBase (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -174,6 +174,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>


[13/16] accumulo-website git commit: Updates for 1.8.1 Release

Posted by mj...@apache.org.
http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/class-use/AccumuloException.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/class-use/AccumuloException.html b/1.8/apidocs/org/apache/accumulo/core/client/class-use/AccumuloException.html
index feef9d4..74ba035 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/class-use/AccumuloException.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/class-use/AccumuloException.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:22 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.accumulo.core.client.AccumuloException (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Uses of Class org.apache.accumulo.core.client.AccumuloException (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.accumulo.core.client.AccumuloException (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Uses of Class org.apache.accumulo.core.client.AccumuloException (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -141,17 +141,24 @@
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code><a href="../../../../../../org/apache/accumulo/core/client/Connector.html" title="class in org.apache.accumulo.core.client">Connector</a></code></td>
+<td class="colLast"><span class="strong">ZooKeeperInstance.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/ZooKeeperInstance.html#getConnector(java.lang.String,%20org.apache.accumulo.core.client.security.tokens.AuthenticationToken)">getConnector</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;principal,
+            <a href="../../../../../../org/apache/accumulo/core/client/security/tokens/AuthenticationToken.html" title="interface in org.apache.accumulo.core.client.security.tokens">AuthenticationToken</a>&nbsp;token)</code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code><a href="../../../../../../org/apache/accumulo/core/client/Connector.html" title="class in org.apache.accumulo.core.client">Connector</a></code></td>
 <td class="colLast"><span class="strong">Instance.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/Instance.html#getConnector(java.lang.String,%20org.apache.accumulo.core.client.security.tokens.AuthenticationToken)">getConnector</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;principal,
             <a href="../../../../../../org/apache/accumulo/core/client/security/tokens/AuthenticationToken.html" title="interface in org.apache.accumulo.core.client.security.tokens">AuthenticationToken</a>&nbsp;token)</code>
 <div class="block">Returns a connection to this instance of accumulo.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code><a href="../../../../../../org/apache/accumulo/core/client/Connector.html" title="class in org.apache.accumulo.core.client">Connector</a></code></td>
-<td class="colLast"><span class="strong">ZooKeeperInstance.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/ZooKeeperInstance.html#getConnector(java.lang.String,%20org.apache.accumulo.core.client.security.tokens.AuthenticationToken)">getConnector</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;principal,
-            <a href="../../../../../../org/apache/accumulo/core/client/security/tokens/AuthenticationToken.html" title="interface in org.apache.accumulo.core.client.security.tokens">AuthenticationToken</a>&nbsp;token)</code>&nbsp;</td>
+<td class="colLast"><span class="strong">ZooKeeperInstance.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/ZooKeeperInstance.html#getConnector(java.lang.String,%20byte[])">getConnector</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;principal,
+            byte[]&nbsp;pass)</code>
+<div class="block"><strong>Deprecated.</strong>&nbsp;</div>
+</td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code><a href="../../../../../../org/apache/accumulo/core/client/Connector.html" title="class in org.apache.accumulo.core.client">Connector</a></code></td>
 <td class="colLast"><span class="strong">Instance.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/Instance.html#getConnector(java.lang.String,%20byte[])">getConnector</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;user,
             byte[]&nbsp;pass)</code>
@@ -160,14 +167,14 @@
 </div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code><a href="../../../../../../org/apache/accumulo/core/client/Connector.html" title="class in org.apache.accumulo.core.client">Connector</a></code></td>
-<td class="colLast"><span class="strong">ZooKeeperInstance.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/ZooKeeperInstance.html#getConnector(java.lang.String,%20byte[])">getConnector</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;principal,
-            byte[]&nbsp;pass)</code>
+<td class="colLast"><span class="strong">ZooKeeperInstance.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/ZooKeeperInstance.html#getConnector(java.lang.String,%20java.nio.ByteBuffer)">getConnector</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;user,
+            <a href="http://docs.oracle.com/javase/7/docs/api/java/nio/ByteBuffer.html?is-external=true" title="class or interface in java.nio">ByteBuffer</a>&nbsp;pass)</code>
 <div class="block"><strong>Deprecated.</strong>&nbsp;</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code><a href="../../../../../../org/apache/accumulo/core/client/Connector.html" title="class in org.apache.accumulo.core.client">Connector</a></code></td>
 <td class="colLast"><span class="strong">Instance.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/Instance.html#getConnector(java.lang.String,%20java.nio.ByteBuffer)">getConnector</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;user,
             <a href="http://docs.oracle.com/javase/7/docs/api/java/nio/ByteBuffer.html?is-external=true" title="class or interface in java.nio">ByteBuffer</a>&nbsp;pass)</code>
@@ -176,14 +183,14 @@
 </div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code><a href="../../../../../../org/apache/accumulo/core/client/Connector.html" title="class in org.apache.accumulo.core.client">Connector</a></code></td>
-<td class="colLast"><span class="strong">ZooKeeperInstance.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/ZooKeeperInstance.html#getConnector(java.lang.String,%20java.nio.ByteBuffer)">getConnector</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;user,
-            <a href="http://docs.oracle.com/javase/7/docs/api/java/nio/ByteBuffer.html?is-external=true" title="class or interface in java.nio">ByteBuffer</a>&nbsp;pass)</code>
+<td class="colLast"><span class="strong">ZooKeeperInstance.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/ZooKeeperInstance.html#getConnector(java.lang.String,%20java.lang.CharSequence)">getConnector</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;user,
+            <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/CharSequence.html?is-external=true" title="class or interface in java.lang">CharSequence</a>&nbsp;pass)</code>
 <div class="block"><strong>Deprecated.</strong>&nbsp;</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code><a href="../../../../../../org/apache/accumulo/core/client/Connector.html" title="class in org.apache.accumulo.core.client">Connector</a></code></td>
 <td class="colLast"><span class="strong">Instance.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/Instance.html#getConnector(java.lang.String,%20java.lang.CharSequence)">getConnector</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;user,
             <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/CharSequence.html?is-external=true" title="class or interface in java.lang">CharSequence</a>&nbsp;pass)</code>
@@ -192,13 +199,6 @@
 </div>
 </td>
 </tr>
-<tr class="altColor">
-<td class="colFirst"><code><a href="../../../../../../org/apache/accumulo/core/client/Connector.html" title="class in org.apache.accumulo.core.client">Connector</a></code></td>
-<td class="colLast"><span class="strong">ZooKeeperInstance.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/ZooKeeperInstance.html#getConnector(java.lang.String,%20java.lang.CharSequence)">getConnector</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;user,
-            <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/CharSequence.html?is-external=true" title="class or interface in java.lang">CharSequence</a>&nbsp;pass)</code>
-<div class="block"><strong>Deprecated.</strong>&nbsp;</div>
-</td>
-</tr>
 <tr class="rowColor">
 <td class="colFirst"><code><a href="../../../../../../org/apache/accumulo/core/client/ConditionalWriter.Status.html" title="enum in org.apache.accumulo.core.client">ConditionalWriter.Status</a></code></td>
 <td class="colLast"><span class="strong">ConditionalWriter.Result.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/ConditionalWriter.Result.html#getStatus()">getStatus</a></strong>()</code>
@@ -221,16 +221,16 @@
 <tbody>
 <tr class="altColor">
 <td class="colFirst"><code>int</code></td>
-<td class="colLast"><span class="strong">NamespaceOperations.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/admin/NamespaceOperations.html#addConstraint(java.lang.String,%20java.lang.String)">addConstraint</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;namespace,
+<td class="colLast"><span class="strong">TableOperations.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/admin/TableOperations.html#addConstraint(java.lang.String,%20java.lang.String)">addConstraint</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;tableName,
              <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;constraintClassName)</code>
-<div class="block">Add a new constraint to a namespace.</div>
+<div class="block">Add a new constraint to a table.</div>
 </td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>int</code></td>
-<td class="colLast"><span class="strong">TableOperations.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/admin/TableOperations.html#addConstraint(java.lang.String,%20java.lang.String)">addConstraint</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;tableName,
+<td class="colLast"><span class="strong">NamespaceOperations.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/admin/NamespaceOperations.html#addConstraint(java.lang.String,%20java.lang.String)">addConstraint</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;namespace,
              <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;constraintClassName)</code>
-<div class="block">Add a new constraint to a table.</div>
+<div class="block">Add a new constraint to a namespace.</div>
 </td>
 </tr>
 <tr class="altColor">
@@ -249,32 +249,32 @@
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><span class="strong">NamespaceOperations.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/admin/NamespaceOperations.html#attachIterator(java.lang.String,%20org.apache.accumulo.core.client.IteratorSetting)">attachIterator</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;namespace,
+<td class="colLast"><span class="strong">TableOperations.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/admin/TableOperations.html#attachIterator(java.lang.String,%20org.apache.accumulo.core.client.IteratorSetting)">attachIterator</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;tableName,
               <a href="../../../../../../org/apache/accumulo/core/client/IteratorSetting.html" title="class in org.apache.accumulo.core.client">IteratorSetting</a>&nbsp;setting)</code>
-<div class="block">Add an iterator to a namespace on all scopes.</div>
+<div class="block">Add an iterator to a table on all scopes.</div>
 </td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><span class="strong">TableOperations.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/admin/TableOperations.html#attachIterator(java.lang.String,%20org.apache.accumulo.core.client.IteratorSetting)">attachIterator</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;tableName,
+<td class="colLast"><span class="strong">NamespaceOperations.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/admin/NamespaceOperations.html#attachIterator(java.lang.String,%20org.apache.accumulo.core.client.IteratorSetting)">attachIterator</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;namespace,
               <a href="../../../../../../org/apache/accumulo/core/client/IteratorSetting.html" title="class in org.apache.accumulo.core.client">IteratorSetting</a>&nbsp;setting)</code>
-<div class="block">Add an iterator to a table on all scopes.</div>
+<div class="block">Add an iterator to a namespace on all scopes.</div>
 </td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><span class="strong">NamespaceOperations.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/admin/NamespaceOperations.html#attachIterator(java.lang.String,%20org.apache.accumulo.core.client.IteratorSetting,%20java.util.EnumSet)">attachIterator</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;namespace,
+<td class="colLast"><span class="strong">TableOperations.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/admin/TableOperations.html#attachIterator(java.lang.String,%20org.apache.accumulo.core.client.IteratorSetting,%20java.util.EnumSet)">attachIterator</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;tableName,
               <a href="../../../../../../org/apache/accumulo/core/client/IteratorSetting.html" title="class in org.apache.accumulo.core.client">IteratorSetting</a>&nbsp;setting,
               <a href="http://docs.oracle.com/javase/7/docs/api/java/util/EnumSet.html?is-external=true" title="class or interface in java.util">EnumSet</a>&lt;org.apache.accumulo.core.iterators.IteratorUtil.IteratorScope&gt;&nbsp;scopes)</code>
-<div class="block">Add an iterator to a namespace on the given scopes.</div>
+<div class="block">Add an iterator to a table on the given scopes.</div>
 </td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><span class="strong">TableOperations.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/admin/TableOperations.html#attachIterator(java.lang.String,%20org.apache.accumulo.core.client.IteratorSetting,%20java.util.EnumSet)">attachIterator</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;tableName,
+<td class="colLast"><span class="strong">NamespaceOperations.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/admin/NamespaceOperations.html#attachIterator(java.lang.String,%20org.apache.accumulo.core.client.IteratorSetting,%20java.util.EnumSet)">attachIterator</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;namespace,
               <a href="../../../../../../org/apache/accumulo/core/client/IteratorSetting.html" title="class in org.apache.accumulo.core.client">IteratorSetting</a>&nbsp;setting,
               <a href="http://docs.oracle.com/javase/7/docs/api/java/util/EnumSet.html?is-external=true" title="class or interface in java.util">EnumSet</a>&lt;org.apache.accumulo.core.iterators.IteratorUtil.IteratorScope&gt;&nbsp;scopes)</code>
-<div class="block">Add an iterator to a table on the given scopes.</div>
+<div class="block">Add an iterator to a namespace on the given scopes.</div>
 </td>
 </tr>
 <tr class="altColor">
@@ -326,7 +326,7 @@
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><span class="strong">NamespaceOperations.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/admin/NamespaceOperations.html#checkIteratorConflicts(java.lang.String,%20org.apache.accumulo.core.client.IteratorSetting,%20java.util.EnumSet)">checkIteratorConflicts</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;namespace,
+<td class="colLast"><span class="strong">TableOperations.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/admin/TableOperations.html#checkIteratorConflicts(java.lang.String,%20org.apache.accumulo.core.client.IteratorSetting,%20java.util.EnumSet)">checkIteratorConflicts</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;tableName,
                       <a href="../../../../../../org/apache/accumulo/core/client/IteratorSetting.html" title="class in org.apache.accumulo.core.client">IteratorSetting</a>&nbsp;setting,
                       <a href="http://docs.oracle.com/javase/7/docs/api/java/util/EnumSet.html?is-external=true" title="class or interface in java.util">EnumSet</a>&lt;org.apache.accumulo.core.iterators.IteratorUtil.IteratorScope&gt;&nbsp;scopes)</code>
 <div class="block">Check whether a given iterator configuration conflicts with existing configuration; in particular, determine if the name or priority are already in use for
@@ -335,7 +335,7 @@
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><span class="strong">TableOperations.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/admin/TableOperations.html#checkIteratorConflicts(java.lang.String,%20org.apache.accumulo.core.client.IteratorSetting,%20java.util.EnumSet)">checkIteratorConflicts</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;tableName,
+<td class="colLast"><span class="strong">NamespaceOperations.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/admin/NamespaceOperations.html#checkIteratorConflicts(java.lang.String,%20org.apache.accumulo.core.client.IteratorSetting,%20java.util.EnumSet)">checkIteratorConflicts</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;namespace,
                       <a href="../../../../../../org/apache/accumulo/core/client/IteratorSetting.html" title="class in org.apache.accumulo.core.client">IteratorSetting</a>&nbsp;setting,
                       <a href="http://docs.oracle.com/javase/7/docs/api/java/util/EnumSet.html?is-external=true" title="class or interface in java.util">EnumSet</a>&lt;org.apache.accumulo.core.iterators.IteratorUtil.IteratorScope&gt;&nbsp;scopes)</code>
 <div class="block">Check whether a given iterator configuration conflicts with existing configuration; in particular, determine if the name or priority are already in use for
@@ -388,14 +388,14 @@
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><span class="strong">NamespaceOperations.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/admin/NamespaceOperations.html#create(java.lang.String)">create</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;namespace)</code>
-<div class="block">Create an empty namespace with no initial configuration.</div>
+<td class="colLast"><span class="strong">TableOperations.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/admin/TableOperations.html#create(java.lang.String)">create</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;tableName)</code>
+<div class="block">Create a table with no special configuration</div>
 </td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><span class="strong">TableOperations.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/admin/TableOperations.html#create(java.lang.String)">create</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;tableName)</code>
-<div class="block">Create a table with no special configuration</div>
+<td class="colLast"><span class="strong">NamespaceOperations.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/admin/NamespaceOperations.html#create(java.lang.String)">create</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;namespace)</code>
+<div class="block">Create an empty namespace with no initial configuration.</div>
 </td>
 </tr>
 <tr class="rowColor">
@@ -441,14 +441,14 @@
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><span class="strong">NamespaceOperations.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/admin/NamespaceOperations.html#delete(java.lang.String)">delete</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;namespace)</code>
-<div class="block">Delete an empty namespace</div>
+<td class="colLast"><span class="strong">TableOperations.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/admin/TableOperations.html#delete(java.lang.String)">delete</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;tableName)</code>
+<div class="block">Delete a table</div>
 </td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><span class="strong">TableOperations.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/admin/TableOperations.html#delete(java.lang.String)">delete</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;tableName)</code>
-<div class="block">Delete a table</div>
+<td class="colLast"><span class="strong">NamespaceOperations.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/admin/NamespaceOperations.html#delete(java.lang.String)">delete</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;namespace)</code>
+<div class="block">Delete an empty namespace</div>
 </td>
 </tr>
 <tr class="altColor">
@@ -543,7 +543,7 @@
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code><a href="../../../../../../org/apache/accumulo/core/client/IteratorSetting.html" title="class in org.apache.accumulo.core.client">IteratorSetting</a></code></td>
-<td class="colLast"><span class="strong">NamespaceOperations.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/admin/NamespaceOperations.html#getIteratorSetting(java.lang.String,%20java.lang.String,%20org.apache.accumulo.core.iterators.IteratorUtil.IteratorScope)">getIteratorSetting</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;namespace,
+<td class="colLast"><span class="strong">TableOperations.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/admin/TableOperations.html#getIteratorSetting(java.lang.String,%20java.lang.String,%20org.apache.accumulo.core.iterators.IteratorUtil.IteratorScope)">getIteratorSetting</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;tableName,
                   <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name,
                   org.apache.accumulo.core.iterators.IteratorUtil.IteratorScope&nbsp;scope)</code>
 <div class="block">Get the settings for an iterator.</div>
@@ -551,7 +551,7 @@
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code><a href="../../../../../../org/apache/accumulo/core/client/IteratorSetting.html" title="class in org.apache.accumulo.core.client">IteratorSetting</a></code></td>
-<td class="colLast"><span class="strong">TableOperations.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/admin/TableOperations.html#getIteratorSetting(java.lang.String,%20java.lang.String,%20org.apache.accumulo.core.iterators.IteratorUtil.IteratorScope)">getIteratorSetting</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;tableName,
+<td class="colLast"><span class="strong">NamespaceOperations.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/admin/NamespaceOperations.html#getIteratorSetting(java.lang.String,%20java.lang.String,%20org.apache.accumulo.core.iterators.IteratorUtil.IteratorScope)">getIteratorSetting</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;namespace,
                   <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name,
                   org.apache.accumulo.core.iterators.IteratorUtil.IteratorScope&nbsp;scope)</code>
 <div class="block">Get the settings for an iterator.</div>
@@ -576,14 +576,14 @@
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Iterable.html?is-external=true" title="class or interface in java.lang">Iterable</a>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.Entry.html?is-external=true" title="class or interface in java.util">Map.Entry</a>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;&gt;</code></td>
-<td class="colLast"><span class="strong">NamespaceOperations.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/admin/NamespaceOperations.html#getProperties(java.lang.String)">getProperties</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;namespace)</code>
-<div class="block">Gets properties of a namespace, which are inherited by tables in this namespace.</div>
+<td class="colLast"><span class="strong">TableOperations.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/admin/TableOperations.html#getProperties(java.lang.String)">getProperties</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;tableName)</code>
+<div class="block">Gets properties of a table.</div>
 </td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Iterable.html?is-external=true" title="class or interface in java.lang">Iterable</a>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.Entry.html?is-external=true" title="class or interface in java.util">Map.Entry</a>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;&gt;</code></td>
-<td class="colLast"><span class="strong">TableOperations.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/admin/TableOperations.html#getProperties(java.lang.String)">getProperties</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;tableName)</code>
-<div class="block">Gets properties of a table.</div>
+<td class="colLast"><span class="strong">NamespaceOperations.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/admin/NamespaceOperations.html#getProperties(java.lang.String)">getProperties</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;namespace)</code>
+<div class="block">Gets properties of a namespace, which are inherited by tables in this namespace.</div>
 </td>
 </tr>
 <tr class="rowColor">
@@ -676,26 +676,26 @@
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&gt;</code></td>
-<td class="colLast"><span class="strong">NamespaceOperations.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/admin/NamespaceOperations.html#listConstraints(java.lang.String)">listConstraints</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;namespace)</code>
-<div class="block">List constraints on a namespace with their assigned numbers.</div>
+<td class="colLast"><span class="strong">TableOperations.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/admin/TableOperations.html#listConstraints(java.lang.String)">listConstraints</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;tableName)</code>
+<div class="block">List constraints on a table with their assigned numbers.</div>
 </td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&gt;</code></td>
-<td class="colLast"><span class="strong">TableOperations.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/admin/TableOperations.html#listConstraints(java.lang.String)">listConstraints</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;tableName)</code>
-<div class="block">List constraints on a table with their assigned numbers.</div>
+<td class="colLast"><span class="strong">NamespaceOperations.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/admin/NamespaceOperations.html#listConstraints(java.lang.String)">listConstraints</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;namespace)</code>
+<div class="block">List constraints on a namespace with their assigned numbers.</div>
 </td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,<a href="http://docs.oracle.com/javase/7/docs/api/java/util/EnumSet.html?is-external=true" title="class or interface in java.util">EnumSet</a>&lt;org.apache.accumulo.core.iterators.IteratorUtil.IteratorScope&gt;&gt;</code></td>
-<td class="colLast"><span class="strong">NamespaceOperations.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/admin/NamespaceOperations.html#listIterators(java.lang.String)">listIterators</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;namespace)</code>
-<div class="block">Get a list of iterators for this namespace.</div>
+<td class="colLast"><span class="strong">TableOperations.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/admin/TableOperations.html#listIterators(java.lang.String)">listIterators</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;tableName)</code>
+<div class="block">Get a list of iterators for this table.</div>
 </td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,<a href="http://docs.oracle.com/javase/7/docs/api/java/util/EnumSet.html?is-external=true" title="class or interface in java.util">EnumSet</a>&lt;org.apache.accumulo.core.iterators.IteratorUtil.IteratorScope&gt;&gt;</code></td>
-<td class="colLast"><span class="strong">TableOperations.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/admin/TableOperations.html#listIterators(java.lang.String)">listIterators</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;tableName)</code>
-<div class="block">Get a list of iterators for this table.</div>
+<td class="colLast"><span class="strong">NamespaceOperations.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/admin/NamespaceOperations.html#listIterators(java.lang.String)">listIterators</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;namespace)</code>
+<div class="block">Get a list of iterators for this namespace.</div>
 </td>
 </tr>
 <tr class="altColor">
@@ -778,32 +778,32 @@
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><span class="strong">NamespaceOperations.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/admin/NamespaceOperations.html#removeConstraint(java.lang.String,%20int)">removeConstraint</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;namespace,
-                int&nbsp;id)</code>
-<div class="block">Remove a constraint from a namespace.</div>
+<td class="colLast"><span class="strong">TableOperations.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/admin/TableOperations.html#removeConstraint(java.lang.String,%20int)">removeConstraint</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;tableName,
+                int&nbsp;number)</code>
+<div class="block">Remove a constraint from a table.</div>
 </td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><span class="strong">TableOperations.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/admin/TableOperations.html#removeConstraint(java.lang.String,%20int)">removeConstraint</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;tableName,
-                int&nbsp;number)</code>
-<div class="block">Remove a constraint from a table.</div>
+<td class="colLast"><span class="strong">NamespaceOperations.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/admin/NamespaceOperations.html#removeConstraint(java.lang.String,%20int)">removeConstraint</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;namespace,
+                int&nbsp;id)</code>
+<div class="block">Remove a constraint from a namespace.</div>
 </td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><span class="strong">NamespaceOperations.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/admin/NamespaceOperations.html#removeIterator(java.lang.String,%20java.lang.String,%20java.util.EnumSet)">removeIterator</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;namespace,
+<td class="colLast"><span class="strong">TableOperations.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/admin/TableOperations.html#removeIterator(java.lang.String,%20java.lang.String,%20java.util.EnumSet)">removeIterator</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;tableName,
               <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name,
               <a href="http://docs.oracle.com/javase/7/docs/api/java/util/EnumSet.html?is-external=true" title="class or interface in java.util">EnumSet</a>&lt;org.apache.accumulo.core.iterators.IteratorUtil.IteratorScope&gt;&nbsp;scopes)</code>
-<div class="block">Remove an iterator from a namespace by name.</div>
+<div class="block">Remove an iterator from a table by name.</div>
 </td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><span class="strong">TableOperations.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/admin/TableOperations.html#removeIterator(java.lang.String,%20java.lang.String,%20java.util.EnumSet)">removeIterator</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;tableName,
+<td class="colLast"><span class="strong">NamespaceOperations.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/admin/NamespaceOperations.html#removeIterator(java.lang.String,%20java.lang.String,%20java.util.EnumSet)">removeIterator</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;namespace,
               <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name,
               <a href="http://docs.oracle.com/javase/7/docs/api/java/util/EnumSet.html?is-external=true" title="class or interface in java.util">EnumSet</a>&lt;org.apache.accumulo.core.iterators.IteratorUtil.IteratorScope&gt;&nbsp;scopes)</code>
-<div class="block">Remove an iterator from a table by name.</div>
+<div class="block">Remove an iterator from a namespace by name.</div>
 </td>
 </tr>
 <tr class="rowColor">
@@ -820,30 +820,30 @@
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><span class="strong">NamespaceOperations.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/admin/NamespaceOperations.html#removeProperty(java.lang.String,%20java.lang.String)">removeProperty</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;namespace,
+<td class="colLast"><span class="strong">TableOperations.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/admin/TableOperations.html#removeProperty(java.lang.String,%20java.lang.String)">removeProperty</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;tableName,
               <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;property)</code>
-<div class="block">Removes a property from a namespace.</div>
+<div class="block">Removes a property from a table.</div>
 </td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><span class="strong">TableOperations.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/admin/TableOperations.html#removeProperty(java.lang.String,%20java.lang.String)">removeProperty</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;tableName,
+<td class="colLast"><span class="strong">NamespaceOperations.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/admin/NamespaceOperations.html#removeProperty(java.lang.String,%20java.lang.String)">removeProperty</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;namespace,
               <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;property)</code>
-<div class="block">Removes a property from a table.</div>
+<div class="block">Removes a property from a namespace.</div>
 </td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><span class="strong">NamespaceOperations.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/admin/NamespaceOperations.html#rename(java.lang.String,%20java.lang.String)">rename</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;oldNamespaceName,
-      <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;newNamespaceName)</code>
-<div class="block">Rename a namespace</div>
+<td class="colLast"><span class="strong">TableOperations.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/admin/TableOperations.html#rename(java.lang.String,%20java.lang.String)">rename</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;oldTableName,
+      <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;newTableName)</code>
+<div class="block">Rename a table</div>
 </td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><span class="strong">TableOperations.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/admin/TableOperations.html#rename(java.lang.String,%20java.lang.String)">rename</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;oldTableName,
-      <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;newTableName)</code>
-<div class="block">Rename a table</div>
+<td class="colLast"><span class="strong">NamespaceOperations.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/admin/NamespaceOperations.html#rename(java.lang.String,%20java.lang.String)">rename</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;oldNamespaceName,
+      <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;newNamespaceName)</code>
+<div class="block">Rename a namespace</div>
 </td>
 </tr>
 <tr class="rowColor">
@@ -885,18 +885,18 @@
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><span class="strong">NamespaceOperations.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/admin/NamespaceOperations.html#setProperty(java.lang.String,%20java.lang.String,%20java.lang.String)">setProperty</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;namespace,
+<td class="colLast"><span class="strong">TableOperations.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/admin/TableOperations.html#setProperty(java.lang.String,%20java.lang.String,%20java.lang.String)">setProperty</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;tableName,
            <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;property,
            <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;value)</code>
-<div class="block">Sets a property on a namespace which applies to all tables in the namespace.</div>
+<div class="block">Sets a property on a table.</div>
 </td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><span class="strong">TableOperations.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/admin/TableOperations.html#setProperty(java.lang.String,%20java.lang.String,%20java.lang.String)">setProperty</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;tableName,
+<td class="colLast"><span class="strong">NamespaceOperations.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/admin/NamespaceOperations.html#setProperty(java.lang.String,%20java.lang.String,%20java.lang.String)">setProperty</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;namespace,
            <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;property,
            <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;value)</code>
-<div class="block">Sets a property on a table.</div>
+<div class="block">Sets a property on a namespace which applies to all tables in the namespace.</div>
 </td>
 </tr>
 <tr class="altColor">
@@ -921,7 +921,7 @@
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>boolean</code></td>
-<td class="colLast"><span class="strong">NamespaceOperations.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/admin/NamespaceOperations.html#testClassLoad(java.lang.String,%20java.lang.String,%20java.lang.String)">testClassLoad</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;namespace,
+<td class="colLast"><span class="strong">TableOperations.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/admin/TableOperations.html#testClassLoad(java.lang.String,%20java.lang.String,%20java.lang.String)">testClassLoad</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;tableName,
              <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;className,
              <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;asTypeName)</code>
 <div class="block">Test to see if the instance can load the given class as the given type.</div>
@@ -929,7 +929,7 @@
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>boolean</code></td>
-<td class="colLast"><span class="strong">TableOperations.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/admin/TableOperations.html#testClassLoad(java.lang.String,%20java.lang.String,%20java.lang.String)">testClassLoad</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;tableName,
+<td class="colLast"><span class="strong">NamespaceOperations.</span><code><strong><a href="../../../../../../org/apache/accumulo/core/client/admin/NamespaceOperations.html#testClassLoad(java.lang.String,%20java.lang.String,%20java.lang.String)">testClassLoad</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;namespace,
              <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;className,
              <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;asTypeName)</code>
 <div class="block">Test to see if the instance can load the given class as the given type.</div>
@@ -1120,6 +1120,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>


[16/16] accumulo-website git commit: Updates for 1.8.1 Release

Posted by mj...@apache.org.
Updates for 1.8.1 Release

Pushing master so I can built it on machine where I can test in a browser


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

Branch: refs/heads/master
Commit: a4093d76e5b1177465e7869eaa7f6d4aa4a6afe2
Parents: 3cc86be
Author: Michael Wall <mj...@gmail.com>
Authored: Mon Feb 27 15:58:48 2017 +0000
Committer: Michael Wall <mj...@gmail.com>
Committed: Mon Feb 27 15:58:48 2017 +0000

----------------------------------------------------------------------
 1.8/accumulo_user_manual.html                   | 168 ++++++++----------
 1.8/apidocs/allclasses-frame.html               |   6 +-
 1.8/apidocs/allclasses-noframe.html             |   6 +-
 1.8/apidocs/constant-values.html                |  10 +-
 1.8/apidocs/deprecated-list.html                | 110 ++++++------
 1.8/apidocs/help-doc.html                       |  10 +-
 1.8/apidocs/index-all.html                      |  10 +-
 1.8/apidocs/index.html                          |   4 +-
 .../accumulo/core/client/AccumuloException.html |  10 +-
 .../core/client/AccumuloSecurityException.html  |  10 +-
 .../accumulo/core/client/BatchDeleter.html      |  10 +-
 .../accumulo/core/client/BatchScanner.html      |  10 +-
 .../accumulo/core/client/BatchWriter.html       |  10 +-
 .../accumulo/core/client/BatchWriterConfig.html |  10 +-
 .../ClientConfiguration.ClientProperty.html     |  10 +-
 .../core/client/ClientConfiguration.html        |  10 +-
 ...ntSideIteratorScanner.ScannerTranslator.html |  10 +-
 .../core/client/ClientSideIteratorScanner.html  |  10 +-
 .../core/client/ConditionalWriter.Result.html   |  10 +-
 .../core/client/ConditionalWriter.Status.html   |  10 +-
 .../accumulo/core/client/ConditionalWriter.html |  10 +-
 .../core/client/ConditionalWriterConfig.html    |  10 +-
 .../apache/accumulo/core/client/Connector.html  |  10 +-
 .../apache/accumulo/core/client/Durability.html |  10 +-
 .../apache/accumulo/core/client/Instance.html   |  10 +-
 .../client/IsolatedScanner.MemoryRowBuffer.html |  10 +-
 .../IsolatedScanner.MemoryRowBufferFactory.html |  10 +-
 .../core/client/IsolatedScanner.RowBuffer.html  |  10 +-
 .../IsolatedScanner.RowBufferFactory.html       |  10 +-
 .../accumulo/core/client/IsolatedScanner.html   |  10 +-
 .../core/client/IteratorSetting.Column.html     |  10 +-
 .../accumulo/core/client/IteratorSetting.html   |  10 +-
 .../core/client/MultiTableBatchWriter.html      |  10 +-
 .../core/client/MutationsRejectedException.html |  10 +-
 .../core/client/NamespaceExistsException.html   |  10 +-
 .../core/client/NamespaceNotEmptyException.html |  10 +-
 .../core/client/NamespaceNotFoundException.html |  10 +-
 .../accumulo/core/client/RowIterator.html       |  10 +-
 .../core/client/SampleNotPresentException.html  |  10 +-
 .../apache/accumulo/core/client/Scanner.html    |  10 +-
 .../accumulo/core/client/ScannerBase.html       |  10 +-
 .../core/client/TableDeletedException.html      |  10 +-
 .../core/client/TableExistsException.html       |  10 +-
 .../core/client/TableNotFoundException.html     |  10 +-
 .../core/client/TableOfflineException.html      |  10 +-
 .../accumulo/core/client/TimedOutException.html |  10 +-
 .../accumulo/core/client/ZooKeeperInstance.html |  10 +-
 .../ActiveCompaction.CompactionReason.html      |  10 +-
 .../admin/ActiveCompaction.CompactionType.html  |  10 +-
 .../core/client/admin/ActiveCompaction.html     |  10 +-
 .../accumulo/core/client/admin/ActiveScan.html  |  10 +-
 .../core/client/admin/CompactionConfig.html     |  10 +-
 .../client/admin/CompactionStrategyConfig.html  |  10 +-
 .../client/admin/DelegationTokenConfig.html     |  10 +-
 .../accumulo/core/client/admin/DiskUsage.html   |  10 +-
 .../accumulo/core/client/admin/FindMax.html     |  10 +-
 .../core/client/admin/InstanceOperations.html   |  10 +-
 .../accumulo/core/client/admin/Locations.html   |  10 +-
 .../core/client/admin/NamespaceOperations.html  |  10 +-
 .../client/admin/NewTableConfiguration.html     |  10 +-
 .../client/admin/ReplicationOperations.html     |  10 +-
 .../accumulo/core/client/admin/ScanState.html   |  10 +-
 .../accumulo/core/client/admin/ScanType.html    |  10 +-
 .../core/client/admin/SecurityOperations.html   |  10 +-
 .../core/client/admin/TableOperations.html      |  10 +-
 .../accumulo/core/client/admin/TimeType.html    |  10 +-
 .../ActiveCompaction.CompactionReason.html      |  10 +-
 .../ActiveCompaction.CompactionType.html        |  10 +-
 .../admin/class-use/ActiveCompaction.html       |  10 +-
 .../core/client/admin/class-use/ActiveScan.html |  10 +-
 .../admin/class-use/CompactionConfig.html       |  10 +-
 .../class-use/CompactionStrategyConfig.html     |  10 +-
 .../admin/class-use/DelegationTokenConfig.html  |  10 +-
 .../core/client/admin/class-use/DiskUsage.html  |  10 +-
 .../core/client/admin/class-use/FindMax.html    |  10 +-
 .../admin/class-use/InstanceOperations.html     |  10 +-
 .../core/client/admin/class-use/Locations.html  |  10 +-
 .../admin/class-use/NamespaceOperations.html    |  10 +-
 .../admin/class-use/NewTableConfiguration.html  |  10 +-
 .../admin/class-use/ReplicationOperations.html  |  10 +-
 .../core/client/admin/class-use/ScanState.html  |  10 +-
 .../core/client/admin/class-use/ScanType.html   |  10 +-
 .../admin/class-use/SecurityOperations.html     |  10 +-
 .../client/admin/class-use/TableOperations.html |  10 +-
 .../core/client/admin/class-use/TimeType.html   |  10 +-
 .../core/client/admin/package-frame.html        |   6 +-
 .../core/client/admin/package-summary.html      |  10 +-
 .../core/client/admin/package-tree.html         |  14 +-
 .../accumulo/core/client/admin/package-use.html |  10 +-
 .../client/class-use/AccumuloException.html     | 172 +++++++++----------
 .../class-use/AccumuloSecurityException.html    | 168 +++++++++---------
 .../core/client/class-use/BatchDeleter.html     |  10 +-
 .../core/client/class-use/BatchScanner.html     |  10 +-
 .../core/client/class-use/BatchWriter.html      |  10 +-
 .../client/class-use/BatchWriterConfig.html     |  10 +-
 .../ClientConfiguration.ClientProperty.html     |  10 +-
 .../client/class-use/ClientConfiguration.html   |  18 +-
 ...ntSideIteratorScanner.ScannerTranslator.html |  10 +-
 .../class-use/ClientSideIteratorScanner.html    |  10 +-
 .../class-use/ConditionalWriter.Result.html     |  10 +-
 .../class-use/ConditionalWriter.Status.html     |  10 +-
 .../client/class-use/ConditionalWriter.html     |  10 +-
 .../class-use/ConditionalWriterConfig.html      |  10 +-
 .../core/client/class-use/Connector.html        |  48 +++---
 .../core/client/class-use/Durability.html       |  26 +--
 .../core/client/class-use/Instance.html         |  18 +-
 .../IsolatedScanner.MemoryRowBuffer.html        |  10 +-
 .../IsolatedScanner.MemoryRowBufferFactory.html |  10 +-
 .../class-use/IsolatedScanner.RowBuffer.html    |  10 +-
 .../IsolatedScanner.RowBufferFactory.html       |  10 +-
 .../core/client/class-use/IsolatedScanner.html  |  10 +-
 .../class-use/IteratorSetting.Column.html       |  10 +-
 .../core/client/class-use/IteratorSetting.html  |  78 ++++-----
 .../client/class-use/MultiTableBatchWriter.html |  10 +-
 .../class-use/MutationsRejectedException.html   |  18 +-
 .../class-use/NamespaceExistsException.html     |  10 +-
 .../class-use/NamespaceNotEmptyException.html   |  10 +-
 .../class-use/NamespaceNotFoundException.html   |  10 +-
 .../core/client/class-use/RowIterator.html      |  10 +-
 .../class-use/SampleNotPresentException.html    |  10 +-
 .../accumulo/core/client/class-use/Scanner.html |  10 +-
 .../core/client/class-use/ScannerBase.html      |  10 +-
 .../client/class-use/TableDeletedException.html |  10 +-
 .../client/class-use/TableExistsException.html  |  10 +-
 .../class-use/TableNotFoundException.html       |  10 +-
 .../client/class-use/TableOfflineException.html |  10 +-
 .../client/class-use/TimedOutException.html     |  10 +-
 .../client/class-use/ZooKeeperInstance.html     |  10 +-
 .../core/client/lexicoder/AbstractEncoder.html  |  10 +-
 .../client/lexicoder/BigIntegerLexicoder.html   |  10 +-
 .../core/client/lexicoder/BytesLexicoder.html   |  10 +-
 .../core/client/lexicoder/DateLexicoder.html    |  10 +-
 .../core/client/lexicoder/DoubleLexicoder.html  |  10 +-
 .../accumulo/core/client/lexicoder/Encoder.html |  10 +-
 .../core/client/lexicoder/FloatLexicoder.html   |  10 +-
 .../core/client/lexicoder/IntegerLexicoder.html |  10 +-
 .../core/client/lexicoder/Lexicoder.html        |  10 +-
 .../core/client/lexicoder/ListLexicoder.html    |  10 +-
 .../core/client/lexicoder/LongLexicoder.html    |  10 +-
 .../core/client/lexicoder/PairLexicoder.html    |  10 +-
 .../core/client/lexicoder/ReverseLexicoder.html |  10 +-
 .../core/client/lexicoder/StringLexicoder.html  |  10 +-
 .../core/client/lexicoder/TextLexicoder.html    |  10 +-
 .../client/lexicoder/UIntegerLexicoder.html     |  10 +-
 .../core/client/lexicoder/ULongLexicoder.html   |  10 +-
 .../core/client/lexicoder/UUIDLexicoder.html    |  10 +-
 .../lexicoder/class-use/AbstractEncoder.html    |  10 +-
 .../class-use/BigIntegerLexicoder.html          |  10 +-
 .../lexicoder/class-use/BytesLexicoder.html     |  10 +-
 .../lexicoder/class-use/DateLexicoder.html      |  10 +-
 .../lexicoder/class-use/DoubleLexicoder.html    |  10 +-
 .../client/lexicoder/class-use/Encoder.html     |  10 +-
 .../lexicoder/class-use/FloatLexicoder.html     |  10 +-
 .../lexicoder/class-use/IntegerLexicoder.html   |  10 +-
 .../client/lexicoder/class-use/Lexicoder.html   |  10 +-
 .../lexicoder/class-use/ListLexicoder.html      |  10 +-
 .../lexicoder/class-use/LongLexicoder.html      |  10 +-
 .../lexicoder/class-use/PairLexicoder.html      |  10 +-
 .../lexicoder/class-use/ReverseLexicoder.html   |  10 +-
 .../lexicoder/class-use/StringLexicoder.html    |  10 +-
 .../lexicoder/class-use/TextLexicoder.html      |  10 +-
 .../lexicoder/class-use/UIntegerLexicoder.html  |  10 +-
 .../lexicoder/class-use/ULongLexicoder.html     |  10 +-
 .../lexicoder/class-use/UUIDLexicoder.html      |  10 +-
 .../core/client/lexicoder/package-frame.html    |   6 +-
 .../core/client/lexicoder/package-summary.html  |  10 +-
 .../core/client/lexicoder/package-tree.html     |  10 +-
 .../core/client/lexicoder/package-use.html      |  10 +-
 ...bstractInputFormat.AbstractRecordReader.html |  10 +-
 .../core/client/mapred/AbstractInputFormat.html |  10 +-
 .../client/mapred/AccumuloFileOutputFormat.html |  10 +-
 .../core/client/mapred/AccumuloInputFormat.html |  10 +-
 .../mapred/AccumuloMultiTableInputFormat.html   |  10 +-
 ...cumuloOutputFormat.AccumuloRecordWriter.html |  10 +-
 .../client/mapred/AccumuloOutputFormat.html     |  10 +-
 .../client/mapred/AccumuloRowInputFormat.html   |  10 +-
 .../mapred/InputFormatBase.RangeInputSplit.html |  10 +-
 .../InputFormatBase.RecordReaderBase.html       |  10 +-
 .../core/client/mapred/InputFormatBase.html     |  10 +-
 .../core/client/mapred/RangeInputSplit.html     |  10 +-
 ...bstractInputFormat.AbstractRecordReader.html |  10 +-
 .../mapred/class-use/AbstractInputFormat.html   |  10 +-
 .../class-use/AccumuloFileOutputFormat.html     |  10 +-
 .../mapred/class-use/AccumuloInputFormat.html   |  10 +-
 .../AccumuloMultiTableInputFormat.html          |  10 +-
 ...cumuloOutputFormat.AccumuloRecordWriter.html |  10 +-
 .../mapred/class-use/AccumuloOutputFormat.html  |  10 +-
 .../class-use/AccumuloRowInputFormat.html       |  10 +-
 .../InputFormatBase.RangeInputSplit.html        |  10 +-
 .../InputFormatBase.RecordReaderBase.html       |  10 +-
 .../mapred/class-use/InputFormatBase.html       |  10 +-
 .../mapred/class-use/RangeInputSplit.html       |  10 +-
 .../core/client/mapred/package-frame.html       |   6 +-
 .../core/client/mapred/package-summary.html     |  10 +-
 .../core/client/mapred/package-tree.html        |  10 +-
 .../core/client/mapred/package-use.html         |  10 +-
 ...bstractInputFormat.AbstractRecordReader.html |  10 +-
 .../client/mapreduce/AbstractInputFormat.html   |  10 +-
 .../mapreduce/AccumuloFileOutputFormat.html     |  10 +-
 .../client/mapreduce/AccumuloInputFormat.html   |  10 +-
 .../AccumuloMultiTableInputFormat.html          |  10 +-
 ...cumuloOutputFormat.AccumuloRecordWriter.html |  10 +-
 .../client/mapreduce/AccumuloOutputFormat.html  |  10 +-
 .../mapreduce/AccumuloRowInputFormat.html       |  10 +-
 .../InputFormatBase.RangeInputSplit.html        |  10 +-
 .../InputFormatBase.RecordReaderBase.html       |  10 +-
 .../core/client/mapreduce/InputFormatBase.html  |  10 +-
 .../core/client/mapreduce/InputTableConfig.html |  10 +-
 .../core/client/mapreduce/RangeInputSplit.html  |  10 +-
 ...bstractInputFormat.AbstractRecordReader.html |  10 +-
 .../class-use/AbstractInputFormat.html          |  10 +-
 .../class-use/AccumuloFileOutputFormat.html     |  10 +-
 .../class-use/AccumuloInputFormat.html          |  10 +-
 .../AccumuloMultiTableInputFormat.html          |  10 +-
 ...cumuloOutputFormat.AccumuloRecordWriter.html |  10 +-
 .../class-use/AccumuloOutputFormat.html         |  10 +-
 .../class-use/AccumuloRowInputFormat.html       |  10 +-
 .../InputFormatBase.RangeInputSplit.html        |  10 +-
 .../InputFormatBase.RecordReaderBase.html       |  10 +-
 .../mapreduce/class-use/InputFormatBase.html    |  10 +-
 .../mapreduce/class-use/InputTableConfig.html   |  10 +-
 .../mapreduce/class-use/RangeInputSplit.html    |  10 +-
 .../lib/partition/KeyRangePartitioner.html      |  10 +-
 .../lib/partition/RangePartitioner.html         |  10 +-
 .../class-use/KeyRangePartitioner.html          |  10 +-
 .../partition/class-use/RangePartitioner.html   |  10 +-
 .../mapreduce/lib/partition/package-frame.html  |   6 +-
 .../lib/partition/package-summary.html          |  10 +-
 .../mapreduce/lib/partition/package-tree.html   |  10 +-
 .../mapreduce/lib/partition/package-use.html    |  10 +-
 .../util/ConfiguratorBase.ConnectorInfo.html    |  10 +-
 .../lib/util/ConfiguratorBase.GeneralOpts.html  |  10 +-
 .../lib/util/ConfiguratorBase.InstanceOpts.html |  10 +-
 .../mapreduce/lib/util/ConfiguratorBase.html    |  10 +-
 .../lib/util/FileOutputConfigurator.Opts.html   |  10 +-
 .../lib/util/FileOutputConfigurator.html        |  10 +-
 .../lib/util/InputConfigurator.Features.html    |  10 +-
 .../lib/util/InputConfigurator.ScanOpts.html    |  10 +-
 .../mapreduce/lib/util/InputConfigurator.html   |  10 +-
 .../lib/util/OutputConfigurator.Features.html   |  10 +-
 .../lib/util/OutputConfigurator.WriteOpts.html  |  10 +-
 .../mapreduce/lib/util/OutputConfigurator.html  |  10 +-
 .../ConfiguratorBase.ConnectorInfo.html         |  10 +-
 .../class-use/ConfiguratorBase.GeneralOpts.html |  10 +-
 .../ConfiguratorBase.InstanceOpts.html          |  10 +-
 .../lib/util/class-use/ConfiguratorBase.html    |  10 +-
 .../class-use/FileOutputConfigurator.Opts.html  |  10 +-
 .../util/class-use/FileOutputConfigurator.html  |  10 +-
 .../class-use/InputConfigurator.Features.html   |  10 +-
 .../class-use/InputConfigurator.ScanOpts.html   |  10 +-
 .../lib/util/class-use/InputConfigurator.html   |  10 +-
 .../class-use/OutputConfigurator.Features.html  |  10 +-
 .../class-use/OutputConfigurator.WriteOpts.html |  10 +-
 .../lib/util/class-use/OutputConfigurator.html  |  10 +-
 .../mapreduce/lib/util/package-frame.html       |   6 +-
 .../mapreduce/lib/util/package-summary.html     |  10 +-
 .../client/mapreduce/lib/util/package-tree.html |  20 +--
 .../client/mapreduce/lib/util/package-use.html  |  10 +-
 .../core/client/mapreduce/package-frame.html    |   6 +-
 .../core/client/mapreduce/package-summary.html  |  10 +-
 .../core/client/mapreduce/package-tree.html     |  10 +-
 .../core/client/mapreduce/package-use.html      |  10 +-
 .../core/client/mock/IteratorAdapter.html       |  10 +-
 .../accumulo/core/client/mock/MockAccumulo.html |  10 +-
 .../core/client/mock/MockBatchDeleter.html      |  10 +-
 .../core/client/mock/MockBatchScanner.html      |  10 +-
 .../core/client/mock/MockBatchWriter.html       |  10 +-
 .../core/client/mock/MockConnector.html         |  10 +-
 .../accumulo/core/client/mock/MockInstance.html |  10 +-
 .../client/mock/MockMultiTableBatchWriter.html  |  10 +-
 .../core/client/mock/MockNamespace.html         |  10 +-
 .../accumulo/core/client/mock/MockScanner.html  |  10 +-
 .../core/client/mock/MockScannerBase.html       |  10 +-
 .../accumulo/core/client/mock/MockTable.html    |  10 +-
 .../accumulo/core/client/mock/MockUser.html     |  10 +-
 .../client/mock/class-use/IteratorAdapter.html  |  10 +-
 .../client/mock/class-use/MockAccumulo.html     |  10 +-
 .../client/mock/class-use/MockBatchDeleter.html |  10 +-
 .../client/mock/class-use/MockBatchScanner.html |  10 +-
 .../client/mock/class-use/MockBatchWriter.html  |  10 +-
 .../client/mock/class-use/MockConnector.html    |  10 +-
 .../client/mock/class-use/MockInstance.html     |  10 +-
 .../class-use/MockMultiTableBatchWriter.html    |  10 +-
 .../client/mock/class-use/MockNamespace.html    |  10 +-
 .../core/client/mock/class-use/MockScanner.html |  10 +-
 .../client/mock/class-use/MockScannerBase.html  |  10 +-
 .../core/client/mock/class-use/MockTable.html   |  10 +-
 .../core/client/mock/class-use/MockUser.html    |  10 +-
 .../core/client/mock/package-frame.html         |   6 +-
 .../core/client/mock/package-summary.html       |  10 +-
 .../accumulo/core/client/mock/package-tree.html |  10 +-
 .../accumulo/core/client/mock/package-use.html  |  10 +-
 .../accumulo/core/client/package-frame.html     |   6 +-
 .../accumulo/core/client/package-summary.html   |  10 +-
 .../accumulo/core/client/package-tree.html      |  12 +-
 .../accumulo/core/client/package-use.html       |  10 +-
 .../client/replication/PeerExistsException.html |  10 +-
 .../replication/PeerNotFoundException.html      |  10 +-
 .../class-use/PeerExistsException.html          |  10 +-
 .../class-use/PeerNotFoundException.html        |  10 +-
 .../core/client/replication/package-frame.html  |   6 +-
 .../client/replication/package-summary.html     |  10 +-
 .../core/client/replication/package-tree.html   |  10 +-
 .../core/client/replication/package-use.html    |  10 +-
 .../core/client/rfile/RFile.InputArguments.html |  10 +-
 .../client/rfile/RFile.OutputArguments.html     |  10 +-
 .../client/rfile/RFile.ScannerFSOptions.html    |  10 +-
 .../core/client/rfile/RFile.ScannerOptions.html |  10 +-
 .../client/rfile/RFile.WriterFSOptions.html     |  10 +-
 .../core/client/rfile/RFile.WriterOptions.html  |  10 +-
 .../accumulo/core/client/rfile/RFile.html       |  10 +-
 .../accumulo/core/client/rfile/RFileSource.html |  10 +-
 .../accumulo/core/client/rfile/RFileWriter.html |  10 +-
 .../rfile/class-use/RFile.InputArguments.html   |  10 +-
 .../rfile/class-use/RFile.OutputArguments.html  |  10 +-
 .../rfile/class-use/RFile.ScannerFSOptions.html |  10 +-
 .../rfile/class-use/RFile.ScannerOptions.html   |  10 +-
 .../rfile/class-use/RFile.WriterFSOptions.html  |  10 +-
 .../rfile/class-use/RFile.WriterOptions.html    |  10 +-
 .../core/client/rfile/class-use/RFile.html      |  10 +-
 .../client/rfile/class-use/RFileSource.html     |  10 +-
 .../client/rfile/class-use/RFileWriter.html     |  10 +-
 .../core/client/rfile/package-frame.html        |   6 +-
 .../core/client/rfile/package-summary.html      |  10 +-
 .../core/client/rfile/package-tree.html         |  10 +-
 .../accumulo/core/client/rfile/package-use.html |  10 +-
 .../core/client/sample/AbstractHashSampler.html |  10 +-
 .../core/client/sample/RowColumnSampler.html    |  10 +-
 .../accumulo/core/client/sample/RowSampler.html |  10 +-
 .../accumulo/core/client/sample/Sampler.html    |  10 +-
 .../client/sample/SamplerConfiguration.html     |  10 +-
 .../sample/class-use/AbstractHashSampler.html   |  10 +-
 .../sample/class-use/RowColumnSampler.html      |  10 +-
 .../client/sample/class-use/RowSampler.html     |  10 +-
 .../core/client/sample/class-use/Sampler.html   |  10 +-
 .../sample/class-use/SamplerConfiguration.html  |  34 ++--
 .../core/client/sample/package-frame.html       |   6 +-
 .../core/client/sample/package-summary.html     |  10 +-
 .../core/client/sample/package-tree.html        |  10 +-
 .../core/client/sample/package-use.html         |  10 +-
 .../core/client/security/SecurityErrorCode.html |  10 +-
 .../security/class-use/SecurityErrorCode.html   |  10 +-
 .../core/client/security/package-frame.html     |   6 +-
 .../core/client/security/package-summary.html   |  10 +-
 .../core/client/security/package-tree.html      |  10 +-
 .../core/client/security/package-use.html       |  10 +-
 ...tionToken.AuthenticationTokenSerializer.html |  10 +-
 .../tokens/AuthenticationToken.Properties.html  |  10 +-
 .../AuthenticationToken.TokenProperty.html      |  10 +-
 .../security/tokens/AuthenticationToken.html    |  10 +-
 .../tokens/CredentialProviderToken.html         |  10 +-
 .../client/security/tokens/DelegationToken.html |  10 +-
 .../client/security/tokens/KerberosToken.html   |  10 +-
 .../core/client/security/tokens/NullToken.html  |  10 +-
 .../client/security/tokens/PasswordToken.html   |  10 +-
 ...tionToken.AuthenticationTokenSerializer.html |  10 +-
 .../AuthenticationToken.Properties.html         |  16 +-
 .../AuthenticationToken.TokenProperty.html      |  16 +-
 .../tokens/class-use/AuthenticationToken.html   |  36 ++--
 .../class-use/CredentialProviderToken.html      |  10 +-
 .../tokens/class-use/DelegationToken.html       |  10 +-
 .../tokens/class-use/KerberosToken.html         |  10 +-
 .../security/tokens/class-use/NullToken.html    |  10 +-
 .../tokens/class-use/PasswordToken.html         |  10 +-
 .../client/security/tokens/package-frame.html   |   6 +-
 .../client/security/tokens/package-summary.html |  10 +-
 .../client/security/tokens/package-tree.html    |  10 +-
 .../client/security/tokens/package-use.html     |  10 +-
 .../accumulo/core/data/ArrayByteSequence.html   |  10 +-
 .../apache/accumulo/core/data/ByteSequence.html |  10 +-
 .../org/apache/accumulo/core/data/Column.html   |  10 +-
 .../apache/accumulo/core/data/ColumnUpdate.html |  10 +-
 .../accumulo/core/data/ComparableBytes.html     |  10 +-
 .../apache/accumulo/core/data/Condition.html    |  10 +-
 .../accumulo/core/data/ConditionalMutation.html |  10 +-
 .../core/data/ConstraintViolationSummary.html   |  10 +-
 .../org/apache/accumulo/core/data/Key.html      |  10 +-
 .../apache/accumulo/core/data/KeyExtent.html    |  10 +-
 .../org/apache/accumulo/core/data/KeyValue.html |  10 +-
 .../core/data/Mutation.SERIALIZED_FORMAT.html   |  10 +-
 .../org/apache/accumulo/core/data/Mutation.html |  10 +-
 .../apache/accumulo/core/data/PartialKey.html   |  10 +-
 .../org/apache/accumulo/core/data/Range.html    |  10 +-
 .../org/apache/accumulo/core/data/TabletId.html |  10 +-
 .../accumulo/core/data/Value.Comparator.html    |  10 +-
 .../org/apache/accumulo/core/data/Value.html    |  10 +-
 .../core/data/class-use/ArrayByteSequence.html  |  10 +-
 .../core/data/class-use/ByteSequence.html       |  14 +-
 .../accumulo/core/data/class-use/Column.html    |  10 +-
 .../core/data/class-use/ColumnUpdate.html       |  10 +-
 .../core/data/class-use/ComparableBytes.html    |  10 +-
 .../accumulo/core/data/class-use/Condition.html |  10 +-
 .../data/class-use/ConditionalMutation.html     |  10 +-
 .../class-use/ConstraintViolationSummary.html   |  10 +-
 .../accumulo/core/data/class-use/Key.html       |  40 ++---
 .../accumulo/core/data/class-use/KeyExtent.html |  18 +-
 .../accumulo/core/data/class-use/KeyValue.html  |  10 +-
 .../class-use/Mutation.SERIALIZED_FORMAT.html   |  10 +-
 .../accumulo/core/data/class-use/Mutation.html  |  10 +-
 .../core/data/class-use/PartialKey.html         |  10 +-
 .../accumulo/core/data/class-use/Range.html     |  18 +-
 .../accumulo/core/data/class-use/TabletId.html  |  14 +-
 .../core/data/class-use/Value.Comparator.html   |  10 +-
 .../accumulo/core/data/class-use/Value.html     |  36 ++--
 .../accumulo/core/data/package-frame.html       |   6 +-
 .../accumulo/core/data/package-summary.html     |  10 +-
 .../apache/accumulo/core/data/package-tree.html |  12 +-
 .../apache/accumulo/core/data/package-use.html  |  10 +-
 .../core/security/AuthorizationContainer.html   |  10 +-
 .../accumulo/core/security/Authorizations.html  |  10 +-
 .../core/security/ColumnVisibility.Node.html    |  10 +-
 .../ColumnVisibility.NodeComparator.html        |  10 +-
 .../security/ColumnVisibility.NodeType.html     |  10 +-
 .../core/security/ColumnVisibility.html         |  10 +-
 .../core/security/NamespacePermission.html      |  10 +-
 .../core/security/SystemPermission.html         |  10 +-
 .../accumulo/core/security/TablePermission.html |  10 +-
 .../core/security/VisibilityConstraint.html     |  10 +-
 .../core/security/VisibilityEvaluator.html      |  10 +-
 .../core/security/VisibilityParseException.html |  10 +-
 .../class-use/AuthorizationContainer.html       |  10 +-
 .../core/security/class-use/Authorizations.html |  14 +-
 .../class-use/ColumnVisibility.Node.html        |  10 +-
 .../ColumnVisibility.NodeComparator.html        |  10 +-
 .../class-use/ColumnVisibility.NodeType.html    |  10 +-
 .../security/class-use/ColumnVisibility.html    |  10 +-
 .../security/class-use/NamespacePermission.html |  10 +-
 .../security/class-use/SystemPermission.html    |  10 +-
 .../security/class-use/TablePermission.html     |  10 +-
 .../class-use/VisibilityConstraint.html         |  10 +-
 .../security/class-use/VisibilityEvaluator.html |  10 +-
 .../class-use/VisibilityParseException.html     |  10 +-
 .../accumulo/core/security/package-frame.html   |   6 +-
 .../accumulo/core/security/package-summary.html |  10 +-
 .../accumulo/core/security/package-tree.html    |  14 +-
 .../accumulo/core/security/package-use.html     |  10 +-
 .../apache/accumulo/minicluster/MemoryUnit.html |  10 +-
 .../minicluster/MiniAccumuloCluster.html        |  10 +-
 .../minicluster/MiniAccumuloConfig.html         |  10 +-
 .../minicluster/MiniAccumuloInstance.html       |  10 +-
 .../minicluster/MiniAccumuloRunner.Opts.html    |  10 +-
 .../MiniAccumuloRunner.PropertiesConverter.html |  10 +-
 .../minicluster/MiniAccumuloRunner.html         |  10 +-
 .../apache/accumulo/minicluster/ServerType.html |  10 +-
 .../minicluster/class-use/MemoryUnit.html       |  10 +-
 .../class-use/MiniAccumuloCluster.html          |  10 +-
 .../class-use/MiniAccumuloConfig.html           |  10 +-
 .../class-use/MiniAccumuloInstance.html         |  10 +-
 .../class-use/MiniAccumuloRunner.Opts.html      |  10 +-
 .../MiniAccumuloRunner.PropertiesConverter.html |  10 +-
 .../class-use/MiniAccumuloRunner.html           |  10 +-
 .../minicluster/class-use/ServerType.html       |  10 +-
 .../accumulo/minicluster/package-frame.html     |   6 +-
 .../accumulo/minicluster/package-summary.html   |  10 +-
 .../accumulo/minicluster/package-tree.html      |  12 +-
 .../accumulo/minicluster/package-use.html       |  10 +-
 1.8/apidocs/overview-frame.html                 |   6 +-
 1.8/apidocs/overview-summary.html               |  12 +-
 1.8/apidocs/overview-tree.html                  |  44 ++---
 1.8/apidocs/serialized-form.html                |  10 +-
 1.8/examples/batch.md                           |  20 ++-
 1.8/examples/bloom.md                           |  20 ++-
 1.8/examples/bulkIngest.md                      |  20 ++-
 1.8/examples/classpath.md                       |  21 ++-
 1.8/examples/client.md                          |  20 ++-
 1.8/examples/combiner.md                        |  20 ++-
 1.8/examples/constraints.md                     |  20 ++-
 1.8/examples/dirlist.md                         |  20 ++-
 1.8/examples/export.md                          |  20 ++-
 1.8/examples/filedata.md                        |  20 ++-
 1.8/examples/filter.md                          |  20 ++-
 1.8/examples/helloworld.md                      |  20 ++-
 1.8/examples/isolation.md                       |  21 ++-
 1.8/examples/mapred.md                          |  20 ++-
 1.8/examples/maxmutation.md                     |  20 ++-
 1.8/examples/regex.md                           |  20 ++-
 1.8/examples/reservations.md                    |  20 ++-
 1.8/examples/rgbalancer.md                      |  20 ++-
 1.8/examples/rowhash.md                         |  20 ++-
 1.8/examples/sample.md                          |  21 ++-
 1.8/examples/shard.md                           |  20 ++-
 1.8/examples/tabletofile.md                     |  20 ++-
 1.8/examples/terasort.md                        |  20 ++-
 1.8/examples/visibility.md                      |  20 ++-
 _includes/nav.html                              |   2 +-
 _posts/release/2017-02-20-accumulo-1.8.1.md     | 162 -----------------
 _posts/release/2017-02-26-accumulo-1.8.1.md     | 160 +++++++++++++++++
 doap_Accumulo.rdf                               |   7 +
 pages/downloads.md                              |  30 ++--
 489 files changed, 3307 insertions(+), 2985 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/accumulo_user_manual.html
----------------------------------------------------------------------
diff --git a/1.8/accumulo_user_manual.html b/1.8/accumulo_user_manual.html
index c05a537..9f1b457 100644
--- a/1.8/accumulo_user_manual.html
+++ b/1.8/accumulo_user_manual.html
@@ -996,12 +996,7 @@ body.book #toc,body.book #preamble,body.book h1.sect0,body.book .sect1>h2{page-b
 </ul>
 </li>
 <li><a href="#TSERV_REPLICATION_REPLAYERS">A.3.7. tserver.replication.replayer.*</a></li>
-<li><a href="#LOGGER_PREFIX">A.3.8. logger.*</a>
-<ul class="sectlevel4">
-<li><a href="#_logger_dir_walog">logger.dir.walog</a></li>
-</ul>
-</li>
-<li><a href="#GC_PREFIX">A.3.9. gc.*</a>
+<li><a href="#GC_PREFIX">A.3.8. gc.*</a>
 <ul class="sectlevel4">
 <li><a href="#_gc_cycle_delay">gc.cycle.delay</a></li>
 <li><a href="#_gc_cycle_start">gc.cycle.start</a></li>
@@ -1012,7 +1007,7 @@ body.book #toc,body.book #preamble,body.book h1.sect0,body.book .sect1>h2{page-b
 <li><a href="#_gc_trash_ignore">gc.trash.ignore</a></li>
 </ul>
 </li>
-<li><a href="#MONITOR_PREFIX">A.3.10. monitor.*</a>
+<li><a href="#MONITOR_PREFIX">A.3.9. monitor.*</a>
 <ul class="sectlevel4">
 <li><a href="#_monitor_banner_background">monitor.banner.background</a></li>
 <li><a href="#_monitor_banner_color">monitor.banner.color</a></li>
@@ -1032,7 +1027,7 @@ body.book #toc,body.book #preamble,body.book h1.sect0,body.book .sect1>h2{page-b
 <li><a href="#_monitor_ssl_truststoretype">monitor.ssl.trustStoreType</a></li>
 </ul>
 </li>
-<li><a href="#TRACE_PREFIX">A.3.11. trace.*</a>
+<li><a href="#TRACE_PREFIX">A.3.10. trace.*</a>
 <ul class="sectlevel4">
 <li><a href="#_trace_password">trace.password</a></li>
 <li><a href="#_trace_port_client">trace.port.client</a></li>
@@ -1043,9 +1038,9 @@ body.book #toc,body.book #preamble,body.book h1.sect0,body.book .sect1>h2{page-b
 <li><a href="#_trace_zookeeper_path">trace.zookeeper.path</a></li>
 </ul>
 </li>
-<li><a href="#TRACE_SPAN_RECEIVER_PREFIX">A.3.12. trace.span.receiver.*</a></li>
-<li><a href="#TRACE_TOKEN_PROPERTY_PREFIX">A.3.13. trace.token.property.*</a></li>
-<li><a href="#TABLE_PREFIX">A.3.14. table.*</a>
+<li><a href="#TRACE_SPAN_RECEIVER_PREFIX">A.3.11. trace.span.receiver.*</a></li>
+<li><a href="#TRACE_TOKEN_PROPERTY_PREFIX">A.3.12. trace.token.property.*</a></li>
+<li><a href="#TABLE_PREFIX">A.3.13. table.*</a>
 <ul class="sectlevel4">
 <li><a href="#_table_balancer">table.balancer</a></li>
 <li><a href="#_table_bloom_enabled">table.bloom.enabled</a></li>
@@ -1085,18 +1080,18 @@ body.book #toc,body.book #preamble,body.book h1.sect0,body.book .sect1>h2{page-b
 <li><a href="#_table_walog_enabled">table.walog.enabled</a></li>
 </ul>
 </li>
-<li><a href="#TABLE_ARBITRARY_PROP_PREFIX">A.3.15. table.custom.*</a></li>
-<li><a href="#TABLE_CONSTRAINT_PREFIX">A.3.16. table.constraint.*</a></li>
-<li><a href="#TABLE_ITERATOR_PREFIX">A.3.17. table.iterator.*</a></li>
-<li><a href="#TABLE_ITERATOR_SCAN_PREFIX">A.3.18. table.iterator.scan.*</a></li>
-<li><a href="#TABLE_ITERATOR_MINC_PREFIX">A.3.19. table.iterator.minc.*</a></li>
-<li><a href="#TABLE_ITERATOR_MAJC_PREFIX">A.3.20. table.iterator.majc.*</a></li>
-<li><a href="#TABLE_LOCALITY_GROUP_PREFIX">A.3.21. table.group.*</a></li>
-<li><a href="#TABLE_COMPACTION_STRATEGY_PREFIX">A.3.22. table.majc.compaction.strategy.opts.*</a></li>
-<li><a href="#TABLE_REPLICATION_TARGET">A.3.23. table.replication.target.*</a></li>
-<li><a href="#TABLE_SAMPLER_OPTS">A.3.24. table.sampler.opt.*</a></li>
-<li><a href="#VFS_CONTEXT_CLASSPATH_PROPERTY">A.3.25. general.vfs.context.classpath.*</a></li>
-<li><a href="#REPLICATION_PREFIX">A.3.26. replication.*</a>
+<li><a href="#TABLE_ARBITRARY_PROP_PREFIX">A.3.14. table.custom.*</a></li>
+<li><a href="#TABLE_CONSTRAINT_PREFIX">A.3.15. table.constraint.*</a></li>
+<li><a href="#TABLE_ITERATOR_PREFIX">A.3.16. table.iterator.*</a></li>
+<li><a href="#TABLE_ITERATOR_SCAN_PREFIX">A.3.17. table.iterator.scan.*</a></li>
+<li><a href="#TABLE_ITERATOR_MINC_PREFIX">A.3.18. table.iterator.minc.*</a></li>
+<li><a href="#TABLE_ITERATOR_MAJC_PREFIX">A.3.19. table.iterator.majc.*</a></li>
+<li><a href="#TABLE_LOCALITY_GROUP_PREFIX">A.3.20. table.group.*</a></li>
+<li><a href="#TABLE_COMPACTION_STRATEGY_PREFIX">A.3.21. table.majc.compaction.strategy.opts.*</a></li>
+<li><a href="#TABLE_REPLICATION_TARGET">A.3.22. table.replication.target.*</a></li>
+<li><a href="#TABLE_SAMPLER_OPTS">A.3.23. table.sampler.opt.*</a></li>
+<li><a href="#VFS_CONTEXT_CLASSPATH_PROPERTY">A.3.24. general.vfs.context.classpath.*</a></li>
+<li><a href="#REPLICATION_PREFIX">A.3.25. replication.*</a>
 <ul class="sectlevel4">
 <li><a href="#_replication_driver_delay">replication.driver.delay</a></li>
 <li><a href="#_replication_max_unit_size">replication.max.unit.size</a></li>
@@ -1114,10 +1109,10 @@ body.book #toc,body.book #preamble,body.book h1.sect0,body.book .sect1>h2{page-b
 <li><a href="#_replication_worker_threads">replication.worker.threads</a></li>
 </ul>
 </li>
-<li><a href="#REPLICATION_PEERS">A.3.27. replication.peer.*</a></li>
-<li><a href="#REPLICATION_PEER_USER">A.3.28. replication.peer.user.*</a></li>
-<li><a href="#REPLICATION_PEER_PASSWORD">A.3.29. replication.peer.password.*</a></li>
-<li><a href="#REPLICATION_PEER_KEYTAB">A.3.30. replication.peer.keytab.*</a></li>
+<li><a href="#REPLICATION_PEERS">A.3.26. replication.peer.*</a></li>
+<li><a href="#REPLICATION_PEER_USER">A.3.27. replication.peer.user.*</a></li>
+<li><a href="#REPLICATION_PEER_PASSWORD">A.3.28. replication.peer.password.*</a></li>
+<li><a href="#REPLICATION_PEER_KEYTAB">A.3.29. replication.peer.keytab.*</a></li>
 </ul>
 </li>
 <li><a href="#_property_types">A.4. Property Types</a>
@@ -1152,7 +1147,7 @@ body.book #toc,body.book #preamble,body.book h1.sect0,body.book .sect1>h2{page-b
 </div>
 </div>
 <div class="paragraph">
-<p>Copyright � 2011-2016 The Apache Software Foundation, Licensed under the Apache
+<p>Copyright � 2011-2017 The Apache Software Foundation, Licensed under the Apache
 License, Version 2.0.  Apache Accumulo, Accumulo, Apache, and the Apache
 Accumulo project logo are trademarks of the Apache Software Foundation.</p>
 </div>
@@ -5905,23 +5900,24 @@ existing users in the system; you will need to reassign user permissions based o
 <p>Given the path to a <code>accumulo-site.xml</code> with the instance secret, run the security reset tool. If you are
 prompted for a password you can just hit return, since it won&#8217;t be used.</p>
 </li>
+<li>
+<p>Start the Accumulo cluster</p>
+</li>
 </ol>
 </div>
 <div class="listingblock">
 <div class="content">
-<pre>$ ACCUMULO_CONF_DIR=/path/to/server/conf/ accumulo init --reset-security
+<pre>$ ${ACCUMULO_HOME}/bin/stop-all.sh
+...
+$ ACCUMULO_CONF_DIR=/path/to/server/conf/ accumulo init --reset-security
 Running against secured HDFS
 Principal (user) to grant administrative privileges to : acculumo_admin@EXAMPLE.COM
 Enter initial password for accumulo_admin@EXAMPLE.COM (this may not be applicable for your security setup):
-Confirm initial password for accumulo_admin@EXAMPLE.COM:</pre>
-</div>
+Confirm initial password for accumulo_admin@EXAMPLE.COM:
+$ ${ACCUMULO_HOME}/bin/start-all.sh
+...
+$</pre>
 </div>
-<div class="olist arabic">
-<ol class="arabic">
-<li>
-<p>Start the Accumulo cluster</p>
-</li>
-</ol>
 </div>
 </div>
 <div class="sect4">
@@ -6938,10 +6934,10 @@ will expect the KeyStore in the same location.</p>
 <div class="sect3">
 <h4 id="ClientConfiguration">18.5.9. Client Configuration</h4>
 <div class="paragraph">
-<p>In version 1.6.0, Accumulo includes a new type of configuration file known as a client
+<p>In version 1.6.0, Accumulo included a new type of configuration file known as a client
 configuration file. One problem with the traditional "site.xml" file that is prevalent
 through Hadoop is that it is a single file used by both clients and servers. This makes
-is very difficult to protect secrets that are only meant for the server processes while
+it very difficult to protect secrets that are only meant for the server processes while
 allowing the clients to connect to the servers.</p>
 </div>
 <div class="paragraph">
@@ -8085,20 +8081,19 @@ common failure modes.</p>
 <div class="sect3">
 <h4 id="_tested_versions">18.15.2. Tested Versions</h4>
 <div class="paragraph">
-<p>Another large consideration for Accumulo stability is to use versions of
-software that have been tested together in a VM environment. Any cluster of
-processes that have not been tested together are likely to expose running
-conditions that vary from the environments individually tested in the various
-components. For example, Accumulo&#8217;s use of HDFS includes many short block
-reads, which differs from the more common full file read used in most
-map/reduce applications. We have found that certain versions of Accumulo and
-Hadoop will include stability bugs that greatly affect overall stability. In
-our testing, Accumulo 1.6.2, Hadoop 2.6.0, and Zookeeper 3.4.6 resulted in a
-stable VM clusters that did not fail a month of testing, while Accumulo 1.6.1,
-Hadoop 2.5.1, and Zookeeper 3.4.5 had a mean time between failure of less than
-a week under heavy ingest and query load. We expect that results will vary with
-other configurations, and you should choose your software versions with that in
-mind.</p>
+<p>Each release of Accumulo is built with a specific version of Apache
+Hadoop, Apache ZooKeeper and Apache Thrift.  We expect Accumulo to
+work with versions that are API compatable with those versions.
+However this compatibility is not guaranteed because Hadoop, ZooKeeper
+and Thift may not provide guarantees between their own versions. We
+have also found that certain versions of Accumulo and Hadoop included
+bugs that greatly affected overall stability.  Thrift is particularly
+prone to compatablity changes between versions and you must use the
+same version your Accumulo is built with.</p>
+</div>
+<div class="paragraph">
+<p>Please check the release notes for your Accumulo version or use the
+mailing lists at <a href="https://accumulo.apache.org" class="bare">https://accumulo.apache.org</a> for more info.</p>
 </div>
 </div>
 </div>
@@ -9259,7 +9254,7 @@ omission of new data.</p>
 <p><strong>Q</strong>: I upgraded from 1.4 to 1.5 to 1.6 but still have some WAL files on local disk. Do I have any way to recover them?</p>
 </div>
 <div class="paragraph">
-<p><strong>A</strong>: Yes, you can recover them by running the LocalWALRecovery utility on each node that needs recovery performed. The utility
+<p><strong>A</strong>: Yes, you can recover them by running the LocalWALRecovery utility (not available in 1.8 and later) on each node that needs recovery performed. The utility
 will default to using the directory specified by <code>logger.dir.walog</code> in your configuration, or can be
 overriden by using the <code>--local-wal-directories</code> option on the tool. It can be invoked as follows:</p>
 </div>
@@ -9451,7 +9446,7 @@ default  | table.failures.ignore ..................... | false</pre>
 <h3 id="_available_properties">A.3. Available Properties</h3>
 <div class="paragraph">
 <p>Jump to:
-<a href="#RPC_PREFIX">rpc.*</a> | <a href="#INSTANCE_PREFIX">instance.*</a> | <a href="#INSTANCE_RPC_SASL_PROXYUSERS">instance.rpc.sasl.impersonation.* (Deprecated)</a> | <a href="#GENERAL_PREFIX">general.*</a> | <a href="#MASTER_PREFIX">master.*</a> | <a href="#TSERV_PREFIX">tserver.*</a> | <a href="#TSERV_REPLICATION_REPLAYERS">tserver.replication.replayer.*</a> | <a href="#LOGGER_PREFIX">logger.*</a> | <a href="#GC_PREFIX">gc.*</a> | <a href="#MONITOR_PREFIX">monitor.*</a> | <a href="#TRACE_PREFIX">trace.*</a> | <a href="#TRACE_SPAN_RECEIVER_PREFIX">trace.span.receiver.*</a> | <a href="#TRACE_TOKEN_PROPERTY_PREFIX">trace.token.property.*</a> | <a href="#TABLE_PREFIX">table.*</a> | <a href="#TABLE_ARBITRARY_PROP_PREFIX">table.custom.*</a> | <a href="#TABLE_CONSTRAINT_PREFIX">table.constraint.*</a> | <a href="#TABLE_ITERATOR_PREFIX">table.iterator.*</a> | <a href="#TABLE_ITERATOR_SCAN_PREFIX">table.iterator.scan.*</a> | <a href="#TABLE_ITERATOR_MINC_PREFIX">table.iterator.minc.*</a
 > | <a href="#TABLE_ITERATOR_MAJC_PREFIX">table.iterator.majc.*</a> | <a href="#TABLE_LOCALITY_GROUP_PREFIX">table.group.*</a> | <a href="#TABLE_COMPACTION_STRATEGY_PREFIX">table.majc.compaction.strategy.opts.*</a> | <a href="#TABLE_REPLICATION_TARGET">table.replication.target.*</a> | <a href="#TABLE_SAMPLER_OPTS">table.sampler.opt.*</a> | <a href="#VFS_CONTEXT_CLASSPATH_PROPERTY">general.vfs.context.classpath.*</a> | <a href="#REPLICATION_PREFIX">replication.*</a> | <a href="#REPLICATION_PEERS">replication.peer.*</a> | <a href="#REPLICATION_PEER_USER">replication.peer.user.*</a> | <a href="#REPLICATION_PEER_PASSWORD">replication.peer.password.*</a> | <a href="#REPLICATION_PEER_KEYTAB">replication.peer.keytab.*</a></p>
+<a href="#RPC_PREFIX">rpc.*</a> | <a href="#INSTANCE_PREFIX">instance.*</a> | <a href="#INSTANCE_RPC_SASL_PROXYUSERS">instance.rpc.sasl.impersonation.* (Deprecated)</a> | <a href="#GENERAL_PREFIX">general.*</a> | <a href="#MASTER_PREFIX">master.*</a> | <a href="#TSERV_PREFIX">tserver.*</a> | <a href="#TSERV_REPLICATION_REPLAYERS">tserver.replication.replayer.*</a> | <a href="#GC_PREFIX">gc.*</a> | <a href="#MONITOR_PREFIX">monitor.*</a> | <a href="#TRACE_PREFIX">trace.*</a> | <a href="#TRACE_SPAN_RECEIVER_PREFIX">trace.span.receiver.*</a> | <a href="#TRACE_TOKEN_PROPERTY_PREFIX">trace.token.property.*</a> | <a href="#TABLE_PREFIX">table.*</a> | <a href="#TABLE_ARBITRARY_PROP_PREFIX">table.custom.*</a> | <a href="#TABLE_CONSTRAINT_PREFIX">table.constraint.*</a> | <a href="#TABLE_ITERATOR_PREFIX">table.iterator.*</a> | <a href="#TABLE_ITERATOR_SCAN_PREFIX">table.iterator.scan.*</a> | <a href="#TABLE_ITERATOR_MINC_PREFIX">table.iterator.minc.*</a> | <a href="#TABLE_ITERATOR_MAJC_PREFIX
 ">table.iterator.majc.*</a> | <a href="#TABLE_LOCALITY_GROUP_PREFIX">table.group.*</a> | <a href="#TABLE_COMPACTION_STRATEGY_PREFIX">table.majc.compaction.strategy.opts.*</a> | <a href="#TABLE_REPLICATION_TARGET">table.replication.target.*</a> | <a href="#TABLE_SAMPLER_OPTS">table.sampler.opt.*</a> | <a href="#VFS_CONTEXT_CLASSPATH_PROPERTY">general.vfs.context.classpath.*</a> | <a href="#REPLICATION_PREFIX">replication.*</a> | <a href="#REPLICATION_PEERS">replication.peer.*</a> | <a href="#REPLICATION_PEER_USER">replication.peer.user.*</a> | <a href="#REPLICATION_PEER_PASSWORD">replication.peer.password.*</a> | <a href="#REPLICATION_PEER_KEYTAB">replication.peer.keytab.*</a></p>
 </div>
 <div class="sect3">
 <h4 id="RPC_PREFIX">A.3.1. rpc.*</h4>
@@ -10812,24 +10807,7 @@ $HADOOP_PREFIX/share/hadoop/yarn/lib/jersey.*.jar,
 </div>
 </div>
 <div class="sect3">
-<h4 id="LOGGER_PREFIX">A.3.8. logger.*</h4>
-<div class="paragraph">
-<p>Properties in this category affect the behavior of the write-ahead logger servers</p>
-</div>
-<div class="sect4">
-<h5 id="_logger_dir_walog">logger.dir.walog</h5>
-<div class="paragraph">
-<p>This property is only needed if Accumulo was upgraded from a 1.4 or earlier version. In the upgrade to 1.5 this property is used to copy any earlier write ahead logs into DFS. In 1.6+, this property is used by the LocalWALRecovery utility in the event that something went wrong with that earlier upgrade. It is possible to specify a comma-separated list of directories.</p>
-</div>
-<div class="paragraph">
-<p><em>Type:</em> PATH<br>
-<em>Zookeeper Mutable:</em> yes<br>
-<em>Default Value:</em> <code>walogs</code></p>
-</div>
-</div>
-</div>
-<div class="sect3">
-<h4 id="GC_PREFIX">A.3.9. gc.*</h4>
+<h4 id="GC_PREFIX">A.3.8. gc.*</h4>
 <div class="paragraph">
 <p>Properties in this category affect the behavior of the accumulo garbage collector.</p>
 </div>
@@ -10912,7 +10890,7 @@ $HADOOP_PREFIX/share/hadoop/yarn/lib/jersey.*.jar,
 </div>
 </div>
 <div class="sect3">
-<h4 id="MONITOR_PREFIX">A.3.10. monitor.*</h4>
+<h4 id="MONITOR_PREFIX">A.3.9. monitor.*</h4>
 <div class="paragraph">
 <p>Properties in this category affect the behavior of the monitor web server.</p>
 </div>
@@ -11094,7 +11072,7 @@ $HADOOP_PREFIX/share/hadoop/yarn/lib/jersey.*.jar,
 </div>
 </div>
 <div class="sect3">
-<h4 id="TRACE_PREFIX">A.3.11. trace.*</h4>
+<h4 id="TRACE_PREFIX">A.3.10. trace.*</h4>
 <div class="paragraph">
 <p>Properties in this category affect the behavior of distributed tracing.</p>
 </div>
@@ -11177,19 +11155,19 @@ $HADOOP_PREFIX/share/hadoop/yarn/lib/jersey.*.jar,
 </div>
 </div>
 <div class="sect3">
-<h4 id="TRACE_SPAN_RECEIVER_PREFIX">A.3.12. trace.span.receiver.*</h4>
+<h4 id="TRACE_SPAN_RECEIVER_PREFIX">A.3.11. trace.span.receiver.*</h4>
 <div class="paragraph">
 <p>Prefix for span receiver configuration properties</p>
 </div>
 </div>
 <div class="sect3">
-<h4 id="TRACE_TOKEN_PROPERTY_PREFIX">A.3.13. trace.token.property.*</h4>
+<h4 id="TRACE_TOKEN_PROPERTY_PREFIX">A.3.12. trace.token.property.*</h4>
 <div class="paragraph">
 <p>The prefix used to create a token for storing distributed traces. For each propetry required by trace.token.type, place this prefix in front of it.</p>
 </div>
 </div>
 <div class="sect3">
-<h4 id="TABLE_PREFIX">A.3.14. table.*</h4>
+<h4 id="TABLE_PREFIX">A.3.13. table.*</h4>
 <div class="paragraph">
 <p>Properties in this category affect tablet server treatment of tablets, but can be configured on a per-table basis. Setting these properties in the site file will override the default globally for all tables and not any specific table. However, both the default and the global setting can be overridden per table using the table operations API or in the shell, which sets the overridden value in zookeeper. Restarting accumulo tablet servers after setting these properties in the site file will cause the global setting to take effect. However, you must use the API or the shell to change properties in zookeeper that are set on a table.</p>
 </div>
@@ -11593,13 +11571,13 @@ CAUTION: If a particular key has an empty security label AND its table&#8217;s d
 </div>
 </div>
 <div class="sect3">
-<h4 id="TABLE_ARBITRARY_PROP_PREFIX">A.3.15. table.custom.*</h4>
+<h4 id="TABLE_ARBITRARY_PROP_PREFIX">A.3.14. table.custom.*</h4>
 <div class="paragraph">
 <p>Prefix to be used for user defined arbitrary properties.</p>
 </div>
 </div>
 <div class="sect3">
-<h4 id="TABLE_CONSTRAINT_PREFIX">A.3.16. table.constraint.*</h4>
+<h4 id="TABLE_CONSTRAINT_PREFIX">A.3.15. table.constraint.*</h4>
 <div class="paragraph">
 <p>Properties in this category are per-table properties that add constraints to a table. These properties start with the category prefix, followed by a number, and their values correspond to a fully qualified Java class that implements the Constraint interface.
 For example:
@@ -11609,7 +11587,7 @@ table.constraint.2 = my.package.constraints.MySecondConstraint</p>
 </div>
 </div>
 <div class="sect3">
-<h4 id="TABLE_ITERATOR_PREFIX">A.3.17. table.iterator.*</h4>
+<h4 id="TABLE_ITERATOR_PREFIX">A.3.16. table.iterator.*</h4>
 <div class="paragraph">
 <p>Properties in this category specify iterators that are applied at various stages (scopes) of interaction with a table. These properties start with the category prefix, followed by a scope (minc, majc, scan, etc.), followed by a period, followed by a name, as in table.iterator.scan.vers, or table.iterator.scan.custom. The values for these properties are a number indicating the ordering in which it is applied, and a class name such as:
  table.iterator.scan.vers = 10,org.apache.accumulo.core.iterators.VersioningIterator
@@ -11618,25 +11596,25 @@ For example, table.iterator.minc.vers.opt.maxVersions = 3</p>
 </div>
 </div>
 <div class="sect3">
-<h4 id="TABLE_ITERATOR_SCAN_PREFIX">A.3.18. table.iterator.scan.*</h4>
+<h4 id="TABLE_ITERATOR_SCAN_PREFIX">A.3.17. table.iterator.scan.*</h4>
 <div class="paragraph">
 <p>Convenience prefix to find options for the scan iterator scope</p>
 </div>
 </div>
 <div class="sect3">
-<h4 id="TABLE_ITERATOR_MINC_PREFIX">A.3.19. table.iterator.minc.*</h4>
+<h4 id="TABLE_ITERATOR_MINC_PREFIX">A.3.18. table.iterator.minc.*</h4>
 <div class="paragraph">
 <p>Convenience prefix to find options for the minc iterator scope</p>
 </div>
 </div>
 <div class="sect3">
-<h4 id="TABLE_ITERATOR_MAJC_PREFIX">A.3.20. table.iterator.majc.*</h4>
+<h4 id="TABLE_ITERATOR_MAJC_PREFIX">A.3.19. table.iterator.majc.*</h4>
 <div class="paragraph">
 <p>Convenience prefix to find options for the majc iterator scope</p>
 </div>
 </div>
 <div class="sect3">
-<h4 id="TABLE_LOCALITY_GROUP_PREFIX">A.3.21. table.group.*</h4>
+<h4 id="TABLE_LOCALITY_GROUP_PREFIX">A.3.20. table.group.*</h4>
 <div class="paragraph">
 <p>Properties in this category are per-table properties that define locality groups in a table. These properties start with the category prefix, followed by a name, followed by a period, and followed by a property for that group.
 For example table.group.group1=x,y,z sets the column families for a group called group1. Once configured, group1 can be enabled by adding it to the list of groups in the table.groups.enabled property.
@@ -11644,31 +11622,31 @@ Additional group options may be specified for a named group by setting table.gro
 </div>
 </div>
 <div class="sect3">
-<h4 id="TABLE_COMPACTION_STRATEGY_PREFIX">A.3.22. table.majc.compaction.strategy.opts.*</h4>
+<h4 id="TABLE_COMPACTION_STRATEGY_PREFIX">A.3.21. table.majc.compaction.strategy.opts.*</h4>
 <div class="paragraph">
 <p>Properties in this category are used to configure the compaction strategy.</p>
 </div>
 </div>
 <div class="sect3">
-<h4 id="TABLE_REPLICATION_TARGET">A.3.23. table.replication.target.*</h4>
+<h4 id="TABLE_REPLICATION_TARGET">A.3.22. table.replication.target.*</h4>
 <div class="paragraph">
 <p>Enumerate a mapping of other systems which this table should replicate their data to. The key suffix is the identifying cluster name and the value is an identifier for a location on the target system, e.g. the ID of the table on the target to replicate to</p>
 </div>
 </div>
 <div class="sect3">
-<h4 id="TABLE_SAMPLER_OPTS">A.3.24. table.sampler.opt.*</h4>
+<h4 id="TABLE_SAMPLER_OPTS">A.3.23. table.sampler.opt.*</h4>
 <div class="paragraph">
 <p>The property is used to set options for a sampler.  If a sample had two options like hasher and modulous, then the two properties table.sampler.opt.hasher=${hash algorithm} and table.sampler.opt.modulous=${mod} would be set.</p>
 </div>
 </div>
 <div class="sect3">
-<h4 id="VFS_CONTEXT_CLASSPATH_PROPERTY">A.3.25. general.vfs.context.classpath.*</h4>
+<h4 id="VFS_CONTEXT_CLASSPATH_PROPERTY">A.3.24. general.vfs.context.classpath.*</h4>
 <div class="paragraph">
 <p>Properties in this category are define a classpath. These properties start  with the category prefix, followed by a context name. The value is a comma seperated list of URIs. Supports full regex on filename alone. For example, general.vfs.context.classpath.cx1=hdfs://nn1:9902/mylibdir/*.jar. You can enable post delegation for a context, which will load classes from the context first instead of the parent first. Do this by setting general.vfs.context.classpath.&lt;name&gt;.delegation=post, where &lt;name&gt; is your context nameIf delegation is not specified, it defaults to loading from parent classloader first.</p>
 </div>
 </div>
 <div class="sect3">
-<h4 id="REPLICATION_PREFIX">A.3.26. replication.*</h4>
+<h4 id="REPLICATION_PREFIX">A.3.25. replication.*</h4>
 <div class="paragraph">
 <p>Properties in this category affect the replication of data to other Accumulo instances.</p>
 </div>
@@ -11828,25 +11806,25 @@ Additional group options may be specified for a named group by setting table.gro
 </div>
 </div>
 <div class="sect3">
-<h4 id="REPLICATION_PEERS">A.3.27. replication.peer.*</h4>
+<h4 id="REPLICATION_PEERS">A.3.26. replication.peer.*</h4>
 <div class="paragraph">
 <p>Properties in this category control what systems data can be replicated to</p>
 </div>
 </div>
 <div class="sect3">
-<h4 id="REPLICATION_PEER_USER">A.3.28. replication.peer.user.*</h4>
+<h4 id="REPLICATION_PEER_USER">A.3.27. replication.peer.user.*</h4>
 <div class="paragraph">
 <p>The username to provide when authenticating with the given peer</p>
 </div>
 </div>
 <div class="sect3">
-<h4 id="REPLICATION_PEER_PASSWORD">A.3.29. replication.peer.password.*</h4>
+<h4 id="REPLICATION_PEER_PASSWORD">A.3.28. replication.peer.password.*</h4>
 <div class="paragraph">
 <p>The password to provide when authenticating with the given peer</p>
 </div>
 </div>
 <div class="sect3">
-<h4 id="REPLICATION_PEER_KEYTAB">A.3.30. replication.peer.keytab.*</h4>
+<h4 id="REPLICATION_PEER_KEYTAB">A.3.29. replication.peer.keytab.*</h4>
 <div class="paragraph">
 <p>The keytab to use when authenticating with the given peer</p>
 </div>
@@ -11959,7 +11937,7 @@ An example is <em>java.lang.String</em>, rather than <em>String</em></p>
 </div>
 <div id="footer">
 <div id="footer-text">
-Last updated 2016-10-07 01:14:08 -05:00
+Last updated 2017-02-10 17:10:28 +00:00
 </div>
 </div>
 </body>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/allclasses-frame.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/allclasses-frame.html b/1.8/apidocs/allclasses-frame.html
index ae5e1d1..f4b45b8 100644
--- a/1.8/apidocs/allclasses-frame.html
+++ b/1.8/apidocs/allclasses-frame.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:24 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:33 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>All Classes (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>All Classes (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/allclasses-noframe.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/allclasses-noframe.html b/1.8/apidocs/allclasses-noframe.html
index 58b77f8..afc941c 100644
--- a/1.8/apidocs/allclasses-noframe.html
+++ b/1.8/apidocs/allclasses-noframe.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:24 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:33 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>All Classes (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>All Classes (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/constant-values.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/constant-values.html b/1.8/apidocs/constant-values.html
index 0b2ace4..8cbc83d 100644
--- a/1.8/apidocs/constant-values.html
+++ b/1.8/apidocs/constant-values.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:22 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Constant Field Values (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Constant Field Values (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Constant Field Values (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Constant Field Values (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -204,6 +204,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/deprecated-list.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/deprecated-list.html b/1.8/apidocs/deprecated-list.html
index 44c4fee..ac51920 100644
--- a/1.8/apidocs/deprecated-list.html
+++ b/1.8/apidocs/deprecated-list.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:24 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:33 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Deprecated List (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Deprecated List (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Deprecated List (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Deprecated List (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -430,62 +430,62 @@
 </td>
 </tr>
 <tr class="rowColor">
-<td class="colOne"><a href="org/apache/accumulo/core/client/Instance.html#getConfiguration()">org.apache.accumulo.core.client.Instance.getConfiguration()</a>
-<div class="block"><i>since 1.6.0. This method makes very little sense in the context of the client API and never should have been exposed.</i></div>
-</td>
-</tr>
-<tr class="altColor">
-<td class="colOne"><a href="org/apache/accumulo/core/client/mock/MockInstance.html#getConfiguration()">org.apache.accumulo.core.client.mock.MockInstance.getConfiguration()</a></td>
-</tr>
-<tr class="rowColor">
 <td class="colOne"><a href="org/apache/accumulo/core/client/ZooKeeperInstance.html#getConfiguration()">org.apache.accumulo.core.client.ZooKeeperInstance.getConfiguration()</a></td>
 </tr>
 <tr class="altColor">
-<td class="colOne"><a href="org/apache/accumulo/core/client/Instance.html#getConnector(java.lang.String,%20byte[])">org.apache.accumulo.core.client.Instance.getConnector(String, byte[])</a>
-<div class="block"><i>since 1.5, use <a href="org/apache/accumulo/core/client/Instance.html#getConnector(java.lang.String,%20org.apache.accumulo.core.client.security.tokens.AuthenticationToken)"><code>Instance.getConnector(String, AuthenticationToken)</code></a> with <a href="org/apache/accumulo/core/client/security/tokens/PasswordToken.html" title="class in org.apache.accumulo.core.client.security.tokens"><code>PasswordToken</code></a></i></div>
+<td class="colOne"><a href="org/apache/accumulo/core/client/Instance.html#getConfiguration()">org.apache.accumulo.core.client.Instance.getConfiguration()</a>
+<div class="block"><i>since 1.6.0. This method makes very little sense in the context of the client API and never should have been exposed.</i></div>
 </td>
 </tr>
 <tr class="rowColor">
-<td class="colOne"><a href="org/apache/accumulo/core/client/mock/MockInstance.html#getConnector(java.lang.String,%20byte[])">org.apache.accumulo.core.client.mock.MockInstance.getConnector(String, byte[])</a></td>
+<td class="colOne"><a href="org/apache/accumulo/core/client/mock/MockInstance.html#getConfiguration()">org.apache.accumulo.core.client.mock.MockInstance.getConfiguration()</a></td>
 </tr>
 <tr class="altColor">
 <td class="colOne"><a href="org/apache/accumulo/core/client/ZooKeeperInstance.html#getConnector(java.lang.String,%20byte[])">org.apache.accumulo.core.client.ZooKeeperInstance.getConnector(String, byte[])</a></td>
 </tr>
 <tr class="rowColor">
-<td class="colOne"><a href="org/apache/accumulo/core/client/Instance.html#getConnector(java.lang.String,%20java.nio.ByteBuffer)">org.apache.accumulo.core.client.Instance.getConnector(String, ByteBuffer)</a>
+<td class="colOne"><a href="org/apache/accumulo/core/client/Instance.html#getConnector(java.lang.String,%20byte[])">org.apache.accumulo.core.client.Instance.getConnector(String, byte[])</a>
 <div class="block"><i>since 1.5, use <a href="org/apache/accumulo/core/client/Instance.html#getConnector(java.lang.String,%20org.apache.accumulo.core.client.security.tokens.AuthenticationToken)"><code>Instance.getConnector(String, AuthenticationToken)</code></a> with <a href="org/apache/accumulo/core/client/security/tokens/PasswordToken.html" title="class in org.apache.accumulo.core.client.security.tokens"><code>PasswordToken</code></a></i></div>
 </td>
 </tr>
 <tr class="altColor">
-<td class="colOne"><a href="org/apache/accumulo/core/client/mock/MockInstance.html#getConnector(java.lang.String,%20java.nio.ByteBuffer)">org.apache.accumulo.core.client.mock.MockInstance.getConnector(String, ByteBuffer)</a></td>
+<td class="colOne"><a href="org/apache/accumulo/core/client/mock/MockInstance.html#getConnector(java.lang.String,%20byte[])">org.apache.accumulo.core.client.mock.MockInstance.getConnector(String, byte[])</a></td>
 </tr>
 <tr class="rowColor">
 <td class="colOne"><a href="org/apache/accumulo/core/client/ZooKeeperInstance.html#getConnector(java.lang.String,%20java.nio.ByteBuffer)">org.apache.accumulo.core.client.ZooKeeperInstance.getConnector(String, ByteBuffer)</a></td>
 </tr>
 <tr class="altColor">
-<td class="colOne"><a href="org/apache/accumulo/core/client/Instance.html#getConnector(java.lang.String,%20java.lang.CharSequence)">org.apache.accumulo.core.client.Instance.getConnector(String, CharSequence)</a>
+<td class="colOne"><a href="org/apache/accumulo/core/client/Instance.html#getConnector(java.lang.String,%20java.nio.ByteBuffer)">org.apache.accumulo.core.client.Instance.getConnector(String, ByteBuffer)</a>
 <div class="block"><i>since 1.5, use <a href="org/apache/accumulo/core/client/Instance.html#getConnector(java.lang.String,%20org.apache.accumulo.core.client.security.tokens.AuthenticationToken)"><code>Instance.getConnector(String, AuthenticationToken)</code></a> with <a href="org/apache/accumulo/core/client/security/tokens/PasswordToken.html" title="class in org.apache.accumulo.core.client.security.tokens"><code>PasswordToken</code></a></i></div>
 </td>
 </tr>
 <tr class="rowColor">
-<td class="colOne"><a href="org/apache/accumulo/core/client/mock/MockInstance.html#getConnector(java.lang.String,%20java.lang.CharSequence)">org.apache.accumulo.core.client.mock.MockInstance.getConnector(String, CharSequence)</a></td>
+<td class="colOne"><a href="org/apache/accumulo/core/client/mock/MockInstance.html#getConnector(java.lang.String,%20java.nio.ByteBuffer)">org.apache.accumulo.core.client.mock.MockInstance.getConnector(String, ByteBuffer)</a></td>
 </tr>
 <tr class="altColor">
 <td class="colOne"><a href="org/apache/accumulo/core/client/ZooKeeperInstance.html#getConnector(java.lang.String,%20java.lang.CharSequence)">org.apache.accumulo.core.client.ZooKeeperInstance.getConnector(String, CharSequence)</a></td>
 </tr>
 <tr class="rowColor">
+<td class="colOne"><a href="org/apache/accumulo/core/client/Instance.html#getConnector(java.lang.String,%20java.lang.CharSequence)">org.apache.accumulo.core.client.Instance.getConnector(String, CharSequence)</a>
+<div class="block"><i>since 1.5, use <a href="org/apache/accumulo/core/client/Instance.html#getConnector(java.lang.String,%20org.apache.accumulo.core.client.security.tokens.AuthenticationToken)"><code>Instance.getConnector(String, AuthenticationToken)</code></a> with <a href="org/apache/accumulo/core/client/security/tokens/PasswordToken.html" title="class in org.apache.accumulo.core.client.security.tokens"><code>PasswordToken</code></a></i></div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colOne"><a href="org/apache/accumulo/core/client/mock/MockInstance.html#getConnector(java.lang.String,%20java.lang.CharSequence)">org.apache.accumulo.core.client.mock.MockInstance.getConnector(String, CharSequence)</a></td>
+</tr>
+<tr class="rowColor">
 <td class="colOne"><a href="org/apache/accumulo/core/client/mapreduce/lib/util/OutputConfigurator.html#getDefaultTableName(java.lang.Class,%20org.apache.hadoop.conf.Configuration)">org.apache.accumulo.core.client.mapreduce.lib.util.OutputConfigurator.getDefaultTableName(Class<?>, Configuration)</a>
 <div class="block"><i>since 1.6.0; Configure your job with the appropriate InputFormat or OutputFormat.</i></div>
 </td>
 </tr>
 <tr class="altColor">
-<td class="colOne"><a href="org/apache/accumulo/core/client/admin/ActiveCompaction.html#getExtent()">org.apache.accumulo.core.client.admin.ActiveCompaction.getExtent()</a>
-<div class="block"><i>since 1.7.0 use <a href="org/apache/accumulo/core/client/admin/ActiveCompaction.html#getTablet()"><code>ActiveCompaction.getTablet()</code></a></i></div>
+<td class="colOne"><a href="org/apache/accumulo/core/client/admin/ActiveScan.html#getExtent()">org.apache.accumulo.core.client.admin.ActiveScan.getExtent()</a>
+<div class="block"><i>since 1.7.0 use <a href="org/apache/accumulo/core/client/admin/ActiveScan.html#getTablet()"><code>ActiveScan.getTablet()</code></a></i></div>
 </td>
 </tr>
 <tr class="rowColor">
-<td class="colOne"><a href="org/apache/accumulo/core/client/admin/ActiveScan.html#getExtent()">org.apache.accumulo.core.client.admin.ActiveScan.getExtent()</a>
-<div class="block"><i>since 1.7.0 use <a href="org/apache/accumulo/core/client/admin/ActiveScan.html#getTablet()"><code>ActiveScan.getTablet()</code></a></i></div>
+<td class="colOne"><a href="org/apache/accumulo/core/client/admin/ActiveCompaction.html#getExtent()">org.apache.accumulo.core.client.admin.ActiveCompaction.getExtent()</a>
+<div class="block"><i>since 1.7.0 use <a href="org/apache/accumulo/core/client/admin/ActiveCompaction.html#getTablet()"><code>ActiveCompaction.getTablet()</code></a></i></div>
 </td>
 </tr>
 <tr class="altColor">
@@ -592,13 +592,13 @@
 <td class="colOne"><a href="org/apache/accumulo/core/client/IsolatedScanner.html#getTimeOut()">org.apache.accumulo.core.client.IsolatedScanner.getTimeOut()</a></td>
 </tr>
 <tr class="rowColor">
-<td class="colOne"><a href="org/apache/accumulo/core/client/mock/MockScanner.html#getTimeOut()">org.apache.accumulo.core.client.mock.MockScanner.getTimeOut()</a></td>
-</tr>
-<tr class="altColor">
 <td class="colOne"><a href="org/apache/accumulo/core/client/Scanner.html#getTimeOut()">org.apache.accumulo.core.client.Scanner.getTimeOut()</a>
 <div class="block"><i>Since 1.5. See <a href="org/apache/accumulo/core/client/ScannerBase.html#getTimeout(java.util.concurrent.TimeUnit)"><code>ScannerBase.getTimeout(java.util.concurrent.TimeUnit)</code></a></i></div>
 </td>
 </tr>
+<tr class="altColor">
+<td class="colOne"><a href="org/apache/accumulo/core/client/mock/MockScanner.html#getTimeOut()">org.apache.accumulo.core.client.mock.MockScanner.getTimeOut()</a></td>
+</tr>
 <tr class="rowColor">
 <td class="colOne"><a href="org/apache/accumulo/core/client/mapreduce/lib/util/ConfiguratorBase.html#getToken(java.lang.Class,%20org.apache.hadoop.conf.Configuration)">org.apache.accumulo.core.client.mapreduce.lib.util.ConfiguratorBase.getToken(Class<?>, Configuration)</a>
 <div class="block"><i>since 1.6.0; Configure your job with the appropriate InputFormat or OutputFormat.</i></div>
@@ -610,13 +610,13 @@
 </td>
 </tr>
 <tr class="rowColor">
-<td class="colOne"><a href="org/apache/accumulo/core/client/mapreduce/AbstractInputFormat.html#getToken(org.apache.hadoop.mapreduce.JobContext)">org.apache.accumulo.core.client.mapreduce.AbstractInputFormat.getToken(JobContext)</a>
-<div class="block"><i>since 1.6.0; Use <a href="org/apache/accumulo/core/client/mapreduce/AbstractInputFormat.html#getAuthenticationToken(org.apache.hadoop.mapreduce.JobContext)"><code>AbstractInputFormat.getAuthenticationToken(JobContext)</code></a> instead.</i></div>
+<td class="colOne"><a href="org/apache/accumulo/core/client/mapreduce/AccumuloOutputFormat.html#getToken(org.apache.hadoop.mapreduce.JobContext)">org.apache.accumulo.core.client.mapreduce.AccumuloOutputFormat.getToken(JobContext)</a>
+<div class="block"><i>since 1.6.0; Use <a href="org/apache/accumulo/core/client/mapreduce/AccumuloOutputFormat.html#getAuthenticationToken(org.apache.hadoop.mapreduce.JobContext)"><code>AccumuloOutputFormat.getAuthenticationToken(JobContext)</code></a> instead.</i></div>
 </td>
 </tr>
 <tr class="altColor">
-<td class="colOne"><a href="org/apache/accumulo/core/client/mapreduce/AccumuloOutputFormat.html#getToken(org.apache.hadoop.mapreduce.JobContext)">org.apache.accumulo.core.client.mapreduce.AccumuloOutputFormat.getToken(JobContext)</a>
-<div class="block"><i>since 1.6.0; Use <a href="org/apache/accumulo/core/client/mapreduce/AccumuloOutputFormat.html#getAuthenticationToken(org.apache.hadoop.mapreduce.JobContext)"><code>AccumuloOutputFormat.getAuthenticationToken(JobContext)</code></a> instead.</i></div>
+<td class="colOne"><a href="org/apache/accumulo/core/client/mapreduce/AbstractInputFormat.html#getToken(org.apache.hadoop.mapreduce.JobContext)">org.apache.accumulo.core.client.mapreduce.AbstractInputFormat.getToken(JobContext)</a>
+<div class="block"><i>since 1.6.0; Use <a href="org/apache/accumulo/core/client/mapreduce/AbstractInputFormat.html#getAuthenticationToken(org.apache.hadoop.mapreduce.JobContext)"><code>AbstractInputFormat.getAuthenticationToken(JobContext)</code></a> instead.</i></div>
 </td>
 </tr>
 <tr class="rowColor">
@@ -630,13 +630,13 @@
 </td>
 </tr>
 <tr class="rowColor">
-<td class="colOne"><a href="org/apache/accumulo/core/client/mapreduce/AbstractInputFormat.html#getTokenClass(org.apache.hadoop.mapreduce.JobContext)">org.apache.accumulo.core.client.mapreduce.AbstractInputFormat.getTokenClass(JobContext)</a>
-<div class="block"><i>since 1.6.0; Use <a href="org/apache/accumulo/core/client/mapreduce/AbstractInputFormat.html#getAuthenticationToken(org.apache.hadoop.mapreduce.JobContext)"><code>AbstractInputFormat.getAuthenticationToken(JobContext)</code></a> instead.</i></div>
+<td class="colOne"><a href="org/apache/accumulo/core/client/mapreduce/AccumuloOutputFormat.html#getTokenClass(org.apache.hadoop.mapreduce.JobContext)">org.apache.accumulo.core.client.mapreduce.AccumuloOutputFormat.getTokenClass(JobContext)</a>
+<div class="block"><i>since 1.6.0; Use <a href="org/apache/accumulo/core/client/mapreduce/AccumuloOutputFormat.html#getAuthenticationToken(org.apache.hadoop.mapreduce.JobContext)"><code>AccumuloOutputFormat.getAuthenticationToken(JobContext)</code></a> instead.</i></div>
 </td>
 </tr>
 <tr class="altColor">
-<td class="colOne"><a href="org/apache/accumulo/core/client/mapreduce/AccumuloOutputFormat.html#getTokenClass(org.apache.hadoop.mapreduce.JobContext)">org.apache.accumulo.core.client.mapreduce.AccumuloOutputFormat.getTokenClass(JobContext)</a>
-<div class="block"><i>since 1.6.0; Use <a href="org/apache/accumulo/core/client/mapreduce/AccumuloOutputFormat.html#getAuthenticationToken(org.apache.hadoop.mapreduce.JobContext)"><code>AccumuloOutputFormat.getAuthenticationToken(JobContext)</code></a> instead.</i></div>
+<td class="colOne"><a href="org/apache/accumulo/core/client/mapreduce/AbstractInputFormat.html#getTokenClass(org.apache.hadoop.mapreduce.JobContext)">org.apache.accumulo.core.client.mapreduce.AbstractInputFormat.getTokenClass(JobContext)</a>
+<div class="block"><i>since 1.6.0; Use <a href="org/apache/accumulo/core/client/mapreduce/AbstractInputFormat.html#getAuthenticationToken(org.apache.hadoop.mapreduce.JobContext)"><code>AbstractInputFormat.getAuthenticationToken(JobContext)</code></a> instead.</i></div>
 </td>
 </tr>
 <tr class="rowColor">
@@ -701,15 +701,15 @@
 </td>
 </tr>
 <tr class="rowColor">
+<td class="colOne"><a href="org/apache/accumulo/core/client/ZooKeeperInstance.html#setConfiguration(org.apache.accumulo.core.conf.AccumuloConfiguration)">org.apache.accumulo.core.client.ZooKeeperInstance.setConfiguration(AccumuloConfiguration)</a></td>
+</tr>
+<tr class="altColor">
 <td class="colOne"><a href="org/apache/accumulo/core/client/Instance.html#setConfiguration(org.apache.accumulo.core.conf.AccumuloConfiguration)">org.apache.accumulo.core.client.Instance.setConfiguration(AccumuloConfiguration)</a>
 <div class="block"><i>since 1.6.0. This method makes very little sense in the context of the client API and never should have been exposed.</i></div>
 </td>
 </tr>
-<tr class="altColor">
-<td class="colOne"><a href="org/apache/accumulo/core/client/mock/MockInstance.html#setConfiguration(org.apache.accumulo.core.conf.AccumuloConfiguration)">org.apache.accumulo.core.client.mock.MockInstance.setConfiguration(AccumuloConfiguration)</a></td>
-</tr>
 <tr class="rowColor">
-<td class="colOne"><a href="org/apache/accumulo/core/client/ZooKeeperInstance.html#setConfiguration(org.apache.accumulo.core.conf.AccumuloConfiguration)">org.apache.accumulo.core.client.ZooKeeperInstance.setConfiguration(AccumuloConfiguration)</a></td>
+<td class="colOne"><a href="org/apache/accumulo/core/client/mock/MockInstance.html#setConfiguration(org.apache.accumulo.core.conf.AccumuloConfiguration)">org.apache.accumulo.core.client.mock.MockInstance.setConfiguration(AccumuloConfiguration)</a></td>
 </tr>
 <tr class="altColor">
 <td class="colOne"><a href="org/apache/accumulo/core/client/mapreduce/lib/util/ConfiguratorBase.html#setConnectorInfo(java.lang.Class,%20org.apache.hadoop.conf.Configuration,%20java.lang.String,%20org.apache.accumulo.core.client.security.tokens.AuthenticationToken)">org.apache.accumulo.core.client.mapreduce.lib.util.ConfiguratorBase.setConnectorInfo(Class<?>, Configuration, String, AuthenticationToken)</a>
@@ -767,23 +767,23 @@
 </td>
 </tr>
 <tr class="rowColor">
-<td class="colOne"><a href="org/apache/accumulo/core/client/mapred/AbstractInputFormat.html#setMockInstance(org.apache.hadoop.mapred.JobConf,%20java.lang.String)">org.apache.accumulo.core.client.mapred.AbstractInputFormat.setMockInstance(JobConf, String)</a>
+<td class="colOne"><a href="org/apache/accumulo/core/client/mapred/AccumuloOutputFormat.html#setMockInstance(org.apache.hadoop.mapred.JobConf,%20java.lang.String)">org.apache.accumulo.core.client.mapred.AccumuloOutputFormat.setMockInstance(JobConf, String)</a>
 <div class="block"><i>since 1.8.0; use MiniAccumuloCluster or a standard mock framework</i></div>
 </td>
 </tr>
 <tr class="altColor">
-<td class="colOne"><a href="org/apache/accumulo/core/client/mapred/AccumuloOutputFormat.html#setMockInstance(org.apache.hadoop.mapred.JobConf,%20java.lang.String)">org.apache.accumulo.core.client.mapred.AccumuloOutputFormat.setMockInstance(JobConf, String)</a>
+<td class="colOne"><a href="org/apache/accumulo/core/client/mapred/AbstractInputFormat.html#setMockInstance(org.apache.hadoop.mapred.JobConf,%20java.lang.String)">org.apache.accumulo.core.client.mapred.AbstractInputFormat.setMockInstance(JobConf, String)</a>
 <div class="block"><i>since 1.8.0; use MiniAccumuloCluster or a standard mock framework</i></div>
 </td>
 </tr>
 <tr class="rowColor">
+<td class="colOne"><a href="org/apache/accumulo/core/client/mapreduce/AccumuloOutputFormat.html#setMockInstance(org.apache.hadoop.mapreduce.Job,%20java.lang.String)">org.apache.accumulo.core.client.mapreduce.AccumuloOutputFormat.setMockInstance(Job, String)</a></td>
+</tr>
+<tr class="altColor">
 <td class="colOne"><a href="org/apache/accumulo/core/client/mapreduce/AbstractInputFormat.html#setMockInstance(org.apache.hadoop.mapreduce.Job,%20java.lang.String)">org.apache.accumulo.core.client.mapreduce.AbstractInputFormat.setMockInstance(Job, String)</a>
 <div class="block"><i>since 1.8.0; use MiniAccumuloCluster or a standard mock framework</i></div>
 </td>
 </tr>
-<tr class="altColor">
-<td class="colOne"><a href="org/apache/accumulo/core/client/mapreduce/AccumuloOutputFormat.html#setMockInstance(org.apache.hadoop.mapreduce.Job,%20java.lang.String)">org.apache.accumulo.core.client.mapreduce.AccumuloOutputFormat.setMockInstance(Job, String)</a></td>
-</tr>
 <tr class="rowColor">
 <td class="colOne"><a href="org/apache/accumulo/core/client/mapreduce/lib/util/InputConfigurator.html#setOfflineTableScan(java.lang.Class,%20org.apache.hadoop.conf.Configuration,%20boolean)">org.apache.accumulo.core.client.mapreduce.lib.util.InputConfigurator.setOfflineTableScan(Class<?>, Configuration, boolean)</a>
 <div class="block"><i>since 1.6.0; Configure your job with the appropriate InputFormat or OutputFormat.</i></div>
@@ -826,13 +826,13 @@
 <td class="colOne"><a href="org/apache/accumulo/core/client/IsolatedScanner.html#setTimeOut(int)">org.apache.accumulo.core.client.IsolatedScanner.setTimeOut(int)</a></td>
 </tr>
 <tr class="altColor">
-<td class="colOne"><a href="org/apache/accumulo/core/client/mock/MockScanner.html#setTimeOut(int)">org.apache.accumulo.core.client.mock.MockScanner.setTimeOut(int)</a></td>
-</tr>
-<tr class="rowColor">
 <td class="colOne"><a href="org/apache/accumulo/core/client/Scanner.html#setTimeOut(int)">org.apache.accumulo.core.client.Scanner.setTimeOut(int)</a>
 <div class="block"><i>Since 1.5. See <a href="org/apache/accumulo/core/client/ScannerBase.html#setTimeout(long,%20java.util.concurrent.TimeUnit)"><code>ScannerBase.setTimeout(long, java.util.concurrent.TimeUnit)</code></a></i></div>
 </td>
 </tr>
+<tr class="rowColor">
+<td class="colOne"><a href="org/apache/accumulo/core/client/mock/MockScanner.html#setTimeOut(int)">org.apache.accumulo.core.client.mock.MockScanner.setTimeOut(int)</a></td>
+</tr>
 <tr class="altColor">
 <td class="colOne"><a href="org/apache/accumulo/core/client/mapred/InputFormatBase.RecordReaderBase.html#setupIterators(org.apache.hadoop.mapred.JobConf,%20org.apache.accumulo.core.client.Scanner)">org.apache.accumulo.core.client.mapred.InputFormatBase.RecordReaderBase.setupIterators(JobConf, Scanner)</a></td>
 </tr>
@@ -867,23 +867,23 @@
 </td>
 </tr>
 <tr class="rowColor">
-<td class="colOne"><a href="org/apache/accumulo/core/client/mapred/AbstractInputFormat.html#setZooKeeperInstance(org.apache.hadoop.mapred.JobConf,%20java.lang.String,%20java.lang.String)">org.apache.accumulo.core.client.mapred.AbstractInputFormat.setZooKeeperInstance(JobConf, String, String)</a>
-<div class="block"><i>since 1.6.0; Use <a href="org/apache/accumulo/core/client/mapred/AbstractInputFormat.html#setZooKeeperInstance(org.apache.hadoop.mapred.JobConf,%20org.apache.accumulo.core.client.ClientConfiguration)"><code>AbstractInputFormat.setZooKeeperInstance(JobConf, ClientConfiguration)</code></a> instead.</i></div>
+<td class="colOne"><a href="org/apache/accumulo/core/client/mapred/AccumuloOutputFormat.html#setZooKeeperInstance(org.apache.hadoop.mapred.JobConf,%20java.lang.String,%20java.lang.String)">org.apache.accumulo.core.client.mapred.AccumuloOutputFormat.setZooKeeperInstance(JobConf, String, String)</a>
+<div class="block"><i>since 1.6.0; Use <a href="org/apache/accumulo/core/client/mapred/AccumuloOutputFormat.html#setZooKeeperInstance(org.apache.hadoop.mapred.JobConf,%20org.apache.accumulo.core.client.ClientConfiguration)"><code>AccumuloOutputFormat.setZooKeeperInstance(JobConf, ClientConfiguration)</code></a> instead.</i></div>
 </td>
 </tr>
 <tr class="altColor">
-<td class="colOne"><a href="org/apache/accumulo/core/client/mapred/AccumuloOutputFormat.html#setZooKeeperInstance(org.apache.hadoop.mapred.JobConf,%20java.lang.String,%20java.lang.String)">org.apache.accumulo.core.client.mapred.AccumuloOutputFormat.setZooKeeperInstance(JobConf, String, String)</a>
-<div class="block"><i>since 1.6.0; Use <a href="org/apache/accumulo/core/client/mapred/AccumuloOutputFormat.html#setZooKeeperInstance(org.apache.hadoop.mapred.JobConf,%20org.apache.accumulo.core.client.ClientConfiguration)"><code>AccumuloOutputFormat.setZooKeeperInstance(JobConf, ClientConfiguration)</code></a> instead.</i></div>
+<td class="colOne"><a href="org/apache/accumulo/core/client/mapred/AbstractInputFormat.html#setZooKeeperInstance(org.apache.hadoop.mapred.JobConf,%20java.lang.String,%20java.lang.String)">org.apache.accumulo.core.client.mapred.AbstractInputFormat.setZooKeeperInstance(JobConf, String, String)</a>
+<div class="block"><i>since 1.6.0; Use <a href="org/apache/accumulo/core/client/mapred/AbstractInputFormat.html#setZooKeeperInstance(org.apache.hadoop.mapred.JobConf,%20org.apache.accumulo.core.client.ClientConfiguration)"><code>AbstractInputFormat.setZooKeeperInstance(JobConf, ClientConfiguration)</code></a> instead.</i></div>
 </td>
 </tr>
 <tr class="rowColor">
-<td class="colOne"><a href="org/apache/accumulo/core/client/mapreduce/AbstractInputFormat.html#setZooKeeperInstance(org.apache.hadoop.mapreduce.Job,%20java.lang.String,%20java.lang.String)">org.apache.accumulo.core.client.mapreduce.AbstractInputFormat.setZooKeeperInstance(Job, String, String)</a>
-<div class="block"><i>since 1.6.0; Use <a href="org/apache/accumulo/core/client/mapreduce/AbstractInputFormat.html#setZooKeeperInstance(org.apache.hadoop.mapreduce.Job,%20org.apache.accumulo.core.client.ClientConfiguration)"><code>AbstractInputFormat.setZooKeeperInstance(Job, ClientConfiguration)</code></a> instead.</i></div>
+<td class="colOne"><a href="org/apache/accumulo/core/client/mapreduce/AccumuloOutputFormat.html#setZooKeeperInstance(org.apache.hadoop.mapreduce.Job,%20java.lang.String,%20java.lang.String)">org.apache.accumulo.core.client.mapreduce.AccumuloOutputFormat.setZooKeeperInstance(Job, String, String)</a>
+<div class="block"><i>since 1.6.0; Use <a href="org/apache/accumulo/core/client/mapreduce/AccumuloOutputFormat.html#setZooKeeperInstance(org.apache.hadoop.mapreduce.Job,%20org.apache.accumulo.core.client.ClientConfiguration)"><code>AccumuloOutputFormat.setZooKeeperInstance(Job, ClientConfiguration)</code></a> instead.</i></div>
 </td>
 </tr>
 <tr class="altColor">
-<td class="colOne"><a href="org/apache/accumulo/core/client/mapreduce/AccumuloOutputFormat.html#setZooKeeperInstance(org.apache.hadoop.mapreduce.Job,%20java.lang.String,%20java.lang.String)">org.apache.accumulo.core.client.mapreduce.AccumuloOutputFormat.setZooKeeperInstance(Job, String, String)</a>
-<div class="block"><i>since 1.6.0; Use <a href="org/apache/accumulo/core/client/mapreduce/AccumuloOutputFormat.html#setZooKeeperInstance(org.apache.hadoop.mapreduce.Job,%20org.apache.accumulo.core.client.ClientConfiguration)"><code>AccumuloOutputFormat.setZooKeeperInstance(Job, ClientConfiguration)</code></a> instead.</i></div>
+<td class="colOne"><a href="org/apache/accumulo/core/client/mapreduce/AbstractInputFormat.html#setZooKeeperInstance(org.apache.hadoop.mapreduce.Job,%20java.lang.String,%20java.lang.String)">org.apache.accumulo.core.client.mapreduce.AbstractInputFormat.setZooKeeperInstance(Job, String, String)</a>
+<div class="block"><i>since 1.6.0; Use <a href="org/apache/accumulo/core/client/mapreduce/AbstractInputFormat.html#setZooKeeperInstance(org.apache.hadoop.mapreduce.Job,%20org.apache.accumulo.core.client.ClientConfiguration)"><code>AbstractInputFormat.setZooKeeperInstance(Job, ClientConfiguration)</code></a> instead.</i></div>
 </td>
 </tr>
 <tr class="rowColor">
@@ -1001,6 +1001,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/help-doc.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/help-doc.html b/1.8/apidocs/help-doc.html
index 5bae73e..1e98219 100644
--- a/1.8/apidocs/help-doc.html
+++ b/1.8/apidocs/help-doc.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:24 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:33 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>API Help (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>API Help (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="API Help (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="API Help (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -217,6 +217,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/index-all.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/index-all.html b/1.8/apidocs/index-all.html
index de9201e..cc77c1c 100644
--- a/1.8/apidocs/index-all.html
+++ b/1.8/apidocs/index-all.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:24 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:33 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Index (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Index (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="./stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Index (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Index (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -6725,6 +6725,6 @@ the order they are declared.</div>
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/index.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/index.html b/1.8/apidocs/index.html
index 853a19e..b6a5f51 100644
--- a/1.8/apidocs/index.html
+++ b/1.8/apidocs/index.html
@@ -2,9 +2,9 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc on Tue Sep 06 14:11:24 EDT 2016 -->
+<!-- Generated by javadoc on Mon Feb 27 15:34:33 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Apache Accumulo Project 1.8.0 API</title>
+<title>Apache Accumulo Project 1.8.1-SNAPSHOT API</title>
 <script type="text/javascript">
     targetPage = "" + window.location.search;
     if (targetPage != "" && targetPage != "undefined")


[15/16] accumulo-website git commit: Updates for 1.8.1 Release

Posted by mj...@apache.org.
http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/AccumuloException.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/AccumuloException.html b/1.8/apidocs/org/apache/accumulo/core/client/AccumuloException.html
index 14a35fc..4f41e9f 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/AccumuloException.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/AccumuloException.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:20 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:31 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>AccumuloException (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>AccumuloException (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="AccumuloException (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="AccumuloException (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -281,6 +281,6 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Exception.ht
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/AccumuloSecurityException.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/AccumuloSecurityException.html b/1.8/apidocs/org/apache/accumulo/core/client/AccumuloSecurityException.html
index e929924..8ae6757 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/AccumuloSecurityException.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/AccumuloSecurityException.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:20 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:31 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>AccumuloSecurityException (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>AccumuloSecurityException (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="AccumuloSecurityException (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="AccumuloSecurityException (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -435,6 +435,6 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Exception.ht
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/BatchDeleter.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/BatchDeleter.html b/1.8/apidocs/org/apache/accumulo/core/client/BatchDeleter.html
index bc8d50f..c257557 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/BatchDeleter.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/BatchDeleter.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:20 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:31 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>BatchDeleter (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>BatchDeleter (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="BatchDeleter (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="BatchDeleter (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -268,6 +268,6 @@ extends <a href="../../../../../org/apache/accumulo/core/client/ScannerBase.html
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/BatchScanner.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/BatchScanner.html b/1.8/apidocs/org/apache/accumulo/core/client/BatchScanner.html
index 78812e1..54d6a42 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/BatchScanner.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/BatchScanner.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:20 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:31 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>BatchScanner (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>BatchScanner (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="BatchScanner (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="BatchScanner (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -295,6 +295,6 @@ extends <a href="../../../../../org/apache/accumulo/core/client/ScannerBase.html
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/BatchWriter.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/BatchWriter.html b/1.8/apidocs/org/apache/accumulo/core/client/BatchWriter.html
index 699ef44..f7a4ca8 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/BatchWriter.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/BatchWriter.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:20 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:31 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>BatchWriter (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>BatchWriter (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="BatchWriter (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="BatchWriter (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -289,6 +289,6 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/AutoCloseabl
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/BatchWriterConfig.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/BatchWriterConfig.html b/1.8/apidocs/org/apache/accumulo/core/client/BatchWriterConfig.html
index 39a7a7d..42f0c3f 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/BatchWriterConfig.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/BatchWriterConfig.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:20 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:31 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>BatchWriterConfig (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>BatchWriterConfig (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="BatchWriterConfig (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="BatchWriterConfig (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -533,6 +533,6 @@ implements org.apache.hadoop.io.Writable</pre>
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/ClientConfiguration.ClientProperty.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/ClientConfiguration.ClientProperty.html b/1.8/apidocs/org/apache/accumulo/core/client/ClientConfiguration.ClientProperty.html
index 96f53ed..7b8dc29 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/ClientConfiguration.ClientProperty.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/ClientConfiguration.ClientProperty.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:20 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:31 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>ClientConfiguration.ClientProperty (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>ClientConfiguration.ClientProperty (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="ClientConfiguration.ClientProperty (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="ClientConfiguration.ClientProperty (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -632,6 +632,6 @@ public&nbsp;org.apache.accumulo.core.conf.Property&nbsp;getAccumuloProperty()</p
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/ClientConfiguration.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/ClientConfiguration.html b/1.8/apidocs/org/apache/accumulo/core/client/ClientConfiguration.html
index 0cf9107..a720f3f 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/ClientConfiguration.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/ClientConfiguration.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:20 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:31 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>ClientConfiguration (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>ClientConfiguration (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="ClientConfiguration (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="ClientConfiguration (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -754,6 +754,6 @@ extends org.apache.commons.configuration.CompositeConfiguration</pre>
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/ClientSideIteratorScanner.ScannerTranslator.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/ClientSideIteratorScanner.ScannerTranslator.html b/1.8/apidocs/org/apache/accumulo/core/client/ClientSideIteratorScanner.ScannerTranslator.html
index 334fa17..c70a873 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/ClientSideIteratorScanner.ScannerTranslator.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/ClientSideIteratorScanner.ScannerTranslator.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:20 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:31 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>ClientSideIteratorScanner.ScannerTranslator (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>ClientSideIteratorScanner.ScannerTranslator (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="ClientSideIteratorScanner.ScannerTranslator (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="ClientSideIteratorScanner.ScannerTranslator (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -282,6 +282,6 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/ClientSideIteratorScanner.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/ClientSideIteratorScanner.html b/1.8/apidocs/org/apache/accumulo/core/client/ClientSideIteratorScanner.html
index 53d9196..3d9338c 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/ClientSideIteratorScanner.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/ClientSideIteratorScanner.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:20 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:31 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>ClientSideIteratorScanner (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>ClientSideIteratorScanner (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="ClientSideIteratorScanner (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="ClientSideIteratorScanner (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -652,6 +652,6 @@ public&nbsp;int&nbsp;getTimeOut()</pre>
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/ConditionalWriter.Result.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/ConditionalWriter.Result.html b/1.8/apidocs/org/apache/accumulo/core/client/ConditionalWriter.Result.html
index bc30c52..68b35fe 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/ConditionalWriter.Result.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/ConditionalWriter.Result.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:20 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:31 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>ConditionalWriter.Result (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>ConditionalWriter.Result (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="ConditionalWriter.Result (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="ConditionalWriter.Result (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -315,6 +315,6 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/ConditionalWriter.Status.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/ConditionalWriter.Status.html b/1.8/apidocs/org/apache/accumulo/core/client/ConditionalWriter.Status.html
index 7713384..d3193dd 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/ConditionalWriter.Status.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/ConditionalWriter.Status.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:20 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:31 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>ConditionalWriter.Status (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>ConditionalWriter.Status (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="ConditionalWriter.Status (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="ConditionalWriter.Status (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -372,6 +372,6 @@ not permitted.)</div>
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/ConditionalWriter.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/ConditionalWriter.html b/1.8/apidocs/org/apache/accumulo/core/client/ConditionalWriter.html
index 4022928..79648cd 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/ConditionalWriter.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/ConditionalWriter.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:20 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:31 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>ConditionalWriter (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>ConditionalWriter (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="ConditionalWriter (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="ConditionalWriter (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -278,6 +278,6 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/AutoCloseabl
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/ConditionalWriterConfig.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/ConditionalWriterConfig.html b/1.8/apidocs/org/apache/accumulo/core/client/ConditionalWriterConfig.html
index 384c1bd..48de3a8 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/ConditionalWriterConfig.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/ConditionalWriterConfig.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:20 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:31 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>ConditionalWriterConfig (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>ConditionalWriterConfig (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="ConditionalWriterConfig (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="ConditionalWriterConfig (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -447,6 +447,6 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/Connector.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/Connector.html b/1.8/apidocs/org/apache/accumulo/core/client/Connector.html
index adf6018..6dd51b0 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/Connector.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/Connector.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:20 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:31 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Connector (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Connector (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Connector (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Connector (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -610,6 +610,6 @@ public abstract&nbsp;<a href="../../../../../org/apache/accumulo/core/client/Mul
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/Durability.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/Durability.html b/1.8/apidocs/org/apache/accumulo/core/client/Durability.html
index 6a131db..6147b75 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/Durability.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/Durability.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:20 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:31 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Durability (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Durability (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Durability (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Durability (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -370,6 +370,6 @@ not permitted.)</div>
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/Instance.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/Instance.html b/1.8/apidocs/org/apache/accumulo/core/client/Instance.html
index 6815e39..9e06b35 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/Instance.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/Instance.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:20 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:31 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Instance (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Instance (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Instance (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Instance (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -452,6 +452,6 @@ void&nbsp;setConfiguration(org.apache.accumulo.core.conf.AccumuloConfiguration&n
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/IsolatedScanner.MemoryRowBuffer.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/IsolatedScanner.MemoryRowBuffer.html b/1.8/apidocs/org/apache/accumulo/core/client/IsolatedScanner.MemoryRowBuffer.html
index aad0ee8..464dffb 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/IsolatedScanner.MemoryRowBuffer.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/IsolatedScanner.MemoryRowBuffer.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:20 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:31 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>IsolatedScanner.MemoryRowBuffer (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>IsolatedScanner.MemoryRowBuffer (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="IsolatedScanner.MemoryRowBuffer (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="IsolatedScanner.MemoryRowBuffer (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -302,6 +302,6 @@ implements <a href="../../../../../org/apache/accumulo/core/client/IsolatedScann
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/IsolatedScanner.MemoryRowBufferFactory.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/IsolatedScanner.MemoryRowBufferFactory.html b/1.8/apidocs/org/apache/accumulo/core/client/IsolatedScanner.MemoryRowBufferFactory.html
index 40b88e9..5096cbe 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/IsolatedScanner.MemoryRowBufferFactory.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/IsolatedScanner.MemoryRowBufferFactory.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:20 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:31 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>IsolatedScanner.MemoryRowBufferFactory (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>IsolatedScanner.MemoryRowBufferFactory (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="IsolatedScanner.MemoryRowBufferFactory (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="IsolatedScanner.MemoryRowBufferFactory (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -266,6 +266,6 @@ implements <a href="../../../../../org/apache/accumulo/core/client/IsolatedScann
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/IsolatedScanner.RowBuffer.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/IsolatedScanner.RowBuffer.html b/1.8/apidocs/org/apache/accumulo/core/client/IsolatedScanner.RowBuffer.html
index b0a13a3..495be25 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/IsolatedScanner.RowBuffer.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/IsolatedScanner.RowBuffer.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:20 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:31 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>IsolatedScanner.RowBuffer (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>IsolatedScanner.RowBuffer (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="IsolatedScanner.RowBuffer (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="IsolatedScanner.RowBuffer (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -246,6 +246,6 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Iterable.htm
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/IsolatedScanner.RowBufferFactory.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/IsolatedScanner.RowBufferFactory.html b/1.8/apidocs/org/apache/accumulo/core/client/IsolatedScanner.RowBufferFactory.html
index 741bb86..a8ba579 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/IsolatedScanner.RowBufferFactory.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/IsolatedScanner.RowBufferFactory.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:20 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:31 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>IsolatedScanner.RowBufferFactory (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>IsolatedScanner.RowBufferFactory (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="IsolatedScanner.RowBufferFactory (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="IsolatedScanner.RowBufferFactory (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -211,6 +211,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/IsolatedScanner.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/IsolatedScanner.html b/1.8/apidocs/org/apache/accumulo/core/client/IsolatedScanner.html
index 7ce5260..29a976a 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/IsolatedScanner.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/IsolatedScanner.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:20 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:31 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>IsolatedScanner (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>IsolatedScanner (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="IsolatedScanner (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="IsolatedScanner (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -569,6 +569,6 @@ public&nbsp;int&nbsp;getTimeOut()</pre>
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/IteratorSetting.Column.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/IteratorSetting.Column.html b/1.8/apidocs/org/apache/accumulo/core/client/IteratorSetting.Column.html
index 40bef63..86e20db 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/IteratorSetting.Column.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/IteratorSetting.Column.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:20 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:31 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>IteratorSetting.Column (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>IteratorSetting.Column (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="IteratorSetting.Column (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="IteratorSetting.Column (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -323,6 +323,6 @@ extends org.apache.accumulo.core.util.Pair&lt;org.apache.hadoop.io.Text,org.apac
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/IteratorSetting.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/IteratorSetting.html b/1.8/apidocs/org/apache/accumulo/core/client/IteratorSetting.html
index 5bfd9b2..67e2cee 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/IteratorSetting.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/IteratorSetting.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:20 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:31 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>IteratorSetting (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>IteratorSetting (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="IteratorSetting (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="IteratorSetting (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -706,6 +706,6 @@ implements org.apache.hadoop.io.Writable</pre>
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/MultiTableBatchWriter.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/MultiTableBatchWriter.html b/1.8/apidocs/org/apache/accumulo/core/client/MultiTableBatchWriter.html
index db79dbb..5410dbb 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/MultiTableBatchWriter.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/MultiTableBatchWriter.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:20 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:31 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>MultiTableBatchWriter (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>MultiTableBatchWriter (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="MultiTableBatchWriter (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="MultiTableBatchWriter (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -276,6 +276,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/MutationsRejectedException.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/MutationsRejectedException.html b/1.8/apidocs/org/apache/accumulo/core/client/MutationsRejectedException.html
index aaa452a..abb8e3e 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/MutationsRejectedException.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/MutationsRejectedException.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:20 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:31 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>MutationsRejectedException (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>MutationsRejectedException (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="MutationsRejectedException (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="MutationsRejectedException (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -433,6 +433,6 @@ public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/NamespaceExistsException.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/NamespaceExistsException.html b/1.8/apidocs/org/apache/accumulo/core/client/NamespaceExistsException.html
index 802da1f..fac952a 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/NamespaceExistsException.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/NamespaceExistsException.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:20 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:31 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>NamespaceExistsException (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>NamespaceExistsException (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="NamespaceExistsException (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="NamespaceExistsException (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -285,6 +285,6 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Exception.ht
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/NamespaceNotEmptyException.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/NamespaceNotEmptyException.html b/1.8/apidocs/org/apache/accumulo/core/client/NamespaceNotEmptyException.html
index f1f1517..8c51aef 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/NamespaceNotEmptyException.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/NamespaceNotEmptyException.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:20 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:31 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>NamespaceNotEmptyException (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>NamespaceNotEmptyException (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="NamespaceNotEmptyException (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="NamespaceNotEmptyException (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -314,6 +314,6 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Exception.ht
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/NamespaceNotFoundException.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/NamespaceNotFoundException.html b/1.8/apidocs/org/apache/accumulo/core/client/NamespaceNotFoundException.html
index 3a8854d..557e534 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/NamespaceNotFoundException.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/NamespaceNotFoundException.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:20 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:31 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>NamespaceNotFoundException (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>NamespaceNotFoundException (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="NamespaceNotFoundException (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="NamespaceNotFoundException (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -314,6 +314,6 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Exception.ht
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/RowIterator.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/RowIterator.html b/1.8/apidocs/org/apache/accumulo/core/client/RowIterator.html
index cfd6bdc..fdaa172 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/RowIterator.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/RowIterator.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:20 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:31 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>RowIterator (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>RowIterator (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="RowIterator (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="RowIterator (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -347,6 +347,6 @@ implements <a href="http://docs.oracle.com/javase/7/docs/api/java/util/Iterator.
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/SampleNotPresentException.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/SampleNotPresentException.html b/1.8/apidocs/org/apache/accumulo/core/client/SampleNotPresentException.html
index 21cae36..aa44923 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/SampleNotPresentException.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/SampleNotPresentException.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:20 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:31 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>SampleNotPresentException (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>SampleNotPresentException (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="SampleNotPresentException (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="SampleNotPresentException (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -281,6 +281,6 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/RuntimeExcep
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/Scanner.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/Scanner.html b/1.8/apidocs/org/apache/accumulo/core/client/Scanner.html
index 556642e..521bec9 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/Scanner.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/Scanner.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:20 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:31 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Scanner (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Scanner (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Scanner (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Scanner (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -389,6 +389,6 @@ int&nbsp;getTimeOut()</pre>
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/ScannerBase.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/ScannerBase.html b/1.8/apidocs/org/apache/accumulo/core/client/ScannerBase.html
index 97f332d..f0db75e 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/ScannerBase.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/ScannerBase.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:20 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:31 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>ScannerBase (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>ScannerBase (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="ScannerBase (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="ScannerBase (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -648,6 +648,6 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Iterable.htm
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/TableDeletedException.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/TableDeletedException.html b/1.8/apidocs/org/apache/accumulo/core/client/TableDeletedException.html
index d527ee1..c4b6893 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/TableDeletedException.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/TableDeletedException.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:20 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>TableDeletedException (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>TableDeletedException (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="TableDeletedException (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="TableDeletedException (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -283,6 +283,6 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/RuntimeExcep
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/TableExistsException.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/TableExistsException.html b/1.8/apidocs/org/apache/accumulo/core/client/TableExistsException.html
index 8023386..0249724 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/TableExistsException.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/TableExistsException.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:20 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>TableExistsException (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>TableExistsException (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="TableExistsException (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="TableExistsException (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -285,6 +285,6 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Exception.ht
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/TableNotFoundException.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/TableNotFoundException.html b/1.8/apidocs/org/apache/accumulo/core/client/TableNotFoundException.html
index 74affa2..5a460d0 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/TableNotFoundException.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/TableNotFoundException.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:21 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>TableNotFoundException (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>TableNotFoundException (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="TableNotFoundException (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="TableNotFoundException (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -329,6 +329,6 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Exception.ht
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/TableOfflineException.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/TableOfflineException.html b/1.8/apidocs/org/apache/accumulo/core/client/TableOfflineException.html
index 44b902f..634e5f8 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/TableOfflineException.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/TableOfflineException.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:21 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>TableOfflineException (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>TableOfflineException (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="TableOfflineException (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="TableOfflineException (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -254,6 +254,6 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/RuntimeExcep
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/TimedOutException.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/TimedOutException.html b/1.8/apidocs/org/apache/accumulo/core/client/TimedOutException.html
index ae186ec..626f4be 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/TimedOutException.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/TimedOutException.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:21 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>TimedOutException (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>TimedOutException (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="TimedOutException (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="TimedOutException (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -294,6 +294,6 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/RuntimeExcep
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/ZooKeeperInstance.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/ZooKeeperInstance.html b/1.8/apidocs/org/apache/accumulo/core/client/ZooKeeperInstance.html
index 72ddccb..054d3a4 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/ZooKeeperInstance.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/ZooKeeperInstance.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:21 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>ZooKeeperInstance (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>ZooKeeperInstance (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="ZooKeeperInstance (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="ZooKeeperInstance (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -678,6 +678,6 @@ public static&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/S
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/admin/ActiveCompaction.CompactionReason.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/admin/ActiveCompaction.CompactionReason.html b/1.8/apidocs/org/apache/accumulo/core/client/admin/ActiveCompaction.CompactionReason.html
index 482c8b8..c3ebae6 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/admin/ActiveCompaction.CompactionReason.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/admin/ActiveCompaction.CompactionReason.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:20 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:31 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>ActiveCompaction.CompactionReason (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>ActiveCompaction.CompactionReason (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="ActiveCompaction.CompactionReason (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="ActiveCompaction.CompactionReason (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -371,6 +371,6 @@ not permitted.)</div>
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/admin/ActiveCompaction.CompactionType.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/admin/ActiveCompaction.CompactionType.html b/1.8/apidocs/org/apache/accumulo/core/client/admin/ActiveCompaction.CompactionType.html
index 5ebb371..357895b 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/admin/ActiveCompaction.CompactionType.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/admin/ActiveCompaction.CompactionType.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:20 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:31 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>ActiveCompaction.CompactionType (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>ActiveCompaction.CompactionType (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="ActiveCompaction.CompactionType (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="ActiveCompaction.CompactionType (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -356,6 +356,6 @@ not permitted.)</div>
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/admin/ActiveCompaction.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/admin/ActiveCompaction.html b/1.8/apidocs/org/apache/accumulo/core/client/admin/ActiveCompaction.html
index f358c03..1801cba 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/admin/ActiveCompaction.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/admin/ActiveCompaction.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:20 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:31 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>ActiveCompaction (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>ActiveCompaction (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="ActiveCompaction (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="ActiveCompaction (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -443,6 +443,6 @@ public abstract&nbsp;<a href="../../../../../../org/apache/accumulo/core/data/Ke
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/admin/ActiveScan.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/admin/ActiveScan.html b/1.8/apidocs/org/apache/accumulo/core/client/admin/ActiveScan.html
index 420900f..da5c310 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/admin/ActiveScan.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/admin/ActiveScan.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:20 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:31 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>ActiveScan (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>ActiveScan (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="ActiveScan (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="ActiveScan (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -458,6 +458,6 @@ public abstract&nbsp;<a href="../../../../../../org/apache/accumulo/core/data/Ke
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/admin/CompactionConfig.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/admin/CompactionConfig.html b/1.8/apidocs/org/apache/accumulo/core/client/admin/CompactionConfig.html
index 82068da..9f92bf4 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/admin/CompactionConfig.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/admin/CompactionConfig.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:20 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:31 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>CompactionConfig (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>CompactionConfig (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="CompactionConfig (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="CompactionConfig (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -418,6 +418,6 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>


[05/16] accumulo-website git commit: Updates for 1.8.1 Release

Posted by mj...@apache.org.
http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/sample/SamplerConfiguration.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/sample/SamplerConfiguration.html b/1.8/apidocs/org/apache/accumulo/core/client/sample/SamplerConfiguration.html
index 453e443..a7b1e9f 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/sample/SamplerConfiguration.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/sample/SamplerConfiguration.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:21 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>SamplerConfiguration (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>SamplerConfiguration (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="SamplerConfiguration (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="SamplerConfiguration (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -360,6 +360,6 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/sample/class-use/AbstractHashSampler.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/sample/class-use/AbstractHashSampler.html b/1.8/apidocs/org/apache/accumulo/core/client/sample/class-use/AbstractHashSampler.html
index f2af443..c48f253 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/sample/class-use/AbstractHashSampler.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/sample/class-use/AbstractHashSampler.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:23 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.accumulo.core.client.sample.AbstractHashSampler (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Uses of Class org.apache.accumulo.core.client.sample.AbstractHashSampler (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.accumulo.core.client.sample.AbstractHashSampler (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Uses of Class org.apache.accumulo.core.client.sample.AbstractHashSampler (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -160,6 +160,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/sample/class-use/RowColumnSampler.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/sample/class-use/RowColumnSampler.html b/1.8/apidocs/org/apache/accumulo/core/client/sample/class-use/RowColumnSampler.html
index 7a8bf8d..155041a 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/sample/class-use/RowColumnSampler.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/sample/class-use/RowColumnSampler.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:23 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.accumulo.core.client.sample.RowColumnSampler (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Uses of Class org.apache.accumulo.core.client.sample.RowColumnSampler (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.accumulo.core.client.sample.RowColumnSampler (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Uses of Class org.apache.accumulo.core.client.sample.RowColumnSampler (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -112,6 +112,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/sample/class-use/RowSampler.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/sample/class-use/RowSampler.html b/1.8/apidocs/org/apache/accumulo/core/client/sample/class-use/RowSampler.html
index 3857eaa..dbecd0f 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/sample/class-use/RowSampler.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/sample/class-use/RowSampler.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:23 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.accumulo.core.client.sample.RowSampler (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Uses of Class org.apache.accumulo.core.client.sample.RowSampler (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.accumulo.core.client.sample.RowSampler (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Uses of Class org.apache.accumulo.core.client.sample.RowSampler (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -112,6 +112,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/sample/class-use/Sampler.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/sample/class-use/Sampler.html b/1.8/apidocs/org/apache/accumulo/core/client/sample/class-use/Sampler.html
index eaaf9cd..0a24d04 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/sample/class-use/Sampler.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/sample/class-use/Sampler.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:23 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Interface org.apache.accumulo.core.client.sample.Sampler (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Uses of Interface org.apache.accumulo.core.client.sample.Sampler (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Interface org.apache.accumulo.core.client.sample.Sampler (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Uses of Interface org.apache.accumulo.core.client.sample.Sampler (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -177,6 +177,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/sample/class-use/SamplerConfiguration.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/sample/class-use/SamplerConfiguration.html b/1.8/apidocs/org/apache/accumulo/core/client/sample/class-use/SamplerConfiguration.html
index bce6848..7e5c30f 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/sample/class-use/SamplerConfiguration.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/sample/class-use/SamplerConfiguration.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:23 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.accumulo.core.client.sample.SamplerConfiguration (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Uses of Class org.apache.accumulo.core.client.sample.SamplerConfiguration (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.accumulo.core.client.sample.SamplerConfiguration (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Uses of Class org.apache.accumulo.core.client.sample.SamplerConfiguration (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -232,11 +232,11 @@
 <tbody>
 <tr class="altColor">
 <td class="colFirst"><code><a href="../../../../../../../org/apache/accumulo/core/client/sample/SamplerConfiguration.html" title="class in org.apache.accumulo.core.client.sample">SamplerConfiguration</a></code></td>
-<td class="colLast"><span class="strong">InputTableConfig.</span><code><strong><a href="../../../../../../../org/apache/accumulo/core/client/mapreduce/InputTableConfig.html#getSamplerConfiguration()">getSamplerConfiguration</a></strong>()</code>&nbsp;</td>
+<td class="colLast"><span class="strong">RangeInputSplit.</span><code><strong><a href="../../../../../../../org/apache/accumulo/core/client/mapreduce/RangeInputSplit.html#getSamplerConfiguration()">getSamplerConfiguration</a></strong>()</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code><a href="../../../../../../../org/apache/accumulo/core/client/sample/SamplerConfiguration.html" title="class in org.apache.accumulo.core.client.sample">SamplerConfiguration</a></code></td>
-<td class="colLast"><span class="strong">RangeInputSplit.</span><code><strong><a href="../../../../../../../org/apache/accumulo/core/client/mapreduce/RangeInputSplit.html#getSamplerConfiguration()">getSamplerConfiguration</a></strong>()</code>&nbsp;</td>
+<td class="colLast"><span class="strong">InputTableConfig.</span><code><strong><a href="../../../../../../../org/apache/accumulo/core/client/mapreduce/InputTableConfig.html#getSamplerConfiguration()">getSamplerConfiguration</a></strong>()</code>&nbsp;</td>
 </tr>
 </tbody>
 </table>
@@ -263,13 +263,13 @@
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><span class="strong">InputTableConfig.</span><code><strong><a href="../../../../../../../org/apache/accumulo/core/client/mapreduce/InputTableConfig.html#setSamplerConfiguration(org.apache.accumulo.core.client.sample.SamplerConfiguration)">setSamplerConfiguration</a></strong>(<a href="../../../../../../../org/apache/accumulo/core/client/sample/SamplerConfiguration.html" title="class in org.apache.accumulo.core.client.sample">SamplerConfiguration</a>&nbsp;samplerConfiguration)</code>
-<div class="block">Set the sampler configuration to use when reading from the data.</div>
-</td>
+<td class="colLast"><span class="strong">RangeInputSplit.</span><code><strong><a href="../../../../../../../org/apache/accumulo/core/client/mapreduce/RangeInputSplit.html#setSamplerConfiguration(org.apache.accumulo.core.client.sample.SamplerConfiguration)">setSamplerConfiguration</a></strong>(<a href="../../../../../../../org/apache/accumulo/core/client/sample/SamplerConfiguration.html" title="class in org.apache.accumulo.core.client.sample">SamplerConfiguration</a>&nbsp;samplerConfiguration)</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><span class="strong">RangeInputSplit.</span><code><strong><a href="../../../../../../../org/apache/accumulo/core/client/mapreduce/RangeInputSplit.html#setSamplerConfiguration(org.apache.accumulo.core.client.sample.SamplerConfiguration)">setSamplerConfiguration</a></strong>(<a href="../../../../../../../org/apache/accumulo/core/client/sample/SamplerConfiguration.html" title="class in org.apache.accumulo.core.client.sample">SamplerConfiguration</a>&nbsp;samplerConfiguration)</code>&nbsp;</td>
+<td class="colLast"><span class="strong">InputTableConfig.</span><code><strong><a href="../../../../../../../org/apache/accumulo/core/client/mapreduce/InputTableConfig.html#setSamplerConfiguration(org.apache.accumulo.core.client.sample.SamplerConfiguration)">setSamplerConfiguration</a></strong>(<a href="../../../../../../../org/apache/accumulo/core/client/sample/SamplerConfiguration.html" title="class in org.apache.accumulo.core.client.sample">SamplerConfiguration</a>&nbsp;samplerConfiguration)</code>
+<div class="block">Set the sampler configuration to use when reading from the data.</div>
+</td>
 </tr>
 </tbody>
 </table>
@@ -325,19 +325,19 @@
 <tbody>
 <tr class="altColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><span class="strong">AbstractHashSampler.</span><code><strong><a href="../../../../../../../org/apache/accumulo/core/client/sample/AbstractHashSampler.html#init(org.apache.accumulo.core.client.sample.SamplerConfiguration)">init</a></strong>(<a href="../../../../../../../org/apache/accumulo/core/client/sample/SamplerConfiguration.html" title="class in org.apache.accumulo.core.client.sample">SamplerConfiguration</a>&nbsp;config)</code>
-<div class="block">Subclasses with options should override this method and call <code>super.init(config)</code>.</div>
+<td class="colLast"><span class="strong">Sampler.</span><code><strong><a href="../../../../../../../org/apache/accumulo/core/client/sample/Sampler.html#init(org.apache.accumulo.core.client.sample.SamplerConfiguration)">init</a></strong>(<a href="../../../../../../../org/apache/accumulo/core/client/sample/SamplerConfiguration.html" title="class in org.apache.accumulo.core.client.sample">SamplerConfiguration</a>&nbsp;config)</code>
+<div class="block">An implementation of Sampler must have a noarg constructor.</div>
 </td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><span class="strong">RowColumnSampler.</span><code><strong><a href="../../../../../../../org/apache/accumulo/core/client/sample/RowColumnSampler.html#init(org.apache.accumulo.core.client.sample.SamplerConfiguration)">init</a></strong>(<a href="../../../../../../../org/apache/accumulo/core/client/sample/SamplerConfiguration.html" title="class in org.apache.accumulo.core.client.sample">SamplerConfiguration</a>&nbsp;config)</code>&nbsp;</td>
+<td class="colLast"><span class="strong">AbstractHashSampler.</span><code><strong><a href="../../../../../../../org/apache/accumulo/core/client/sample/AbstractHashSampler.html#init(org.apache.accumulo.core.client.sample.SamplerConfiguration)">init</a></strong>(<a href="../../../../../../../org/apache/accumulo/core/client/sample/SamplerConfiguration.html" title="class in org.apache.accumulo.core.client.sample">SamplerConfiguration</a>&nbsp;config)</code>
+<div class="block">Subclasses with options should override this method and call <code>super.init(config)</code>.</div>
+</td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><span class="strong">Sampler.</span><code><strong><a href="../../../../../../../org/apache/accumulo/core/client/sample/Sampler.html#init(org.apache.accumulo.core.client.sample.SamplerConfiguration)">init</a></strong>(<a href="../../../../../../../org/apache/accumulo/core/client/sample/SamplerConfiguration.html" title="class in org.apache.accumulo.core.client.sample">SamplerConfiguration</a>&nbsp;config)</code>
-<div class="block">An implementation of Sampler must have a noarg constructor.</div>
-</td>
+<td class="colLast"><span class="strong">RowColumnSampler.</span><code><strong><a href="../../../../../../../org/apache/accumulo/core/client/sample/RowColumnSampler.html#init(org.apache.accumulo.core.client.sample.SamplerConfiguration)">init</a></strong>(<a href="../../../../../../../org/apache/accumulo/core/client/sample/SamplerConfiguration.html" title="class in org.apache.accumulo.core.client.sample">SamplerConfiguration</a>&nbsp;config)</code>&nbsp;</td>
 </tr>
 </tbody>
 </table>
@@ -391,6 +391,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/sample/package-frame.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/sample/package-frame.html b/1.8/apidocs/org/apache/accumulo/core/client/sample/package-frame.html
index 407a686..7018e06 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/sample/package-frame.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/sample/package-frame.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:22 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>org.apache.accumulo.core.client.sample (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>org.apache.accumulo.core.client.sample (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/sample/package-summary.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/sample/package-summary.html b/1.8/apidocs/org/apache/accumulo/core/client/sample/package-summary.html
index b98eeaf..a1e33e6 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/sample/package-summary.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/sample/package-summary.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:22 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>org.apache.accumulo.core.client.sample (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>org.apache.accumulo.core.client.sample (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="org.apache.accumulo.core.client.sample (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="org.apache.accumulo.core.client.sample (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -167,6 +167,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/sample/package-tree.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/sample/package-tree.html b/1.8/apidocs/org/apache/accumulo/core/client/sample/package-tree.html
index 2cf7ace..c2b462a 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/sample/package-tree.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/sample/package-tree.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:22 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>org.apache.accumulo.core.client.sample Class Hierarchy (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>org.apache.accumulo.core.client.sample Class Hierarchy (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="org.apache.accumulo.core.client.sample Class Hierarchy (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="org.apache.accumulo.core.client.sample Class Hierarchy (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -135,6 +135,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/sample/package-use.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/sample/package-use.html b/1.8/apidocs/org/apache/accumulo/core/client/sample/package-use.html
index b443c48..a5c3a80 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/sample/package-use.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/sample/package-use.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:24 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:33 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Package org.apache.accumulo.core.client.sample (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Uses of Package org.apache.accumulo.core.client.sample (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Package org.apache.accumulo.core.client.sample (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Uses of Package org.apache.accumulo.core.client.sample (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -262,6 +262,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/security/SecurityErrorCode.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/security/SecurityErrorCode.html b/1.8/apidocs/org/apache/accumulo/core/client/security/SecurityErrorCode.html
index a6191b9..b8beead 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/security/SecurityErrorCode.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/security/SecurityErrorCode.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:21 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>SecurityErrorCode (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>SecurityErrorCode (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="SecurityErrorCode (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="SecurityErrorCode (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -520,6 +520,6 @@ not permitted.)</div>
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/security/class-use/SecurityErrorCode.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/security/class-use/SecurityErrorCode.html b/1.8/apidocs/org/apache/accumulo/core/client/security/class-use/SecurityErrorCode.html
index 4bb3546..18d7f57 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/security/class-use/SecurityErrorCode.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/security/class-use/SecurityErrorCode.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:23 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.accumulo.core.client.security.SecurityErrorCode (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Uses of Class org.apache.accumulo.core.client.security.SecurityErrorCode (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.accumulo.core.client.security.SecurityErrorCode (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Uses of Class org.apache.accumulo.core.client.security.SecurityErrorCode (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -243,6 +243,6 @@ the order they are declared.</div>
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/security/package-frame.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/security/package-frame.html b/1.8/apidocs/org/apache/accumulo/core/client/security/package-frame.html
index 635e1c7..5f5d6a7 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/security/package-frame.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/security/package-frame.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:22 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>org.apache.accumulo.core.client.security (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>org.apache.accumulo.core.client.security (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/security/package-summary.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/security/package-summary.html b/1.8/apidocs/org/apache/accumulo/core/client/security/package-summary.html
index eeba564..3a5fd3a 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/security/package-summary.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/security/package-summary.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:22 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>org.apache.accumulo.core.client.security (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>org.apache.accumulo.core.client.security (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="org.apache.accumulo.core.client.security (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="org.apache.accumulo.core.client.security (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -130,6 +130,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/security/package-tree.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/security/package-tree.html b/1.8/apidocs/org/apache/accumulo/core/client/security/package-tree.html
index 5f08fa5..11d8e62 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/security/package-tree.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/security/package-tree.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:22 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>org.apache.accumulo.core.client.security Class Hierarchy (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>org.apache.accumulo.core.client.security Class Hierarchy (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="org.apache.accumulo.core.client.security Class Hierarchy (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="org.apache.accumulo.core.client.security Class Hierarchy (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -129,6 +129,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/security/package-use.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/security/package-use.html b/1.8/apidocs/org/apache/accumulo/core/client/security/package-use.html
index 59cbb1b..3b48606 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/security/package-use.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/security/package-use.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:24 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:33 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Package org.apache.accumulo.core.client.security (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Uses of Package org.apache.accumulo.core.client.security (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Package org.apache.accumulo.core.client.security (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Uses of Package org.apache.accumulo.core.client.security (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -164,6 +164,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/security/tokens/AuthenticationToken.AuthenticationTokenSerializer.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/security/tokens/AuthenticationToken.AuthenticationTokenSerializer.html b/1.8/apidocs/org/apache/accumulo/core/client/security/tokens/AuthenticationToken.AuthenticationTokenSerializer.html
index 52eddd6..f6e7cbb 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/security/tokens/AuthenticationToken.AuthenticationTokenSerializer.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/security/tokens/AuthenticationToken.AuthenticationTokenSerializer.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:21 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>AuthenticationToken.AuthenticationTokenSerializer (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>AuthenticationToken.AuthenticationTokenSerializer (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="AuthenticationToken.AuthenticationTokenSerializer (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="AuthenticationToken.AuthenticationTokenSerializer (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -309,6 +309,6 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/security/tokens/AuthenticationToken.Properties.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/security/tokens/AuthenticationToken.Properties.html b/1.8/apidocs/org/apache/accumulo/core/client/security/tokens/AuthenticationToken.Properties.html
index 58a8967..89c62c0 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/security/tokens/AuthenticationToken.Properties.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/security/tokens/AuthenticationToken.Properties.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:21 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>AuthenticationToken.Properties (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>AuthenticationToken.Properties (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="AuthenticationToken.Properties (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="AuthenticationToken.Properties (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -541,6 +541,6 @@ implements <a href="http://docs.oracle.com/javase/7/docs/api/javax/security/auth
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/security/tokens/AuthenticationToken.TokenProperty.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/security/tokens/AuthenticationToken.TokenProperty.html b/1.8/apidocs/org/apache/accumulo/core/client/security/tokens/AuthenticationToken.TokenProperty.html
index 04098f9..00655ba 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/security/tokens/AuthenticationToken.TokenProperty.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/security/tokens/AuthenticationToken.TokenProperty.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:21 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>AuthenticationToken.TokenProperty (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>AuthenticationToken.TokenProperty (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="AuthenticationToken.TokenProperty (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="AuthenticationToken.TokenProperty (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -360,6 +360,6 @@ implements <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Comparabl
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/security/tokens/AuthenticationToken.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/security/tokens/AuthenticationToken.html b/1.8/apidocs/org/apache/accumulo/core/client/security/tokens/AuthenticationToken.html
index d53665b..2635f73 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/security/tokens/AuthenticationToken.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/security/tokens/AuthenticationToken.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:21 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>AuthenticationToken (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>AuthenticationToken (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="AuthenticationToken (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="AuthenticationToken (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -288,6 +288,6 @@ extends org.apache.hadoop.io.Writable, <a href="http://docs.oracle.com/javase/7/
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/security/tokens/CredentialProviderToken.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/security/tokens/CredentialProviderToken.html b/1.8/apidocs/org/apache/accumulo/core/client/security/tokens/CredentialProviderToken.html
index 944c971..50fa438 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/security/tokens/CredentialProviderToken.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/security/tokens/CredentialProviderToken.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:21 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>CredentialProviderToken (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>CredentialProviderToken (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="CredentialProviderToken (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="CredentialProviderToken (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -415,6 +415,6 @@ extends <a href="../../../../../../../org/apache/accumulo/core/client/security/t
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/security/tokens/DelegationToken.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/security/tokens/DelegationToken.html b/1.8/apidocs/org/apache/accumulo/core/client/security/tokens/DelegationToken.html
index 5303c4c..96f5b93 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/security/tokens/DelegationToken.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/security/tokens/DelegationToken.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:21 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>DelegationToken (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>DelegationToken (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="DelegationToken (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="DelegationToken (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -219,6 +219,6 @@ extends <a href="../../../../../../../org/apache/accumulo/core/client/security/t
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/security/tokens/KerberosToken.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/security/tokens/KerberosToken.html b/1.8/apidocs/org/apache/accumulo/core/client/security/tokens/KerberosToken.html
index c98a08c..bea3c05 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/security/tokens/KerberosToken.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/security/tokens/KerberosToken.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:21 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>KerberosToken (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>KerberosToken (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="KerberosToken (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="KerberosToken (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -569,6 +569,6 @@ public&nbsp;KerberosToken(<a href="http://docs.oracle.com/javase/7/docs/api/java
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/security/tokens/NullToken.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/security/tokens/NullToken.html b/1.8/apidocs/org/apache/accumulo/core/client/security/tokens/NullToken.html
index ffed140..75f63e5 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/security/tokens/NullToken.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/security/tokens/NullToken.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:21 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>NullToken (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>NullToken (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="NullToken (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="NullToken (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -423,6 +423,6 @@ implements <a href="../../../../../../../org/apache/accumulo/core/client/securit
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/security/tokens/PasswordToken.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/security/tokens/PasswordToken.html b/1.8/apidocs/org/apache/accumulo/core/client/security/tokens/PasswordToken.html
index fe2bb80..61d00b4 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/security/tokens/PasswordToken.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/security/tokens/PasswordToken.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:21 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>PasswordToken (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>PasswordToken (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="PasswordToken (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="PasswordToken (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -519,6 +519,6 @@ implements <a href="../../../../../../../org/apache/accumulo/core/client/securit
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/security/tokens/class-use/AuthenticationToken.AuthenticationTokenSerializer.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/security/tokens/class-use/AuthenticationToken.AuthenticationTokenSerializer.html b/1.8/apidocs/org/apache/accumulo/core/client/security/tokens/class-use/AuthenticationToken.AuthenticationTokenSerializer.html
index 2c6b0f6..79462d5 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/security/tokens/class-use/AuthenticationToken.AuthenticationTokenSerializer.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/security/tokens/class-use/AuthenticationToken.AuthenticationTokenSerializer.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:23 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.accumulo.core.client.security.tokens.AuthenticationToken.AuthenticationTokenSerializer (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Uses of Class org.apache.accumulo.core.client.security.tokens.AuthenticationToken.AuthenticationTokenSerializer (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.accumulo.core.client.security.tokens.AuthenticationToken.AuthenticationTokenSerializer (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Uses of Class org.apache.accumulo.core.client.security.tokens.AuthenticationToken.AuthenticationTokenSerializer (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -112,6 +112,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/security/tokens/class-use/AuthenticationToken.Properties.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/security/tokens/class-use/AuthenticationToken.Properties.html b/1.8/apidocs/org/apache/accumulo/core/client/security/tokens/class-use/AuthenticationToken.Properties.html
index 9eaf9d8..311f102 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/security/tokens/class-use/AuthenticationToken.Properties.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/security/tokens/class-use/AuthenticationToken.Properties.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:23 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.accumulo.core.client.security.tokens.AuthenticationToken.Properties (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Uses of Class org.apache.accumulo.core.client.security.tokens.AuthenticationToken.Properties (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.accumulo.core.client.security.tokens.AuthenticationToken.Properties (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Uses of Class org.apache.accumulo.core.client.security.tokens.AuthenticationToken.Properties (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -98,11 +98,11 @@
 <tbody>
 <tr class="altColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><span class="strong">AuthenticationToken.</span><code><strong><a href="../../../../../../../../org/apache/accumulo/core/client/security/tokens/AuthenticationToken.html#init(org.apache.accumulo.core.client.security.tokens.AuthenticationToken.Properties)">init</a></strong>(<a href="../../../../../../../../org/apache/accumulo/core/client/security/tokens/AuthenticationToken.Properties.html" title="class in org.apache.accumulo.core.client.security.tokens">AuthenticationToken.Properties</a>&nbsp;properties)</code>&nbsp;</td>
+<td class="colLast"><span class="strong">PasswordToken.</span><code><strong><a href="../../../../../../../../org/apache/accumulo/core/client/security/tokens/PasswordToken.html#init(org.apache.accumulo.core.client.security.tokens.AuthenticationToken.Properties)">init</a></strong>(<a href="../../../../../../../../org/apache/accumulo/core/client/security/tokens/AuthenticationToken.Properties.html" title="class in org.apache.accumulo.core.client.security.tokens">AuthenticationToken.Properties</a>&nbsp;properties)</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><span class="strong">CredentialProviderToken.</span><code><strong><a href="../../../../../../../../org/apache/accumulo/core/client/security/tokens/CredentialProviderToken.html#init(org.apache.accumulo.core.client.security.tokens.AuthenticationToken.Properties)">init</a></strong>(<a href="../../../../../../../../org/apache/accumulo/core/client/security/tokens/AuthenticationToken.Properties.html" title="class in org.apache.accumulo.core.client.security.tokens">AuthenticationToken.Properties</a>&nbsp;properties)</code>&nbsp;</td>
+<td class="colLast"><span class="strong">AuthenticationToken.</span><code><strong><a href="../../../../../../../../org/apache/accumulo/core/client/security/tokens/AuthenticationToken.html#init(org.apache.accumulo.core.client.security.tokens.AuthenticationToken.Properties)">init</a></strong>(<a href="../../../../../../../../org/apache/accumulo/core/client/security/tokens/AuthenticationToken.Properties.html" title="class in org.apache.accumulo.core.client.security.tokens">AuthenticationToken.Properties</a>&nbsp;properties)</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>void</code></td>
@@ -114,7 +114,7 @@
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><span class="strong">PasswordToken.</span><code><strong><a href="../../../../../../../../org/apache/accumulo/core/client/security/tokens/PasswordToken.html#init(org.apache.accumulo.core.client.security.tokens.AuthenticationToken.Properties)">init</a></strong>(<a href="../../../../../../../../org/apache/accumulo/core/client/security/tokens/AuthenticationToken.Properties.html" title="class in org.apache.accumulo.core.client.security.tokens">AuthenticationToken.Properties</a>&nbsp;properties)</code>&nbsp;</td>
+<td class="colLast"><span class="strong">CredentialProviderToken.</span><code><strong><a href="../../../../../../../../org/apache/accumulo/core/client/security/tokens/CredentialProviderToken.html#init(org.apache.accumulo.core.client.security.tokens.AuthenticationToken.Properties)">init</a></strong>(<a href="../../../../../../../../org/apache/accumulo/core/client/security/tokens/AuthenticationToken.Properties.html" title="class in org.apache.accumulo.core.client.security.tokens">AuthenticationToken.Properties</a>&nbsp;properties)</code>&nbsp;</td>
 </tr>
 </tbody>
 </table>
@@ -168,6 +168,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/security/tokens/class-use/AuthenticationToken.TokenProperty.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/security/tokens/class-use/AuthenticationToken.TokenProperty.html b/1.8/apidocs/org/apache/accumulo/core/client/security/tokens/class-use/AuthenticationToken.TokenProperty.html
index 1605a00..8b4520e 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/security/tokens/class-use/AuthenticationToken.TokenProperty.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/security/tokens/class-use/AuthenticationToken.TokenProperty.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:23 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.accumulo.core.client.security.tokens.AuthenticationToken.TokenProperty (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Uses of Class org.apache.accumulo.core.client.security.tokens.AuthenticationToken.TokenProperty (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.accumulo.core.client.security.tokens.AuthenticationToken.TokenProperty (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Uses of Class org.apache.accumulo.core.client.security.tokens.AuthenticationToken.TokenProperty (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -98,11 +98,11 @@
 <tbody>
 <tr class="altColor">
 <td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</a>&lt;<a href="../../../../../../../../org/apache/accumulo/core/client/security/tokens/AuthenticationToken.TokenProperty.html" title="class in org.apache.accumulo.core.client.security.tokens">AuthenticationToken.TokenProperty</a>&gt;</code></td>
-<td class="colLast"><span class="strong">AuthenticationToken.</span><code><strong><a href="../../../../../../../../org/apache/accumulo/core/client/security/tokens/AuthenticationToken.html#getProperties()">getProperties</a></strong>()</code>&nbsp;</td>
+<td class="colLast"><span class="strong">PasswordToken.</span><code><strong><a href="../../../../../../../../org/apache/accumulo/core/client/security/tokens/PasswordToken.html#getProperties()">getProperties</a></strong>()</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</a>&lt;<a href="../../../../../../../../org/apache/accumulo/core/client/security/tokens/AuthenticationToken.TokenProperty.html" title="class in org.apache.accumulo.core.client.security.tokens">AuthenticationToken.TokenProperty</a>&gt;</code></td>
-<td class="colLast"><span class="strong">CredentialProviderToken.</span><code><strong><a href="../../../../../../../../org/apache/accumulo/core/client/security/tokens/CredentialProviderToken.html#getProperties()">getProperties</a></strong>()</code>&nbsp;</td>
+<td class="colLast"><span class="strong">AuthenticationToken.</span><code><strong><a href="../../../../../../../../org/apache/accumulo/core/client/security/tokens/AuthenticationToken.html#getProperties()">getProperties</a></strong>()</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</a>&lt;<a href="../../../../../../../../org/apache/accumulo/core/client/security/tokens/AuthenticationToken.TokenProperty.html" title="class in org.apache.accumulo.core.client.security.tokens">AuthenticationToken.TokenProperty</a>&gt;</code></td>
@@ -114,7 +114,7 @@
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</a>&lt;<a href="../../../../../../../../org/apache/accumulo/core/client/security/tokens/AuthenticationToken.TokenProperty.html" title="class in org.apache.accumulo.core.client.security.tokens">AuthenticationToken.TokenProperty</a>&gt;</code></td>
-<td class="colLast"><span class="strong">PasswordToken.</span><code><strong><a href="../../../../../../../../org/apache/accumulo/core/client/security/tokens/PasswordToken.html#getProperties()">getProperties</a></strong>()</code>&nbsp;</td>
+<td class="colLast"><span class="strong">CredentialProviderToken.</span><code><strong><a href="../../../../../../../../org/apache/accumulo/core/client/security/tokens/CredentialProviderToken.html#getProperties()">getProperties</a></strong>()</code>&nbsp;</td>
 </tr>
 </tbody>
 </table>
@@ -181,6 +181,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/client/security/tokens/class-use/AuthenticationToken.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/client/security/tokens/class-use/AuthenticationToken.html b/1.8/apidocs/org/apache/accumulo/core/client/security/tokens/class-use/AuthenticationToken.html
index d0732a1..d55533e 100644
--- a/1.8/apidocs/org/apache/accumulo/core/client/security/tokens/class-use/AuthenticationToken.html
+++ b/1.8/apidocs/org/apache/accumulo/core/client/security/tokens/class-use/AuthenticationToken.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:23 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Interface org.apache.accumulo.core.client.security.tokens.AuthenticationToken (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Uses of Interface org.apache.accumulo.core.client.security.tokens.AuthenticationToken (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Interface org.apache.accumulo.core.client.security.tokens.AuthenticationToken (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Uses of Interface org.apache.accumulo.core.client.security.tokens.AuthenticationToken (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -124,16 +124,16 @@
 <tbody>
 <tr class="altColor">
 <td class="colFirst"><code><a href="../../../../../../../../org/apache/accumulo/core/client/Connector.html" title="class in org.apache.accumulo.core.client">Connector</a></code></td>
+<td class="colLast"><span class="strong">ZooKeeperInstance.</span><code><strong><a href="../../../../../../../../org/apache/accumulo/core/client/ZooKeeperInstance.html#getConnector(java.lang.String,%20org.apache.accumulo.core.client.security.tokens.AuthenticationToken)">getConnector</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;principal,
+            <a href="../../../../../../../../org/apache/accumulo/core/client/security/tokens/AuthenticationToken.html" title="interface in org.apache.accumulo.core.client.security.tokens">AuthenticationToken</a>&nbsp;token)</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code><a href="../../../../../../../../org/apache/accumulo/core/client/Connector.html" title="class in org.apache.accumulo.core.client">Connector</a></code></td>
 <td class="colLast"><span class="strong">Instance.</span><code><strong><a href="../../../../../../../../org/apache/accumulo/core/client/Instance.html#getConnector(java.lang.String,%20org.apache.accumulo.core.client.security.tokens.AuthenticationToken)">getConnector</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;principal,
             <a href="../../../../../../../../org/apache/accumulo/core/client/security/tokens/AuthenticationToken.html" title="interface in org.apache.accumulo.core.client.security.tokens">AuthenticationToken</a>&nbsp;token)</code>
 <div class="block">Returns a connection to this instance of accumulo.</div>
 </td>
 </tr>
-<tr class="rowColor">
-<td class="colFirst"><code><a href="../../../../../../../../org/apache/accumulo/core/client/Connector.html" title="class in org.apache.accumulo.core.client">Connector</a></code></td>
-<td class="colLast"><span class="strong">ZooKeeperInstance.</span><code><strong><a href="../../../../../../../../org/apache/accumulo/core/client/ZooKeeperInstance.html#getConnector(java.lang.String,%20org.apache.accumulo.core.client.security.tokens.AuthenticationToken)">getConnector</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;principal,
-            <a href="../../../../../../../../org/apache/accumulo/core/client/security/tokens/AuthenticationToken.html" title="interface in org.apache.accumulo.core.client.security.tokens">AuthenticationToken</a>&nbsp;token)</code>&nbsp;</td>
-</tr>
 </tbody>
 </table>
 </li>
@@ -171,13 +171,13 @@
 <tbody>
 <tr class="altColor">
 <td class="colFirst"><code>protected static <a href="../../../../../../../../org/apache/accumulo/core/client/security/tokens/AuthenticationToken.html" title="interface in org.apache.accumulo.core.client.security.tokens">AuthenticationToken</a></code></td>
-<td class="colLast"><span class="strong">AbstractInputFormat.</span><code><strong><a href="../../../../../../../../org/apache/accumulo/core/client/mapred/AbstractInputFormat.html#getAuthenticationToken(org.apache.hadoop.mapred.JobConf)">getAuthenticationToken</a></strong>(org.apache.hadoop.mapred.JobConf&nbsp;job)</code>
+<td class="colLast"><span class="strong">AccumuloOutputFormat.</span><code><strong><a href="../../../../../../../../org/apache/accumulo/core/client/mapred/AccumuloOutputFormat.html#getAuthenticationToken(org.apache.hadoop.mapred.JobConf)">getAuthenticationToken</a></strong>(org.apache.hadoop.mapred.JobConf&nbsp;job)</code>
 <div class="block">Gets the authenticated token from either the specified token file or directly from the configuration, whichever was used when the job was configured.</div>
 </td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>protected static <a href="../../../../../../../../org/apache/accumulo/core/client/security/tokens/AuthenticationToken.html" title="interface in org.apache.accumulo.core.client.security.tokens">AuthenticationToken</a></code></td>
-<td class="colLast"><span class="strong">AccumuloOutputFormat.</span><code><strong><a href="../../../../../../../../org/apache/accumulo/core/client/mapred/AccumuloOutputFormat.html#getAuthenticationToken(org.apache.hadoop.mapred.JobConf)">getAuthenticationToken</a></strong>(org.apache.hadoop.mapred.JobConf&nbsp;job)</code>
+<td class="colLast"><span class="strong">AbstractInputFormat.</span><code><strong><a href="../../../../../../../../org/apache/accumulo/core/client/mapred/AbstractInputFormat.html#getAuthenticationToken(org.apache.hadoop.mapred.JobConf)">getAuthenticationToken</a></strong>(org.apache.hadoop.mapred.JobConf&nbsp;job)</code>
 <div class="block">Gets the authenticated token from either the specified token file or directly from the configuration, whichever was used when the job was configured.</div>
 </td>
 </tr>
@@ -192,7 +192,7 @@
 <tbody>
 <tr class="altColor">
 <td class="colFirst"><code>static void</code></td>
-<td class="colLast"><span class="strong">AbstractInputFormat.</span><code><strong><a href="../../../../../../../../org/apache/accumulo/core/client/mapred/AbstractInputFormat.html#setConnectorInfo(org.apache.hadoop.mapred.JobConf,%20java.lang.String,%20org.apache.accumulo.core.client.security.tokens.AuthenticationToken)">setConnectorInfo</a></strong>(org.apache.hadoop.mapred.JobConf&nbsp;job,
+<td class="colLast"><span class="strong">AccumuloOutputFormat.</span><code><strong><a href="../../../../../../../../org/apache/accumulo/core/client/mapred/AccumuloOutputFormat.html#setConnectorInfo(org.apache.hadoop.mapred.JobConf,%20java.lang.String,%20org.apache.accumulo.core.client.security.tokens.AuthenticationToken)">setConnectorInfo</a></strong>(org.apache.hadoop.mapred.JobConf&nbsp;job,
                 <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;principal,
                 <a href="../../../../../../../../org/apache/accumulo/core/client/security/tokens/AuthenticationToken.html" title="interface in org.apache.accumulo.core.client.security.tokens">AuthenticationToken</a>&nbsp;token)</code>
 <div class="block">Sets the connector information needed to communicate with Accumulo in this job.</div>
@@ -200,7 +200,7 @@
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>static void</code></td>
-<td class="colLast"><span class="strong">AccumuloOutputFormat.</span><code><strong><a href="../../../../../../../../org/apache/accumulo/core/client/mapred/AccumuloOutputFormat.html#setConnectorInfo(org.apache.hadoop.mapred.JobConf,%20java.lang.String,%20org.apache.accumulo.core.client.security.tokens.AuthenticationToken)">setConnectorInfo</a></strong>(org.apache.hadoop.mapred.JobConf&nbsp;job,
+<td class="colLast"><span class="strong">AbstractInputFormat.</span><code><strong><a href="../../../../../../../../org/apache/accumulo/core/client/mapred/AbstractInputFormat.html#setConnectorInfo(org.apache.hadoop.mapred.JobConf,%20java.lang.String,%20org.apache.accumulo.core.client.security.tokens.AuthenticationToken)">setConnectorInfo</a></strong>(org.apache.hadoop.mapred.JobConf&nbsp;job,
                 <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;principal,
                 <a href="../../../../../../../../org/apache/accumulo/core/client/security/tokens/AuthenticationToken.html" title="interface in org.apache.accumulo.core.client.security.tokens">AuthenticationToken</a>&nbsp;token)</code>
 <div class="block">Sets the connector information needed to communicate with Accumulo in this job.</div>
@@ -222,13 +222,13 @@
 <tbody>
 <tr class="altColor">
 <td class="colFirst"><code>protected static <a href="../../../../../../../../org/apache/accumulo/core/client/security/tokens/AuthenticationToken.html" title="interface in org.apache.accumulo.core.client.security.tokens">AuthenticationToken</a></code></td>
-<td class="colLast"><span class="strong">AbstractInputFormat.</span><code><strong><a href="../../../../../../../../org/apache/accumulo/core/client/mapreduce/AbstractInputFormat.html#getAuthenticationToken(org.apache.hadoop.mapreduce.JobContext)">getAuthenticationToken</a></strong>(org.apache.hadoop.mapreduce.JobContext&nbsp;context)</code>
+<td class="colLast"><span class="strong">AccumuloOutputFormat.</span><code><strong><a href="../../../../../../../../org/apache/accumulo/core/client/mapreduce/AccumuloOutputFormat.html#getAuthenticationToken(org.apache.hadoop.mapreduce.JobContext)">getAuthenticationToken</a></strong>(org.apache.hadoop.mapreduce.JobContext&nbsp;context)</code>
 <div class="block">Gets the authenticated token from either the specified token file or directly from the configuration, whichever was used when the job was configured.</div>
 </td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>protected static <a href="../../../../../../../../org/apache/accumulo/core/client/security/tokens/AuthenticationToken.html" title="interface in org.apache.accumulo.core.client.security.tokens">AuthenticationToken</a></code></td>
-<td class="colLast"><span class="strong">AccumuloOutputFormat.</span><code><strong><a href="../../../../../../../../org/apache/accumulo/core/client/mapreduce/AccumuloOutputFormat.html#getAuthenticationToken(org.apache.hadoop.mapreduce.JobContext)">getAuthenticationToken</a></strong>(org.apache.hadoop.mapreduce.JobContext&nbsp;context)</code>
+<td class="colLast"><span class="strong">AbstractInputFormat.</span><code><strong><a href="../../../../../../../../org/apache/accumulo/core/client/mapreduce/AbstractInputFormat.html#getAuthenticationToken(org.apache.hadoop.mapreduce.JobContext)">getAuthenticationToken</a></strong>(org.apache.hadoop.mapreduce.JobContext&nbsp;context)</code>
 <div class="block">Gets the authenticated token from either the specified token file or directly from the configuration, whichever was used when the job was configured.</div>
 </td>
 </tr>
@@ -247,7 +247,7 @@
 <tbody>
 <tr class="altColor">
 <td class="colFirst"><code>static void</code></td>
-<td class="colLast"><span class="strong">AbstractInputFormat.</span><code><strong><a href="../../../../../../../../org/apache/accumulo/core/client/mapreduce/AbstractInputFormat.html#setConnectorInfo(org.apache.hadoop.mapreduce.Job,%20java.lang.String,%20org.apache.accumulo.core.client.security.tokens.AuthenticationToken)">setConnectorInfo</a></strong>(org.apache.hadoop.mapreduce.Job&nbsp;job,
+<td class="colLast"><span class="strong">AccumuloOutputFormat.</span><code><strong><a href="../../../../../../../../org/apache/accumulo/core/client/mapreduce/AccumuloOutputFormat.html#setConnectorInfo(org.apache.hadoop.mapreduce.Job,%20java.lang.String,%20org.apache.accumulo.core.client.security.tokens.AuthenticationToken)">setConnectorInfo</a></strong>(org.apache.hadoop.mapreduce.Job&nbsp;job,
                 <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;principal,
                 <a href="../../../../../../../../org/apache/accumulo/core/client/security/tokens/AuthenticationToken.html" title="interface in org.apache.accumulo.core.client.security.tokens">AuthenticationToken</a>&nbsp;token)</code>
 <div class="block">Sets the connector information needed to communicate with Accumulo in this job.</div>
@@ -255,7 +255,7 @@
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>static void</code></td>
-<td class="colLast"><span class="strong">AccumuloOutputFormat.</span><code><strong><a href="../../../../../../../../org/apache/accumulo/core/client/mapreduce/AccumuloOutputFormat.html#setConnectorInfo(org.apache.hadoop.mapreduce.Job,%20java.lang.String,%20org.apache.accumulo.core.client.security.tokens.AuthenticationToken)">setConnectorInfo</a></strong>(org.apache.hadoop.mapreduce.Job&nbsp;job,
+<td class="colLast"><span class="strong">AbstractInputFormat.</span><code><strong><a href="../../../../../../../../org/apache/accumulo/core/client/mapreduce/AbstractInputFormat.html#setConnectorInfo(org.apache.hadoop.mapreduce.Job,%20java.lang.String,%20org.apache.accumulo.core.client.security.tokens.AuthenticationToken)">setConnectorInfo</a></strong>(org.apache.hadoop.mapreduce.Job&nbsp;job,
                 <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;principal,
                 <a href="../../../../../../../../org/apache/accumulo/core/client/security/tokens/AuthenticationToken.html" title="interface in org.apache.accumulo.core.client.security.tokens">AuthenticationToken</a>&nbsp;token)</code>
 <div class="block">Sets the connector information needed to communicate with Accumulo in this job.</div>
@@ -463,6 +463,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>


[02/16] accumulo-website git commit: Updates for 1.8.1 Release

Posted by mj...@apache.org.
http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/security/class-use/SystemPermission.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/security/class-use/SystemPermission.html b/1.8/apidocs/org/apache/accumulo/core/security/class-use/SystemPermission.html
index 4f2723b..a4a7e11 100644
--- a/1.8/apidocs/org/apache/accumulo/core/security/class-use/SystemPermission.html
+++ b/1.8/apidocs/org/apache/accumulo/core/security/class-use/SystemPermission.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:24 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.accumulo.core.security.SystemPermission (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Uses of Class org.apache.accumulo.core.security.SystemPermission (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.accumulo.core.security.SystemPermission (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Uses of Class org.apache.accumulo.core.security.SystemPermission (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -219,6 +219,6 @@ the order they are declared.</div>
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/security/class-use/TablePermission.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/security/class-use/TablePermission.html b/1.8/apidocs/org/apache/accumulo/core/security/class-use/TablePermission.html
index 90fa8f1..f66424c 100644
--- a/1.8/apidocs/org/apache/accumulo/core/security/class-use/TablePermission.html
+++ b/1.8/apidocs/org/apache/accumulo/core/security/class-use/TablePermission.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:24 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.accumulo.core.security.TablePermission (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Uses of Class org.apache.accumulo.core.security.TablePermission (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.accumulo.core.security.TablePermission (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Uses of Class org.apache.accumulo.core.security.TablePermission (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -222,6 +222,6 @@ the order they are declared.</div>
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/security/class-use/VisibilityConstraint.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/security/class-use/VisibilityConstraint.html b/1.8/apidocs/org/apache/accumulo/core/security/class-use/VisibilityConstraint.html
index cf8b3b2..a2d35b3 100644
--- a/1.8/apidocs/org/apache/accumulo/core/security/class-use/VisibilityConstraint.html
+++ b/1.8/apidocs/org/apache/accumulo/core/security/class-use/VisibilityConstraint.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:24 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.accumulo.core.security.VisibilityConstraint (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Uses of Class org.apache.accumulo.core.security.VisibilityConstraint (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.accumulo.core.security.VisibilityConstraint (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Uses of Class org.apache.accumulo.core.security.VisibilityConstraint (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -112,6 +112,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/security/class-use/VisibilityEvaluator.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/security/class-use/VisibilityEvaluator.html b/1.8/apidocs/org/apache/accumulo/core/security/class-use/VisibilityEvaluator.html
index 6d8b123..3cc90b6 100644
--- a/1.8/apidocs/org/apache/accumulo/core/security/class-use/VisibilityEvaluator.html
+++ b/1.8/apidocs/org/apache/accumulo/core/security/class-use/VisibilityEvaluator.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:24 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.accumulo.core.security.VisibilityEvaluator (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Uses of Class org.apache.accumulo.core.security.VisibilityEvaluator (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.accumulo.core.security.VisibilityEvaluator (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Uses of Class org.apache.accumulo.core.security.VisibilityEvaluator (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -112,6 +112,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/security/class-use/VisibilityParseException.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/security/class-use/VisibilityParseException.html b/1.8/apidocs/org/apache/accumulo/core/security/class-use/VisibilityParseException.html
index e5d87a7..236ba5a 100644
--- a/1.8/apidocs/org/apache/accumulo/core/security/class-use/VisibilityParseException.html
+++ b/1.8/apidocs/org/apache/accumulo/core/security/class-use/VisibilityParseException.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:24 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.accumulo.core.security.VisibilityParseException (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Uses of Class org.apache.accumulo.core.security.VisibilityParseException (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.accumulo.core.security.VisibilityParseException (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Uses of Class org.apache.accumulo.core.security.VisibilityParseException (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -154,6 +154,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/security/package-frame.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/security/package-frame.html b/1.8/apidocs/org/apache/accumulo/core/security/package-frame.html
index 7bf9086..ea51630 100644
--- a/1.8/apidocs/org/apache/accumulo/core/security/package-frame.html
+++ b/1.8/apidocs/org/apache/accumulo/core/security/package-frame.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:22 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>org.apache.accumulo.core.security (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>org.apache.accumulo.core.security (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/security/package-summary.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/security/package-summary.html b/1.8/apidocs/org/apache/accumulo/core/security/package-summary.html
index ff2b41b..774d7b0 100644
--- a/1.8/apidocs/org/apache/accumulo/core/security/package-summary.html
+++ b/1.8/apidocs/org/apache/accumulo/core/security/package-summary.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:22 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>org.apache.accumulo.core.security (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>org.apache.accumulo.core.security (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="org.apache.accumulo.core.security (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="org.apache.accumulo.core.security (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -231,6 +231,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/security/package-tree.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/security/package-tree.html b/1.8/apidocs/org/apache/accumulo/core/security/package-tree.html
index a72ff91..d2c05bb 100644
--- a/1.8/apidocs/org/apache/accumulo/core/security/package-tree.html
+++ b/1.8/apidocs/org/apache/accumulo/core/security/package-tree.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:22 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>org.apache.accumulo.core.security Class Hierarchy (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>org.apache.accumulo.core.security Class Hierarchy (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="org.apache.accumulo.core.security Class Hierarchy (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="org.apache.accumulo.core.security Class Hierarchy (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -111,10 +111,10 @@
 <ul>
 <li type="circle">java.lang.<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Enum.html?is-external=true" title="class or interface in java.lang"><span class="strong">Enum</span></a>&lt;E&gt; (implements java.lang.<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Comparable.html?is-external=true" title="class or interface in java.lang">Comparable</a>&lt;T&gt;, java.io.<a href="http://docs.oracle.com/javase/7/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</a>)
 <ul>
-<li type="circle">org.apache.accumulo.core.security.<a href="../../../../../org/apache/accumulo/core/security/ColumnVisibility.NodeType.html" title="enum in org.apache.accumulo.core.security"><span class="strong">ColumnVisibility.NodeType</span></a></li>
 <li type="circle">org.apache.accumulo.core.security.<a href="../../../../../org/apache/accumulo/core/security/SystemPermission.html" title="enum in org.apache.accumulo.core.security"><span class="strong">SystemPermission</span></a></li>
-<li type="circle">org.apache.accumulo.core.security.<a href="../../../../../org/apache/accumulo/core/security/TablePermission.html" title="enum in org.apache.accumulo.core.security"><span class="strong">TablePermission</span></a></li>
+<li type="circle">org.apache.accumulo.core.security.<a href="../../../../../org/apache/accumulo/core/security/ColumnVisibility.NodeType.html" title="enum in org.apache.accumulo.core.security"><span class="strong">ColumnVisibility.NodeType</span></a></li>
 <li type="circle">org.apache.accumulo.core.security.<a href="../../../../../org/apache/accumulo/core/security/NamespacePermission.html" title="enum in org.apache.accumulo.core.security"><span class="strong">NamespacePermission</span></a></li>
+<li type="circle">org.apache.accumulo.core.security.<a href="../../../../../org/apache/accumulo/core/security/TablePermission.html" title="enum in org.apache.accumulo.core.security"><span class="strong">TablePermission</span></a></li>
 </ul>
 </li>
 </ul>
@@ -166,6 +166,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/core/security/package-use.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/core/security/package-use.html b/1.8/apidocs/org/apache/accumulo/core/security/package-use.html
index 79d01b5..84bb9e7 100644
--- a/1.8/apidocs/org/apache/accumulo/core/security/package-use.html
+++ b/1.8/apidocs/org/apache/accumulo/core/security/package-use.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:24 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:33 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Package org.apache.accumulo.core.security (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Uses of Package org.apache.accumulo.core.security (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Package org.apache.accumulo.core.security (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Uses of Package org.apache.accumulo.core.security (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -377,6 +377,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/minicluster/MemoryUnit.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/minicluster/MemoryUnit.html b/1.8/apidocs/org/apache/accumulo/minicluster/MemoryUnit.html
index d6283c3..37bb910 100644
--- a/1.8/apidocs/org/apache/accumulo/minicluster/MemoryUnit.html
+++ b/1.8/apidocs/org/apache/accumulo/minicluster/MemoryUnit.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:18 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:30 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>MemoryUnit (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>MemoryUnit (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="MemoryUnit (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="MemoryUnit (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -381,6 +381,6 @@ not permitted.)</div>
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/minicluster/MiniAccumuloCluster.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/minicluster/MiniAccumuloCluster.html b/1.8/apidocs/org/apache/accumulo/minicluster/MiniAccumuloCluster.html
index 597f466..eb2097e 100644
--- a/1.8/apidocs/org/apache/accumulo/minicluster/MiniAccumuloCluster.html
+++ b/1.8/apidocs/org/apache/accumulo/minicluster/MiniAccumuloCluster.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:18 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:30 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>MiniAccumuloCluster (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>MiniAccumuloCluster (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="MiniAccumuloCluster (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="MiniAccumuloCluster (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -407,6 +407,6 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/minicluster/MiniAccumuloConfig.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/minicluster/MiniAccumuloConfig.html b/1.8/apidocs/org/apache/accumulo/minicluster/MiniAccumuloConfig.html
index f3c85ea..72e7273 100644
--- a/1.8/apidocs/org/apache/accumulo/minicluster/MiniAccumuloConfig.html
+++ b/1.8/apidocs/org/apache/accumulo/minicluster/MiniAccumuloConfig.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:18 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:30 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>MiniAccumuloConfig (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>MiniAccumuloConfig (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="MiniAccumuloConfig (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="MiniAccumuloConfig (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -559,6 +559,6 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/minicluster/MiniAccumuloInstance.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/minicluster/MiniAccumuloInstance.html b/1.8/apidocs/org/apache/accumulo/minicluster/MiniAccumuloInstance.html
index ab4e806..c1fd4cf 100644
--- a/1.8/apidocs/org/apache/accumulo/minicluster/MiniAccumuloInstance.html
+++ b/1.8/apidocs/org/apache/accumulo/minicluster/MiniAccumuloInstance.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:18 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:30 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>MiniAccumuloInstance (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>MiniAccumuloInstance (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="MiniAccumuloInstance (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="MiniAccumuloInstance (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -279,6 +279,6 @@ extends <a href="../../../../org/apache/accumulo/core/client/ZooKeeperInstance.h
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/minicluster/MiniAccumuloRunner.Opts.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/minicluster/MiniAccumuloRunner.Opts.html b/1.8/apidocs/org/apache/accumulo/minicluster/MiniAccumuloRunner.Opts.html
index 6036843..93bbe28 100644
--- a/1.8/apidocs/org/apache/accumulo/minicluster/MiniAccumuloRunner.Opts.html
+++ b/1.8/apidocs/org/apache/accumulo/minicluster/MiniAccumuloRunner.Opts.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:18 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:30 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>MiniAccumuloRunner.Opts (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>MiniAccumuloRunner.Opts (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="MiniAccumuloRunner.Opts (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="MiniAccumuloRunner.Opts (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -256,6 +256,6 @@ extends org.apache.accumulo.core.cli.Help</pre>
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/minicluster/MiniAccumuloRunner.PropertiesConverter.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/minicluster/MiniAccumuloRunner.PropertiesConverter.html b/1.8/apidocs/org/apache/accumulo/minicluster/MiniAccumuloRunner.PropertiesConverter.html
index 3a0cf6b..99730a5 100644
--- a/1.8/apidocs/org/apache/accumulo/minicluster/MiniAccumuloRunner.PropertiesConverter.html
+++ b/1.8/apidocs/org/apache/accumulo/minicluster/MiniAccumuloRunner.PropertiesConverter.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:18 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:30 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>MiniAccumuloRunner.PropertiesConverter (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>MiniAccumuloRunner.PropertiesConverter (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="MiniAccumuloRunner.PropertiesConverter (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="MiniAccumuloRunner.PropertiesConverter (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -266,6 +266,6 @@ implements com.beust.jcommander.IStringConverter&lt;<a href="http://docs.oracle.
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/minicluster/MiniAccumuloRunner.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/minicluster/MiniAccumuloRunner.html b/1.8/apidocs/org/apache/accumulo/minicluster/MiniAccumuloRunner.html
index e484230..372efa2 100644
--- a/1.8/apidocs/org/apache/accumulo/minicluster/MiniAccumuloRunner.html
+++ b/1.8/apidocs/org/apache/accumulo/minicluster/MiniAccumuloRunner.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:18 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:30 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>MiniAccumuloRunner (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>MiniAccumuloRunner (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="MiniAccumuloRunner (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="MiniAccumuloRunner (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -306,6 +306,6 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/minicluster/ServerType.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/minicluster/ServerType.html b/1.8/apidocs/org/apache/accumulo/minicluster/ServerType.html
index 2d0eed0..f972a72 100644
--- a/1.8/apidocs/org/apache/accumulo/minicluster/ServerType.html
+++ b/1.8/apidocs/org/apache/accumulo/minicluster/ServerType.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:18 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:30 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>ServerType (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>ServerType (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="ServerType (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="ServerType (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -379,6 +379,6 @@ not permitted.)</div>
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/minicluster/class-use/MemoryUnit.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/minicluster/class-use/MemoryUnit.html b/1.8/apidocs/org/apache/accumulo/minicluster/class-use/MemoryUnit.html
index c8acf9f..b9dcc47 100644
--- a/1.8/apidocs/org/apache/accumulo/minicluster/class-use/MemoryUnit.html
+++ b/1.8/apidocs/org/apache/accumulo/minicluster/class-use/MemoryUnit.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:24 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:33 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.accumulo.minicluster.MemoryUnit (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Uses of Class org.apache.accumulo.minicluster.MemoryUnit (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.accumulo.minicluster.MemoryUnit (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Uses of Class org.apache.accumulo.minicluster.MemoryUnit (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -189,6 +189,6 @@ the order they are declared.</div>
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/minicluster/class-use/MiniAccumuloCluster.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/minicluster/class-use/MiniAccumuloCluster.html b/1.8/apidocs/org/apache/accumulo/minicluster/class-use/MiniAccumuloCluster.html
index 11f3ff1..304b1e9 100644
--- a/1.8/apidocs/org/apache/accumulo/minicluster/class-use/MiniAccumuloCluster.html
+++ b/1.8/apidocs/org/apache/accumulo/minicluster/class-use/MiniAccumuloCluster.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:24 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:33 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.accumulo.minicluster.MiniAccumuloCluster (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Uses of Class org.apache.accumulo.minicluster.MiniAccumuloCluster (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.accumulo.minicluster.MiniAccumuloCluster (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Uses of Class org.apache.accumulo.minicluster.MiniAccumuloCluster (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -112,6 +112,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/minicluster/class-use/MiniAccumuloConfig.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/minicluster/class-use/MiniAccumuloConfig.html b/1.8/apidocs/org/apache/accumulo/minicluster/class-use/MiniAccumuloConfig.html
index f3b0333..d852f55 100644
--- a/1.8/apidocs/org/apache/accumulo/minicluster/class-use/MiniAccumuloConfig.html
+++ b/1.8/apidocs/org/apache/accumulo/minicluster/class-use/MiniAccumuloConfig.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:24 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:33 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.accumulo.minicluster.MiniAccumuloConfig (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Uses of Class org.apache.accumulo.minicluster.MiniAccumuloConfig (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.accumulo.minicluster.MiniAccumuloConfig (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Uses of Class org.apache.accumulo.minicluster.MiniAccumuloConfig (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -218,6 +218,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/minicluster/class-use/MiniAccumuloInstance.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/minicluster/class-use/MiniAccumuloInstance.html b/1.8/apidocs/org/apache/accumulo/minicluster/class-use/MiniAccumuloInstance.html
index 4d3933f..0eee13d 100644
--- a/1.8/apidocs/org/apache/accumulo/minicluster/class-use/MiniAccumuloInstance.html
+++ b/1.8/apidocs/org/apache/accumulo/minicluster/class-use/MiniAccumuloInstance.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:24 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:33 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.accumulo.minicluster.MiniAccumuloInstance (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Uses of Class org.apache.accumulo.minicluster.MiniAccumuloInstance (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.accumulo.minicluster.MiniAccumuloInstance (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Uses of Class org.apache.accumulo.minicluster.MiniAccumuloInstance (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -112,6 +112,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/minicluster/class-use/MiniAccumuloRunner.Opts.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/minicluster/class-use/MiniAccumuloRunner.Opts.html b/1.8/apidocs/org/apache/accumulo/minicluster/class-use/MiniAccumuloRunner.Opts.html
index fd10106..67530c7 100644
--- a/1.8/apidocs/org/apache/accumulo/minicluster/class-use/MiniAccumuloRunner.Opts.html
+++ b/1.8/apidocs/org/apache/accumulo/minicluster/class-use/MiniAccumuloRunner.Opts.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:24 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:33 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.accumulo.minicluster.MiniAccumuloRunner.Opts (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Uses of Class org.apache.accumulo.minicluster.MiniAccumuloRunner.Opts (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.accumulo.minicluster.MiniAccumuloRunner.Opts (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Uses of Class org.apache.accumulo.minicluster.MiniAccumuloRunner.Opts (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -112,6 +112,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/minicluster/class-use/MiniAccumuloRunner.PropertiesConverter.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/minicluster/class-use/MiniAccumuloRunner.PropertiesConverter.html b/1.8/apidocs/org/apache/accumulo/minicluster/class-use/MiniAccumuloRunner.PropertiesConverter.html
index 32742f8..5e25e0d 100644
--- a/1.8/apidocs/org/apache/accumulo/minicluster/class-use/MiniAccumuloRunner.PropertiesConverter.html
+++ b/1.8/apidocs/org/apache/accumulo/minicluster/class-use/MiniAccumuloRunner.PropertiesConverter.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:24 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:33 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.accumulo.minicluster.MiniAccumuloRunner.PropertiesConverter (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Uses of Class org.apache.accumulo.minicluster.MiniAccumuloRunner.PropertiesConverter (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.accumulo.minicluster.MiniAccumuloRunner.PropertiesConverter (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Uses of Class org.apache.accumulo.minicluster.MiniAccumuloRunner.PropertiesConverter (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -112,6 +112,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/minicluster/class-use/MiniAccumuloRunner.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/minicluster/class-use/MiniAccumuloRunner.html b/1.8/apidocs/org/apache/accumulo/minicluster/class-use/MiniAccumuloRunner.html
index 56c074f..61a8a75 100644
--- a/1.8/apidocs/org/apache/accumulo/minicluster/class-use/MiniAccumuloRunner.html
+++ b/1.8/apidocs/org/apache/accumulo/minicluster/class-use/MiniAccumuloRunner.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:24 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:33 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.accumulo.minicluster.MiniAccumuloRunner (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Uses of Class org.apache.accumulo.minicluster.MiniAccumuloRunner (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.accumulo.minicluster.MiniAccumuloRunner (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Uses of Class org.apache.accumulo.minicluster.MiniAccumuloRunner (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -112,6 +112,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/minicluster/class-use/ServerType.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/minicluster/class-use/ServerType.html b/1.8/apidocs/org/apache/accumulo/minicluster/class-use/ServerType.html
index 089b015..a976ab5 100644
--- a/1.8/apidocs/org/apache/accumulo/minicluster/class-use/ServerType.html
+++ b/1.8/apidocs/org/apache/accumulo/minicluster/class-use/ServerType.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:24 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:33 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.accumulo.minicluster.ServerType (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Uses of Class org.apache.accumulo.minicluster.ServerType (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.accumulo.minicluster.ServerType (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Uses of Class org.apache.accumulo.minicluster.ServerType (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -195,6 +195,6 @@ the order they are declared.</div>
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/minicluster/package-frame.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/minicluster/package-frame.html b/1.8/apidocs/org/apache/accumulo/minicluster/package-frame.html
index e8ee4c1..dfbe1e5 100644
--- a/1.8/apidocs/org/apache/accumulo/minicluster/package-frame.html
+++ b/1.8/apidocs/org/apache/accumulo/minicluster/package-frame.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:22 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>org.apache.accumulo.minicluster (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>org.apache.accumulo.minicluster (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/minicluster/package-summary.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/minicluster/package-summary.html b/1.8/apidocs/org/apache/accumulo/minicluster/package-summary.html
index 4769077..5deec5c 100644
--- a/1.8/apidocs/org/apache/accumulo/minicluster/package-summary.html
+++ b/1.8/apidocs/org/apache/accumulo/minicluster/package-summary.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:22 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>org.apache.accumulo.minicluster (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>org.apache.accumulo.minicluster (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="org.apache.accumulo.minicluster (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="org.apache.accumulo.minicluster (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -175,6 +175,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/minicluster/package-tree.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/minicluster/package-tree.html b/1.8/apidocs/org/apache/accumulo/minicluster/package-tree.html
index 6e5f2a5..0c15b16 100644
--- a/1.8/apidocs/org/apache/accumulo/minicluster/package-tree.html
+++ b/1.8/apidocs/org/apache/accumulo/minicluster/package-tree.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:22 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>org.apache.accumulo.minicluster Class Hierarchy (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>org.apache.accumulo.minicluster Class Hierarchy (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="org.apache.accumulo.minicluster Class Hierarchy (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="org.apache.accumulo.minicluster Class Hierarchy (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -98,8 +98,8 @@
 <ul>
 <li type="circle">java.lang.<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Enum.html?is-external=true" title="class or interface in java.lang"><span class="strong">Enum</span></a>&lt;E&gt; (implements java.lang.<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Comparable.html?is-external=true" title="class or interface in java.lang">Comparable</a>&lt;T&gt;, java.io.<a href="http://docs.oracle.com/javase/7/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</a>)
 <ul>
-<li type="circle">org.apache.accumulo.minicluster.<a href="../../../../org/apache/accumulo/minicluster/ServerType.html" title="enum in org.apache.accumulo.minicluster"><span class="strong">ServerType</span></a></li>
 <li type="circle">org.apache.accumulo.minicluster.<a href="../../../../org/apache/accumulo/minicluster/MemoryUnit.html" title="enum in org.apache.accumulo.minicluster"><span class="strong">MemoryUnit</span></a></li>
+<li type="circle">org.apache.accumulo.minicluster.<a href="../../../../org/apache/accumulo/minicluster/ServerType.html" title="enum in org.apache.accumulo.minicluster"><span class="strong">ServerType</span></a></li>
 </ul>
 </li>
 </ul>
@@ -151,6 +151,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/org/apache/accumulo/minicluster/package-use.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/org/apache/accumulo/minicluster/package-use.html b/1.8/apidocs/org/apache/accumulo/minicluster/package-use.html
index 7995fea..8b563a8 100644
--- a/1.8/apidocs/org/apache/accumulo/minicluster/package-use.html
+++ b/1.8/apidocs/org/apache/accumulo/minicluster/package-use.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:24 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:33 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Package org.apache.accumulo.minicluster (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Uses of Package org.apache.accumulo.minicluster (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Package org.apache.accumulo.minicluster (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Uses of Package org.apache.accumulo.minicluster (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -153,6 +153,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/overview-frame.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/overview-frame.html b/1.8/apidocs/overview-frame.html
index 3731e00..b83bda6 100644
--- a/1.8/apidocs/overview-frame.html
+++ b/1.8/apidocs/overview-frame.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:22 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Overview List (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Overview List (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 </head>
 <body>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/overview-summary.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/overview-summary.html b/1.8/apidocs/overview-summary.html
index 86d7384..ce26239 100644
--- a/1.8/apidocs/overview-summary.html
+++ b/1.8/apidocs/overview-summary.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:24 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:33 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Overview (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Overview (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Overview (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Overview (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -64,7 +64,7 @@
 </a></div>
 <!-- ========= END OF TOP NAVBAR ========= -->
 <div class="header">
-<h1 class="title">Apache Accumulo Project 1.8.0 API</h1>
+<h1 class="title">Apache Accumulo Project 1.8.1-SNAPSHOT API</h1>
 </div>
 <div class="contentContainer">
 <table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Packages table, listing packages, and an explanation">
@@ -188,6 +188,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/overview-tree.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/overview-tree.html b/1.8/apidocs/overview-tree.html
index a2e6793..12dacb6 100644
--- a/1.8/apidocs/overview-tree.html
+++ b/1.8/apidocs/overview-tree.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:24 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:33 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Class Hierarchy (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Class Hierarchy (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Class Hierarchy (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Class Hierarchy (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -495,31 +495,31 @@
 <ul>
 <li type="circle">java.lang.<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Enum.html?is-external=true" title="class or interface in java.lang"><span class="strong">Enum</span></a>&lt;E&gt; (implements java.lang.<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Comparable.html?is-external=true" title="class or interface in java.lang">Comparable</a>&lt;T&gt;, java.io.<a href="http://docs.oracle.com/javase/7/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</a>)
 <ul>
-<li type="circle">org.apache.accumulo.core.client.admin.<a href="org/apache/accumulo/core/client/admin/ActiveCompaction.CompactionType.html" title="enum in org.apache.accumulo.core.client.admin"><span class="strong">ActiveCompaction.CompactionType</span></a></li>
-<li type="circle">org.apache.accumulo.core.client.admin.<a href="org/apache/accumulo/core/client/admin/ActiveCompaction.CompactionReason.html" title="enum in org.apache.accumulo.core.client.admin"><span class="strong">ActiveCompaction.CompactionReason</span></a></li>
+<li type="circle">org.apache.accumulo.core.security.<a href="org/apache/accumulo/core/security/SystemPermission.html" title="enum in org.apache.accumulo.core.security"><span class="strong">SystemPermission</span></a></li>
+<li type="circle">org.apache.accumulo.core.security.<a href="org/apache/accumulo/core/security/NamespacePermission.html" title="enum in org.apache.accumulo.core.security"><span class="strong">NamespacePermission</span></a></li>
+<li type="circle">org.apache.accumulo.core.security.<a href="org/apache/accumulo/core/security/ColumnVisibility.NodeType.html" title="enum in org.apache.accumulo.core.security"><span class="strong">ColumnVisibility.NodeType</span></a></li>
+<li type="circle">org.apache.accumulo.core.security.<a href="org/apache/accumulo/core/security/TablePermission.html" title="enum in org.apache.accumulo.core.security"><span class="strong">TablePermission</span></a></li>
+<li type="circle">org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Mutation.SERIALIZED_FORMAT.html" title="enum in org.apache.accumulo.core.data"><span class="strong">Mutation.SERIALIZED_FORMAT</span></a></li>
+<li type="circle">org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/PartialKey.html" title="enum in org.apache.accumulo.core.data"><span class="strong">PartialKey</span></a></li>
+<li type="circle">org.apache.accumulo.core.client.admin.<a href="org/apache/accumulo/core/client/admin/TimeType.html" title="enum in org.apache.accumulo.core.client.admin"><span class="strong">TimeType</span></a></li>
 <li type="circle">org.apache.accumulo.core.client.admin.<a href="org/apache/accumulo/core/client/admin/ScanState.html" title="enum in org.apache.accumulo.core.client.admin"><span class="strong">ScanState</span></a></li>
 <li type="circle">org.apache.accumulo.core.client.admin.<a href="org/apache/accumulo/core/client/admin/ScanType.html" title="enum in org.apache.accumulo.core.client.admin"><span class="strong">ScanType</span></a></li>
-<li type="circle">org.apache.accumulo.core.client.admin.<a href="org/apache/accumulo/core/client/admin/TimeType.html" title="enum in org.apache.accumulo.core.client.admin"><span class="strong">TimeType</span></a></li>
+<li type="circle">org.apache.accumulo.core.client.admin.<a href="org/apache/accumulo/core/client/admin/ActiveCompaction.CompactionType.html" title="enum in org.apache.accumulo.core.client.admin"><span class="strong">ActiveCompaction.CompactionType</span></a></li>
+<li type="circle">org.apache.accumulo.core.client.admin.<a href="org/apache/accumulo/core/client/admin/ActiveCompaction.CompactionReason.html" title="enum in org.apache.accumulo.core.client.admin"><span class="strong">ActiveCompaction.CompactionReason</span></a></li>
+<li type="circle">org.apache.accumulo.core.client.security.<a href="org/apache/accumulo/core/client/security/SecurityErrorCode.html" title="enum in org.apache.accumulo.core.client.security"><span class="strong">SecurityErrorCode</span></a></li>
 <li type="circle">org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/ClientConfiguration.ClientProperty.html" title="enum in org.apache.accumulo.core.client"><span class="strong">ClientConfiguration.ClientProperty</span></a></li>
-<li type="circle">org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/ConditionalWriter.Status.html" title="enum in org.apache.accumulo.core.client"><span class="strong">ConditionalWriter.Status</span></a></li>
-<li type="circle">org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/Durability.html" title="enum in org.apache.accumulo.core.client"><span class="strong">Durability</span></a></li>
-<li type="circle">org.apache.accumulo.core.client.mapreduce.lib.util.<a href="org/apache/accumulo/core/client/mapreduce/lib/util/ConfiguratorBase.ConnectorInfo.html" title="enum in org.apache.accumulo.core.client.mapreduce.lib.util"><span class="strong">ConfiguratorBase.ConnectorInfo</span></a></li>
-<li type="circle">org.apache.accumulo.core.client.mapreduce.lib.util.<a href="org/apache/accumulo/core/client/mapreduce/lib/util/ConfiguratorBase.InstanceOpts.html" title="enum in org.apache.accumulo.core.client.mapreduce.lib.util"><span class="strong">ConfiguratorBase.InstanceOpts</span></a></li>
-<li type="circle">org.apache.accumulo.core.client.mapreduce.lib.util.<a href="org/apache/accumulo/core/client/mapreduce/lib/util/ConfiguratorBase.GeneralOpts.html" title="enum in org.apache.accumulo.core.client.mapreduce.lib.util"><span class="strong">ConfiguratorBase.GeneralOpts</span></a></li>
-<li type="circle">org.apache.accumulo.core.client.mapreduce.lib.util.<a href="org/apache/accumulo/core/client/mapreduce/lib/util/FileOutputConfigurator.Opts.html" title="enum in org.apache.accumulo.core.client.mapreduce.lib.util"><span class="strong">FileOutputConfigurator.Opts</span></a></li>
 <li type="circle">org.apache.accumulo.core.client.mapreduce.lib.util.<a href="org/apache/accumulo/core/client/mapreduce/lib/util/InputConfigurator.ScanOpts.html" title="enum in org.apache.accumulo.core.client.mapreduce.lib.util"><span class="strong">InputConfigurator.ScanOpts</span></a></li>
 <li type="circle">org.apache.accumulo.core.client.mapreduce.lib.util.<a href="org/apache/accumulo/core/client/mapreduce/lib/util/InputConfigurator.Features.html" title="enum in org.apache.accumulo.core.client.mapreduce.lib.util"><span class="strong">InputConfigurator.Features</span></a></li>
 <li type="circle">org.apache.accumulo.core.client.mapreduce.lib.util.<a href="org/apache/accumulo/core/client/mapreduce/lib/util/OutputConfigurator.WriteOpts.html" title="enum in org.apache.accumulo.core.client.mapreduce.lib.util"><span class="strong">OutputConfigurator.WriteOpts</span></a></li>
 <li type="circle">org.apache.accumulo.core.client.mapreduce.lib.util.<a href="org/apache/accumulo/core/client/mapreduce/lib/util/OutputConfigurator.Features.html" title="enum in org.apache.accumulo.core.client.mapreduce.lib.util"><span class="strong">OutputConfigurator.Features</span></a></li>
-<li type="circle">org.apache.accumulo.core.client.security.<a href="org/apache/accumulo/core/client/security/SecurityErrorCode.html" title="enum in org.apache.accumulo.core.client.security"><span class="strong">SecurityErrorCode</span></a></li>
-<li type="circle">org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/Mutation.SERIALIZED_FORMAT.html" title="enum in org.apache.accumulo.core.data"><span class="strong">Mutation.SERIALIZED_FORMAT</span></a></li>
-<li type="circle">org.apache.accumulo.core.data.<a href="org/apache/accumulo/core/data/PartialKey.html" title="enum in org.apache.accumulo.core.data"><span class="strong">PartialKey</span></a></li>
-<li type="circle">org.apache.accumulo.core.security.<a href="org/apache/accumulo/core/security/ColumnVisibility.NodeType.html" title="enum in org.apache.accumulo.core.security"><span class="strong">ColumnVisibility.NodeType</span></a></li>
-<li type="circle">org.apache.accumulo.core.security.<a href="org/apache/accumulo/core/security/NamespacePermission.html" title="enum in org.apache.accumulo.core.security"><span class="strong">NamespacePermission</span></a></li>
-<li type="circle">org.apache.accumulo.core.security.<a href="org/apache/accumulo/core/security/SystemPermission.html" title="enum in org.apache.accumulo.core.security"><span class="strong">SystemPermission</span></a></li>
-<li type="circle">org.apache.accumulo.core.security.<a href="org/apache/accumulo/core/security/TablePermission.html" title="enum in org.apache.accumulo.core.security"><span class="strong">TablePermission</span></a></li>
-<li type="circle">org.apache.accumulo.minicluster.<a href="org/apache/accumulo/minicluster/MemoryUnit.html" title="enum in org.apache.accumulo.minicluster"><span class="strong">MemoryUnit</span></a></li>
+<li type="circle">org.apache.accumulo.core.client.mapreduce.lib.util.<a href="org/apache/accumulo/core/client/mapreduce/lib/util/FileOutputConfigurator.Opts.html" title="enum in org.apache.accumulo.core.client.mapreduce.lib.util"><span class="strong">FileOutputConfigurator.Opts</span></a></li>
+<li type="circle">org.apache.accumulo.core.client.mapreduce.lib.util.<a href="org/apache/accumulo/core/client/mapreduce/lib/util/ConfiguratorBase.ConnectorInfo.html" title="enum in org.apache.accumulo.core.client.mapreduce.lib.util"><span class="strong">ConfiguratorBase.ConnectorInfo</span></a></li>
+<li type="circle">org.apache.accumulo.core.client.mapreduce.lib.util.<a href="org/apache/accumulo/core/client/mapreduce/lib/util/ConfiguratorBase.InstanceOpts.html" title="enum in org.apache.accumulo.core.client.mapreduce.lib.util"><span class="strong">ConfiguratorBase.InstanceOpts</span></a></li>
+<li type="circle">org.apache.accumulo.core.client.mapreduce.lib.util.<a href="org/apache/accumulo/core/client/mapreduce/lib/util/ConfiguratorBase.GeneralOpts.html" title="enum in org.apache.accumulo.core.client.mapreduce.lib.util"><span class="strong">ConfiguratorBase.GeneralOpts</span></a></li>
+<li type="circle">org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/ConditionalWriter.Status.html" title="enum in org.apache.accumulo.core.client"><span class="strong">ConditionalWriter.Status</span></a></li>
+<li type="circle">org.apache.accumulo.core.client.<a href="org/apache/accumulo/core/client/Durability.html" title="enum in org.apache.accumulo.core.client"><span class="strong">Durability</span></a></li>
 <li type="circle">org.apache.accumulo.minicluster.<a href="org/apache/accumulo/minicluster/ServerType.html" title="enum in org.apache.accumulo.minicluster"><span class="strong">ServerType</span></a></li>
+<li type="circle">org.apache.accumulo.minicluster.<a href="org/apache/accumulo/minicluster/MemoryUnit.html" title="enum in org.apache.accumulo.minicluster"><span class="strong">MemoryUnit</span></a></li>
 </ul>
 </li>
 </ul>
@@ -571,6 +571,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/apidocs/serialized-form.html
----------------------------------------------------------------------
diff --git a/1.8/apidocs/serialized-form.html b/1.8/apidocs/serialized-form.html
index 351894e..dbc1bd3 100644
--- a/1.8/apidocs/serialized-form.html
+++ b/1.8/apidocs/serialized-form.html
@@ -2,16 +2,16 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (version 1.7.0_79) on Tue Sep 06 14:11:22 EDT 2016 -->
+<!-- Generated by javadoc (version 1.7.0_111) on Mon Feb 27 15:34:32 UTC 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Serialized Form (Apache Accumulo Project 1.8.0 API)</title>
-<meta name="date" content="2016-09-06">
+<title>Serialized Form (Apache Accumulo Project 1.8.1-SNAPSHOT API)</title>
+<meta name="date" content="2017-02-27">
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Serialized Form (Apache Accumulo Project 1.8.0 API)";
+        parent.document.title="Serialized Form (Apache Accumulo Project 1.8.1-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -481,6 +481,6 @@
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2016 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2011&#x2013;2017 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/examples/batch.md
----------------------------------------------------------------------
diff --git a/1.8/examples/batch.md b/1.8/examples/batch.md
index e3d6654..463481b 100644
--- a/1.8/examples/batch.md
+++ b/1.8/examples/batch.md
@@ -1,6 +1,20 @@
----
-title: Apache Accumulo Batch Writing and Scanning Example
----
+Title: Apache Accumulo Batch Writing and Scanning Example
+Notice:    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.
 
 This tutorial uses the following Java classes, which can be found in org.apache.accumulo.examples.simple.client in the examples-simple module:
 

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/examples/bloom.md
----------------------------------------------------------------------
diff --git a/1.8/examples/bloom.md b/1.8/examples/bloom.md
index bbad3b7..555f06d 100644
--- a/1.8/examples/bloom.md
+++ b/1.8/examples/bloom.md
@@ -1,6 +1,20 @@
----
-title: Apache Accumulo Bloom Filter Example
----
+Title: Apache Accumulo Bloom Filter Example
+Notice:    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.
 
 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

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/examples/bulkIngest.md
----------------------------------------------------------------------
diff --git a/1.8/examples/bulkIngest.md b/1.8/examples/bulkIngest.md
index d8cb4c0..e07dc9b 100644
--- a/1.8/examples/bulkIngest.md
+++ b/1.8/examples/bulkIngest.md
@@ -1,6 +1,20 @@
----
-title: Apache Accumulo Bulk Ingest Example
----
+Title: Apache Accumulo Bulk Ingest Example
+Notice:    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.
 
 This is an example of how to bulk ingest data into accumulo using map reduce.
 

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/examples/classpath.md
----------------------------------------------------------------------
diff --git a/1.8/examples/classpath.md b/1.8/examples/classpath.md
index a8a71d1..710560f 100644
--- a/1.8/examples/classpath.md
+++ b/1.8/examples/classpath.md
@@ -1,6 +1,21 @@
----
-title: Apache Accumulo Classpath Example
----
+Title: Apache Accumulo Classpath Example
+Notice:    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.
+
 
 This example shows how to use per table classpaths. The example leverages a
 test jar which contains a Filter that supresses rows containing "foo". The

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/examples/client.md
----------------------------------------------------------------------
diff --git a/1.8/examples/client.md b/1.8/examples/client.md
index 90af758..f6b8bcb 100644
--- a/1.8/examples/client.md
+++ b/1.8/examples/client.md
@@ -1,6 +1,20 @@
----
-title: Apache Accumulo Client Examples
----
+Title: Apache Accumulo Client Examples
+Notice:    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.
 
 This documents how you run the simplest java examples.
 

http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/a4093d76/1.8/examples/combiner.md
----------------------------------------------------------------------
diff --git a/1.8/examples/combiner.md b/1.8/examples/combiner.md
index a9d5f42..f388e5b 100644
--- a/1.8/examples/combiner.md
+++ b/1.8/examples/combiner.md
@@ -1,6 +1,20 @@
----
-title: Apache Accumulo Combiner Example
----
+Title: Apache Accumulo Combiner Example
+Notice:    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.
 
 This tutorial uses the following Java class, which can be found in org.apache.accumulo.examples.simple.combiner in the examples-simple module: