[
https://issues.apache.org/jira/browse/AMBARI-20641?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16367031#comment-16367031
]
Hudson commented on AMBARI-20641:
---------------------------------
FAILURE: Integrated in Jenkins build Ambari-trunk-Commit #8744 (See
[https://builds.apache.org/job/Ambari-trunk-Commit/8744/])
AMBARI-20641. Pig view fails to load when using ambari thru KNOX. (aonishuk:
[https://gitbox.apache.org/repos/asf?p=ambari.git&a=commit&h=b4e15b70c5b7b3144926c30ca1a396161f08aabd])
* (edit) contrib/views/pig/src/main/resources/ui/pig-web/app/app.js
> Pig view fails to load when using ambari thru KNOX
> ---------------------------------------------------
>
> Key: AMBARI-20641
> URL: https://issues.apache.org/jira/browse/AMBARI-20641
> Project: Ambari
> Issue Type: Bug
> Components: ambari-views
> Reporter: Gaurav Nagar
> Assignee: Gaurav Nagar
> Priority: Major
> Fix For: 2.5.1
>
> Attachments: AMBARI-20641_branch-2.5.patch
>
>
> Problem seems to be caused by pig view java scripts making async postbacks to
> context that is not being handled by knox.
> Direct url without Knox:
> http://<host>:8080/#/main/views/PIG/1.0.0/PIG
> working script url:
> http://<host>:8080/api/v1/views/PIG/versions/1.0.0/instances/PIG/scripts?_=1482263718137
>
> Knox url
> https://<host>:8443/gateway/default/ambari/#/main/views/PIG/1.0.0/
> 404 link url:
> https://<host>:8443/api/v1/views/default/versions/ambari/instances/views/scripts?_=1482263506651
>
> There are few more 404 links broken following same pattern as the above one.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)