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 47CE7D6C3 for ; Wed, 21 Nov 2012 21:44:59 +0000 (UTC) Received: (qmail 31681 invoked by uid 500); 21 Nov 2012 21:44:58 -0000 Delivered-To: apmail-incubator-ambari-dev-archive@incubator.apache.org Received: (qmail 31596 invoked by uid 500); 21 Nov 2012 21:44:58 -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 31355 invoked by uid 99); 21 Nov 2012 21:44:57 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 21 Nov 2012 21:44:57 +0000 Date: Wed, 21 Nov 2012 21:44:57 +0000 (UTC) From: "John Speidel (JIRA)" To: ambari-dev@incubator.apache.org Message-ID: <1291613986.14306.1353534297885.JavaMail.jiratomcat@arcas> Subject: [jira] [Created] (AMBARI-1029) Add api support for updating multiple host_component resources for multiple hosts in a single request MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 John Speidel created AMBARI-1029: ------------------------------------ Summary: Add api support for updating multiple host_component resources for multiple hosts in a single request Key: AMBARI-1029 URL: https://issues.apache.org/jira/browse/AMBARI-1029 Project: Ambari Issue Type: Sub-task Reporter: John Speidel Assignee: John Speidel Ambari UI needs ability to update multiple host_component resources for a set of hosts. Currently this is not possible because it is necessary to include the host resource as part of the host_component URI. New functionality allows a host_component URI without providing a host resource. Example: update foo property for the DATANODE and TASKTRACKER host components for hosts "h1" and "h2". URI syntax: PUT http://localhost:8080/api/v1/clusters/c1/host_components?HostRoles/host_name=h1|HostRoles/host_name=h2&HostRoles/component_name=DATANODE|HostRoles/component_name=TASKTRACKER { foo=bar } -- 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