Return-Path: X-Original-To: apmail-flink-issues-archive@minotaur.apache.org Delivered-To: apmail-flink-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 7C322187DE for ; Wed, 3 Feb 2016 23:30:40 +0000 (UTC) Received: (qmail 91404 invoked by uid 500); 3 Feb 2016 23:30:40 -0000 Delivered-To: apmail-flink-issues-archive@flink.apache.org Received: (qmail 91334 invoked by uid 500); 3 Feb 2016 23:30:40 -0000 Mailing-List: contact issues-help@flink.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@flink.apache.org Delivered-To: mailing list issues@flink.apache.org Received: (qmail 91150 invoked by uid 99); 3 Feb 2016 23:30:40 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Feb 2016 23:30:40 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 0CD932C1F5C for ; Wed, 3 Feb 2016 23:30:40 +0000 (UTC) Date: Wed, 3 Feb 2016 23:30:40 +0000 (UTC) From: "Fabian Hueske (JIRA)" To: issues@flink.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Closed] (FLINK-3161) Externalize cluster start-up and tear-down when available 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/FLINK-3161?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Fabian Hueske closed FLINK-3161. -------------------------------- Resolution: Fixed Fix Version/s: 1.0.0 Fixed with f7d1911518da4bd1b4f742e5b4525e7867665f51 > Externalize cluster start-up and tear-down when available > --------------------------------------------------------- > > Key: FLINK-3161 > URL: https://issues.apache.org/jira/browse/FLINK-3161 > Project: Flink > Issue Type: Improvement > Components: Start-Stop Scripts > Affects Versions: 1.0.0 > Reporter: Greg Hogan > Assignee: Greg Hogan > Priority: Minor > Fix For: 1.0.0 > > > I have been using pdsh, pdcp, and rpdcp to both distribute compiled Flink and to start and stop the TaskManagers. The current shell script initializes TaskManagers one-at-a-time. This is trivial to background but would be unthrottled. > From pdsh's archived homepage: "uses a sliding window of threads to execute remote commands, conserving socket resources while allowing some connections to timeout if needed". > What other tools could be supported when available? -- This message was sent by Atlassian JIRA (v6.3.4#6332)