Hadoop Running Map Reduce Job on Avro Data Files Sankar Cheppali | August 30, 2016 In the previous blog we have seen how to convert a text file to Avro data file.In this blog we will see how to run a map reduce Read More
Hadoop oozie action type : map-reduce Sankar Cheppali | August 25, 2016 Most common action type you will find in oozie workflow is <map-reduce> action type. In this blog we will see how to define a map-reduce action type. the Read More
Hadoop Text To Avro Data File using Mapreduce Sankar Cheppali | August 21, 2016 We have already seen how to convert a text file to Avro data file using a simple java program. In this blog we will see how to process Read More