I have a Hadoop streaming job with the parameter:
-cmdenv TEXT_DIR=cachetextdir
How do I specify this in an Oozie workflow?
(I am assuming I can point to cachetextdir in Oozie with:
<archive>hdfs://localhost:54310/user/vm/textinput/cachetextdir.tar.gz#cachetextdir</archive>
Looks like:
from here will do the job.
UPDATE: yes it does: