Hi, I am trying to run a shell command from within a mapper. The shell command is of the form: * hadoop jar somjarfile arg1 arg2 ...*
Can i do this type of operation from within a mapper? Also, can i copy the jar file in distributed cache and use it? Thanks, Souri