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

[jira] [Commented] (AMBARI-7644) After view deploy, GET call returning 400, not possible to create view instances w/o restart

    [ https://issues.apache.org/jira/browse/AMBARI-7644?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14159110#comment-14159110 ] 

Hadoop QA commented on AMBARI-7644:
-----------------------------------

{color:green}+1 overall{color}.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12672932/AMBARI-7644.patch
  against trunk revision .

    {color:green}+1 @author{color}.  The patch does not contain any @author tags.

    {color:green}+1 tests included{color}.  The patch appears to include 1 new or modified test files.

    {color:green}+1 javac{color}.  The applied patch does not increase the total number of javac compiler warnings.

    {color:green}+1 release audit{color}.  The applied patch does not increase the total number of release audit warnings.

    {color:green}+1 core tests{color}.  The patch passed unit tests in ambari-server.

Test results: https://builds.apache.org/job/Ambari-trunk-test-patch/86//testReport/
Console output: https://builds.apache.org/job/Ambari-trunk-test-patch/86//console

This message is automatically generated.

> After view deploy, GET call returning 400, not possible to create view instances w/o restart
> --------------------------------------------------------------------------------------------
>
>                 Key: AMBARI-7644
>                 URL: https://issues.apache.org/jira/browse/AMBARI-7644
>             Project: Ambari
>          Issue Type: Bug
>            Reporter: Tom Beerbower
>            Assignee: Tom Beerbower
>             Fix For: 1.7.0
>
>         Attachments: AMBARI-7644.patch
>
>
> 1. Start ambari and have views deploy (in my case, this is first-time install so it's Jobs and Slider).
> 2. Jobs finishes deploying and slider is still deploying
> 3. I go to create a jobs view instance and the following call fails 400 Bad Request
> http://c6401.ambari.apache.org:8080/api/v1/views/JOBS/versions/1.0.0/instances/asd?fields=privileges%2FPrivilegeInfo,ViewInstanceInfo,resources
> {code}
> {
>   "status" : 400,
>   "message" : "The properties [resources] specified in the request or predicate are not supported for the resource type ViewInstance."
> }
> {code}
> Regardless if I wait for slider view to deploy or not, until I restart ambari server, this GET call does not succeed.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)