[ANN]: HBase-Writer 0.98.7 available for download The HBase Writer Project is proud to announce the release of version 0.98.7-RELEASE of HBase Writer [1]. HBase Writer includes numerous fixes for issues recently identified as well as a number of other enhancements and changes. The notable changes since 0.94.0 include: Library extension is much easier. Only extending the Processor class is needed for custom usage. An example is available on the OSM blog. [2] Added bug fixes when checking shouldProcess() and added some missing checks for null. More input stream closing. Now both client and server input streams are manually closed in a try/finally block. Distributing a text file that lists the necessary jar dependencies for Heritrix. [3] Ensuring all data being written is serialized with a new wrapper method (only if serialization is configured). Tested on Heritrix-3.2.0, HBase-0.98.7-hadoop2, Hadoop-2.4.0 and Zookeeper-3.4.6
Full details of these changes, and all the other changes, are available in the HBase Writer changelog. [4] [1] https://code.google.com/p/hbase-writer/ [2] http://opensourcemasters.com/29-weblog/48-hbase-writer-0-98-7-is-released.html [3] https://code.google.com/p/hbase-writer/source/browse/tags/HBASE_WRITER_0_98_7/src/main/resources/current_heritrix_dependencies.txt [4] https://code.google.com/p/hbase-writer/source/browse/tags/HBASE_WRITER_0_98_7/CHANGELOG.txt
