1
0

CHANGES.MAPREDUCE-2841.txt 580 B

123456789
  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)