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=-Xm
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=-Xm