I currently have map/reduce jobs that are configured using TableMapReduceUtil.initTableMapperJob() and TableMapReduceUtil.initTableReduceJob(). What's the best way to use Spring Hadoop to configure a job object using these static methods?
I currently have map/reduce jobs that are configured using TableMapReduceUtil.initTableMapperJob() and TableMapReduceUtil.initTableReduceJob(). What's the best way to use Spring Hadoop to configure a job object using these static methods?