java.lang.RuntimeException: Stream '/jars/oozie-examples.jar' was not found. while running spark workflow from oozie in CDH 5.8

时间:2016-12-09 12:41:30

标签: apache-spark oozie cloudera-cdh hue

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.

enter image description here

Below is the configuration from workflow logs

enter image description here

Below is spark setting enter image description here

Generated workflow.xml from logs

enter image description here

1 个答案:

答案 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-e‌​xamples.jar should work.