[
https://issues.apache.org/jira/browse/HBASE-7904?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13587275#comment-13587275
]
Ted Yu commented on HBASE-7904:
-------------------------------
Here is code from MiniMRCluster.java in hadoop 1.0:
{code}
public JobConf createJobConf(JobConf conf) {
if(conf == null) {
conf = new JobConf();
}
return configureJobConf(conf, namenode, jobTrackerPort, jobTrackerInfoPort,
ugi);
}
static JobConf configureJobConf(JobConf conf, String namenode,
{code}
configureJobConf() is not public either.
Will continue thinking how we can reduce reliance on above methods.
> Upgrade hadoop 2.0 dependency to 2.0.3-alpha
> --------------------------------------------
>
> Key: HBASE-7904
> URL: https://issues.apache.org/jira/browse/HBASE-7904
> Project: HBase
> Issue Type: Task
> Reporter: Ted Yu
> Assignee: Ted Yu
> Fix For: 0.95.0
>
> Attachments: 7904.txt
>
>
> 2.0.3-alpha has been released.
> We should upgrade the dependency.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira