[
https://issues.apache.org/jira/browse/YARN-679?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Steve Loughran updated YARN-679:
--------------------------------
Attachment: YARN-679-013.patch
Finally had time to sit down & go through all the review. Thanks dan! I have
taken on *all* the javadoc suggestions, even the one about Signalled being
misspelt, when that was clearly just an EN_US locale error. Easier to switch
rather than to argue the details.
Code changes done, plus some other tweaks
* moved some public static methods to protected.
* fixed a test which was failing with the different exception text from the new
Stax config parser.
* hit the "optimise imports" button in the IDE.
This patch only really makes sense when you implement a service which uses it.
This is essentially what we've been using in Slider; once it is in I will use
it for some of the S3A work as well as making it a standalone registry. This
patch makes it trivial to use any Service either as a service or a standalone
entry point, see
> add an entry point that can start any Yarn service
> --------------------------------------------------
>
> Key: YARN-679
> URL: https://issues.apache.org/jira/browse/YARN-679
> Project: Hadoop YARN
> Issue Type: New Feature
> Components: api
> Affects Versions: 2.8.0
> Reporter: Steve Loughran
> Assignee: Steve Loughran
> Attachments: org.apache.hadoop.servic...mon 3.0.0-SNAPSHOT API).pdf,
> YARN-679-001.patch, YARN-679-002.patch, YARN-679-002.patch,
> YARN-679-003.patch, YARN-679-004.patch, YARN-679-005.patch,
> YARN-679-006.patch, YARN-679-007.patch, YARN-679-008.patch,
> YARN-679-009.patch, YARN-679-010.patch, YARN-679-011.patch, YARN-679-013.patch
>
> Time Spent: 72h
> Remaining Estimate: 0h
>
> There's no need to write separate .main classes for every Yarn service, given
> that the startup mechanism should be identical: create, init, start, wait for
> stopped -with an interrupt handler to trigger a clean shutdown on a control-c
> interrupt.
> Provide one that takes any classname, and a list of config files/options
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]