You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "jun aoki (JIRA)" <ji...@apache.org> on 2014/11/12 20:21:35 UTC

[jira] [Created] (AMBARI-8297) ambari hadoop deploy fails in docker

jun aoki created AMBARI-8297:
--------------------------------

             Summary: 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


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)