No output required from Hadoop Map Reduce

If you do not want any output for your mapreduce due to some reasons , you can set NullOutputFormat as output class

job.setOutputFormatClass(NullOutputFormat.class);


 

No comments:

Post a Comment

Please share your views and comments below.

Thank You.