[
https://issues.apache.org/jira/browse/SLIDER-706?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Yang Hao updated SLIDER-706:
----------------------------
Comment: was deleted
(was: To add this feature would be good for some application that would use
extra resources:
* set "site.additional_resource_dir": "{{additional_resource_dir}}" in
app_config.json
* add the resource files to hdfs at
.slider/cluster/{{CLUSTER_NAME}}/{{additional_resource_dir}}
* then the resource will be automatically tranferred to container at
working_root/{{additional_resource_dir}}
* in component, you can access the resources in dir
{{AGENT_WORK_ROOT}}/{{additional_resource_dir}}
Examples are:
* we can add keytabfile、configure file to {{additional_resource_dir}})
> application installation failure does not result in clear failure indication
> ----------------------------------------------------------------------------
>
> Key: SLIDER-706
> URL: https://issues.apache.org/jira/browse/SLIDER-706
> Project: Slider
> Issue Type: Bug
> Affects Versions: Slider 0.60
> Environment: Windows
> Reporter: Jonathan Maron
>
> Though an HBase deployment on a windows secure cluster results in a failure
> to install, the application master and application remain running with no
> attempts to restart the failed container etc. The app master log does seem
> to indicate the failure:
> 2014-12-09 09:07:11,548 [973031640@qtp-618337492-7] DEBUG
> agent.AgentProviderService (AgentProviderService.java:handleHeartBeat(649)) -
> Handling heartbeat: HeartBeat{responseId=6, timestamp=1418144831565,
> hostname='container_1418069434921_0004_01_000003___HBASE_REGIONSERVER',
> reports=[CommandReport{role='HBASE_REGIONSERVER', actionId='10-1',
> status='FAILED', exitCode=1, clusterName='hbase-test',
> serviceName='hbase-test', taskId=10, roleCommand=INSTALL,
> configurationTags=null}], componentStatus=[],
> nodeStatus=HostStatus{status=HEALTHY, cause='NONE'}}
> 2014-12-09 09:07:11,549 [973031640@qtp-618337492-7] INFO
> agent.AgentProviderService (AgentProviderService.java:handleHeartBeat(698)) -
> Component operation. Status: FAILED
> However, the heartbeats from the given container continue:
> 2014-12-09 09:07:21,561 [973031640@qtp-618337492-7] DEBUG
> agent.AgentProviderService (AgentProviderService.java:handleHeartBeat(649)) -
> Handling heartbeat: HeartBeat{responseId=7, timestamp=1418144841601,
> hostname='container_1418069434921_0004_01_000003___HBASE_REGIONSERVER',
> reports=[], componentStatus=[], nodeStatus=HostStatus{status=HEALTHY,
> cause='NONE'}}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)