Abhishek Shivanna created SAMZA-2160:
----------------------------------------
Summary: Ability to configure application type for a YARN deploy
Key: SAMZA-2160
URL: https://issues.apache.org/jira/browse/SAMZA-2160
Project: Samza
Issue Type: Improvement
Reporter: Abhishek Shivanna
Assignee: Abhishek Shivanna
Attachments: image-2019-04-08-14-47-13-740.png
With the introduction of new API types (ex: HighLevel, SQL, Beam) it would be
useful to distinguish/tag job types when they are deployed on YARN.
This metadata can be used by tooling to distinguish between different types of
jobs. Setting the ApplicationType enables us to tag deployments without needing
external state to store this.
Currently all jobs deployed on YARN are tagged as "Samza" and with this change
the idea is to have the ability to tag deployments via a config if needed.
eg:
!image-2019-04-08-14-47-13-740.png!
and calls to the YARN rest endpoints would be similar to:
{noformat}
curl -L "http://<rm http
address:port>/ws/v1/cluster/apps?applicationTypes=SamzaSQL"{noformat}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)