I have multiple reducers running simmultaneously. Each reducer is supposed to output data in different file. I'm creating a file on HDFS using fs.create() command in each reducer. Will speculative execution of tasks affects the output as I'm not using any outputFormat provided?
~Abhay