[
https://issues.apache.org/jira/browse/AMBARI-14785?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Gaurav Nagar updated AMBARI-14785:
----------------------------------
Description:
Tez dag is not available when ambari is running behind proxy.
We are getting tez url from ambari api.
Response of http://proxyhost:port/api/v1/views/TEZ
{
"href": "http://ambarihost:port/api/v1/views/TEZ",
"ViewInfo": {
"view_name": "TEZ"
},
"versions": [{
"href":
"http://ambarihost:port/api/v1/views/TEZ/versions/0.7.0.2.3.2.0-430",
"ViewVersionInfo": {
"version": "0.7.0.2.3.2.0-430",
"view_name": "TEZ"
}
}]
}
The href field is used to get tez url which is not accessible from outside.
> Hive View: "NO DAG Available" on TEZ tab when ambari is running behind proxy
> ----------------------------------------------------------------------------
>
> Key: AMBARI-14785
> URL: https://issues.apache.org/jira/browse/AMBARI-14785
> Project: Ambari
> Issue Type: Bug
> Components: ambari-views
> Affects Versions: 2.2.0
> Reporter: Gaurav Nagar
> Assignee: Gaurav Nagar
>
> Tez dag is not available when ambari is running behind proxy.
> We are getting tez url from ambari api.
> Response of http://proxyhost:port/api/v1/views/TEZ
> {
> "href": "http://ambarihost:port/api/v1/views/TEZ",
> "ViewInfo": {
> "view_name": "TEZ"
> },
> "versions": [{
> "href":
> "http://ambarihost:port/api/v1/views/TEZ/versions/0.7.0.2.3.2.0-430",
> "ViewVersionInfo": {
> "version": "0.7.0.2.3.2.0-430",
> "view_name": "TEZ"
> }
> }]
> }
> The href field is used to get tez url which is not accessible from outside.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)