[
https://issues.apache.org/jira/browse/OOZIE-3290?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Andras Piros updated OOZIE-3290:
--------------------------------
Description:
oozie launcher property set from distcp action does not take effect. Hadoop
version is 2.6.0 (cdh 5.13.2 which has this patch included
https://issues.apache.org/jira/browse/YARN-3021?attachmentOrder=asc )
When we set the same property from global configuration, this property gets
picked and we do not see the exception. However setting this property at the
distcp action level is what is required for us.
{code:java}
<property>
<name> oozie.launcher.mapreduce.job.hdfs-servers.tokenrenewal.exclude</name>
<value> destCluster </value>
</property>
As a result we end up getting
0943330-180615101217371-oozie-oozi-W@snapshot-prep - JA009 JA009:
org.apache.hadoop.yarn.exceptions.YarnException: Failed to submit
application_1529074835014_0830 to YARN : Failed to renew token: Kind: kms-dt,
Service: xxx:16000, Ident: (kms-dt owner=xxx, renewer=yarn, realUser=oozie,
issueDate=1529101158245, maxDate=1531520358245, sequenceNumber=446,
masterKeyId=2) --snapshot-prep 0 - java - START_MANUAL
-{code}
> Distcp action between 2 secure HA hadoop clusters failed
> --------------------------------------------------------
>
> Key: OOZIE-3290
> URL: https://issues.apache.org/jira/browse/OOZIE-3290
> Project: Oozie
> Issue Type: Bug
> Components: action
> Affects Versions: 4.1.0
> Reporter: Rohit Pegallapati
> Priority: Major
>
> oozie launcher property set from distcp action does not take effect. Hadoop
> version is 2.6.0 (cdh 5.13.2 which has this patch included
> https://issues.apache.org/jira/browse/YARN-3021?attachmentOrder=asc )
> When we set the same property from global configuration, this property gets
> picked and we do not see the exception. However setting this property at the
> distcp action level is what is required for us.
> {code:java}
> <property>
> <name>
> oozie.launcher.mapreduce.job.hdfs-servers.tokenrenewal.exclude</name>
> <value> destCluster </value>
> </property>
> As a result we end up getting
> 0943330-180615101217371-oozie-oozi-W@snapshot-prep - JA009 JA009:
> org.apache.hadoop.yarn.exceptions.YarnException: Failed to submit
> application_1529074835014_0830 to YARN : Failed to renew token: Kind: kms-dt,
> Service: xxx:16000, Ident: (kms-dt owner=xxx, renewer=yarn, realUser=oozie,
> issueDate=1529101158245, maxDate=1531520358245, sequenceNumber=446,
> masterKeyId=2) --snapshot-prep 0 - java - START_MANUAL
> -{code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)