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

Jonathan Hsieh commented on HBASE-6330:
---------------------------------------

I've attached a v2 version of this patch but it is not intended for commit yet. 
 It does however fix the trunk build so that works against hadoop 1.0 and 
hadoop 2.0 profiles.  I have a similar patch for the 0.94 branch.

I believe the crux has to do with which configuration object gets passed to the 
MR jobs in TestImportExport.  Specifically if the wrong one is used, the 
default fs becomes local instead of hdfs of the mini hdfs, so export is written 
to a different fs than where import expects it, causing the test to fail.
                
> TestImportExport has been failing against hadoop 0.23/2.0 profile [Part2]
> -------------------------------------------------------------------------
>
>                 Key: HBASE-6330
>                 URL: https://issues.apache.org/jira/browse/HBASE-6330
>             Project: HBase
>          Issue Type: Sub-task
>          Components: test
>    Affects Versions: 0.96.0, 0.94.1
>            Reporter: Jonathan Hsieh
>            Assignee: Jonathan Hsieh
>            Priority: Critical
>              Labels: hadoop-2.0
>             Fix For: 0.96.0, 0.94.2
>
>         Attachments: hbase-6330-94.patch, hbase-6330-trunk.patch, 
> hbase-6330-v2.patch
>
>
> See HBASE-5876.  I'm going to commit the v3 patches under this name since 
> there has been two months (my bad) since the first half was committed and 
> found to be incomplte.

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