clockfly / nativetask

native task
Apache License 2.0
3 stars 10 forks source link

Add automation test case for compability. #4

Closed clockfly closed 11 years ago

clockfly commented 11 years ago

We should add a set of test cases to test the compability of the native task. And also make it as regression test base.

It incldues:

  1. How many map out key types are supported.
  2. Whether support any types of values types.
  3. How many compression algorithms are supported.
  4. How to support combiner.
  5. How many combination of java + native are supported. (for example, native mapper + java collector, native mapper + native collector)
clockfly commented 11 years ago

Hi Zhongliang,

please handle this one.

zoken commented 11 years ago

k-v support: all hadoop writable type, but hbase ImmutableBytesWritable not supported we can choose compression algorithms in compress_conf/test-compress-conf.xml we can test combiner by adding item mapreduce.combine.class in test conf.

clockfly commented 11 years ago

Great! Thank you!