Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

Oozie Shell action with Spark-Submit : Jar is not loading

avatar
Contributor

Hi,

Application jar is not loading for Oozie Shell action.

.workflow.xml

8714-wofkflow.jpg

Error

8712-oozie-error.jpg

1 ACCEPTED SOLUTION

avatar
Contributor

Now it's working I made one change in workflow.xml

replaced

<file> /dev/datalake/app/mce/oozie/rchamaku/mercureaddin_2.10-0.1-SNAPSHOT.jar#mercureaddin.jar </file>

with

<file> /dev/datalake/app/mce/oozie/rchamaku/mercureaddin_2.10-0.1-SNAPSHOT.jar#mercureaddin_2.10-0.1-SNAPSHOT.jar </file>

Regards,

Rambabu.

View solution in original post

1 REPLY 1

avatar
Contributor

Now it's working I made one change in workflow.xml

replaced

<file> /dev/datalake/app/mce/oozie/rchamaku/mercureaddin_2.10-0.1-SNAPSHOT.jar#mercureaddin.jar </file>

with

<file> /dev/datalake/app/mce/oozie/rchamaku/mercureaddin_2.10-0.1-SNAPSHOT.jar#mercureaddin_2.10-0.1-SNAPSHOT.jar </file>

Regards,

Rambabu.