fix(sj_1.2.0-beta1):修复Map任务不能重试问题
This commit is contained in:
parent
88ef23cda5
commit
32310c8b0f
@ -21,7 +21,7 @@ public class MapClientCallbackHandler extends MapReduceClientCallbackHandler {
|
||||
}
|
||||
|
||||
@Override
|
||||
public void callback(ClientCallbackContext context) {
|
||||
protected void doCallback(ClientCallbackContext context) {
|
||||
super.doCallback(context);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user