At first I parsed my .jar file containing the program of WordCount along with input and output destination in the command line. After the completion of my job, I saw the content of my output file: it was sorted automatically alphabetically or sorted by numbers in ascending order. Is there any way to change it internally in hadoop? Which algorithm does it use to sort?
Asked
Active
Viewed 58 times