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 04:21:52 UTC

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

    [ https://issues.apache.org/jira/browse/ACCUMULO-3702?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14387835#comment-14387835 ] 

Josh Elser commented on ACCUMULO-3702:
--------------------------------------

Looks like some MiniDFS tests are also breaking when building 1.6.3. Not sure why they don't fail in master.

> 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)