[
https://issues.apache.org/jira/browse/OOZIE-3290?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16526646#comment-16526646
]
Rohit Pegallapati commented on OOZIE-3290:
------------------------------------------
Hi [~andras.piros] , in our setup we use cloudera cdh 5.13.2 which ships with
oozie 4.1.0. We do not have a setup to test 5.0 of oozie. But essentially, we
are going to live with cdh 5.13.2 for foreseeable future. So it makes sense for
us to get this fixed in 4.1.0 and ask cloudera to port this fix.
> 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:xml}
> <property>
> <name>
> oozie.launcher.mapreduce.job.hdfs-servers.tokenrenewal.exclude</name>
> <value> destCluster </value>
> </property>
> {code}
> As a result we end up getting:
> {noformat}
> 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
> -
> {noformat}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)