I know that "getmerge" command in shell can do this work.
But what should I do if I want to merge these outputs after the job by HDFS API for java?
What i actually want is a single merged file on HDFS.
The only thing i can think of is to start an additional job after that.
thanks!