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 8555941B5 for ; Wed, 13 Jul 2011 02:55:26 +0000 (UTC) Received: (qmail 92316 invoked by uid 500); 13 Jul 2011 02:55:26 -0000 Delivered-To: apmail-pig-dev-archive@pig.apache.org Received: (qmail 92023 invoked by uid 500); 13 Jul 2011 02:55:24 -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 91993 invoked by uid 500); 13 Jul 2011 02:55:22 -0000 Delivered-To: apmail-hadoop-pig-dev@hadoop.apache.org Received: (qmail 91985 invoked by uid 99); 13 Jul 2011 02:55:21 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 13 Jul 2011 02:55:21 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 13 Jul 2011 02:55:20 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id D55AA4D72B for ; Wed, 13 Jul 2011 02:54:59 +0000 (UTC) Date: Wed, 13 Jul 2011 02:54:59 +0000 (UTC) From: "Araceli Henley (JIRA)" To: pig-dev@hadoop.apache.org Message-ID: <1128445944.8579.1310525699870.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Created] (PIG-2158) dot Next integration with Pig 0.9 - mount side table is read only MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 dot Next integration with Pig 0.9 - mount side table is read only ----------------------------------------------------------------- Key: PIG-2158 URL: https://issues.apache.org/jira/browse/PIG-2158 Project: Pig Issue Type: Bug Affects Versions: 0.9.0 Reporter: Araceli Henley Fix For: 0.9.0 Creating a direcotry from hdfs directly on either namenode works: hadoop fs -mkdir hdfs://namenode1/user/hadoopqa/pig/out1/foo1 hadoop fs -mkdir hdfs://namenode2/user/hadoopqa/pig/out2/foo2 hadoop fs -ls hdfs://namenode2/user/hadoopqa/pig/out2/ drwxr-xr-x - hadoopqa hdfs 0 2011-07-13 01:07 /out2/foo2 Creating it on the second name bnode with a mount side table works: hadoop fs -mkdir /out2/foo3 hadoop fs -ls /out2 drwxr-xr-x - hadoopqa hdfs 0 2011-07-13 01:07 /out2/foo2 drwxr-xr-x - hadoopqa hdfs 0 2011-07-13 02:47 /out2/foo3 Creating it from grunt fails with a readonly error: grunt> fs -mkdir /out2/foo4 mkdir: Permission denied: user=araceli, access=WRITE, inode="/user/hadoopqa/pig/out2":hadoopqa:hdfs:drwxr-xr-x -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira