You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@oozie.apache.org by dodda harshini <do...@gmail.com> on 2017/08/29 23:55:07 UTC

issue with streaming action in oozie

Hi All,

I am working on a oozie workflow, it uses map reduce streaming action. This
is the issue i see in the logs

Traceback (most recent call last):
  File "mapper.py", line 3, in <module>
    import util
ImportError: No module named util

I have added all the .py's to the file tags in workflow.xml and copyed
the .py files to hdfs, but i still see the issue.

In the logs of the job i see the .py being added to distributed cache
mapreduce.job.cache.files : has util.py

Please guide me in fixing this issue

Thanks

Harshini