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

Jonathan Hsieh commented on HBASE-5876:
---------------------------------------

The first problem is that when running under the hadoop23 some how the 
TestImportExport job uses the "local" mapreduce.framework.name which assumes 
and eventually tries to read from a LocalFileSystem.  It should use the "yarn" 
mapreduce.framework.name which will read from the instantiated 
minimrcluster/minidfs cluster.  

This gets past the job submission step but test still fails later on.  

Work continues.
                
> TestImportExport has been failing against hadoop 0.23 profile
> -------------------------------------------------------------
>
>                 Key: HBASE-5876
>                 URL: https://issues.apache.org/jira/browse/HBASE-5876
>             Project: HBase
>          Issue Type: Bug
>            Reporter: Zhihong Yu
>            Assignee: Jonathan Hsieh
>
> TestImportExport has been failing against hadoop 0.23 profile

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

        

Reply via email to