[
https://issues.apache.org/jira/browse/AMBARI-11959?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Robert Nettleton updated AMBARI-11959:
--------------------------------------
Attachment: AMBARI-11959.patch
Uploaded initial version of patch.
> Remove Tez UI property from exported Blueprint
> ----------------------------------------------
>
> Key: AMBARI-11959
> URL: https://issues.apache.org/jira/browse/AMBARI-11959
> Project: Ambari
> Issue Type: Bug
> Components: ambari-server
> Affects Versions: 2.1.0
> Reporter: Robert Nettleton
> Assignee: Robert Nettleton
> Priority: Critical
> Fix For: 2.1.0
>
> Attachments: AMBARI-11959.patch
>
> Original Estimate: 24h
> Remaining Estimate: 24h
>
> Recent changes in the StackAdvisor code have caused the following Tez
> property to be added to a cluster's configuration:
> "tez.tez-ui.history-url.base" in "tez-site"
> This property is used to connect the Yarn ResourceManager UI to the Tez UI
> located in the Tez View. The UI's stack advisor will set this property
> automatically.
> This property now appears in Blueprint exports of running clusters, and the
> property value includes hostname information. This makes the exported
> Blueprint less portable, since it will require some manual changes to this
> property on a different set of machines.
> This property cannot be handled by the current Blueprint config processor,
> since the URL required by this property involves information about deployed
> Tez View, which is not readily accessible to the Blueprints processor.
> The Blueprint configuration processor should filter out this property during
> a Blueprint export.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)