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"

Reply via email to