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]
Created 04-13-2017 08:05 PM
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.
Created 04-13-2017 11:01 PM
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
Created 04-13-2017 11:01 PM
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
Created 04-13-2017 11:01 PM
Also see this for your reference - https://community.hortonworks.com/questions/33017/issue-with-oozie-after-upgrading-ambari.html
Created 04-17-2017 01:35 PM
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