[
https://issues.apache.org/jira/browse/AMBARI-14785?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15116518#comment-15116518
]
Yusaku Sako commented on AMBARI-14785:
--------------------------------------
Hadoop QA does not handle view patches properly, so the above failure can be
ignored.
Here are the local test results:
{noformat}
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] Ambari Contrib Views .............................. SUCCESS [1.366s]
[INFO] Ambari View Utils ................................. SUCCESS [6.246s]
[INFO] Files ............................................. SUCCESS [44.648s]
[INFO] Jobs .............................................. SUCCESS [24.271s]
[INFO] Pig ............................................... SUCCESS [47.072s]
[INFO] Slider ............................................ SUCCESS [32.626s]
[INFO] Capacity Scheduler ................................ SUCCESS [29.485s]
[INFO] Tez ............................................... SUCCESS [2.893s]
[INFO] Storm_Monitoring .................................. SUCCESS [0.309s]
[INFO] Hive .............................................. SUCCESS [1:31.071s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 4:40.744s
[INFO] Finished at: Mon Jan 25 18:17:39 PST 2016
[INFO] Final Memory: 66M/491M
[INFO
{noformat}
> 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
> 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)