Describe writable interface and its applications in hadoop
Answers
Answered by
0
Answer:
Explanation:
Any key or value type in the Hadoop Map-Reduce framework implements this interface. Implementations typically implement a static read(DataInput) method which constructs a new instance, calls readFields(DataInput) and returns the instance.
Similar questions