<?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 Jackson Databind Version Issue on HDP 2.6.5 in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Jackson-Databind-Version-Issue-on-HDP-2-6-5/m-p/215267#M84563</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;We have an application that requires Jackson-databind
library with 2.4.4 or later. And, the application is hosted onto a HDP 2.6.5
Centos AWS 3 node cluster ( with Ambari and Oozie setup). During the job run we
got below error:&lt;/P&gt;&lt;P&gt;On investigation we found that HDP setup has below 2.2.3
version.&lt;/P&gt;&lt;P&gt;../2.6.5.0-292/hadoop/lib/jackson-databind-2.2.3.jar&lt;/P&gt;&lt;P&gt;../2.6.5.0-292/hadoop/client/jackson-databind-2.2.3.jar&lt;/P&gt;&lt;P&gt;../2.6.5.0-292/hadoop/client/jackson-databind.jar&lt;/P&gt;&lt;P&gt;../2.6.5.0-292/hadoop-hdfs/lib/jackson-databind-2.2.3.jar&lt;/P&gt;&lt;P&gt;../2.6.5.0-292/hadoop-httpfs/webapps/webhdfs/WEB-INF/lib/jackson-databind-2.2.3.jar&lt;/P&gt;&lt;P&gt;../2.6.5.0-292/hadoop-yarn/lib/jackson-databind-2.2.3.jar&lt;/P&gt;&lt;P&gt;We had tried passing new jar as lib to the job configuration,
and as per attached yarn logs, it is well shown but still MR action execution
fails.&lt;/P&gt;&lt;P&gt;Can you please suggest, how to upgrade to 2.4.x ?&lt;/P&gt;&lt;P&gt;Or any possible work around to this issue.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
    <pubDate>Wed, 24 Oct 2018 22:45:40 GMT</pubDate>
    <dc:creator>sumit1</dc:creator>
    <dc:date>2018-10-24T22:45:40Z</dc:date>
    <item>
      <title>Jackson Databind Version Issue on HDP 2.6.5</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Jackson-Databind-Version-Issue-on-HDP-2-6-5/m-p/215267#M84563</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;We have an application that requires Jackson-databind
library with 2.4.4 or later. And, the application is hosted onto a HDP 2.6.5
Centos AWS 3 node cluster ( with Ambari and Oozie setup). During the job run we
got below error:&lt;/P&gt;&lt;P&gt;On investigation we found that HDP setup has below 2.2.3
version.&lt;/P&gt;&lt;P&gt;../2.6.5.0-292/hadoop/lib/jackson-databind-2.2.3.jar&lt;/P&gt;&lt;P&gt;../2.6.5.0-292/hadoop/client/jackson-databind-2.2.3.jar&lt;/P&gt;&lt;P&gt;../2.6.5.0-292/hadoop/client/jackson-databind.jar&lt;/P&gt;&lt;P&gt;../2.6.5.0-292/hadoop-hdfs/lib/jackson-databind-2.2.3.jar&lt;/P&gt;&lt;P&gt;../2.6.5.0-292/hadoop-httpfs/webapps/webhdfs/WEB-INF/lib/jackson-databind-2.2.3.jar&lt;/P&gt;&lt;P&gt;../2.6.5.0-292/hadoop-yarn/lib/jackson-databind-2.2.3.jar&lt;/P&gt;&lt;P&gt;We had tried passing new jar as lib to the job configuration,
and as per attached yarn logs, it is well shown but still MR action execution
fails.&lt;/P&gt;&lt;P&gt;Can you please suggest, how to upgrade to 2.4.x ?&lt;/P&gt;&lt;P&gt;Or any possible work around to this issue.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Wed, 24 Oct 2018 22:45:40 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Jackson-Databind-Version-Issue-on-HDP-2-6-5/m-p/215267#M84563</guid>
      <dc:creator>sumit1</dc:creator>
      <dc:date>2018-10-24T22:45:40Z</dc:date>
    </item>
    <item>
      <title>Re: Jackson Databind Version Issue on HDP 2.6.5</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Jackson-Databind-Version-Issue-on-HDP-2-6-5/m-p/215268#M84564</link>
      <description>&lt;P&gt;&lt;EM&gt;We are able to resolve the issue by applying below
configurations on the Oozie action in xml.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;lt;name&amp;gt;mapreduce.job.user.classpath.first&amp;lt;/name&amp;gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;lt;value&amp;gt;true&amp;lt;/value&amp;gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;lt;/property&amp;gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;lt;property&amp;gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;lt;name&amp;gt;mapreduce.task.classpath.user.precedence&amp;lt;/name&amp;gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;lt;value&amp;gt;true&amp;lt;/value&amp;gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;lt;/property&amp;gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;lt;property&amp;gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;lt;name&amp;gt;oozie.launcher.mapreduce.task.classpath.user.precedence&amp;lt;/name&amp;gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;lt;value&amp;gt;true&amp;lt;/value&amp;gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;lt;/property&amp;gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;lt;property&amp;gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;lt;name&amp;gt;oozie.launcher.mapreduce.job.user.classpath.first&amp;lt;/name&amp;gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;lt;value&amp;gt;true&amp;lt;/value&amp;gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;lt;/property&amp;gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;To add,
we got the reference of these properties from a related previous post. See
below link.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;A href="https://community.hortonworks.com/questions/114525/oozie-overrides-dependencies-with-shared-libsprobl.html"&gt;https://community.hortonworks.com/questions/114525/oozie-overrides-dependencies-with-shared-libsprobl.html&lt;/A&gt;&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 05 Nov 2018 21:39:11 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Jackson-Databind-Version-Issue-on-HDP-2-6-5/m-p/215268#M84564</guid>
      <dc:creator>sumit1</dc:creator>
      <dc:date>2018-11-05T21:39:11Z</dc:date>
    </item>
  </channel>
</rss>

