On Tue, Dec 4, 2012 at 9:43 AM, Eduardo Afonso Ferreira <[email protected]> wrote: > Hey, > > I just installed oozie from cloudera cdh4.1.2 and I can't find oozie-setup.sh. > Does anybody know where that is or what else do I need to install? > > I need the setup script to add jars (and the ExtJS library) to the oozie war > file.
A packaged version of Oozie uses a much simplified "exploded" deployment and thus doesn't need any extra steps to be setup (you still need to initialize a database, of course). This is the same in Bigtop and all the commercial distros that are built on top of Bigtop. As for the ExtJS -- all you need to do is unpack it down in /var/lib/oozie/ and you're done! Thanks, Roman.
