You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Alejandro Fernandez (JIRA)" <ji...@apache.org> on 2014/10/03 21:33:34 UTC

[jira] [Created] (AMBARI-7641) Jobs View proxy does not apply all URL query params

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)