twitter / hadoop-lzo

Refactored version of code.google.com/hadoop-gpl-compression for hadoop 0.20
GNU General Public License v3.0
546 stars 329 forks source link

Default job name length for DistributedLzoIndexer #117

Closed zman0900 closed 7 years ago

zman0900 commented 7 years ago

Truncates the job name to 200 characters by default and provides configuration options for overriding the name or length.

This fixes issue #25.

zman0900 commented 7 years ago

I added some tests and also ability to restore the old behavior by setting max length <= 0.