Return-Path: X-Original-To: apmail-hive-user-archive@www.apache.org Delivered-To: apmail-hive-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 7BCD3D1C1 for ; Thu, 9 Aug 2012 21:32:40 +0000 (UTC) Received: (qmail 26890 invoked by uid 500); 9 Aug 2012 21:32:39 -0000 Delivered-To: apmail-hive-user-archive@hive.apache.org Received: (qmail 26822 invoked by uid 500); 9 Aug 2012 21:32:39 -0000 Mailing-List: contact user-help@hive.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@hive.apache.org Delivered-To: mailing list user@hive.apache.org Received: (qmail 26812 invoked by uid 99); 9 Aug 2012 21:32:39 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Aug 2012 21:32:39 +0000 X-ASF-Spam-Status: No, hits=-0.5 required=5.0 tests=FREEMAIL_ENVFROM_END_DIGIT,FSL_RCVD_USER,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of tombrown52@gmail.com designates 209.85.220.176 as permitted sender) Received: from [209.85.220.176] (HELO mail-vc0-f176.google.com) (209.85.220.176) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Aug 2012 21:32:32 +0000 Received: by vcbfl11 with SMTP id fl11so1103760vcb.35 for ; Thu, 09 Aug 2012 14:32:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=S6eQJAoYoIjKrI7Br7414d9A4Cx8SCtGbOkBBzjxfIc=; b=OliP5ORexUcMIacsQxC6PAQWnma5oXWOLd/ojvUIEy1+rWmNoZNH8BO/iwxnisbstM Soapn1ZtTn/4EcJwh/Ctg3YBbwVJSpn8YFd++Fkffdx2CHCKTA5Rs+kHV8CEU9KPUevf 2PKSrWc9GtG23PfTRsSkmMUxwQp/sk5B36bKsIQ3e6RU//TTc72lyLqS2siR0/TRAHFi 2WcQLvZ80JRqDwolLg/k8zF2QPhpdnNPSjp5F193YN+pZvob/rNMiGFfdr2tW9RDMH2W DsXghIVXtZwiJzZ58CRZUHkptGJSNfRmTtNaW6WV38DHaDrWhDtAfkykoBpF+NS+Se62 Rm8Q== MIME-Version: 1.0 Received: by 10.52.16.239 with SMTP id j15mr613241vdd.7.1344547931854; Thu, 09 Aug 2012 14:32:11 -0700 (PDT) Received: by 10.52.174.205 with HTTP; Thu, 9 Aug 2012 14:32:11 -0700 (PDT) Date: Thu, 9 Aug 2012 15:32:11 -0600 Message-ID: Subject: Question about query result storage From: Tom Brown To: user@hive.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org Team, I'm a new Hive user and I've just run my first large query (a few hours). Unfortunately, I ran it from the CLI, and the output was longer than my SSH client allowed for (scroll buffer) so I can't see the first 1/2 of the result. (It also changes tabs to spaces so properly aligning the columns of the result is difficult as well). When a query is run through the CLI, is the result stored anywhere (even temporarily)? I would love to not have to run the query again, but will if I have to. However, when I run the query again (from the CLI), I'm not sure how to correctly store the results. Should I just pipe all output of the CLI to a file and ignore the few hours of status updates? Can anyone give any suggestions on what the most appropriate way to accomplish this is? Thanks in advance. --Tom