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

twitter/hadoop-lzo issues/126 Hadoop LZO does not take non-default queue #127

Closed rajitsaha closed 7 years ago

rajitsaha commented 7 years ago

Ref: Hadoop LZO does not take non-default queue #126

It seems like Hadoop LZO was not taking any new config in Runtime. This change might fix this

sjlee commented 7 years ago

That is a good catch! Thanks for the PR. Would you be able to write a small unit test for this?

rajitsaha commented 7 years ago

Thanks @sjlee .. Submitted the patch with Unit test

sjlee commented 7 years ago

The PR looks good to me. Thanks for your contribution @rajitsaha!