Sreenath Somarajapuram created TEZ-2054:
-------------------------------------------
Summary: Ambari view - View iframe pointing to invalid link when
ambari url contains query parameters
Key: TEZ-2054
URL: https://issues.apache.org/jira/browse/TEZ-2054
Project: Apache Tez
Issue Type: Bug
Reporter: Sreenath Somarajapuram
We are facing a problem with the view iframe src.
Problem
On entering the following in the address bar
http://ip:8080/#/main/views/<name>/<version>/<instance-name>?foo=bar
instead of at-least pointing to
http://ip:8080/views/<name>/<version>/<instance-name>
the view iframe is pointing to
http://ip:8080undefined ! (And our app doesn't load)
Why it is a bug: Because there is a weird way make it work!
To make it work: From the address bar first load
http://ip:8080/views/<name>/<version>/<instance-name>
and then load
http://ip:8080/#/main/views/<name>/<version>/<instance-name>?foo=bar
Result
Because of this bug we are not able to create link to a specific tez-ui page
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)