Return-Path: X-Original-To: apmail-hadoop-mapreduce-issues-archive@minotaur.apache.org Delivered-To: apmail-hadoop-mapreduce-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 5C9B8DFA8 for ; Wed, 3 Oct 2012 02:24:08 +0000 (UTC) Received: (qmail 40903 invoked by uid 500); 3 Oct 2012 02:24:08 -0000 Delivered-To: apmail-hadoop-mapreduce-issues-archive@hadoop.apache.org Received: (qmail 40870 invoked by uid 500); 3 Oct 2012 02:24:08 -0000 Mailing-List: contact mapreduce-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: mapreduce-issues@hadoop.apache.org Delivered-To: mailing list mapreduce-issues@hadoop.apache.org Received: (qmail 40860 invoked by uid 99); 3 Oct 2012 02:24:07 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Oct 2012 02:24:07 +0000 Date: Wed, 3 Oct 2012 13:24:07 +1100 (NCT) From: "Siddharth Seth (JIRA)" To: mapreduce-issues@hadoop.apache.org Message-ID: <950285651.157343.1349231047973.JavaMail.jiratomcat@arcas> In-Reply-To: <293500281.151535.1349132348425.JavaMail.jiratomcat@arcas> Subject: [jira] [Updated] (MAPREDUCE-4698) TestJobHistoryConfig throws Exception in testJobHistoryLogging 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/MAPREDUCE-4698?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Siddharth Seth updated MAPREDUCE-4698: -------------------------------------- Assignee: Gopal V > TestJobHistoryConfig throws Exception in testJobHistoryLogging > -------------------------------------------------------------- > > Key: MAPREDUCE-4698 > URL: https://issues.apache.org/jira/browse/MAPREDUCE-4698 > Project: Hadoop Map/Reduce > Issue Type: Bug > Affects Versions: 1.1.1 > Reporter: Gopal V > Assignee: Gopal V > Priority: Minor > Attachments: mapreduce-4698.patch > > > TestJobHistoryConfig cannot find the LOG_DIR and throws > {code} > Can not create a Path from a null string > java.lang.IllegalArgumentException: Can not create a Path from a null string > at org.apache.hadoop.fs.Path.checkPathArg(Path.java:78) > at org.apache.hadoop.fs.Path.(Path.java:90) > at org.apache.hadoop.mapred.JobHistory$JobInfo.getJobHistoryFileName(JobHistory.java:1337) > at org.apache.hadoop.mapred.JobHistory$JobInfo.logSubmitted(JobHistory.java:1660) > at org.apache.hadoop.mapred.JobHistory$JobInfo.logSubmitted(JobHistory.java:1641) > at org.apache.hadoop.mapred.TestJobHistoryConfig.testJobHistoryLogging(TestJobHistoryConfig.java:123) > {code} -- 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