- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Oozie cannot find custom action jar
- Labels:
-
Apache Oozie
Created 05-17-2016 05:41 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I get the error that oozie cant find the custom action class when I run the job. This is how I added my custom action jar to oozie : - stoped oozie - added classname to oozie.service.ActionService.executor.ext.classes in oozie-site.xml - copy cutom.jar to /usr/hdp/current/oozie-server/libext/.
- /usr/hdp/current/oozie-server/bin/oozie-setup.sh prepare-war - started oozie back Error :
java.lang.NoClassDefFoundError: org/apache/hadoop/hbase/CustomActionClass at ... ...I understand that new actions are to be added as ext.classes and action jars in libext folder. Am I missing something here ? Also how are libext jars different from sharelib jars ?
Created 05-17-2016 10:09 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Oozie didnt have access to hbase jars, added them manually to libext/ folder and created the oozie.war again and it worked.
Created 05-17-2016 10:09 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Oozie didnt have access to hbase jars, added them manually to libext/ folder and created the oozie.war again and it worked.
