Details
Description
currently in the LocalClient the config used is yarnconf. this should be tezconf.
LocalClient.java
@Override public void init(TezConfiguration tezConf, YarnConfiguration yarnConf) { this.conf = yarnConf;
currently in the LocalClient the config used is yarnconf. this should be tezconf.
@Override public void init(TezConfiguration tezConf, YarnConfiguration yarnConf) { this.conf = yarnConf;