processing delimited file mapreduce hadoop
By processing delimited file mapreduce hadoop , I am going to show how to process transaction data which is in csv file format. 1) Load the csv file to HDFS using hadoop fs -copyFromLocal [filepath] [destination HDFS path] 2) Create a Transaction.java which contains all Mapper, Reducer and Driver class. Using this any kinds of[…]