[GitHub] [hadoop] steveloughran commented on pull request #2611: HADOOP-17464. Create hadoop-compression module

2021-03-09 Thread GitBox
steveloughran commented on pull request #2611: URL: https://github.com/apache/hadoop/pull/2611#issuecomment-794368943 OK, so where are we with this patch? * new module is there * hdfs is happy * compression tests are moved over * all codecs other than snappy are still in

[GitHub] [hadoop] steveloughran commented on pull request #2611: HADOOP-17464. Create hadoop-compression module

2021-01-13 Thread GitBox
steveloughran commented on pull request #2611: URL: https://github.com/apache/hadoop/pull/2611#issuecomment-759570281 > Currently I only move lz4 and snappy codes to hadoop-compression which are two codecs we have added the dependencies.

[GitHub] [hadoop] steveloughran commented on pull request #2611: HADOOP-17464. Create hadoop-compression module

2021-01-12 Thread GitBox
steveloughran commented on pull request #2611: URL: https://github.com/apache/hadoop/pull/2611#issuecomment-758648905 a lot of those tests are failing because code which expects the codecs to be found aren't finding them...you'll need to modify the MR and hadoop-hdfs dependencies to suit.