Prakash Ramachandran created TEZ-2080:
-----------------------------------------
Summary: Localclient should be using tezconf in init instead of
yarnconf
Key: TEZ-2080
URL: https://issues.apache.org/jira/browse/TEZ-2080
Project: Apache Tez
Issue Type: Bug
Reporter: Prakash Ramachandran
currently in the LocalClient the config used is yarnconf. this should be
tezconf.
{code:title=LocalClient.java}
@Override
public void init(TezConfiguration tezConf, YarnConfiguration yarnConf) {
this.conf = yarnConf;
{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)