[ https://issues.apache.org/jira/browse/HADOOP-2516?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12555850#action_12555850 ]
Arun C Murthy commented on HADOOP-2516: --------------------------------------- bq. There isn't a way to get the old functionality without leaving the static variable. I think the static variable and the usage of it was causing trouble because the reference was visible before the object was finished being constructed. Fair point. Should we just mark HADOOP-1819 as an *incompatible change* for reference? bq. But whatever the outcome, it certainly shouldn't be marked for fixing in 0.16. +1 > HADOOP-1819 removed a public api JobTracker.getTracker in 0.15.0 > ---------------------------------------------------------------- > > Key: HADOOP-2516 > URL: https://issues.apache.org/jira/browse/HADOOP-2516 > Project: Hadoop > Issue Type: Bug > Affects Versions: 0.15.1 > Reporter: Arun C Murthy > Assignee: Arun C Murthy > > HADOOP-1819 removed a 0.14.0 public api {{JobTracker.getTracker}} in 0.15.0. > http://svn.apache.org/viewvc?view=rev&revision=575438 and > http://svn.apache.org/viewvc/lucene/hadoop/branches/branch-0.15/src/java/org/apache/hadoop/mapred/JobTracker.java?r1=573708&r2=575438&diff_format=h > There is a simple work-around i.e. use the return value of > {{JobTracker.startTracker}} ... yet, is this a 0.15.2 blocker? -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.