Hi Lian Jiang, as I'm not familiar w/ HDP, can you please post exception logs? I believe HDP 3.0 is based on Oozie 4.3.1.
For a general introduction how Oozie sharelib works, please see relevant parts of the Apache Oozie documentation <https://oozie.apache.org/docs/4.3.1/AG_Install.html#Oozie_Share_Lib> and this blog entry <https://blog.cloudera.com/blog/2014/05/how-to-use-the-sharelib-in-apache-oozie-cdh-5/> . Regards, Andras On Tue, Aug 21, 2018 at 12:01 AM Lian Jiang <jiangok2...@gmail.com> wrote: > Hi, > > I am using HDP3.0 and ambari 2.7 blueprint to install a cluster. Everything > but oozie worked. The oozie failed to start due to the fact that > /usr/hdp/current/oozie-server/oozie-sharelib.tar.gz is not generated. > > oozie-sharelib.tar.gz is 1.6G and Our production environment has very small > /tmp partition (1G). I guess this is the reason why oozie-sharelib.tar.gz > is not generated using ambari cluster installation. I hacked oozie-setup.sh > to use /u01/tmp (a bigger partition) instead of /tmp and assumed > "oozie-setup.sh prepare-war" will generate oozie-sharelib.tar.gz. However, > I still did not get oozie-sharelib.tar.gz. > > Any idea how to install oozie in this case? Thanks. >