New to Spring for Hadoop and looking into how I can inject stateless POJOs into a mapper before sending it to do a job. As I am fairly new to MapReduce as well, I presume I need to do this with Configuration.setClass. I could do this through some classic Spring wiring, but is there an easy way to do this in SHDP?

Thanks.