[jira] [Commented] (APEXCORE-552) Support application tags when launching application

2016-10-14 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/APEXCORE-552?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15575004#comment-15575004
 ] 

ASF GitHub Bot commented on APEXCORE-552:
-

Github user asfgit closed the pull request at:

https://github.com/apache/apex-core/pull/409


> Support application tags when launching application
> ---
>
> Key: APEXCORE-552
> URL: https://issues.apache.org/jira/browse/APEXCORE-552
> Project: Apache Apex Core
>  Issue Type: New Feature
>Reporter: David Yan
>Assignee: David Yan
>
> Hadoop 2.4.0 introduces application tags. We should allow users to specify 
> application tags when launching an application. We should also make use of 
> the application tag to store useful info like app path so that this info 
> persists even after the application has terminated.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (APEXCORE-552) Support application tags when launching application

2016-10-11 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/APEXCORE-552?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15566187#comment-15566187
 ] 

ASF GitHub Bot commented on APEXCORE-552:
-

GitHub user davidyan74 opened a pull request:

https://github.com/apache/apex-core/pull/409

APEXCORE-552 #resolve added support for application tags

@PramodSSImmaneni please merge

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/davidyan74/apex-core APEXCORE-552

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/apex-core/pull/409.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #409


commit 81b8c922c6442cbf30104eba34ede826615ac7d4
Author: David Yan 
Date:   2016-10-06T21:23:10Z

APEXCORE-552 #resolve added support for application tags




> Support application tags when launching application
> ---
>
> Key: APEXCORE-552
> URL: https://issues.apache.org/jira/browse/APEXCORE-552
> Project: Apache Apex Core
>  Issue Type: New Feature
>Reporter: David Yan
>Assignee: David Yan
>
> Hadoop 2.4.0 introduces application tags. We should allow users to specify 
> application tags when launching an application. We should also make use of 
> the application tag to store useful info like app path so that this info 
> persists even after the application has terminated.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (APEXCORE-552) Support application tags when launching application

2016-10-06 Thread David Yan (JIRA)

[ 
https://issues.apache.org/jira/browse/APEXCORE-552?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15553735#comment-15553735
 ] 

David Yan commented on APEXCORE-552:


YARN has a limitation on the length of a tag and how many tags an application 
can have.
The length limit is 100 and in most cases, it's not enough to store the full 
application path url.
We can break it up into 2 or more tags, but it's ugly and we probably don't 
want to go that route.

> Support application tags when launching application
> ---
>
> Key: APEXCORE-552
> URL: https://issues.apache.org/jira/browse/APEXCORE-552
> Project: Apache Apex Core
>  Issue Type: New Feature
>Reporter: David Yan
>Assignee: David Yan
>
> Hadoop 2.4.0 introduces application tags. We should allow users to specify 
> application tags when launching an application. We should also make use of 
> the application tag to store useful info like app path so that this info 
> persists even after the application has terminated.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)