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 B5D8A19967 for ; Mon, 25 Apr 2016 23:38:19 +0000 (UTC) Received: (qmail 45411 invoked by uid 500); 25 Apr 2016 23:38:15 -0000 Delivered-To: apmail-pig-dev-archive@pig.apache.org Received: (qmail 45227 invoked by uid 500); 25 Apr 2016 23:38:15 -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 44761 invoked by uid 500); 25 Apr 2016 23:38:14 -0000 Delivered-To: apmail-hadoop-pig-dev@hadoop.apache.org Received: (qmail 44598 invoked by uid 99); 25 Apr 2016 23:38:14 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 25 Apr 2016 23:38:14 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 579FD2C1F6D for ; Mon, 25 Apr 2016 23:38:14 +0000 (UTC) Date: Mon, 25 Apr 2016 23:38:14 +0000 (UTC) From: "Rohini Palaniswamy (JIRA)" To: pig-dev@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (PIG-2584) Command line arguments for Pig script 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/PIG-2584?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rohini Palaniswamy updated PIG-2584: ------------------------------------ Fix Version/s: (was: 0.16.0) 0.17.0 > Command line arguments for Pig script > ------------------------------------- > > Key: PIG-2584 > URL: https://issues.apache.org/jira/browse/PIG-2584 > Project: Pig > Issue Type: Improvement > Components: impl > Reporter: Daniel Dai > Priority: Minor > Fix For: 0.17.0 > > > We did that for Jython embeded script. It is also useful in Pig script itself: > command line: pig a.pig student.txt output > a.pig: > a = load '$1' as (a0, a1); > store a into '$2'; -- This message was sent by Atlassian JIRA (v6.3.4#6332)