You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@oozie.apache.org by Rahul Channe <dr...@googlemail.com> on 2015/02/27 19:37:38 UTC

Oozie job failure

Hi All,

My oozie job failed with following error

Could not locate Oozie sharelib


The shareliblist is showing NULL

user@ubuntu:~/oozie/distro/target/oozie-4.1.0-distro/oozie-4.1.0/bin$ oozie
admin -oozie http://localhost:11000/oozie -shareliblist
[Available ShareLib]

user@ubuntu:~/oozie/distro/target/oozie-4.1.0-distro/oozie-4.1.0/bin$


user@ubuntu:~/oozie/distro/target/oozie-4.1.0-distro/oozie-4.1.0/bin$ oozie
admin -oozie http://localhost:11000/oozie -sharelibupdate
null
user@ubuntu:~/oozie/distro/target/oozie-4.1.0-distro/oozie-4.1.0/bin$


user@ubuntu:~/oozie/distro/target/oozie-4.1.0-distro/oozie-4.1.0/bin$
hadoop dfs -ls /user/user/share/lib/lib_20150223095517
Warning: $HADOOP_HOME is deprecated.

Found 8 items
drwxr-xr-x   - user supergroup          0 2015-02-23 09:55
/user/user/share/lib/lib_20150223095517/distcp
drwxr-xr-x   - user supergroup          0 2015-02-23 09:55
/user/user/share/lib/lib_20150223095517/hcatalog
drwxr-xr-x   - user supergroup          0 2015-02-23 09:55
/user/user/share/lib/lib_20150223095517/hive
drwxr-xr-x   - user supergroup          0 2015-02-23 09:55
/user/user/share/lib/lib_20150223095517/mapreduce-streaming
drwxr-xr-x   - user supergroup          0 2015-02-23 09:55
/user/user/share/lib/lib_20150223095517/oozie
drwxr-xr-x   - user supergroup          0 2015-02-23 09:55
/user/user/share/lib/lib_20150223095517/pig
-rw-r--r--   3 user supergroup       1352 2015-02-23 09:55
/user/user/share/lib/lib_20150223095517/sharelib.properties
drwxr-xr-x   - user supergroup          0 2015-02-23 09:55
/user/user/share/lib/lib_20150223095517/sqoop
user@ubuntu:~/oozie/distro/target/oozie-4.1.0-distro/oozie-4.1.0/bin$




Oozie-site.xml

 <property>
        <name>oozie.service.WorkflowAppService.system.libpath</name>
        <value>//user/${user.name}/share/lib</value>
        <description>
            System library path to use for workflow applications.
            This path is added to workflow application if their job
properties sets
            the property 'oozie.use.system.libpath' to true.
        </description>
    </property>