You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by mw...@apache.org on 2018/07/05 15:23:21 UTC

[accumulo-website] branch asf-site updated: Jekyll build from master:b5f4adf

This is an automated email from the ASF dual-hosted git repository.

mwalch pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/accumulo-website.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 8605e21  Jekyll build from master:b5f4adf
8605e21 is described below

commit 8605e21c38056230ee197a7f98ff7610d393458b
Author: Mike Walch <mw...@apache.org>
AuthorDate: Thu Jul 5 11:21:06 2018 -0400

    Jekyll build from master:b5f4adf
    
    Created post about Accumulo Summit (#90)
---
 index.html => blog/2018/07/05/accumulo-summit.html | 127 ++------------
 feed.xml                                           | 185 +++------------------
 index.html                                         |  14 +-
 news/index.html                                    |   7 +
 redirects.json                                     |   2 +-
 search_data.json                                   |   8 +
 6 files changed, 61 insertions(+), 282 deletions(-)

diff --git a/index.html b/blog/2018/07/05/accumulo-summit.html
similarity index 57%
copy from index.html
copy to blog/2018/07/05/accumulo-summit.html
index 3e38f63..8453efb 100644
--- a/index.html
+++ b/blog/2018/07/05/accumulo-summit.html
@@ -25,7 +25,7 @@
 <link rel="stylesheet" type="text/css" href="https://cdn.datatables.net/v/bs/jq-2.2.3/dt-1.10.12/datatables.min.css">
 <link href="/css/accumulo.css" rel="stylesheet" type="text/css">
 
-<title>Apache Accumulo</title>
+<title>Accumulo Summit is on October 15th!</title>
 
 <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.4/jquery.min.js"></script>
 <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
@@ -148,120 +148,25 @@
         </div>
         <div id="content">
           
-          <div class="row">
-  <div class="col-md-8">
-    <div class="jumbotron" style="text-align: center">
-      <h3>Apache Accumulo&reg; is a sorted, distributed key/value store that provides robust, scalable data storage and retrieval.</h3>
-      <a style="margin-right: 20px" class="btn btn-success" href="downloads/" role="button"><i class="fa fa-download fa-lg"></i> Download</a>
-      <a class="btn btn-primary" href="https://github.com/apache/accumulo" role="button"><i class="fa fa-github fa-lg"></i> GitHub</a>
-    </div>
-    <p id="home-description">With Apache Accumulo, users can store and manage large data sets across a cluster. Accumulo uses <a href="https://hadoop.apache.org">Apache Hadoop</a>'s HDFS to store its data and <a href="https://zookeeper.apache.org">Apache ZooKeeper</a> for consensus. While many users interact directly with Accumulo, several <a href="/related-projects">open source projects</a> use Accumulo as their underlying store.</p>
-    <p id="home-description">To learn more about Accumulo, take the <a href="/tour">Accumulo tour</a>, read the <a href="/1.9/accumulo_user_manual.html">user manual</a> and run the Accumulo <a href="https://github.com/apache/accumulo-examples">example code</a>. Feel free to <a href="/contact-us">contact us</a> if you have any questions.
+          <h1 class="title">Accumulo Summit is on October 15th!</h1>
+          
+          <p>
 
-    <h3>Major Features</h3>
+<b>Date: </b>&nbsp;&nbsp;05 Jul 2018<br>
 
-    <div class="row">
-      <div class="col-md-6"> 
-        <h4>Server-side programming</h4>
-        <p>Accumulo has a programing meachinism (called Iterators) that can modify key/value pairs at various points in the data management process.</p>
-      </div>
-      <div class="col-md-6">
-        <h4>Cell-based access control</h4>
-        <p>Every Accumulo key/value pair has its own security label which limits query results based off user authorizations.</p>
-      </div>
-    </div>
-    <div class="row">
-      <div class="col-md-6"> 
-        <h4>Designed to scale</h4>
-        <p>Accumulo runs on a cluster using one or more HDFS instances. Nodes can be added or removed as the amount of data stored in Accumulo changes.</p>
-      </div>
-      <div class="col-md-6">
-        <h4>Stable</h4>
-        <p>Accumulo has a stable <a href="/latest/apidocs">client API</a> that follows <a href="https://semver.org">semantic versioning</a>. Each Accumulo release goes through <a href="/features/#testing">extensive testing</a>.</p>
-      </div>
-    </div>
-  </div>
-  <div class="col-md-4" id="sidebar">
-    <div class="row">
-      <div class="col-sm-12 panel panel-default">
-        <p style="font-size: 24px; margin-bottom: 0px;">Latest News</p>
-        
-        
-        <div class="row latest-news-item">
-          <div class="col-sm-12" style="margin-bottom: 5px">
-           <span style="font-size: 12px; margin-right: 5px;">May 2018</span>
-           <a href="/release/accumulo-1.9.1/">Apache Accumulo 1.9.1</a>
-          </div>
-        </div>
-        
-        <div class="row latest-news-item">
-          <div class="col-sm-12" style="margin-bottom: 5px">
-           <span style="font-size: 12px; margin-right: 5px;">Apr 2018</span>
-           <a href="/release/accumulo-1.9.0/">Apache Accumulo 1.9.0</a>
-          </div>
-        </div>
-        
-        <div class="row latest-news-item">
-          <div class="col-sm-12" style="margin-bottom: 5px">
-           <span style="font-size: 12px; margin-right: 5px;">Mar 2018</span>
-           <a href="/release/accumulo-1.7.4/">Apache Accumulo 1.7.4</a>
-          </div>
-        </div>
-        
-        <div class="row latest-news-item">
-          <div class="col-sm-12" style="margin-bottom: 5px">
-           <span style="font-size: 12px; margin-right: 5px;">Mar 2018</span>
-           <a href="/blog/2018/03/22/view-metrics-in-grafana.html">View Accumulo metrics in Grafana</a>
-          </div>
-        </div>
-        
-        <div class="row latest-news-item">
-          <div class="col-sm-12" style="margin-bottom: 5px">
-           <span style="font-size: 12px; margin-right: 5px;">Mar 2018</span>
-           <a href="/blog/2018/03/16/moving-to-github-issues.html">Migrating to GitHub Issues</a>
-          </div>
-        </div>
-        
-        <div id="news-archive-link">
-         <p>View all posts in the <a href="/news">news archive</a></p>
-        </div>
-      </div>
-    </div>
-    <div class="row">
-      <div class="col-sm-12 panel panel-default">
-        
-<table class="table" id="sociallinks">
-  <tbody>
-    <tr>
-      <td><img src="/images/Twitter_logo_blue.png" alt="Twitter" style="height: 1em" /></td>
-      <td><a href="https://twitter.com/apacheaccumulo">@ApacheAccumulo</a></td>
-    </tr>
-    <tr>
-      <td><img src="/images/InBug-16px_0.png" alt="Linked in" /></td>
-      <td><a href="https://www.linkedin.com/groups/Apache-Accumulo-Professionals-4554913">Apache Accumulo Professionals</a></td>
-    </tr>
-    <tr>
-      <td><img src="/images/GitHub-Mark-32px.png" alt="GitHub" style="height: 1em" /></td>
-      <td><a href="https://github.com/apache/accumulo">Apache Accumulo on GitHub</a></td>
-    </tr>
-    <tr>
-      <td><span class="glyphicon glyphicon-comment"></span></td>
-      <td><a href="irc://chat.freenode.net/accumulo">#accumulo @ freenode</a></td>
-    </tr>
-  </tbody>
-</table>
+</p>
 
+<p>The <a href="http://accumulosummit.com/">Fifth Annual Accumulo Summit</a> will be held on October 15, 2018 at the <a href="http://accumulosummit.com/about/venue/">Sheraton Columbia Town Center Hotel</a> in Columbia, MD.</p>
 
-      </div>
-    </div>
-    <div class="row">
-      <div class="col-sm-12">
-        <a id="asf-current-event-logo" href="https://www.apache.org/events/current-event.html"><img alt="ASF Current Events" class="img-responsive center-block" src="https://www.apache.org/events/current-event-234x60.png"/></a><br/>
-        <a id="accumulo-summit-logo" href="http://accumulosummit.com/"><img alt="Accumulo Summit" class="img-responsive center-block" src="/images/accumulo-summit-2017-logo-horizontal.png"/></a>
-      </div>
-    </div>
-  </div>
-</div>
+<p>This day-long event offers a unique opportunity for attendees to get introduced to Apache Accumulo, sharpen their skillsets, and connect with leading Accumulo users and developers.</p>
+
+<p>Have a great idea you’d like to share?  Engineers, architects, and business leaders are encouraged to share their experiences or present a topic that would be of interest to the Accumulo community.  <a href="http://accumulosummit.com/program/submit-talk/">Talks can be submitted </a> through August 1st.</p>
+
+<p><a href="http://accumulosummit.com/register/">Early bird registration is now open</a>!  Sign up before September 1st to save $50 off the regular admission price.</p>
+
+
+
+<p><strong>View all posts in the <a href="/news">news archive</a></strong></p>
 
         </div>
 
diff --git a/feed.xml b/feed.xml
index e96c1ec..2b8de58 100644
--- a/feed.xml
+++ b/feed.xml
@@ -6,12 +6,32 @@
 </description>
     <link>https://accumulo.apache.org/</link>
     <atom:link href="https://accumulo.apache.org/feed.xml" rel="self" type="application/rss+xml"/>
-    <pubDate>Fri, 29 Jun 2018 14:17:01 -0400</pubDate>
-    <lastBuildDate>Fri, 29 Jun 2018 14:17:01 -0400</lastBuildDate>
+    <pubDate>Thu, 05 Jul 2018 11:20:46 -0400</pubDate>
+    <lastBuildDate>Thu, 05 Jul 2018 11:20:46 -0400</lastBuildDate>
     <generator>Jekyll v3.7.3</generator>
     
     
       <item>
+        <title>Accumulo Summit is on October 15th!</title>
+        <description>&lt;p&gt;The &lt;a href=&quot;http://accumulosummit.com/&quot;&gt;Fifth Annual Accumulo Summit&lt;/a&gt; will be held on October 15, 2018 at the &lt;a href=&quot;http://accumulosummit.com/about/venue/&quot;&gt;Sheraton Columbia Town Center Hotel&lt;/a&gt; in Columbia, MD.&lt;/p&gt;
+
+&lt;p&gt;This day-long event offers a unique opportunity for attendees to get introduced to Apache Accumulo, sharpen their skillsets, and connect with leading Accumulo users and developers.&lt;/p&gt;
+
+&lt;p&gt;Have a great idea you’d like to share?  Engineers, architects, and business leaders are encouraged to share their experiences or present a topic that would be of interest to the Accumulo community.  &lt;a href=&quot;http://accumulosummit.com/program/submit-talk/&quot;&gt;Talks can be submitted &lt;/a&gt; through August 1st.&lt;/p&gt;
+
+&lt;p&gt;&lt;a href=&quot;http://accumulosummit.com/register/&quot;&gt;Early bird registration is now open&lt;/a&gt;!  Sign up before September 1st to save $50 off the regular admission price.&lt;/p&gt;
+
+</description>
+        <pubDate>Thu, 05 Jul 2018 00:00:00 -0400</pubDate>
+        <link>https://accumulo.apache.org/blog/2018/07/05/accumulo-summit.html</link>
+        <guid isPermaLink="true">https://accumulo.apache.org/blog/2018/07/05/accumulo-summit.html</guid>
+        
+        
+        <category>blog</category>
+        
+      </item>
+    
+      <item>
         <title>Apache Accumulo 1.9.1</title>
         <description>&lt;p&gt;Apache Accumulo 1.9.1 contains bug fixes for a critical data loss bug. Users of
 1.8.0, 1.8.1, or 1.9.0 are encouraged to upgrade immediately.&lt;/p&gt;
@@ -630,166 +650,5 @@ reference the &lt;a href=&quot;https://www.ansible.com/&quot;&gt;Ansible&lt;/a&g
         
       </item>
     
-      <item>
-        <title>Apache Accumulo 1.7.3</title>
-        <description>&lt;p&gt;Apache Accumulo 1.7.3 is a maintenance release on the 1.7 version branch. This release contains changes from 79 issues, comprised of bug-fixes, 
-performance improvements, build quality improvements, and more. See&lt;br /&gt;
-&lt;a href=&quot;https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12312121&amp;amp;version=12335841&quot;&gt;JIRA&lt;/a&gt; for a complete list.&lt;/p&gt;
-
-&lt;p&gt;Below are resources for this release:&lt;/p&gt;
-
-&lt;ul&gt;
-  &lt;li&gt;&lt;a href=&quot;https://accumulo.apache.org/1.7/accumulo_user_manual.html&quot;&gt;User Manual&lt;/a&gt; : In-depth developer and administrator documentation.&lt;/li&gt;
-  &lt;li&gt;&lt;a href=&quot;https://accumulo.apache.org/1.7/apidocs/&quot;&gt;Javadocs&lt;/a&gt;  : Accumulo 1.7.3 API&lt;/li&gt;
-  &lt;li&gt;&lt;a href=&quot;https://accumulo.apache.org/1.7/examples/&quot;&gt;Examples&lt;/a&gt; : Code with corresponding readme files that give step by step instructions for running example code.&lt;/li&gt;
-&lt;/ul&gt;
-
-&lt;p&gt;Accumulo follows &lt;a href=&quot;http://semver.org/&quot;&gt;Semantic Versioning&lt;/a&gt; &lt;a href=&quot;https://github.com/apache/accumulo/blob/rel/1.7.3/README.md#api&quot;&gt;guidelines&lt;/a&gt;.  This release is a 
-“&lt;a href=&quot;http://semver.org/#spec-item-6&quot;&gt;patch version&lt;/a&gt;”, which  means that only backwards compatible bug fixes are introduced in this version. A bug fix is defined as 
-an internal change that fixes incorrect behavior. Users of any previous 1.7.x release are strongly encouraged to update as soon as possible to benefit from the 
-bug fixes with very little concern in change of underlying functionality.  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. Users of 1.6 or earlier that are seeking to upgrade to 1.7 should 
-consider 1.7.3 as a starting point.&lt;/p&gt;
-
-&lt;h2 id=&quot;major-changes&quot;&gt;Major Changes&lt;/h2&gt;
-
-&lt;h3 id=&quot;tablet-server-performance-improvement&quot;&gt;Tablet Server Performance Improvement&lt;/h3&gt;
-
-&lt;p&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/ACCUMULO-4458&quot;&gt;ACCUMULO-4458&lt;/a&gt; mitigated some contention on the Hadoop configuration instance backing the XML configs 
-read for SiteConfiguration. This should improve overall Tablet Server performance.&lt;/p&gt;
-
-&lt;h3 id=&quot;synchronization-issue-with-deep-copies-of-sources&quot;&gt;Synchronization issue with deep copies of sources&lt;/h3&gt;
-
-&lt;p&gt;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 &lt;a href=&quot;https://issues.apache.org/jira/browse/ACCUMULO-4391&quot;&gt;ACCUMULO-4391&lt;/a&gt;.&lt;/p&gt;
-
-&lt;h3 id=&quot;system-permission-bug-in-thrift-proxy&quot;&gt;System permission bug in Thrift Proxy&lt;/h3&gt;
-
-&lt;p&gt;The Accumulo Proxy lacked support for the following system permissions:&lt;/p&gt;
-
-&lt;ul&gt;
-  &lt;li&gt;System.CREATE_NAMESPACE&lt;/li&gt;
-  &lt;li&gt;System.DROP_NAMESPACE&lt;/li&gt;
-  &lt;li&gt;System.ALTER_NAMESPACE&lt;/li&gt;
-  &lt;li&gt;System.OBTAIN_DELEGATION_TOKEN&lt;/li&gt;
-&lt;/ul&gt;
-
-&lt;p&gt;Without these permissions, proxy users would get an AccumuloException if attempting
-any of those operations.  Fixed in ticket &lt;a href=&quot;https://issues.apache.org/jira/browse/ACCUMULO-4519&quot;&gt;ACCUMULO-4519&lt;/a&gt;.&lt;/p&gt;
-
-&lt;h3 id=&quot;hostregextableloadbalancer-used-stale-information&quot;&gt;HostRegexTableLoadBalancer used stale information&lt;/h3&gt;
-
-&lt;p&gt;The HostRegexTableLoadBalancer 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 &lt;a href=&quot;https://issues.apache.org/jira/browse/ACCUMULO-4576&quot;&gt;ACCUMULO-4576&lt;/a&gt;.&lt;/p&gt;
-
-&lt;h3 id=&quot;modify-tableoperations-online-to-check-for-table-state&quot;&gt;Modify TableOperations online to check for table state&lt;/h3&gt;
-
-&lt;p&gt;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. &lt;a href=&quot;https://issues.apache.org/jira/browse/ACCUMULO-4574&quot;&gt;ACCUMULO-4574&lt;/a&gt; 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.&lt;/p&gt;
-
-&lt;h2 id=&quot;other-notable-changes&quot;&gt;Other Notable Changes&lt;/h2&gt;
-
-&lt;ul&gt;
-  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/ACCUMULO-4600&quot;&gt;ACCUMULO-4600&lt;/a&gt; Shell does not fall back to accumulo-site.xml when on classpath&lt;/li&gt;
-  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/ACCUMULO-4597&quot;&gt;ACCUMULO-4597&lt;/a&gt; NPE from RFile PrintInfo when RF has more than 1,000 column families.&lt;/li&gt;
-  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/ACCUMULO-4488&quot;&gt;ACCUMULO-4488&lt;/a&gt; Fix gap in user manual on Kerberos for clients&lt;/li&gt;
-  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/ACCUMULO-2724&quot;&gt;ACCUMULO-2724&lt;/a&gt; CollectTabletStats had multiple -t parameter&lt;/li&gt;
-  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/ACCUMULO-4431&quot;&gt;ACCUMULO-4431&lt;/a&gt; Log what random is chosen for a tserver.&lt;/li&gt;
-  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/ACCUMULO-4549&quot;&gt;ACCUMULO-4549&lt;/a&gt; Remove duplicate init functions in TabletBalancer&lt;/li&gt;
-  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/ACCUMULO-4467&quot;&gt;ACCUMULO-4467&lt;/a&gt; Random Walk broken because of unmet dependency on commons-math&lt;/li&gt;
-  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/ACCUMULO-4578&quot;&gt;ACCUMULO-4578&lt;/a&gt; Cancel compaction FATE operation does not release namespace lock&lt;/li&gt;
-  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/ACCUMULO-4505&quot;&gt;ACCUMULO-4505&lt;/a&gt; Shell still reads accumulo-site.xml when using Zookeeper CLI options&lt;/li&gt;
-  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/ACCUMULO-4535&quot;&gt;ACCUMULO-4535&lt;/a&gt; HostRegexTableLoadBalancer fails with NullPointerException&lt;/li&gt;
-  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/ACCUMULO-4575&quot;&gt;ACCUMULO-4575&lt;/a&gt; Concurrent table delete operations leave orphan fate transaction locks&lt;/li&gt;
-&lt;/ul&gt;
-
-&lt;h2 id=&quot;upgrading&quot;&gt;Upgrading&lt;/h2&gt;
-
-&lt;p&gt;The recommended way to upgrade from a prior 1.7.x release is to stop Accumulo, upgrade to 1.7.3 and then start 1.7.3.&lt;/p&gt;
-
-&lt;p&gt;When upgrading, there is a known issue if the upgrade fails due to outstanding &lt;a href=&quot;https://accumulo.apache.org/1.7/accumulo_user_manual.html#_fault_tolerant_executor_fate&quot;&gt;FATE&lt;/a&gt;
-operations, see &lt;a href=&quot;https://issues.apache.org/jira/browse/ACCUMULO-4496&quot;&gt;ACCUMULO-4496&lt;/a&gt; The work around if this situation is encountered:&lt;/p&gt;
-
-&lt;ul&gt;
-  &lt;li&gt;Start tservers&lt;/li&gt;
-  &lt;li&gt;Start shell&lt;/li&gt;
-  &lt;li&gt;Run &lt;code class=&quot;highlighter-rouge&quot;&gt;fate print&lt;/code&gt; to list all&lt;/li&gt;
-  &lt;li&gt;If completed, just delete with &lt;code class=&quot;highlighter-rouge&quot;&gt;fate delete&lt;/code&gt;&lt;/li&gt;
-  &lt;li&gt;Start masters once there are no more fate operations&lt;/li&gt;
-&lt;/ul&gt;
-
-&lt;p&gt;If any of the FATE operations are not complete, you should rollback the upgrade and troubleshoot completing them with your prior version. 
-When performing an upgrade between major versions, the upgrade is one-way, therefore it is important that you do not have any outstanding 
-FATE operations before starting the upgrade.&lt;/p&gt;
-
-&lt;h3 id=&quot;from-16-to-17&quot;&gt;From 1.6 to 1.7&lt;/h3&gt;
-
-&lt;p&gt;Upgrades from 1.6 to 1.7 are be 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.6, perform the Accumulo upgrade to
-1.7, and then start 1.7. Like previous versions, after 1.7.0 is started on a 1.6 instance, a one-time upgrade will
-happen by the Master which will prevent a downgrade back to 1.6. Upgrades are still one way. Upgrades from versions
-prior to 1.6 to 1.7 should follow the below path to 1.6 and then perform the upgrade to 1.7 – direct upgrades to 1.7
-for versions other than 1.6 are untested.&lt;/p&gt;
-
-&lt;p&gt;After upgrading to 1.7.0, users will notice the addition of a &lt;code class=&quot;highlighter-rouge&quot;&gt;replication&lt;/code&gt; table in the &lt;code class=&quot;highlighter-rouge&quot;&gt;accumulo&lt;/code&gt; namespace. This
-table is created and put offline to avoid any additional maintenance if the data-center replication feature is not
-in use.&lt;/p&gt;
-
-&lt;p&gt;Existing configuration files from 1.6 should be compared against the examples provided in 1.7. The 1.6 configuration
-files should all function with 1.7 code, but you will likely want to include a new file (hadoop-metrics2-accumulo.properties)
-to enable the new metrics subsystem. Read the section on Hadoop Metrics2 in the Administration chapter of the Accumulo User Manual.&lt;/p&gt;
-
-&lt;p&gt;For each of the other new features, new configuration properties exist to support the feature. Refer to the added
-sections in the User Manual for the feature for information on how to properly configure and use the new functionality.&lt;/p&gt;
-
-&lt;h2 id=&quot;testing&quot;&gt;Testing&lt;/h2&gt;
-
-&lt;p&gt;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.&lt;/p&gt;
-
-&lt;table id=&quot;release_notes_testing&quot; class=&quot;table&quot;&gt;
-  &lt;thead&gt;
-    &lt;tr&gt;
-      &lt;th&gt;OS/Environment&lt;/th&gt;
-      &lt;th&gt;Hadoop&lt;/th&gt;
-      &lt;th&gt;Nodes&lt;/th&gt;
-      &lt;th&gt;ZooKeeper&lt;/th&gt;
-      &lt;th&gt;HDFS HA&lt;/th&gt;
-      &lt;th&gt;Tests&lt;/th&gt;
-    &lt;/tr&gt;
-  &lt;/thead&gt;
-  &lt;tbody&gt;
-    &lt;tr&gt;
-      &lt;td&gt;CentOS 7, openJDK 1.8 from CentOS yum repo, EC2; 1 leader m3.xlarge, 8 workers d2.xlarge&lt;/td&gt;
-      &lt;td&gt;2.7.3&lt;/td&gt;
-      &lt;td&gt;9&lt;/td&gt;
-      &lt;td&gt;3.4.9&lt;/td&gt;
-      &lt;td&gt;No&lt;/td&gt;
-      &lt;td&gt;24 HR Continuous Ingest without Agitation&lt;/td&gt;
-    &lt;/tr&gt;
-    &lt;tr&gt;
-      &lt;td&gt;CentOS 7, openJDK 1.8 from CentOS yum repo, EC2; 1 leader m3.xlarge, 8 workers d2.xlarge&lt;/td&gt;
-      &lt;td&gt;2.7.3&lt;/td&gt;
-      &lt;td&gt;9&lt;/td&gt;
-      &lt;td&gt;3.4.9&lt;/td&gt;
-      &lt;td&gt;No&lt;/td&gt;
-      &lt;td&gt;24 HR Continuous Ingest Agitation&lt;/td&gt;
-    &lt;/tr&gt;
-  &lt;/tbody&gt;
-&lt;/table&gt;
-
-</description>
-        <pubDate>Thu, 06 Apr 2017 00:00:00 -0400</pubDate>
-        <link>https://accumulo.apache.org/release/accumulo-1.7.3/</link>
-        <guid isPermaLink="true">https://accumulo.apache.org/release/accumulo-1.7.3/</guid>
-        
-        
-        <category>release</category>
-        
-      </item>
-    
   </channel>
 </rss>
diff --git a/index.html b/index.html
index 3e38f63..ee9ed47 100644
--- a/index.html
+++ b/index.html
@@ -189,6 +189,13 @@
         
         <div class="row latest-news-item">
           <div class="col-sm-12" style="margin-bottom: 5px">
+           <span style="font-size: 12px; margin-right: 5px;">Jul 2018</span>
+           <a href="/blog/2018/07/05/accumulo-summit.html">Accumulo Summit is on October 15th!</a>
+          </div>
+        </div>
+        
+        <div class="row latest-news-item">
+          <div class="col-sm-12" style="margin-bottom: 5px">
            <span style="font-size: 12px; margin-right: 5px;">May 2018</span>
            <a href="/release/accumulo-1.9.1/">Apache Accumulo 1.9.1</a>
           </div>
@@ -215,13 +222,6 @@
           </div>
         </div>
         
-        <div class="row latest-news-item">
-          <div class="col-sm-12" style="margin-bottom: 5px">
-           <span style="font-size: 12px; margin-right: 5px;">Mar 2018</span>
-           <a href="/blog/2018/03/16/moving-to-github-issues.html">Migrating to GitHub Issues</a>
-          </div>
-        </div>
-        
         <div id="news-archive-link">
          <p>View all posts in the <a href="/news">news archive</a></p>
         </div>
diff --git a/news/index.html b/news/index.html
index e2e2dfe..b9ab5e7 100644
--- a/news/index.html
+++ b/news/index.html
@@ -158,6 +158,13 @@
   
   
   <div class="row" style="margin-top: 15px">
+    <div class="col-md-1">Jul 05</div>
+    <div class="col-md-10"><a href="/blog/2018/07/05/accumulo-summit.html">Accumulo Summit is on October 15th!</a></div>
+  </div>
+
+  
+  
+  <div class="row" style="margin-top: 15px">
     <div class="col-md-1">May 14</div>
     <div class="col-md-10"><a href="/release/accumulo-1.9.1/">Apache Accumulo 1.9.1</a></div>
   </div>
diff --git a/redirects.json b/redirects.json
index 2ec52c0..367bed1 100644
--- a/redirects.json
+++ b/redirects.json
@@ -1 +1 @@
-{"/release_notes/1.5.1.html":"https://accumulo.apache.org/release/accumulo-1.5.1/","/release_notes/1.6.0.html":"https://accumulo.apache.org/release/accumulo-1.6.0/","/release_notes/1.6.1.html":"https://accumulo.apache.org/release/accumulo-1.6.1/","/release_notes/1.6.2.html":"https://accumulo.apache.org/release/accumulo-1.6.2/","/release_notes/1.7.0.html":"https://accumulo.apache.org/release/accumulo-1.7.0/","/release_notes/1.5.3.html":"https://accumulo.apache.org/release/accumulo-1.5.3/" [...]
\ No newline at end of file
+{"/release_notes/1.5.1.html":"https://accumulo.apache.org/release/accumulo-1.5.1/","/release_notes/1.6.0.html":"https://accumulo.apache.org/release/accumulo-1.6.0/","/release_notes/1.6.1.html":"https://accumulo.apache.org/release/accumulo-1.6.1/","/release_notes/1.6.2.html":"https://accumulo.apache.org/release/accumulo-1.6.2/","/release_notes/1.7.0.html":"https://accumulo.apache.org/release/accumulo-1.7.0/","/release_notes/1.5.3.html":"https://accumulo.apache.org/release/accumulo-1.5.3/" [...]
\ No newline at end of file
diff --git a/search_data.json b/search_data.json
index 07d4834..70c5530 100644
--- a/search_data.json
+++ b/search_data.json
@@ -232,6 +232,14 @@
     },
   
   
+    "blog-2018-07-05-accumulo-summit-html": {
+      "title": "Accumulo Summit is on October 15th!",
+      "content"	 : "The Fifth Annual Accumulo Summit will be held on October 15, 2018 at the Sheraton Columbia Town Center Hotel in Columbia, MD.This day-long event offers a unique opportunity for attendees to get introduced to Apache Accumulo, sharpen their skillsets, and connect with leading Accumulo users and developers.Have a great idea you’d like to share?  Engineers, architects, and business leaders are encouraged to share their experiences or present a topic that would be of inter [...]
+      "url": " /blog/2018/07/05/accumulo-summit.html",
+      "categories": "blog"
+    }
+    ,
+  
     "release-accumulo-1-9-1": {
       "title": "Apache Accumulo 1.9.1",
       "content"	 : "Apache Accumulo 1.9.1 contains bug fixes for a critical data loss bug. Users of1.8.0, 1.8.1, or 1.9.0 are encouraged to upgrade immediately.  User Manual - In-depth developer and administrator documentation  Javadocs - Accumulo 1.9 API  Examples - Code with corresponding readme files that give step bystep instructions for running example codeNotable ChangesFixes for Critical WAL Data Loss Bugs (affects versions 1.8.0-1.9.0)Accumulo 1.9.1 contains multiple bug fixes fo [...]