[
https://issues.apache.org/jira/browse/FALCON-2033?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15340740#comment-15340740
]
ASF GitHub Bot commented on FALCON-2033:
----------------------------------------
GitHub user bvellanki opened a pull request:
https://github.com/apache/falcon/pull/193
FALCON-2033 ProcessRerun tests fail with User [falcon] not authorized for
Coord job
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/bvellanki/falcon FALCON-2033
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/falcon/pull/193.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #193
----
commit ae291c5ae530ec0a300eecd414419e9e612fdfde
Author: bvellanki <[email protected]>
Date: 2016-06-21T00:02:02Z
FALCON-2033 ProcessRerun tests fail with User [falcon] not authorized for
Coord job
----
> ProcessRerun tests fail with User [falcon] not authorized for Coord job
> -----------------------------------------------------------------------
>
> Key: FALCON-2033
> URL: https://issues.apache.org/jira/browse/FALCON-2033
> Project: Falcon
> Issue Type: Bug
> Components: rerun
> Reporter: Balu Vellanki
> Assignee: Balu Vellanki
> Priority: Critical
> Fix For: trunk, 0.10
>
>
> Tests that do process rerun are failing with following error in Falcon logs.
> Perhaps some configuration by Ambari in site.xml's is missing
> {noformat}
> 2016-05-18 04:52:59,912 ERROR - [LaterunHandler:] ~ Unable to rerun workflows
> (OozieWorkflowEngine:1032)
> E0509 : E0509: User [falcon] not authorized for Coord job
> [0000161-160518031342246-oozie-oozi-C]
> at org.apache.oozie.client.OozieClient.handleError(OozieClient.java:613)
> at
> org.apache.oozie.client.OozieClient$CoordRerun.call(OozieClient.java:1629)
> at
> org.apache.oozie.client.OozieClient$CoordRerun.call(OozieClient.java:1606)
> at
> org.apache.oozie.client.OozieClient$ClientCallable.call(OozieClient.java:561)
> at org.apache.oozie.client.OozieClient.reRunCoord(OozieClient.java:1686)
> at
> org.apache.falcon.workflow.engine.OozieWorkflowEngine.reRunCoordAction(OozieWorkflowEngine.java:1024)
> at
> org.apache.falcon.workflow.engine.OozieWorkflowEngine.reRun(OozieWorkflowEngine.java:1552)
> at
> org.apache.falcon.rerun.handler.LateRerunConsumer.handleRerun(LateRerunConsumer.java:88)
> at
> org.apache.falcon.rerun.handler.LateRerunConsumer.handleRerun(LateRerunConsumer.java:50)
> at
> org.apache.falcon.rerun.handler.AbstractRerunConsumer.run(AbstractRerunConsumer.java:83)
> at java.lang.Thread.run(Thread.java:745)
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)