[ 
https://issues.apache.org/jira/browse/HDDS-2230?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16942585#comment-16942585
 ] 

Attila Doroszlai commented on HDDS-2230:
----------------------------------------

Hi [~xyao], after fixing the invalid entries (see [^HDDS-2230.001.patch]) and 
thus enabling YARN Timeline Service, {{ozonesecure-mr}} test fails with the 
following error:

{noformat}
Caused by: org.apache.hadoop.yarn.exceptions.YarnException: Failed to submit 
application_1570002395821_0001 to YARN : Failed to renew token: Kind: 
TIMELINE_DELEGATION_TOKEN, Service: 192.168.240.10:8188, Ident: 
(TIMELINE_DELEGATION_TOKEN owner=hadoop, renewer=rm, realUser=, 
issueDate=1570002464903, maxDate=1570607264903, sequenceNumber=1, masterKeyId=2)
        at 
org.apache.hadoop.yarn.client.api.impl.YarnClientImpl.submitApplication(YarnClientImpl.java:309)
        at 
org.apache.hadoop.mapred.ResourceMgrDelegate.submitApplication(ResourceMgrDelegate.java:303)
        at org.apache.hadoop.mapred.YARNRunner.submitJob(YARNRunner.java:330)
{noformat}

> Invalid entries in ozonesecure-mr config
> ----------------------------------------
>
>                 Key: HDDS-2230
>                 URL: https://issues.apache.org/jira/browse/HDDS-2230
>             Project: Hadoop Distributed Data Store
>          Issue Type: Bug
>          Components: docker
>            Reporter: Attila Doroszlai
>            Assignee: Attila Doroszlai
>            Priority: Minor
>         Attachments: HDDS-2230.001.patch
>
>
> Some of the entries in {{ozonesecure-mr/docker-config}} are in invalid 
> format, thus they end up missing from the generated config files.
> {noformat}
> $ cd hadoop-ozone/dist/target/ozone-0.5.0-SNAPSHOT/compose/ozonesecure-mr
> $ ./test.sh # configs are generated during container startup
> $ cd ../..
> $ grep -c 'ozone.administrators' compose/ozonesecure-mr/docker-config
> 1
> $ grep -c 'ozone.administrators' etc/hadoop/ozone-site.xml
> 0
> $ grep -c 'yarn.timeline-service' compose/ozonesecure-mr/docker-config
> 5
> $ grep -c 'yarn.timeline-service' etc/hadoop/yarn-site.xml
> 2
> $ grep -c 'container-executor' compose/ozonesecure-mr/docker-config
> 3
> $ grep -c 'container-executor' etc/hadoop/yarn-site.xml
> 0
> {noformat}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to