ctubbsii commented on a change in pull request #188: Blog post for upgrading to 2.0 URL: https://github.com/apache/accumulo-website/pull/188#discussion_r310183090
########## File path: _posts/blog/2019-08-01-why-upgrade.md ########## @@ -0,0 +1,108 @@ +--- +title: "Why Upgrade to Accumulo 2.0" +author: Mike Miller +--- + +Accumulo 2.0 has been in development for quite some time now and is packed with new features, bug +fixes, performance improvements and redesigned components. All of these changes bring challenges +when upgrading your production cluster so you may be wondering... why should I upgrade? + +My top 10 reasons to upgrade. For all changes see the [release notes][rel] + +* [Summaries](#summaries) +* [New Bulk Import](#new-bulk-import) +* [Simplified Scripts and Config](#simplified-scripts-and-config) +* [New Monitor](#new-monitor) +* [New Accumulo Client](#new-accumulo-client) +* [Hadoop 3](#hadoop-3-support) +* [Offline creation](#offline-creation) +* [Search Documentation](#search-documentation) +* [Java 11 Support](#java-8-11-support) Review comment: 1.9.3 and earlier did not support Java 11. 1.9.4 will be the first in that series to seriously try to support it. So, currently, it might actually be exclusive to 2.0. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
