[
https://issues.apache.org/jira/browse/TEZ-3404?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15440501#comment-15440501
]
Harish Jaiprakash commented on TEZ-3404:
----------------------------------------
* I wanted the name to indicate that it merges into AM Acl config, changed it
to dag.getDagAccessControls().mergeIntoAmAcls.
* The DAG acls were already being serialized into config, I only wrote the
deserialize part.
* Submit event always has a config, but the recover event did not have one, so
used the config from currentDag, hope that is alright?
* Fixed docs.
* Changed name from acls to domainInfo.
* removed all calls to setupNonSessionACLs.
* Increased timeout.
> Remove blocking call for ATS domain creation from client side to AM
> -------------------------------------------------------------------
>
> Key: TEZ-3404
> URL: https://issues.apache.org/jira/browse/TEZ-3404
> Project: Apache Tez
> Issue Type: Improvement
> Reporter: Harish Jaiprakash
> Assignee: Harish Jaiprakash
> Attachments: TEZ-3404-WIP-01.patch, TEZ-3404-WIP-02.patch,
> TEZ-3404-WIP-03.patch, TEZ-3404-WIP-04.patch
>
>
> Today, there is a blocking call for creating the domain on the client side
> which blocks hive query throughput. We need to move this to the AM and still
> retain the same security guarantees.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)