[
https://issues.apache.org/jira/browse/YARN-1713?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13914166#comment-13914166
]
Jian He commented on YARN-1713:
-------------------------------
- The following piece can be incorporated into the above
ApplicationSubmissionContext.newInstance(
{code}
appContext.setKeepContainersAcrossApplicationAttempts(
newApp.isKeepContainers());
{code}
- hasQueueAccess is not used anywhere? I think we can just use hasAccess() in
all the places and parameterize ApplicationAccessType and ApplicationAccessType?
- Rename AppSubmissionInfo to AppSubmissionContextInfo ?, similarly
name="appsubmission" -> “appsubmissioncontext”.
Similarly, ContainerLaunchInfo -> ContainerLaunchContextInfo
- AppSubmissionInfo: we can initialize cancelTokensWhenComplete to true,
keepContainers to false
> Implement getnewapplication and submitapp as part of RM web service
> -------------------------------------------------------------------
>
> Key: YARN-1713
> URL: https://issues.apache.org/jira/browse/YARN-1713
> Project: Hadoop YARN
> Issue Type: Sub-task
> Reporter: Varun Vasudev
> Assignee: Varun Vasudev
> Attachments: apache-yarn-1713.3.patch, apache-yarn-1713.4.patch,
> apache-yarn-1713.cumulative.2.patch, apache-yarn-1713.cumulative.3.patch,
> apache-yarn-1713.cumulative.patch, apache-yarn-1713.patch
>
>
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)