- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Launcher ERROR, reason: Main class [org.apache.oozie.action.hadoop.ShellMain], exit code [1]
- Labels:
-
Apache Oozie
-
Cloudera Manager
-
HDFS
Created on ‎11-02-2017 02:37 AM - edited ‎09-16-2022 05:28 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
Created ‎11-06-2017 07:28 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Created on ‎11-03-2017 06:43 AM - edited ‎11-03-2017 06:43 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
Created ‎11-06-2017 07:28 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
