[
https://issues.apache.org/jira/browse/AMBARI-8297?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
jun aoki updated AMBARI-8297:
-----------------------------
Attachment: remove-nagios_AMBARI-8297.patch
> 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)