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 23:09:34 UTC

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

     [ https://issues.apache.org/jira/browse/AMBARI-7641?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alejandro Fernandez resolved AMBARI-7641.
-----------------------------------------
    Resolution: Fixed

Resolved by commit ddabf125b5d7b0eda5d2fe6b8f56be9b5a5dc0ca

> 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
>
>         Attachments: jobs_view_proxy_working.png
>
>
> 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)