i am using hive editor ,
in mapreduce job, map task output will be combined and
reduce phase will take this output as a input. By default each reducer will generate a separate output file like
part-0000 and this output will be stored in HDFS.
- 1)After completion of reduce task , which process
will be done for combining reduce phase output to produce final output in hive
editor and where?