<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>question Re: ERROR org.apache.hadoop.hive.metastore.RetryingHMSHandler  - HMSHandler Fatal error: java.lang.NoClassDefFoundError: com/codahale/metrics/Metric in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/ERROR-org-apache-hadoop-hive-metastore-RetryingHMSHandler/m-p/337280#M232542</link>
    <description>&lt;P&gt;Hello Chetan,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It seems related to the missing hive-site.xml on /user/oozie/share/lib/lib../ path.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;After creation of oozie share libs, it maintein all jars but not the other files, like xml..&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you confirm this behaviour?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;</description>
    <pubDate>Mon, 28 Feb 2022 15:21:18 GMT</pubDate>
    <dc:creator>Gionni</dc:creator>
    <dc:date>2022-02-28T15:21:18Z</dc:date>
    <item>
      <title>ERROR org.apache.hadoop.hive.metastore.RetryingHMSHandler  - HMSHandler Fatal error: java.lang.NoClassDefFoundError: com/codahale/metrics/Metric</title>
      <link>https://community.cloudera.com/t5/Support-Questions/ERROR-org-apache-hadoop-hive-metastore-RetryingHMSHandler/m-p/336913#M232422</link>
      <description>&lt;P&gt;After the Cloudera patching against&amp;nbsp;TSB 2021-545 - Critical vulnerability in log4j2 CVE-2021-44228 on hdp, we need to re-create the oozie share lib and after that, update these.&lt;/P&gt;&lt;P&gt;So, after this steps, all the jobs schedule via OOZIE get the execption:&lt;BR /&gt;&lt;BR /&gt;ERROR org.apache.hadoop.hive.metastore.RetryingHMSHandler - HMSHandler Fatal error: java.lang.NoClassDefFoundError: com/codahale/metrics/Metric.&lt;BR /&gt;&lt;BR /&gt;Doing a rollback of previous libraries fixed the error.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've already checked the new and older paths on HDFS /user/oozie/share/lib/lib_&amp;lt;tms&amp;gt;/spark, but are the same.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any ideas about the problem?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;BR&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Feb 2022 16:05:20 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/ERROR-org-apache-hadoop-hive-metastore-RetryingHMSHandler/m-p/336913#M232422</guid>
      <dc:creator>Gionni</dc:creator>
      <dc:date>2022-02-23T16:05:20Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR org.apache.hadoop.hive.metastore.RetryingHMSHandler  - HMSHandler Fatal error: java.lang.NoClassDefFoundError: com/codahale/metrics/Metric</title>
      <link>https://community.cloudera.com/t5/Support-Questions/ERROR-org-apache-hadoop-hive-metastore-RetryingHMSHandler/m-p/337260#M232538</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Similar exception can be seen if we do not add credentials block with in the workflow something like below.&lt;/P&gt;&lt;P&gt;Do check you have correct credentials if its a kerborized cluster.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="p1"&gt;&amp;lt;credentials&amp;gt;&lt;/P&gt;&lt;P class="p1"&gt;&amp;lt;credential name="hcatauth_creds" type="hcat"&amp;gt;&lt;/P&gt;&lt;P class="p1"&gt;&amp;lt;property&amp;gt;&lt;/P&gt;&lt;P class="p1"&gt;&amp;lt;name&amp;gt;hcat.metastore.uri&amp;lt;/name&amp;gt;&lt;/P&gt;&lt;P class="p1"&gt;&amp;lt;value&amp;gt;thrift://&amp;lt;metastore-fqdn&amp;gt;:9083&amp;lt;/value&amp;gt;&lt;/P&gt;&lt;P class="p1"&gt;&amp;lt;/property&amp;gt;&lt;/P&gt;&lt;P class="p1"&gt;&amp;lt;property&amp;gt;&lt;/P&gt;&lt;P class="p1"&gt;&amp;lt;name&amp;gt;hcat.metastore.principal&amp;lt;/name&amp;gt;&lt;/P&gt;&lt;P class="p1"&gt;&amp;lt;value&amp;gt;hive/_HOST@&amp;lt;REALM&amp;gt;&amp;lt;/value&amp;gt;&lt;/P&gt;&lt;P class="p1"&gt;&amp;lt;/property&amp;gt;&lt;/P&gt;&lt;P class="p1"&gt;&amp;lt;/credential&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Chethan YM&lt;/P&gt;</description>
      <pubDate>Mon, 28 Feb 2022 12:50:58 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/ERROR-org-apache-hadoop-hive-metastore-RetryingHMSHandler/m-p/337260#M232538</guid>
      <dc:creator>ChethanYM</dc:creator>
      <dc:date>2022-02-28T12:50:58Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR org.apache.hadoop.hive.metastore.RetryingHMSHandler  - HMSHandler Fatal error: java.lang.NoClassDefFoundError: com/codahale/metrics/Metric</title>
      <link>https://community.cloudera.com/t5/Support-Questions/ERROR-org-apache-hadoop-hive-metastore-RetryingHMSHandler/m-p/337280#M232542</link>
      <description>&lt;P&gt;Hello Chetan,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It seems related to the missing hive-site.xml on /user/oozie/share/lib/lib../ path.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;After creation of oozie share libs, it maintein all jars but not the other files, like xml..&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you confirm this behaviour?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;</description>
      <pubDate>Mon, 28 Feb 2022 15:21:18 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/ERROR-org-apache-hadoop-hive-metastore-RetryingHMSHandler/m-p/337280#M232542</guid>
      <dc:creator>Gionni</dc:creator>
      <dc:date>2022-02-28T15:21:18Z</dc:date>
    </item>
  </channel>
</rss>

