[ 
https://issues.apache.org/jira/browse/HIVE-10794?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14555570#comment-14555570
 ] 

Owen O'Malley commented on HIVE-10794:
--------------------------------------

The recursive set of dependencies for HiveUtils is 16901 and the next largest 
one is HiveConf$ConfVars at 281, so
removing HiveUtils will make it much less.

{code}
  Class org.apache.hadoop.hive.ql.ErrorMsg (16901, 1)
    Forward:
      org.antlr.runtime.tree.Tree (7, 2)
      org.apache.hadoop.hive.ql.metadata.HiveUtils (16901, 2)
      org.antlr.runtime.Token (4, 2)
      org.apache.hadoop.hive.conf.HiveConf$ConfVars (281, 1)
      org.apache.hadoop.hive.ql.parse.ASTNode (10, 2)
      org.apache.hadoop.hive.ql.parse.ASTNodeOrigin (10, 2)
{code}

> Remove the dependence from ErrorMsg to HiveUtils
> ------------------------------------------------
>
>                 Key: HIVE-10794
>                 URL: https://issues.apache.org/jira/browse/HIVE-10794
>             Project: Hive
>          Issue Type: Sub-task
>            Reporter: Owen O'Malley
>
> HiveUtils has a large set of dependencies and ErrorMsg only needs the new 
> line constant. Breaking the dependence will reduce the dependency set from 
> ErrorMsg significantly.



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

Reply via email to