[
https://issues.apache.org/jira/browse/AMBARI-8297?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14216760#comment-14216760
]
Hudson commented on AMBARI-8297:
--------------------------------
SUCCESS: Integrated in Ambari-trunk-Commit-docker #263 (See
[https://builds.apache.org/job/Ambari-trunk-Commit-docker/263/])
AMBARI-8297 ambari hadoop deploy fails in docker (jaoki) (jaoki:
http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=d531181dad51878498336a243ec3fb0de7094a17)
* dev-support/docker/docker/blueprints/single-node-HDP-2.1-blueprint1.json
> 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)