Hi all, I am trying to run a custom yarn application container of type 'YARN' as part of an oozie workflow. Although I have been able to successfully run the yarn application via 'hadoop jar <jar> ...', I have not been able to run it either as a JavaAction or as a ShellAction. Problem is both JavaAction and ShellAction launchers invoke the custom yarn app as 'MAPREDUCE' instead of 'YARN'.
Has any one tried something similar? Appreciate any pointers. Thanks, Som
