Return-Path: X-Original-To: apmail-pig-dev-archive@www.apache.org Delivered-To: apmail-pig-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 9F053D021 for ; Thu, 2 Aug 2012 21:32:02 +0000 (UTC) Received: (qmail 63657 invoked by uid 500); 2 Aug 2012 21:32:00 -0000 Delivered-To: apmail-pig-dev-archive@pig.apache.org Received: (qmail 63301 invoked by uid 500); 2 Aug 2012 21:32:00 -0000 Mailing-List: contact dev-help@pig.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@pig.apache.org Delivered-To: mailing list dev@pig.apache.org Received: (qmail 63291 invoked by uid 500); 2 Aug 2012 21:32:00 -0000 Delivered-To: apmail-hadoop-pig-dev@hadoop.apache.org Received: (qmail 63287 invoked by uid 99); 2 Aug 2012 21:32:00 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Aug 2012 21:32:00 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of dvryaboy@gmail.com designates 209.85.217.176 as permitted sender) Received: from [209.85.217.176] (HELO mail-lb0-f176.google.com) (209.85.217.176) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Aug 2012 21:31:52 +0000 Received: by lboj14 with SMTP id j14so1439537lbo.35 for ; Thu, 02 Aug 2012 14:31:32 -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=lR5CcnRN61JurrGbULqcK/rpJj1dlWt9qElkg+lecCY=; b=qywzPfe1qg9C2Bj6PdA+X9t+KUTTDZkZzXsFuvoGqNhsz08qFjCYktt/rEr5GtE+Qw YQi/TbclLI11aRET+gv3VGRJk8TnX8pfDRR8iu0Jt4ahWXuCBuVe3hmqKs6S+ulv8Yyw 3uYWP9hHFBs+AaJ8xbXOkHnDPn0stSgS5t2REc9RLUoOtSc3XXwV6OMh+ncjbtnXhPYN rsm9jUqi08nmMmggjgRkUhzCXH80pYtdW11jbz70OpS9Lg9ZbLwZoUc4+SptK5+Wu2nb 7Ciu0gA9nCs/bgtv1bKpSnNbgW7KrMvlp+5MkwOe1NruOG0PddFV3bJzPEiU3B7yVAp2 zQeQ== MIME-Version: 1.0 Received: by 10.152.127.98 with SMTP id nf2mr23242197lab.4.1343943092471; Thu, 02 Aug 2012 14:31:32 -0700 (PDT) Received: by 10.114.37.200 with HTTP; Thu, 2 Aug 2012 14:31:32 -0700 (PDT) Date: Thu, 2 Aug 2012 14:31:32 -0700 Message-ID: Subject: Put whole path into -tagsource? From: Dmitriy Ryaboy To: Prashant Kommireddi , pig-dev@hadoop.apache.org Content-Type: text/plain; charset=ISO-8859-1 Hi all, I advised a user to use the new -tagsource option for PigStorage recently, but it wasn't useful for him because it only contains the filename (in this case, MR output like "part-m-00000.lzo"). He'd really like to get the full path, instead. Can we change tagsource to do that? Or perhaps add yet another flag? What do you think? D