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 C68ADEF93 for ; Tue, 22 Jan 2013 21:36:13 +0000 (UTC) Received: (qmail 35222 invoked by uid 500); 22 Jan 2013 21:36:13 -0000 Delivered-To: apmail-pig-dev-archive@pig.apache.org Received: (qmail 35138 invoked by uid 500); 22 Jan 2013 21:36:13 -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 35125 invoked by uid 500); 22 Jan 2013 21:36:13 -0000 Delivered-To: apmail-hadoop-pig-dev@hadoop.apache.org Received: (qmail 35102 invoked by uid 99); 22 Jan 2013 21:36:13 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 Jan 2013 21:36:13 +0000 Date: Tue, 22 Jan 2013 21:36:13 +0000 (UTC) From: "Daniel Dai (JIRA)" To: pig-dev@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (PIG-3126) Problem in STORE 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-3126?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13560049#comment-13560049 ] Daniel Dai commented on PIG-3126: --------------------------------- Which version of Hadoop are you using? > Problem in STORE > ---------------- > > Key: PIG-3126 > URL: https://issues.apache.org/jira/browse/PIG-3126 > Project: Pig > Issue Type: Bug > Components: impl > Affects Versions: 0.9.2 > Environment: CentOS 5.7 > Reporter: Vishnu Ganth > Attachments: log.txt > > > A = Load 'sample'; > store A into '/user/xyz/sample-out'; > When this pig script is run using abc user who does not have write permission in '/user/xyz', PIG is unable to create the directory sample-out and the map-reduce job gets killed ultimately without any log. PIG should throw some error log saying permission denied. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira