Return-Path: X-Original-To: apmail-accumulo-user-archive@www.apache.org Delivered-To: apmail-accumulo-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id ED85F10721 for ; Thu, 3 Apr 2014 16:29:17 +0000 (UTC) Received: (qmail 65026 invoked by uid 500); 3 Apr 2014 16:29:17 -0000 Delivered-To: apmail-accumulo-user-archive@accumulo.apache.org Received: (qmail 64639 invoked by uid 500); 3 Apr 2014 16:29:15 -0000 Mailing-List: contact user-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@accumulo.apache.org Delivered-To: mailing list user@accumulo.apache.org Received: (qmail 64625 invoked by uid 99); 3 Apr 2014 16:29:14 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Apr 2014 16:29:14 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of yuzhihong@gmail.com designates 209.85.160.179 as permitted sender) Received: from [209.85.160.179] (HELO mail-yk0-f179.google.com) (209.85.160.179) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Apr 2014 16:29:10 +0000 Received: by mail-yk0-f179.google.com with SMTP id 9so1784403ykp.10 for ; Thu, 03 Apr 2014 09:28:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=DscfJv+KGA1TO0Pn9tIgCozwta4476+SHcQzfXdFBQM=; b=OJ2/BCLFTPo24vVb8JaDOPEFzMaXO14YW3TAeyHIDiCefNWkxl+Ou5gmQi7QkajyRh yPlX+xQP9iE1kEpPql0La0Dw4mA/F4Vl74Mf5O01WGvqeSIyx4dh1CcDuQeQ9BCvuEH9 oqNXeuXi6oc+4eyRFzyNXZlepX8t8UHylo6WhSkFaLH+Jq3Oz5/5ecLQBhTNdHGWeQYq PgyzpkHbqr1HgsWHjgtpYz1FLY2UcNDZIl4Uh5StUcOsxylEQBF0+M8Ote290cUGgv6h M6fKiYWW/I+JjKWAbzCnpgtz0xTdrxV1qhliMa9H+2T0NRvqSbSpP/CpQgydMRxxS8lL 7zaw== MIME-Version: 1.0 X-Received: by 10.236.157.167 with SMTP id o27mr2715921yhk.127.1396542528260; Thu, 03 Apr 2014 09:28:48 -0700 (PDT) Received: by 10.170.79.130 with HTTP; Thu, 3 Apr 2014 09:28:48 -0700 (PDT) In-Reply-To: References: Date: Thu, 3 Apr 2014 09:28:48 -0700 Message-ID: Subject: Re: Deleting Column Family From: Ted Yu To: "user@accumulo.apache.org" Content-Type: multipart/alternative; boundary=20cf303f676c4f8fb704f625e55b X-Virus-Checked: Checked by ClamAV on apache.org --20cf303f676c4f8fb704f625e55b Content-Type: text/plain; charset=ISO-8859-1 Take a look at the following method in Delete: public Delete deleteFamily(byte [] family) { Cheers On Thu, Apr 3, 2014 at 9:17 AM, Talat Uyarer wrote: > Hi All, > > I want to delete a column family and its owned all column quilfier and > values. > > Is it possible ? > > Thanks > Talat > --20cf303f676c4f8fb704f625e55b Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
Take a look at the following method in Delete:

=A0=A0public Delete deleteFamily(byte [] family) {

Cheers



On Thu, Apr= 3, 2014 at 9:17 AM, Talat Uyarer <talat@uyarer.com> wrote:

Hi All,

I want to delete a column family and its owned all column qu= ilfier and values.

Is it possible ?

Thanks
Talat


--20cf303f676c4f8fb704f625e55b--