Rohini Palaniswamy created PIG-3977:
---------------------------------------

             Summary: Get TezStats working for Oozie
                 Key: PIG-3977
                 URL: https://issues.apache.org/jira/browse/PIG-3977
             Project: Pig
          Issue Type: Sub-task
            Reporter: Rohini Palaniswamy
             Fix For: 0.14.0


 Below methods accessed by Oozie now throw UnsupportedOperationException in 
TezStats
{code}
jobStatsGroup.put("PROACTIVE_SPILL_COUNT_OBJECTS", 
Long.toString(jobStats.getProactiveSpillCountObjects()));
        jobStatsGroup.put("PROACTIVE_SPILL_COUNT_RECS", 
Long.toString(jobStats.getProactiveSpillCountRecs()));
        jobStatsGroup.put("SMMS_SPILL_COUNT", 
Long.toString(jobStats.getSMMSpillCount()));
{code}



--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to