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 1E26210D33 for ; Thu, 29 May 2014 19:39:43 +0000 (UTC) Received: (qmail 36333 invoked by uid 500); 29 May 2014 19:33:03 -0000 Delivered-To: apmail-hive-dev-archive@hive.apache.org Received: (qmail 36261 invoked by uid 500); 29 May 2014 19:33:02 -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 36252 invoked by uid 500); 29 May 2014 19:33:02 -0000 Delivered-To: apmail-hadoop-hive-dev@hadoop.apache.org Received: (qmail 36249 invoked by uid 99); 29 May 2014 19:33:02 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 29 May 2014 19:33:02 +0000 Date: Thu, 29 May 2014 19:33:01 +0000 (UTC) From: "David Chen (JIRA)" To: hive-dev@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HIVE-7110) TestHCatPartitionPublish test failure: No FileSystem or scheme: pfile 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/HIVE-7110?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14012774#comment-14012774 ] David Chen commented on HIVE-7110: ---------------------------------- Posted patch for pre-commit testing. RB: https://reviews.apache.org/r/22033/ > TestHCatPartitionPublish test failure: No FileSystem or scheme: pfile > --------------------------------------------------------------------- > > Key: HIVE-7110 > URL: https://issues.apache.org/jira/browse/HIVE-7110 > Project: Hive > Issue Type: Bug > Components: HCatalog > Reporter: David Chen > Assignee: David Chen > > I got the following TestHCatPartitionPublish test failure when running all unit tests against Hadoop 1. This also appears when testing against Hadoop 2. > {code} > Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 26.06 sec <<< FAILURE! - in org.apache.hive.hcatalog.mapreduce.TestHCatPartitionPublish > testPartitionPublish(org.apache.hive.hcatalog.mapreduce.TestHCatPartitionPublish) Time elapsed: 1.361 sec <<< ERROR! > org.apache.hive.hcatalog.common.HCatException: org.apache.hive.hcatalog.common.HCatException : 2001 : Error setting output information. Cause : java.io.IOException: No FileSystem for scheme: pfile > at org.apache.hadoop.fs.FileSystem.createFileSystem(FileSystem.java:1443) > at org.apache.hadoop.fs.FileSystem.access$200(FileSystem.java:67) > at org.apache.hadoop.fs.FileSystem$Cache.get(FileSystem.java:1464) > at org.apache.hadoop.fs.FileSystem.get(FileSystem.java:263) > at org.apache.hadoop.fs.Path.getFileSystem(Path.java:187) > at org.apache.hive.hcatalog.mapreduce.HCatOutputFormat.setOutput(HCatOutputFormat.java:212) > at org.apache.hive.hcatalog.mapreduce.HCatOutputFormat.setOutput(HCatOutputFormat.java:70) > at org.apache.hive.hcatalog.mapreduce.TestHCatPartitionPublish.runMRCreateFail(TestHCatPartitionPublish.java:191) > at org.apache.hive.hcatalog.mapreduce.TestHCatPartitionPublish.testPartitionPublish(TestHCatPartitionPublish.java:155) > {code} -- This message was sent by Atlassian JIRA (v6.2#6252)