Return-Path: X-Original-To: apmail-accumulo-dev-archive@www.apache.org Delivered-To: apmail-accumulo-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 A7A891762F for ; Thu, 6 Nov 2014 03:34:18 +0000 (UTC) Received: (qmail 6143 invoked by uid 500); 6 Nov 2014 03:34:18 -0000 Delivered-To: apmail-accumulo-dev-archive@accumulo.apache.org Received: (qmail 6086 invoked by uid 500); 6 Nov 2014 03:34:18 -0000 Mailing-List: contact dev-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@accumulo.apache.org Delivered-To: mailing list dev@accumulo.apache.org Received: (qmail 6075 invoked by uid 99); 6 Nov 2014 03:34:18 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Nov 2014 03:34:18 +0000 X-ASF-Spam-Status: No, hits=3.5 required=5.0 tests=HTML_MESSAGE,NUMERIC_HTTP_ADDR,RCVD_IN_DNSWL_LOW,SPF_NEUTRAL,URI_HEX X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [209.85.220.175] (HELO mail-vc0-f175.google.com) (209.85.220.175) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Nov 2014 03:33:52 +0000 Received: by mail-vc0-f175.google.com with SMTP id hy4so101117vcb.20 for ; Wed, 05 Nov 2014 19:33:06 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; bh=SAWg+xNmhk8UJM4d+wPKNw0gaV1HiPKCmRDssWTzhZ4=; b=DaktjiRDL8C84GnidLzMFCA1OcktvEHUdDti1voGL4SqDjL9gRIGYxgI9rdsfIyUvT kg/MwTuDbOSjBeQOxzZ99CIHO1bwFuKpKdBHtzCxmGCeT+pUrZCJz0MZiH1mbdmnQerM y/1c7zPrwUNvpBoWRjFjRW1wGxfpAzAmwK8Gxfp3rhgj+TKgmSvvwNNJf+O3wC+BKqXM 9kGnF7P3H7TA/6ghDItIlomxFLPWw0xaI3M6Vq9WQzyNnbMzzR+b2PImtPqtuEKwX3vt SF2/VvD/7mHoVzZJUrP/vcHyPucQMsucWN/bkn8O6r1PG2at8s6efuha0P2Qk9WG5iFD Thhg== X-Gm-Message-State: ALoCoQmyri2+GrapXiVDSoY3RSqoYlrMwf2LxLDLiEm3uIDKs4VClgtVbkeWnETLWCqesQRhtZ19 MIME-Version: 1.0 X-Received: by 10.52.37.43 with SMTP id v11mr846997vdj.3.1415244785921; Wed, 05 Nov 2014 19:33:05 -0800 (PST) Received: by 10.220.48.72 with HTTP; Wed, 5 Nov 2014 19:33:05 -0800 (PST) In-Reply-To: <545AD7CD.50708@gmail.com> References: <1415234997948-11907.post@n5.nabble.com> <545AD7CD.50708@gmail.com> Date: Wed, 5 Nov 2014 22:33:05 -0500 Message-ID: Subject: Re: Export Accumulo tables and data to local file system From: Keith Turner To: Accumulo Dev List Content-Type: multipart/alternative; boundary=20cf30780a72bc4a3a0507285ab7 X-Virus-Checked: Checked by ClamAV on apache.org --20cf30780a72bc4a3a0507285ab7 Content-Type: text/plain; charset=UTF-8 On Wed, Nov 5, 2014 at 9:07 PM, Josh Elser wrote: > Hi, > > Hadoop distcp is typically recommended to copy the data from your exported > Accumulo table to some remote HDFS instance. The export process creates a > distcp.txt file which is a list of Accumulo files that need to be copied. > http://accumulo.apache.org/1.5/examples/export.html > > I'm not sure if distcp natively supports copying to a local filesystem or > not, but you can always use that distcp.txt file and write your own script > using the `hadoop`/`hdfs` shell commands. I'm sure there are also Java APIs > that you could use which would be more efficient. > > > mike3777 wrote: > >> Hello, new to accumulo and given an interesting task. My project manager >> has >> asked me to come up with a solution to export an accumulo table and its >> data >> to a local file system. I know this sounds crazy and i have seen reference >> to moving data between clusters but have yet to find a way to get it out >> of >> HDFS to a local filesystem. Is my project manager crazy or is there a way >> that can be shared.. >> >> >> >> >> -- >> View this message in context: http://apache-accumulo. >> 1065345.n5.nabble.com/Export-Accumulo-tables-and-data-to- >> local-file-system-tp11907.html >> Sent from the Developers mailing list archive at Nabble.com. >> > --20cf30780a72bc4a3a0507285ab7--