Hello users of hadoop, I have a task to convert large binary files from one format to another. I am wondering what is the best practice to do this. Basically, I am trying to get one mapper to work on each binary file and i am not sure how to do that in hadoop properly.
thanks, Felix