You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by "Josh Elser (JIRA)" <ji...@apache.org> on 2015/03/31 03:49:53 UTC

[jira] [Created] (ACCUMULO-3702) MapReduce tests fail against in LocalJobRunner with Hadoop 2.8.0-SNAPSHOT

Josh Elser created ACCUMULO-3702:
------------------------------------

             Summary: MapReduce tests fail against in LocalJobRunner with Hadoop 2.8.0-SNAPSHOT
                 Key: ACCUMULO-3702
                 URL: https://issues.apache.org/jira/browse/ACCUMULO-3702
             Project: Accumulo
          Issue Type: Bug
          Components: test
            Reporter: Josh Elser
            Assignee: Josh Elser
             Fix For: 1.7.0, 1.6.3


Noticed that the following mapreduce tests fail against 2.8.0-SNAPSHOT. Couldn't find what changed recently.

{noformat}
java.io.IOException: No valid local directories in property: mapreduce.cluster.local.dir
	at org.apache.hadoop.conf.Configuration.getLocalPath(Configuration.java:2302)
	at org.apache.hadoop.mapred.JobConf.getLocalPath(JobConf.java:569)
{noformat}

org.apache.accumulo.core.client.mapred.AccumuloFileOutputFormatTest.testEmptyWrite
org.apache.accumulo.core.client.mapred.AccumuloFileOutputFormatTest.testRealWrite
org.apache.accumulo.core.client.mapred.AccumuloFileOutputFormatTest.writeBadVisibility
org.apache.accumulo.core.client.mapred.AccumuloInputFormatTest.testMap
org.apache.accumulo.core.client.mapred.AccumuloMultiTableInputFormatTest.testMap
org.apache.accumulo.core.client.mapred.AccumuloOutputFormatTest.testMR
org.apache.accumulo.core.client.mapred.AccumuloRowInputFormatTest.test
org.apache.accumulo.core.client.mapred.TokenFileTest.testMR
org.apache.accumulo.core.client.mapreduce.AccumuloFileOutputFormatTest.testEmptyWrite
org.apache.accumulo.core.client.mapreduce.AccumuloFileOutputFormatTest.testRealWrite
org.apache.accumulo.core.client.mapreduce.AccumuloFileOutputFormatTest.writeBadVisibility
org.apache.accumulo.core.client.mapreduce.AccumuloInputFormatTest.testMap
org.apache.accumulo.core.client.mapreduce.AccumuloInputFormatTest.testPartialFailedInputSplitDelegationToConfiguration
org.apache.accumulo.core.client.mapreduce.AccumuloInputFormatTest.testPartialInputSplitDelegationToConfiguration
org.apache.accumulo.core.client.mapreduce.AccumuloMultiTableInputFormatTest.testMap
org.apache.accumulo.core.client.mapreduce.AccumuloOutputFormatTest.testMR
org.apache.accumulo.core.client.mapreduce.AccumuloRowInputFormatTest.test
org.apache.accumulo.core.client.mapreduce.TokenFileTest.testMR
org.apache.accumulo.examples.simple.filedata.ChunkInputFormatTest.testErrorOnNextWithoutClose
org.apache.accumulo.examples.simple.filedata.ChunkInputFormatTest.test
org.apache.accumulo.examples.simple.filedata.ChunkInputFormatTest.testInfoWithoutChunks

Makes sense that we define a local.dir in the configuration. Not sure yet if it's a regression over previous Hadoop versions.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)