Return-Path: X-Original-To: apmail-incubator-ambari-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-ambari-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 6505B964D for ; Thu, 16 May 2013 17:21:16 +0000 (UTC) Received: (qmail 34662 invoked by uid 500); 16 May 2013 17:21:16 -0000 Delivered-To: apmail-incubator-ambari-dev-archive@incubator.apache.org Received: (qmail 34630 invoked by uid 500); 16 May 2013 17:21:16 -0000 Mailing-List: contact ambari-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: ambari-dev@incubator.apache.org Delivered-To: mailing list ambari-dev@incubator.apache.org Received: (qmail 34617 invoked by uid 99); 16 May 2013 17:21:16 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 16 May 2013 17:21:16 +0000 Date: Thu, 16 May 2013 17:21:16 +0000 (UTC) From: "Sumit Mohanty (JIRA)" To: ambari-dev@incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (AMBARI-2145) Create script for deploying all new services for UI 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-2145?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sumit Mohanty updated AMBARI-2145: ---------------------------------- Attachment: AMBARI-2145.patch > Create script for deploying all new services for UI > --------------------------------------------------- > > Key: AMBARI-2145 > URL: https://issues.apache.org/jira/browse/AMBARI-2145 > Project: Ambari > Issue Type: Bug > Affects Versions: 1.2.4 > Reporter: Sumit Mohanty > Assignee: Sumit Mohanty > Fix For: 1.2.4 > > Attachments: AMBARI-2145.patch > > > How to use: > 1) Install and start server and agent. > 2) Modify HOST in https://github.com/hortonworks/ambari/blob/master/ambari-server/src/test/resources/deploy_HDP2.sh if it isn't dev01.hortonworks.com. > 3) Run deploy_HDP2.sh script. > 4) Wait till installation request will be finished. > 5) Start all components as usual: > {code} > curl -i -X PUT -d '{"RequestInfo": {"context" :"Starting Services"}, "Body": {"ServiceInfo": {"state": "STARTED"}}}' -u admin:admin http://localhost:8080/api/v1/clusters/c1/services?ServiceInfo/state=INSTALLED > {code} > 6) After starting request will be finished, new components should be available on following ports: > * Resourcemanager: 8088 > * Nodemanager: 8042 > * Historyserver: 19888 -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira