well i am trying to run the sample spark workflow example from hue-oozie. I am facing below error
java.lang.RuntimeException: Stream '/jars/oozie-examples.jar' was not found.
Below is the configuration from workflow logs
Generated workflow.xml from logs
答案 0 :(得分:1)
You have to provide full HDFS path for input file with hdfs://
prefix, so in your case hdfs:///user/hue/oozie/workspaces/workflows/spark-scala/lib/oozie-examples.jar
should work.