Author: buildbot Date: Thu Apr 10 22:36:24 2014 New Revision: 905746 Log: Staging update by buildbot for accumulo
Modified: websites/staging/accumulo/trunk/content/ (props changed) websites/staging/accumulo/trunk/content/release_notes/1.6.0.html Propchange: websites/staging/accumulo/trunk/content/ ------------------------------------------------------------------------------ --- cms:source-revision (original) +++ cms:source-revision Thu Apr 10 22:36:24 2014 @@ -1 +1 @@ -1586462 +1586492 Modified: websites/staging/accumulo/trunk/content/release_notes/1.6.0.html ============================================================================== --- websites/staging/accumulo/trunk/content/release_notes/1.6.0.html (original) +++ websites/staging/accumulo/trunk/content/release_notes/1.6.0.html Thu Apr 10 22:36:24 2014 @@ -93,7 +93,6 @@ <h1 class="title"></h1> <p><strong>DRAFT 1.6.0 RELEASE NOTES</strong></p> <p>Apache Accumulo 1.6.0 adds some major new features and fixes many bugs. This release contains changes from 609 issues contributed by 36 contributors and committers. </p> -<p>TODO paragraph on API changes</p> <p>Accumulo 1.6.0 runs on Hadoop 1, however Hadoop 2 with HA namenode is recommended for production systems. In addition to HA, Hadoop 2 also offers better data durability guarantees, in the case when nodes lose power, than Hadoop 1.</p> <h2 id="notable-improvements">Notable Improvements</h2> <h3 id="multiple-namenode-support">Multiple namenode support</h3> @@ -202,6 +201,18 @@ mutation queues.</p> <li><a href="https://issues.apache.org/jira/browse/ACCUMULO-2441" title="Document internal state stored in RFile names">ACCUMULO-2441</a> Document internal state stored in RFile names</li> <li><a href="https://issues.apache.org/jira/browse/ACCUMULO-2590" title="Update public API in readme to clarify what's included">ACCUMULO-2590</a> Update public API in readme to clarify what's included</li> </ul> +<h2 id="api-changes">API Changes</h2> +<p>The following deprecated methods were removed in <a href="https://issues.apache.org/jira/browse/ACCUMULO-1533">ACCUMULO-1533</a></p> +<ul> +<li>Many map reduce methods deprecated in <a href="https://issues.apache.org/jira/browse/ACCUMULO-769">ACCUMULO-769</a> were removed </li> +<li><code>SecurityErrorCode o.a.a.core.client.AccumuloSecurityException.getErrorCode()</code> <em>deprecated in <a href="https://issues.apache.org/jira/browse/ACCUMULO-970">ACCUMULO-970</a></em></li> +<li><code>Connector o.a.a.core.client.Instance.getConnector(AuthInfo)</code> <em>deprecated in <a href="https://issues.apache.org/jira/browse/ACCUMULO-1024">ACCUMULO-1024</a></em></li> +<li><code>Connector o.a.a.core.client.ZooKeeperInstance.getConnector(AuthInfo)</code> <em>deprecated in <a href="https://issues.apache.org/jira/browse/ACCUMULO-1024">ACCUMULO-1024</a></em></li> +<li><code>static String o.a.a.core.client.ZooKeeperInstance.getInstanceIDFromHdfs(Path)</code> <em>deprecated in <a href="https://issues.apache.org/jira/browse/ACCUMULO-1">ACCUMULO-1</a></em></li> +<li><code>static String ZooKeeperInstance.lookupInstanceName (ZooCache,UUID)</code> <em>deprecated in <a href="https://issues.apache.org/jira/browse/ACCUMULO-765">ACCUMULO-765</a></em></li> +<li><code>void o.a.a.core.client.ColumnUpdate.setSystemTimestamp(long)</code> <em>deprecated in <a href="https://issues.apache.org/jira/browse/ACCUMULO-786">ACCUMULO-786</a></em></li> +</ul> +<p>Some possibly incompatible changes made to map reduce APIs are outlined in <a href="https://issues.apache.org/jira/browse/ACCUMULO-2659">ACCUMULO-2659</a>. Its unlikely these changes will impact users.</p> <h2 id="testing">Testing</h2> <p>Below is a list of all platforms that 1.6.0 was tested against by developers. Each Apache Accumulo release has a set of tests that must be run before the candidate is capable of becoming an official release. That list includes the following:</p>