Reputation: 21
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)
I can see the file in the hdfs location though
This is how I am including the .json file in the argument in my workflow.xml
Upvotes: 0
Views: 56