You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Nishant Kelkar (JIRA)" <ji...@apache.org> on 2015/06/28 10:20:04 UTC

[jira] [Created] (HIVE-11136) Unused Logger in org.apache.hadoop.hive.ql.udf.generic.GenericUDAFCount

Nishant Kelkar created HIVE-11136:
-------------------------------------

             Summary: Unused Logger in org.apache.hadoop.hive.ql.udf.generic.GenericUDAFCount
                 Key: HIVE-11136
                 URL: https://issues.apache.org/jira/browse/HIVE-11136
             Project: Hive
          Issue Type: Improvement
            Reporter: Nishant Kelkar
            Priority: Trivial


There is an unused logger in the GenericUDAFCount. We could either try/catch all the code that throws exceptions and log them, or get rid of the logger.

Relevant section of code:

{code}
public class GenericUDAFCount implements GenericUDAFResolver2 {

  private static final Log LOG = LogFactory.getLog(GenericUDAFCount.class.getName());
{code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)