[
https://issues.apache.org/jira/browse/AMBARI-16118?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15259060#comment-15259060
]
Hadoop QA commented on AMBARI-16118:
------------------------------------
{color:red}-1 overall{color}. Here are the results of testing the latest
attachment
http://issues.apache.org/jira/secure/attachment/12800858/AMBARI-16118.patch
against trunk revision .
{color:green}+1 @author{color}. The patch does not contain any @author
tags.
{color:red}-1 tests included{color}. The patch doesn't appear to include
any new or modified tests.
Please justify why no new tests are needed for this
patch.
Also please list what manual steps were performed to
verify this patch.
{color:red}-1 javac{color:red}. The patch appears to cause the build to
fail.
Console output:
https://builds.apache.org/job/Ambari-trunk-test-patch/6671//console
This message is automatically generated.
> Additional logs required when posting ambari configuration failed with 400
> response
> -----------------------------------------------------------------------------------
>
> Key: AMBARI-16118
> URL: https://issues.apache.org/jira/browse/AMBARI-16118
> Project: Ambari
> Issue Type: Improvement
> Components: ambari-server
> Affects Versions: 2.2.1.1
> Reporter: Sandor Magyari
> Assignee: Sandor Magyari
> Fix For: 2.2-next
>
> Attachments: AMBARI-16118.patch
>
>
> Add Bad requests response like below to Ambari server logs:
> In case of JSON error:
> {code}
> {
> "status" : 400,
> "message" : "Invalid Request: Malformed Request Body. An exception
> occurred parsing the request body: Unexpected character (':' (code 58)): was
> expecting comma to separate ARRAY entries\n at [Source:
> java.io.StringReader@17747ba1; line: 4, column: 22]"
> } {code}
> In case of improper content:
> {code}
> {
> "status" : 400,
> "message" : "Blueprint configuration validation failed: Missing required
> properties. Specify a value for these properties in the blueprint
> configuration. {host_group_1={kerberos-env=[encryption_types, realm,
> ldap_url, container_dn, kdc_type, kdc_host]},
> host_group_2={kerberos-env=[encryption_types, realm, ldap_url, container_dn,
> kdc_type, kdc_host]}}"
> } {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)