Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
Am trying to run a python script from workflow.xml (thro' oozie)
getting this error:
2002 [main] ERROR org.apache.pig.Main - ERROR 2998: Unhandled internal error. org/python/util/PythonInterpreter
My workflow code snippet is :
...
<pig>
....
.....
<script>a.py</script>
<param>inputDir=${inputDir}</param>
<param>outputDir=${outputDir}</param>
<param>feedDir=${feedDir}</param>
</pig>