5. Install the Oozie Sharelib in Hadoop HDFS

On the Oozie host machine, execute the following commands:

cd /usr/lib/oozie
tar -xzf oozie-sharelib.tar.gz

Login as $HDFS_USER

 hadoop fs -mkdir /user/$OOZIE_USER 
 hadoop fs -copyFromLocal /usr/lib/oozie/share /user/$OOZIE_USER/.
 hadoop fs -chown $OOZIE_USER:hadoop /user/$OOZIE_USER
 hadoop fs -chmod -R 755 /user/$OOZIE_USER 

loading table of contents...