Computer Science, asked by Anandkumar8418, 11 months ago

Describe writable interface and its applications in hadoop

Answers

Answered by adhilatheef2019
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