Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

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.