[
https://issues.apache.org/jira/browse/AMBARI-16263?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15271688#comment-15271688
]
Tom Beerbower commented on AMBARI-16263:
----------------------------------------
Link falcon hook jars in falcon classpath - 'ln -s <atlas-home>/hook/falcon/*
<falcon-home>/server/webapp/falcon/WEB-INF/lib/'
is what is causing it. If falcon webapp is already exploded it will fail for
falcon webapp itself. That step should not be done and we should change it to
add falcon hook into webapp.jar itself post deployment like what we do for
Oozie with prepare-war or added to server classpath explicitly
> Falcon server start fails
> -------------------------
>
> Key: AMBARI-16263
> URL: https://issues.apache.org/jira/browse/AMBARI-16263
> Project: Ambari
> Issue Type: Bug
> Reporter: Tom Beerbower
> Assignee: Tom Beerbower
>
> Deployed HDP-2.5 and Falcon server failed to start.
> {code}
> cat /var/log/falcon/falcon.out.20160504002*
> Error: Could not find or load main class org.apache.falcon.FalconServer
> Error: Could not find or load main class org.apache.falcon.FalconServer
> Error: Could not find or load main class org.apache.falcon.FalconServer
> {code}
> The command to start, in Ambari is:
> {code}
> Execute['/usr/hdp/current/falcon-server/bin/falcon-start -port 15000']
> {'environment': {'HADOOP_HOME': '/usr/hdp/current/hadoop-client'}, 'path':
> ['/usr/hdp/current/hadoop-client/bin'], 'user': 'falcon'}
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)