For following scenario how can we do operations
Input file is log file located in HDFS.
Ex: log.txt
A
B
C
——————————-
I want to process these records with external jar to get the result, finally attach results to log record
output would be like
A result1
B result2
C result3
—————————————–
How can we do this?