[
https://issues.apache.org/jira/browse/AMBARI-13665?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14999398#comment-14999398
]
Jayush Luniya commented on AMBARI-13665:
----------------------------------------
Please add a check if HAWQ service is installed to following functions.
Please add a check if HAWQ service is
+ def getNotPreferableOnServerComponents(self):
+ parentComponents = super(HDP23StackAdvisor,
self).getNotPreferableOnServerComponents()
+ parentComponents.extend(['HAWQMASTER', 'HAWQSTANDBY'])
+ return parentComponents
+
+ def getComponentLayoutSchemes(self):
+ parentSchemes = super(HDP23StackAdvisor, self).getComponentLayoutSchemes()
+ # key is max number of cluster hosts + 1, value is index in host list
where to put the component
+ childSchemes = {
+ 'HAWQMASTER' : {6: 2, 31: 1, "else": 5},
+ 'HAWQSTANDBY': {6: 1, 31: 2, "else": 3}
+ }
+ parentSchemes.update(childSchemes)
+ return parentSchemes
+
> Enable HAWQ/PXF services in Ambari 2.1.3
> ----------------------------------------
>
> Key: AMBARI-13665
> URL: https://issues.apache.org/jira/browse/AMBARI-13665
> Project: Ambari
> Issue Type: Improvement
> Affects Versions: 2.1.3
> Reporter: Alexander Denissov
> Assignee: Mithun Mathew
> Fix For: 2.1.3
>
> Attachments: AMBARI-13665-2.patch, AMBARI-13665-3.patch,
> AMBARI-13665-4.patch, AMBARI-13665-5.patch, AMBARI-13665.patch
>
>
> We would like to have Apache HAWQ/PXF services, currently defined in Ambari
> trunk, be available in Ambari 2.1.3. The patch attached to this story should
> be applied on branch-2.1 for the code to be available in Ambari 2.1.3 release.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)