openpreserve / hawarp

HAdoop-based Web Archive Record Processing
Apache License 2.0
7 stars 5 forks source link

Support for uncompressed ARC input files #1

Open shsdev opened 10 years ago

shsdev commented 10 years ago

The tools must support reading uncompressed ARC files. JWAT supports detecting compressed files, therefore this should be easy to implement.

shsdev commented 10 years ago

Reader checks if the input stream is compressed, uncompressed test file for unit test must be added.