Friday 8 March 2013

What is the Hadoop MapReduce API contract for a key and value Class?


◦The Key must implement the org.apache.hadoop.io.WritableComparable interface.
◦The value must implement the org.apache.hadoop.io.Writable interface.

No comments:

Post a Comment