[
https://issues.apache.org/jira/browse/AMBARI-14785?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15116974#comment-15116974
]
Hudson commented on AMBARI-14785:
---------------------------------
ABORTED: Integrated in Ambari-trunk-Commit #4226 (See
[https://builds.apache.org/job/Ambari-trunk-Commit/4226/])
AMBARI-14785. Hive View: "NO DAG Available" on TEZ tab when ambari is (yusaku:
[http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=e404eee589a7c7d6345e427804e4277fd0f70980])
* contrib/views/hive/src/main/resources/ui/hive-web/app/controllers/tez-ui.js
* contrib/views/hive/src/main/resources/ui/hive-web/tests/helpers/api-mock.js
> 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
> Fix For: 2.2.2
>
> Attachments: AMBARI-14785.2_branch-2.2.patch,
> AMBARI-14785_branch-2.2.patch
>
>
> 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)