I am trying to upload (using the -archives option of ToolRunner) a .zip archive so that it is unzipped locally. I have tried all possible combinations of command line options, getResource()/DistributedCache.getSmthng() with no luck. I have found a post suggesting that in Yarn this is all different, and you should create a Map containing the resources and pass it to a ContainerLaunchContext, but had no luck finding any documentation.
Pointers? Please, please :).
Ciao,
seba
