Return-Path: X-Original-To: apmail-accumulo-notifications-archive@minotaur.apache.org Delivered-To: apmail-accumulo-notifications-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 0EB72FB37 for ; Tue, 7 May 2013 02:39:17 +0000 (UTC) Received: (qmail 93618 invoked by uid 500); 7 May 2013 02:39:17 -0000 Delivered-To: apmail-accumulo-notifications-archive@accumulo.apache.org Received: (qmail 93588 invoked by uid 500); 7 May 2013 02:39:17 -0000 Mailing-List: contact notifications-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jira@apache.org Delivered-To: mailing list notifications@accumulo.apache.org Received: (qmail 93579 invoked by uid 99); 7 May 2013 02:39:16 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 May 2013 02:39:16 +0000 Date: Tue, 7 May 2013 02:39:16 +0000 (UTC) From: "Hudson (JIRA)" To: notifications@accumulo.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (ACCUMULO-1335) DU command should be available through the java API 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/ACCUMULO-1335?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13650395#comment-13650395 ] Hudson commented on ACCUMULO-1335: ---------------------------------- Integrated in Accumulo-Trunk-Hadoop-2.0 #209 (See [https://builds.apache.org/job/Accumulo-Trunk-Hadoop-2.0/209/]) ACCUMULO-1335 fixed some issues with table disk usage (Revision 1478613) Result = SUCCESS kturner : Files : * /accumulo/trunk/core/src/main/java/org/apache/accumulo/core/client/admin/TableOperationsImpl.java * /accumulo/trunk/core/src/main/java/org/apache/accumulo/core/client/impl/thrift/ClientService.java * /accumulo/trunk/core/src/main/java/org/apache/accumulo/core/client/impl/thrift/TDiskUsage.java * /accumulo/trunk/core/src/main/java/org/apache/accumulo/core/tabletserver/thrift/ActiveCompaction.java * /accumulo/trunk/core/src/main/java/org/apache/accumulo/core/tabletserver/thrift/DiskUsage.java * /accumulo/trunk/core/src/main/java/org/apache/accumulo/core/tabletserver/thrift/IteratorConfig.java * /accumulo/trunk/core/src/main/java/org/apache/accumulo/core/tabletserver/thrift/TIteratorSetting.java * /accumulo/trunk/core/src/main/java/org/apache/accumulo/core/tabletserver/thrift/TabletClientService.java * /accumulo/trunk/core/src/main/java/org/apache/accumulo/core/util/TableDiskUsage.java * /accumulo/trunk/core/src/main/thrift/client.thrift * /accumulo/trunk/core/src/main/thrift/tabletserver.thrift * /accumulo/trunk/server/src/main/java/org/apache/accumulo/server/client/ClientServiceHandler.java * /accumulo/trunk/server/src/main/java/org/apache/accumulo/server/tabletserver/TabletServer.java * /accumulo/trunk/test/src/main/java/org/apache/accumulo/test/performance/thrift/NullTserver.java * /accumulo/trunk/test/src/test/java/org/apache/accumulo/test/TableOperationsIT.java * /accumulo/trunk/test/src/test/java/org/apache/accumulo/test/TabletServerIT.java > DU command should be available through the java API > --------------------------------------------------- > > Key: ACCUMULO-1335 > URL: https://issues.apache.org/jira/browse/ACCUMULO-1335 > Project: Accumulo > Issue Type: Improvement > Reporter: Chris McCubbin > Assignee: Corey J. Nolet > Priority: Minor > Fix For: 1.6.0 > > Attachments: ACCUMULO-1335.2.patch, ACCUMULO-1335.patch > > > The du command that is available in the shell would be useful to have available in the java API (e.g. through connector.instanceOperations() for example). It seems to be quite difficult to recreate this value without the shell. -- 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