Our Community is getting an upgrade! To get everything ready for the relaunch, we’ll be placing the site in read-only mode starting September 21st.
We really appreciate your understanding while we get things set up behind the scenes. Catch up on all the exciting details about the move here.
Need help or have questions? Drop us a line at [email protected]

Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

Oozie can't start after install falcon

avatar
Expert Contributor

Hi evreyone,

I'm using my own installation in Ubuntu 14.04 using a couple of containers with LXC (Ubuntu 14.04) and then my HDP is 2.1.2 well the thing is that all was ok but i need to start to create a couple of workflows so i tried to check wichi should be the best option. I found unfortunately that in Ubuntu i cant install Hue. So i decide install Falcon. I added the service from my Ambari console and i didnt change anything i just followed next next next but now falcon starts up but Oozie can't. some of you guys could please guide to me a little bit to check what's going on.

I checked the catalina and oozie log in files attached the most clear info that i foundoozie.pngcatalina.png

thanks a lot.

1 ACCEPTED SOLUTION

avatar
Master Guru

@Andres Urrego

1. Can you please copy falcon-<version>.jar to /usr/hdp/current/oozie-server/libext/

2. Stop Oozie server daemon

3. Run Oozie prepare war command

/usr/hdp/current/oozie-server/bin/oozie-setup.sh prepare-war

4. Start oozie server

View solution in original post

3 REPLIES 3

avatar
Master Guru

@Andres Urrego

1. Can you please copy falcon-<version>.jar to /usr/hdp/current/oozie-server/libext/

2. Stop Oozie server daemon

3. Run Oozie prepare war command

/usr/hdp/current/oozie-server/bin/oozie-setup.sh prepare-war

4. Start oozie server

avatar
Master Guru

avatar
Expert Contributor

Thanks so much for your support. I have just followed the mentioned steps and both services are running perfectly. So when I add the Falcon service Oozie must be like reinitialized to get the new parameters including Flacon I suppose isn't it?. thanks