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.

Launcher ERROR, reason: Main class [org.apache.oozie.action.hadoop.ShellMain], exit code [1]

avatar
Rising Star

Hi,

We are trying to implement Archival program for HDFS files using mapreduce action and I am getting below error from oozie every time.

JA018 Main class [org.apache.oozie.action.hadoop.ShellMain], exit code [1]

The Job Browser lists the job as successful but the workflow shows status Kill with the above error.

 

I checked the hue WebUI as well, there also same error message.

Can you please help me with this error?

Thanks,
Priya

1 ACCEPTED SOLUTION

avatar
Rising Star

@mathieu.d,

 

Thanks for reply, will try this and let you know.

View solution in original post

2 REPLIES 2

avatar
Super Collaborator

This issue just means that your shell action has exited with a error code (different from 0).

If you want to know the reason then you need to add logging inside the shell script for knowing what happened.

 

Be aware that the scipt execute localy on a data-node. The log you made with the script will be on that particular data-node.

avatar
Rising Star

@mathieu.d,

 

Thanks for reply, will try this and let you know.