David Mollitor created HIVE-21747:
-------------------------------------

             Summary: Remove Dependency on org.cliffc.high_scale_lib.Counter
                 Key: HIVE-21747
                 URL: https://issues.apache.org/jira/browse/HIVE-21747
             Project: Hive
          Issue Type: Improvement
    Affects Versions: 4.0.0, 3.2.0
            Reporter: David Mollitor


[https://github.com/apache/hive/blob/5634140b2beacdac20ceec8c73ff36bce5675ef8/hbase-handler/src/java/org/apache/hadoop/hive/hbase/HBaseStorageHandler.java#L327]

 

{code:java}
  static {
    try {
      counterClass = Class.forName("org.cliffc.high_scale_lib.Counter");
    } catch (ClassNotFoundException cnfe) {
      // this dependency is removed for HBase 1.0
    }
{code}

I think this _counterClass_ stuff can be removed now that Hive is firmly on 
HBase 1.0+



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to