You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Gaurav Nagar (JIRA)" <ji...@apache.org> on 2016/01/25 12:25:39 UTC

[jira] [Updated] (AMBARI-14785) Hive View: "NO DAG Available" on TEZ tab when ambari is running behind proxy

     [ 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)