CHANGES.MAPREDUCE-2841.txt 1.4 KB

1234567891011121314151617181920
  1. Changes for Hadoop Native Map Output Collector
  2. ------------------------------------------------
  3. MAPREDUCE-5985. native-task: Fix build on macosx. Contributed by Binglin Chang
  4. MAPREDUCE-5994. Simplify ByteUtils and fix failing test. (todd)
  5. MAPREDUCE-5996. native-task: Rename system tests into standard directory layout (todd)
  6. MAPREDUCE-5997. native-task: Use DirectBufferPool from Hadoop Common (todd)
  7. MAPREDUCE-6000. native-task: Simplify ByteBufferDataReader/Writer (todd)
  8. MAPREDUCE-5991. native-task should not run unit tests if native profile is not enabled. (Binglin Chang)
  9. MAPREDUCE-5995. native-task: Revert changes to Text internals (todd)
  10. MAPREDUCE-6005. native-task: Fix some valgrind errors (Binglin Chang)
  11. MAPREDUCE-5984. native-task: Reuse lz4 sources in hadoop-common (Binglin Chang)
  12. MAPREDUCE-5976. native-task: should not fail to build if snappy is missing (Manu Zhang)
  13. MAPREDUCE-5978. native-task: remove test case for not supported codec Bzip2Codec and DefaultCodec (Manu Zhang)
  14. MAPREDUCE-6006. native-task: add native tests to maven and fix bug in pom.xml (Binglin Chang via todd)
  15. MAPREDUCE-6026. native-task: fix logging (Manu Zhang via todd)
  16. MAPREDUCE-6035. native-task: sources/test-sources jar distribution (Manu Zhang via todd)
  17. MAPREDUCE-5977. Fix or suppress native-task gcc warnings (Manu Zhang via todd)
  18. MAPREDUCE-6054. native-task: Speed up tests (todd)
  19. MAPREDUCE-6058. native-task: KVTest and LargeKVTest should check mr job is sucessful (Binglin Chang)