Hi, Thanks for the response. I am still confused because the first solution seems not working. The second solution uses the Deprecated JobConf class. Is there anyway to do it using the new API like the following code? I tried simply replacing the Deprecated API with new API, not working.
public void setup(Context context) {
// How ?
}
Shi
