I am running a program(MapReduce) in Hadoop single node cluster. There a few modifications to the MapReduce logic frequently. I am using eclipse IDE.
Every time after making a modification to the logic, I am creating a jar file to check the Mapreduce job in Hadoop. This is a little tedious to create a jar file every time after modifying the MapReduce logic.
Is there any easier way to create the jar file every time a change is made? Please advise.