Member since
01-10-2016
2
Posts
3
Kudos Received
0
Solutions
01-12-2016
08:22 AM
you need to set output directory in your job FileInputFormat.addInputPath(job, new Path(otherArgs.get(0)));
FileOutputFormat.setOutputPath(job, new Path(otherArgs.get(1)));
... View more