Does anyone know where can I specify the equivalent of HADOOP_CLIENT_OPTS in Oozie?
I have a Hive action in my workflow that does a Map Join, for which I need to increase the amount of client memory. When I just do it through Hive directly, I can do it by doing this: export HADOOP_CLIENT_OPTS=-Xmx4g And then launching the hive client. How can I do the same thing from Oozie? After reading https://issues.apache.org/jira/browse/OOZIE-986, I tried setting it in OOZIE_CLIENT_OPTS in /usr/lib/oozie/bin/oozie, which did not work. Thanks. P.S. I also sent this to the Oozie mailing list.