[ 
https://issues.apache.org/jira/browse/HBASE-10489?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Lars Hofhansl updated HBASE-10489:
----------------------------------

    Attachment: 10489.txt

Here's a simple fix. The issue was to make it work for both Hadoop1 and Hadoop2.
The test used to get the configuration from the cluster. The various 
Mini*Clusters mess around with the configuration enough to have this fail with 
Hadoop2.
Hadoop1 failed with UTIL configuration. After diff'ing the configurations I 
found the issue was that mapred.job.tracker was set to localhost:40462 un UTIL.
Forcing that to "local" makes it work again for Hadoop1.

So in total this patch works Hadoop1 and Hadoop2.

Planning to commit tomorrow (it's an uncontroversial test change, I think)


> TestImportExport fails in 0.94 with Hadoop2
> -------------------------------------------
>
>                 Key: HBASE-10489
>                 URL: https://issues.apache.org/jira/browse/HBASE-10489
>             Project: HBase
>          Issue Type: Bug
>          Components: test
>            Reporter: Lars Hofhansl
>            Assignee: Lars Hofhansl
>             Fix For: 0.94.17
>
>         Attachments: 10489.txt
>
>
> With HBASE-10363 fixed, we're now seeing other M/R tests failing.
> TestImportExport is one of them.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)

Reply via email to