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

[jira] [Commented] (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:comment-tabpanel&focusedCommentId=14158562#comment-14158562 ] 

Hudson commented on AMBARI-7641:
--------------------------------

FAILURE: Integrated in Ambari-trunk-Commit #477 (See [https://builds.apache.org/job/Ambari-trunk-Commit/477/])
AMBARI-7641. Jobs View proxy does not apply all URL query params (alejandro) (afernandez: http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=ddabf125b5d7b0eda5d2fe6b8f56be9b5a5dc0ca)
* contrib/views/jobs/src/main/resources/ui/app/scripts/helpers/ajax.js


> 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)