Andrej Galad
Andrej Galad
#255 Fix for NoSuchFieldException in org.warcbase.data.HBaseTableManager
When ingesting WARC/ARC files to HBase via IngestFiles script (appassemble) NoSuchFieldException gets thrown by HBaseTableManager as its constructor tries to access non-existent field maxKeyValueSize on HTable object via reflection. As...
Covering common scenarios where customers might provide valid json manifest file but invalid protocol buffer json. This will fail their pipeline. Proposal is to parse the manifest json file to...