In Hadoop MapReduce for intermediate output (generated by map ()), I want the value for intermediate output to be the next object.
MyObject{ date:Date balance:Double }
How can I do it. Should I create my own Writable Class?
I am new to MapReduce.
Thanks.
java mapreduce hadoop hdfs distributed-computing
shahalpk
source share