[
https://issues.apache.org/jira/browse/SLIDER-220?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14056087#comment-14056087
]
Steve Loughran commented on SLIDER-220:
---------------------------------------
Actually, we could maybe do this without needing to talk to slider at all, but
getting it directly from the YARN rest API. This would avoid needing any of
slider installed, just http code -though it may be complex enough we'd want to
switch to python
# talk to the RM, enum the running apps
# locate the named cluster belonging to the user
# get its original service URL from the app record
# GET that with the path
> Provide script for retrieving hbase-site.xml given cluster name
> ---------------------------------------------------------------
>
> Key: SLIDER-220
> URL: https://issues.apache.org/jira/browse/SLIDER-220
> Project: Slider
> Issue Type: Task
> Reporter: Ted Yu
> Assignee: Ted Yu
> Attachments: get-hbase-site.sh
>
>
> 'slider status' command doesn't return hbase-site.xml for hbase deployment.
> This JIRA adds a script that parses return from 'slider status' and retrieves
> hbase-site.xml
> The script would be used in functional tests for hbase deployment
--
This message was sent by Atlassian JIRA
(v6.2#6252)