<?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: Dependency Resolution Error in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Dependency-Resolution-Error/m-p/192751#M59213</link>
    <description>&lt;P&gt;Thanks for your answer, it's seems so, the problem is in 32 bit operating system.&lt;/P&gt;</description>
    <pubDate>Mon, 10 Apr 2017 09:13:21 GMT</pubDate>
    <dc:creator>ykumarbekov</dc:creator>
    <dc:date>2017-04-10T09:13:21Z</dc:date>
    <item>
      <title>Dependency Resolution Error</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Dependency-Resolution-Error/m-p/192748#M59210</link>
      <description>&lt;P&gt;Hello everybody. &lt;/P&gt;&lt;P&gt;According with documentation I configured remote repositories and trying to install HDP 2.5 version by yum.&lt;/P&gt;&lt;P&gt;yum install hadoop hadoop-hdfs hadoop-libhdfs hadoop-yarn hadoop-mapreduce hadoop-client openssl&lt;/P&gt;&lt;P&gt;but during dependencies resolving I got so error&lt;/P&gt;&lt;P&gt;--&amp;gt; Finished Dependency Resolution
Error: Package: hadoop-2.7.3.2.5.0.0-1245.el6.noarch (HDP-2.5.0.0)
           Requires: hadoop_2_5_0_0_1245
Error: Package: hadoop-yarn-2.7.3.2.5.0.0-1245.el6.noarch (HDP-2.5.0.0)
           Requires: hadoop_2_5_0_0_1245-yarn
Error: Package: hadoop-hdfs-2.7.3.2.5.0.0-1245.el6.noarch (HDP-2.5.0.0)
           Requires: hadoop_2_5_0_0_1245-hdfs
Error: Package: hadoop-client-2.7.3.2.5.0.0-1245.el6.noarch (HDP-2.5.0.0)
           Requires: hadoop_2_5_0_0_1245-client
Error: Package: hadoop-libhdfs-2.7.3.2.5.0.0-1245.el6.noarch (HDP-2.5.0.0)
           Requires: hadoop_2_5_0_0_1245-libhdfs
Error: Package: hadoop-mapreduce-2.7.3.2.5.0.0-1245.el6.noarch (HDP-2.5.0.0)
           Requires: hadoop_2_5_0_0_1245-mapreduce
 You could try using --skip-broken to work around the problem
 You could try running: rpm -Va --nofiles --nodigest&lt;/P&gt;&lt;P&gt;Why did it happen and how fix it?&lt;/P&gt;&lt;P&gt;I have CentOS release 6.6 (32 bit)&lt;/P&gt;</description>
      <pubDate>Fri, 16 Sep 2022 11:25:57 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Dependency-Resolution-Error/m-p/192748#M59210</guid>
      <dc:creator>ykumarbekov</dc:creator>
      <dc:date>2022-09-16T11:25:57Z</dc:date>
    </item>
    <item>
      <title>Re: Dependency Resolution Error</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Dependency-Resolution-Error/m-p/192749#M59211</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/17259/yermekkumarbekov.html" nodeid="17259"&gt;@Yermek Kkk&lt;/A&gt;&lt;/P&gt;&lt;P&gt;1. According to Support metrics you should be using  64-bit operating system instead of 32-bit.  You have mentioned that you are using "CentOS release 6.6 (32 bit)".&lt;/P&gt;&lt;P&gt;&lt;A href="http://dev.hortonworks.com.s3.amazonaws.com/HDPDocuments/HDP2/HDP-2.5.0/bk_release-notes/content/ch01s02s01.html" target="_blank"&gt;http://dev.hortonworks.com.s3.amazonaws.com/HDPDocuments/HDP2/HDP-2.5.0/bk_release-notes/content/ch01s02s01.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;2. Please check if your remote repository is configured properly or not? (for 64 bit)&lt;/P&gt;&lt;PRE&gt;# yum clean all
# yum repolist 
# yum whatprovides hadoop
# yum whatprovides hadoop-yarn&lt;/PRE&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;The yum whatprovides output should show the repository in which the mentioned package is available. If it does not show anything then it means your remote repository setup is not correct. In that case try using the Hortonworks repository directly or fix your remote repository.&lt;/P&gt;</description>
      <pubDate>Sun, 09 Apr 2017 21:03:49 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Dependency-Resolution-Error/m-p/192749#M59211</guid>
      <dc:creator>jsensharma</dc:creator>
      <dc:date>2017-04-09T21:03:49Z</dc:date>
    </item>
    <item>
      <title>Re: Dependency Resolution Error</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Dependency-Resolution-Error/m-p/192750#M59212</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/17259/yermekkumarbekov.html" nodeid="17259"&gt;@Yermek Kkk&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.hortonworks.com/users/17259/yermekkumarbekov.html"&gt;@Yermek Kkk&lt;/A&gt;&lt;/P&gt;&lt;P&gt;1.
 According to Support metrics you should be using  64-bit operating 
system instead of 32-bit.  You have mentioned that you are using "CentOS
 release 6.6 (32 bit)".&lt;/P&gt;&lt;P&gt;&lt;A href="http://dev.hortonworks.com.s3.amazonaws.com/HDPDocuments/HDP2/HDP-2.5.0/bk_release-notes/content/ch01s02s01.html" target="_blank"&gt;http://dev.hortonworks.com.s3.amazonaws.com/HDPDocuments/HDP2/HDP-2.5.0/bk_release-notes/content/ch01s02s01.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;2. Please check if your remote repository is configured properly or not? (for 64 bit)&lt;/P&gt;&lt;PRE&gt;# yum clean all
# yum repolist 
# yum whatprovides hadoop
# yum whatprovides hadoop-yarn&lt;/PRE&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;The yum whatprovides 
output should show the repository in which the mentioned package is 
available. If it does not show anything then it means your remote 
repository setup is not correct. In that case try using the Hortonworks 
repository directly or fix your remote repository.&lt;/P&gt;</description>
      <pubDate>Sun, 09 Apr 2017 21:03:50 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Dependency-Resolution-Error/m-p/192750#M59212</guid>
      <dc:creator>jsensharma</dc:creator>
      <dc:date>2017-04-09T21:03:50Z</dc:date>
    </item>
    <item>
      <title>Re: Dependency Resolution Error</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Dependency-Resolution-Error/m-p/192751#M59213</link>
      <description>&lt;P&gt;Thanks for your answer, it's seems so, the problem is in 32 bit operating system.&lt;/P&gt;</description>
      <pubDate>Mon, 10 Apr 2017 09:13:21 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Dependency-Resolution-Error/m-p/192751#M59213</guid>
      <dc:creator>ykumarbekov</dc:creator>
      <dc:date>2017-04-10T09:13:21Z</dc:date>
    </item>
    <item>
      <title>Re: Dependency Resolution Error</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Dependency-Resolution-Error/m-p/192752#M59214</link>
      <description>&lt;P&gt;==&amp;gt; Dependency package issue required to set CentOS iso image to be mounted on repository server, and update the repo file, it required during the installation - yum install hadoop hadoop-hdfs hadoop-libhdfs hadoop-yarn hadoop-mapreduce hadoop-client openssl&lt;/P&gt;&lt;P&gt;-mount -o loop /&amp;lt;CentOS iso file&amp;gt; /&amp;lt;mount directory&amp;gt; &lt;/P&gt;&lt;P&gt;-Update the /etc/yum.repo.d/&amp;lt;CentOS.repo&amp;gt; file &lt;/P&gt;&lt;P&gt;-yum repolist&lt;/P&gt;&lt;P&gt;repolist show up with-out any issue, then re-try installation. &lt;/P&gt;</description>
      <pubDate>Fri, 21 Apr 2017 12:16:12 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Dependency-Resolution-Error/m-p/192752#M59214</guid>
      <dc:creator>rajan_csp</dc:creator>
      <dc:date>2017-04-21T12:16:12Z</dc:date>
    </item>
  </channel>
</rss>

