Alejandro Fernandez created AMBARI-7641:
-------------------------------------------
Summary: Jobs View proxy does not apply all URL query params
Key: AMBARI-7641
URL: https://issues.apache.org/jira/browse/AMBARI-7641
Project: Ambari
Issue Type: Bug
Components: contrib
Affects Versions: 1.7.0
Reporter: Alejandro Fernandez
Assignee: Alejandro Fernandez
Fix For: 1.7.0
The Jobs view should only show Tez jobs.
This is a bug in Ambari after switching to the Views proxy instead of the
generic proxy.
E.g.,
http://server:8188/ws/v1/timeline/HIVE_QUERY_ID?fields=events,primaryfilters,otherinfo&secondaryFilter=tez:true
returns only the tez jobs, as expected
http://viewserver:8080/views/JOBS/1.0.0/instance/proxy?url=http://server:8188/ws/v1/timeline/HIVE_QUERY_ID?fields=events,primaryfilters,otherinfo&secondaryFilter=tez:true
seems to interpret "&secondaryFilter=tez:true" as a parameter to the proxy
endpoint, and not as part of the string that makes up the "url" query parameter.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)