Change Log Report

Total number of changed sets: 1

Changes between 2014-10-24 and 2014-11-24

Total commits: 14
Total number of files changed: 11

Timestamp Author Details
2014-11-23 13:01:03 ryan.justin.smith@gmail.com /trunk/CHANGELOG.txt v 264
/trunk/README.txt v 264
/trunk/READMEHeritrix2.txt v 264
/trunk/READMEHeritrix3.txt v 264
/trunk/src/main/java/org/archive/io/hbase/HBaseParameters.java v 264
/trunk/src/main/resources/current_heritrix_dependencies.txt v 264

Updated README with total options available. Updated CHANGELOG. Updated dependency list.
2014-11-23 11:55:46 ryan.justin.smith@gmail.com /trunk/src/main/java/org/archive/io/hbase/HBaseWriter.java v 263

Added wrapper method so all data added to the put object gets serialized if a serializer is specified in the configurable parameters. Also ensuring both request and response streams are closed at the end of the write to the table. Both have the potential to be open if the custom method is used and streams are not closed, now this shouldnt be a problem.
2014-11-23 11:53:36 ryan.justin.smith@gmail.com /trunk/src/main/java/org/archive/modules/writer/HBaseWriterProcessor.java v 262

Added bug fix to shouldProcess() method. If a record got an IOException, it was logging the record as an error but still trying to process the record. Now it returns false and the record wont be processed. Also updated comments.
2014-11-23 11:51:41 ryan.justin.smith@gmail.com /trunk/src/main/java/org/archive/io/hbase/HBaseWriterPool.java v 261

refactored style
2014-11-23 11:51:00 ryan.justin.smith@gmail.com /trunk/src/main/java/org/archive/io/hbase/Keying.java v 260

refactor names
2014-11-23 11:49:59 ryan.justin.smith@gmail.com /trunk/src/main/java/org/archive/io/hbase/HBaseParameters.java v 259

Shortened the default table column names to be more reasonable. Added a configurable delimiter when annotations are present.
2014-11-23 10:03:14 ryan.justin.smith@gmail.com /trunk/src/main/java/org/archive/io/hbase/HBaseParameters.java v 255
/trunk/src/main/java/org/archive/io/hbase/Keying.java v 255

checking for null and alowing setter for column name variable.
2014-11-23 09:36:52 ryan.justin.smith@gmail.com /trunk/pom.xml v 252

moving properties to top of pom.xml file
2014-11-23 09:28:28 ryan.justin.smith@gmail.com /trunk/pom.xml v 251

Updating maven plugin versions.
2014-11-22 17:45:20 ryan.justin.smith@gmail.com /trunk/pom.xml v 249

Releasing v0.98.7 after testing on hbase 0.98.7
2014-11-22 17:42:58 ryan.justin.smith@gmail.com /trunk/pom.xml v 248
/trunk/src/main/java/org/archive/io/hbase/HBaseParameters.java v 248
/trunk/src/main/java/org/archive/io/hbase/HBaseWriter.java v 248
/trunk/src/main/java/org/archive/io/hbase/Keying.java v 248
/trunk/src/main/java/org/archive/modules/writer/HBaseWriterProcessor.java v 248

Logging more headers by default, tested on hbase-0.98.7-hadoop2
2014-10-27 16:12:30 ryan.justin.smith@gmail.com /trunk/pom.xml v 247

changed pom variable name for assembly plugin version.
2014-10-27 16:07:51 ryan.justin.smith@gmail.com /trunk/pom.xml v 246
/trunk/src/main/java/org/archive/io/hbase/HBaseParameters.java v 246
/trunk/src/main/java/org/archive/io/hbase/HBaseWriter.java v 246
/trunk/src/main/java/org/archive/modules/writer/HBaseWriterProcessor.java v 246

Adding support for new/not new records. Updating to latest versions of hbase. Removed a stream dependency on HbaseWriter.
2014-06-08 19:04:52 ryan.justin.smith@gmail.com /trunk/pom.xml v 245
/trunk/src/main/java/org/archive/io/hbase/HBaseParameters.java v 245
/trunk/src/main/java/org/archive/io/hbase/HBaseWriter.java v 245
/trunk/src/main/java/org/archive/io/hbase/Keying.java v 245
/trunk/src/main/java/org/archive/modules/writer/HBaseWriterProcessor.java v 245
/trunk/src/main/resources/current_heritrix_dependencies.txt v 245

updating trunk to use latest version of hadoop and hbase and heritrix dependencies. Now including a list of dependencies to make it easier to update heritrix lib dependencies.