Member since
03-29-2016
16
Posts
10
Kudos Received
0
Solutions
07-18-2016
04:40 PM
Hi @shubham chhabra I am guessing you are doing some move/delete/rename operation in you code which breaks the parallel flow as in one mapper is deleting the file still used by another mapper. If I was debugging one quick way I would start is comment the lines performing move/delete/rename operation and rerun the code to prove that this is the case and then start editing. I hope this will work. Keep us posted. Thanks
... View more
04-11-2016
05:24 PM
It worked. Thanks!
... View more