----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/42089/#review113680 -----------------------------------------------------------
http://svn.apache.org/repos/asf/pig/trunk/src/org/apache/pig/backend/hadoop/executionengine/tez/TezDagBuilder.java (line 230) <https://reviews.apache.org/r/42089/#comment174433> TEZ_TASK_RESOURCE_MEMORY_MB and TEZ_TASK_RESOURCE_CPU_VCORES should be separate coordinates and processed separately: if (globalConf.get(TezConfiguration.TEZ_TASK_RESOURCE_MEMORY_MB)!=null) ... else ... if (globalConf.get(TezConfiguration.TEZ_TASK_RESOURCE_CPU_VCORES)!=null) ... else ... - Daniel Dai On Jan. 8, 2016, 10:20 p.m., Rohini Palaniswamy wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/42089/ > ----------------------------------------------------------- > > (Updated Jan. 8, 2016, 10:20 p.m.) > > > Review request for pig and Daniel Dai. > > > Bugs: PIG-4411 > https://issues.apache.org/jira/browse/PIG-4411 > > > Repository: pig > > > Description > ------- > > Details in jira. > > > Diffs > ----- > > > http://svn.apache.org/repos/asf/pig/trunk/src/org/apache/pig/backend/hadoop/executionengine/tez/TezDagBuilder.java > 1723016 > > http://svn.apache.org/repos/asf/pig/trunk/src/org/apache/pig/backend/hadoop/executionengine/tez/util/MRToTezHelper.java > 1723016 > > Diff: https://reviews.apache.org/r/42089/diff/ > > > Testing > ------- > > > Thanks, > > Rohini Palaniswamy > >
