Return-Path: X-Original-To: apmail-ambari-dev-archive@www.apache.org Delivered-To: apmail-ambari-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 4F68A10EDE for ; Mon, 17 Nov 2014 21:23:34 +0000 (UTC) Received: (qmail 93090 invoked by uid 500); 17 Nov 2014 21:23:34 -0000 Delivered-To: apmail-ambari-dev-archive@ambari.apache.org Received: (qmail 93057 invoked by uid 500); 17 Nov 2014 21:23:34 -0000 Mailing-List: contact dev-help@ambari.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ambari.apache.org Delivered-To: mailing list dev@ambari.apache.org Received: (qmail 93045 invoked by uid 99); 17 Nov 2014 21:23:34 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 17 Nov 2014 21:23:34 +0000 Date: Mon, 17 Nov 2014 21:23:34 +0000 (UTC) From: "Siddharth Wagle (JIRA)" To: dev@ambari.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (AMBARI-8297) ambari hadoop deploy fails in docker MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/AMBARI-8297?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14215204#comment-14215204 ] Siddharth Wagle commented on AMBARI-8297: ----------------------------------------- What stack version is supplied in the blueprint ? Nagios is present in 2.1. > 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)