Return-Path: X-Original-To: apmail-giraph-dev-archive@www.apache.org Delivered-To: apmail-giraph-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 EFBE6D266 for ; Tue, 28 Aug 2012 23:31:07 +0000 (UTC) Received: (qmail 54658 invoked by uid 500); 28 Aug 2012 23:31:07 -0000 Delivered-To: apmail-giraph-dev-archive@giraph.apache.org Received: (qmail 54551 invoked by uid 500); 28 Aug 2012 23:31:07 -0000 Mailing-List: contact dev-help@giraph.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@giraph.apache.org Delivered-To: mailing list dev@giraph.apache.org Received: (qmail 54541 invoked by uid 500); 28 Aug 2012 23:31:07 -0000 Delivered-To: apmail-incubator-giraph-dev@incubator.apache.org Received: (qmail 54459 invoked by uid 99); 28 Aug 2012 23:31:07 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 28 Aug 2012 23:31:07 +0000 Date: Wed, 29 Aug 2012 10:31:07 +1100 (NCT) From: "Eli Reisman (JIRA)" To: giraph-dev@incubator.apache.org Message-ID: <886408661.9449.1346196667739.JavaMail.jiratomcat@arcas> In-Reply-To: <1763099771.2579.1345670562738.JavaMail.jiratomcat@arcas> Subject: [jira] [Updated] (GIRAPH-312) Giraph needs an admin script 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/GIRAPH-312?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eli Reisman updated GIRAPH-312: ------------------------------- Attachment: GIRAPH-312-4.patch Uploaded wrong one. Here we go. Otherwise, last msg still applies... > Giraph needs an admin script > ---------------------------- > > Key: GIRAPH-312 > URL: https://issues.apache.org/jira/browse/GIRAPH-312 > Project: Giraph > Issue Type: New Feature > Components: conf and scripts, zookeeper > Affects Versions: 0.2.0 > Reporter: Eli Reisman > Assignee: Eli Reisman > Priority: Minor > Fix For: 0.2.0 > > Attachments: GIRAPH-312-1.patch, GIRAPH-312-2.patch, GIRAPH-312-3.patch, GIRAPH-312-3.patch, GIRAPH-312-4.patch > > > Our zookeeper instances have very long uptimes on our cluster, and failed job trees are never cleaned from memory. There is a separate shell script to do this, but its not picky about which node trees it erases, and on some systems some Giraph users may not have access to it. > This patch will add a shell script to activate a new class which will use Giraph conf file options or our normal -Dgiraph.XYZ command-line opts to get the ZK quorum info, and clean out the remnants from its memory of old failed and killed jobs. They do pile up over time. > This led to the larger idea that Giraph needs a general giraph-admin shell script as a home for stuff like this. Jakob suggested it would be a good idea to put this into such a script since then admin groups can be created so that not every Giraph client can run it. This script currently only has code to start up the zk cleaner, but can have more options added to it as JIRA's to add features crop up. -- 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