[
https://issues.apache.org/jira/browse/AMBARI-8297?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14211209#comment-14211209
]
Hadoop QA commented on AMBARI-8297:
-----------------------------------
{color:red}-1 overall{color}. Here are the results of testing the latest
attachment
http://issues.apache.org/jira/secure/attachment/12681382/remove-nagios_AMBARI-8297.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: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 .
Test results:
https://builds.apache.org/job/Ambari-trunk-test-patch/633//testReport/
Console output:
https://builds.apache.org/job/Ambari-trunk-test-patch/633//console
This message is automatically generated.
> ambari hadoop deploy fails in docker
> ------------------------------------
>
> Key: AMBARI-8297
> URL: https://issues.apache.org/jira/browse/AMBARI-8297
> Project: Ambari
> Issue Type: Bug
> Affects Versions: 2.0.0
> Reporter: jun aoki
> Assignee: jun aoki
> Fix For: 2.0.0
>
> Attachments: remove-nagios_AMBARI-8297.patch
>
>
> As stated here
> https://cwiki.apache.org/confluence/display/AMBARI/Development+in+Docker
> The ambari docker container should be able to deploy a Hadoop cluster in the
> container (tested on 1.6.1), but it is broken on trunk due to nagios being
> retired.
> The following docker command will fail on the latest code.
> {code}
> docker run --privileged -t -p 80:80 -p 5005:5005 -p 8080:8080 -h
> node1.mydomain.com --name ambari1 -v ${AMBARI_SRC:-$(pwd)}:/tmp/ambari
> ambari/build /tmp/ambari-build-docker/bin/ambaribuild.py deploy -b
> ...
> {
> "status" : 400,
> "message" : "The component 'NAGIOS_SERVER' in host group 'host_group_1' is
> not valid for the specified stack"
> }HTTP/1.1 400 Bad Request
> Set-Cookie: AMBARISESSIONID=8xe0aw0vuopcytvhlzetau5q;Path=/
> Expires: Thu, 01 Jan 1970 00:00:00 GMT
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)