[
https://issues.apache.org/jira/browse/AMBARI-19618?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Yao Lei updated AMBARI-19618:
-----------------------------
Description:
Cohost component information now is hardcoded in stack_service_component.js as
following:
App.StackServiceComponent.coHost = {
'WEBHCAT_SERVER': 'HIVE_SERVER'
};
It's better to move them from javascript to metainfom.xml in stack
was:
Cohost component information now is hardcoded in javascript as following:
<code>
App.StackServiceComponent.coHost = {
'WEBHCAT_SERVER': 'HIVE_SERVER'
};
</code>
> Make cohost component configurable in metainfo.xml instead of hardcoding in
> javascript
> --------------------------------------------------------------------------------------
>
> Key: AMBARI-19618
> URL: https://issues.apache.org/jira/browse/AMBARI-19618
> Project: Ambari
> Issue Type: Improvement
> Reporter: Yao Lei
> Fix For: trunk, 2.5.0
>
>
> Cohost component information now is hardcoded in stack_service_component.js
> as following:
> App.StackServiceComponent.coHost = {
> 'WEBHCAT_SERVER': 'HIVE_SERVER'
> };
> It's better to move them from javascript to metainfom.xml in stack
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)