Return-Path: X-Original-To: apmail-hive-dev-archive@www.apache.org Delivered-To: apmail-hive-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 9EC689BDC for ; Mon, 12 Dec 2011 08:39:04 +0000 (UTC) Received: (qmail 84190 invoked by uid 500); 12 Dec 2011 08:39:04 -0000 Delivered-To: apmail-hive-dev-archive@hive.apache.org Received: (qmail 84149 invoked by uid 500); 12 Dec 2011 08:39:04 -0000 Mailing-List: contact dev-help@hive.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hive.apache.org Delivered-To: mailing list dev@hive.apache.org Received: (qmail 84141 invoked by uid 500); 12 Dec 2011 08:39:04 -0000 Delivered-To: apmail-hadoop-hive-dev@hadoop.apache.org Received: (qmail 84138 invoked by uid 99); 12 Dec 2011 08:39:04 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 Dec 2011 08:39:04 +0000 X-ASF-Spam-Status: No, hits=-2001.5 required=5.0 tests=ALL_TRUSTED,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; Mon, 12 Dec 2011 08:38:54 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 5FC08CB1C2 for ; Mon, 12 Dec 2011 08:38:32 +0000 (UTC) Date: Mon, 12 Dec 2011 08:38:32 +0000 (UTC) From: "Phabricator (Updated) (JIRA)" To: hive-dev@hadoop.apache.org Message-ID: <971336200.786.1323679112393.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <414035889.61356.1323492999954.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Updated] (HIVE-2643) Recent patch prevents Hadoop confs from loading in 0.20.204 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HIVE-2643?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Phabricator updated HIVE-2643: ------------------------------ Attachment: HIVE-2643.D759.2.patch cwsteinbach updated the revision "HIVE-2643 [jira] HIVE-2362 preventing Hadoop confs from loading in 0.20.204". Reviewers: JIRA Fix for HIVE-2643 REVISION DETAIL https://reviews.facebook.net/D759 AFFECTED FILES common/build.xml common/src/java/org/apache/hadoop/hive/conf/HiveConf.java common/src/test/org/apache/hadoop/hive/conf/TestHiveConf.java common/src/test/resources/core-site.xml common/src/test/resources/hive-site.xml ql/src/java/org/apache/hadoop/hive/ql/exec/FetchOperator.java > Recent patch prevents Hadoop confs from loading in 0.20.204 > ----------------------------------------------------------- > > Key: HIVE-2643 > URL: https://issues.apache.org/jira/browse/HIVE-2643 > Project: Hive > Issue Type: Bug > Components: Configuration > Reporter: Jakob Homan > Assignee: Carl Steinbach > Priority: Blocker > Attachments: HIVE-2643.1.patch.txt, HIVE-2643.D747.1.patch, HIVE-2643.D753.1.patch, HIVE-2643.D759.1.patch, HIVE-2643.D759.2.patch > > > After the application of HIVE-2362, we're unable to run queries against the Hive cluster (RC2 and 3): > {noformat}java.io.IOException: Failed to set permissions of path: /user/jhoman-667872320/.staging to 0700 > at org.apache.hadoop.fs.FileUtil.checkReturnValue(FileUtil.java:680) > at org.apache.hadoop.fs.FileUtil.setPermission(FileUtil.java:653) > at org.apache.hadoop.fs.RawLocalFileSystem.setPermission(RawLocalFileSystem.java:483) > at org.apache.hadoop.fs.RawLocalFileSystem.mkdirs(RawLocalFileSystem.java:318) > at org.apache.hadoop.fs.FilterFileSystem.mkdirs(FilterFileSystem.java:183) > at org.apache.hadoop.mapreduce.JobSubmissionFiles.getStagingDir(JobSubmissionFiles.java:116){noformat} > this is due to all the hadoop confs not being loaded and the LocalJobRunner (which builds staging directories in this manner) being used instead of the regular one. It's also not possible to access the hdfs since no default fs is specified. > Reverting 2362 fixes this, but I've not yet looked at that patch to see the exact cause. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira