FileNotFoundError for a json file on hdfs location when running oozie

51 Views Asked by At

I am trying to pass a dictionary of arguments to a script (a spark action) in an oozie. The dictionary is in a .json file. I pass the .json file as an argument in workflow.xml but deploying the coordinator of my oozie I get the file not found error (as below)

Error in oozie

I can see the file in the hdfs location though files at the hdfs location

This is how I am including the .json file in the argument in my workflow.xml .json file in workflow.xml

0

There are 0 best solutions below