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 1FE59F44E for ; Tue, 2 Apr 2013 03:11:23 +0000 (UTC) Received: (qmail 41149 invoked by uid 500); 2 Apr 2013 03:11:23 -0000 Delivered-To: apmail-incubator-ambari-dev-archive@incubator.apache.org Received: (qmail 41104 invoked by uid 500); 2 Apr 2013 03:11:22 -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 41072 invoked by uid 99); 2 Apr 2013 03:11:21 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Apr 2013 03:11:21 +0000 X-ASF-Spam-Status: No, hits=1.7 required=5.0 tests=FREEMAIL_ENVFROM_END_DIGIT,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of peicheng5@gmail.com designates 209.85.214.169 as permitted sender) Received: from [209.85.214.169] (HELO mail-ob0-f169.google.com) (209.85.214.169) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Apr 2013 03:11:16 +0000 Received: by mail-ob0-f169.google.com with SMTP id oi10so2455358obb.0 for ; Mon, 01 Apr 2013 20:10:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:date:message-id:subject:from:to:cc :content-type; bh=S8bRxp8166I1iW1K8bim5Fwqjkmp3+pPT8bEQ/SyXd4=; b=SkF9kKX3aojUc9KdjM9PQ7APAmNv7ndivyAjRdNbhHHF7XNr+zdVOB494A6olygW2x B+rWB0URoz9Ygc+8nlAMRXQQoz2rt0fGanangQ+l5lnxOaVSoza+y2ChH/3HstUULokF WejrRUpMvf6XmcbKzJ0jfamLgUAEhkJ4I6NZUHUdIpaRvwO7iDa/sxpjoQ1i+89eNP4P jOCvlc4hBQb4GQhgv1UuhM27zK4bucH2O9dHs8fC2aJFhdGG8hLyYzAdV/r9lpLGY02W p/2UCzc+zTbNoKO3Vp+HFOWZepp4lsQdNh75L5ZcQ+/Wx4RdHZZUd3d7ul3UnLqq4TIr 1uQw== MIME-Version: 1.0 X-Received: by 10.182.123.76 with SMTP id ly12mr4933837obb.53.1364872255749; Mon, 01 Apr 2013 20:10:55 -0700 (PDT) Received: by 10.76.167.233 with HTTP; Mon, 1 Apr 2013 20:10:55 -0700 (PDT) Date: Tue, 2 Apr 2013 11:10:55 +0800 Message-ID: Subject: remove hosts ? From: "PC Liao ( peicheng ) " To: ambari-dev@incubator.apache.org Cc: peicheng Liao Content-Type: multipart/alternative; boundary=f46d04462b72f7cb8e04d95815b0 X-Virus-Checked: Checked by ClamAV on apache.org --f46d04462b72f7cb8e04d95815b0 Content-Type: text/plain; charset=ISO-8859-1 hi all, I try to find the deleteComponents and deleteHosts feature ,but that is not supported. Docs any plan for these feature and** implementation guideline? from ambari/ambari-server/src/main/java/org/apache/ambari/server/controller/ AmbariManagementControllerImpl.java @Override public RequestStatusResponse deleteComponents( Set request) throws AmbariException { throw new AmbariException("Delete components not supported"); } @Override public void deleteHosts(Set request) throws AmbariException { throw new AmbariException("Delete hosts not supported"); } --f46d04462b72f7cb8e04d95815b0--