<?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: where can i find HDP maven Repos in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/where-can-i-find-HDP-maven-Repos/m-p/172168#M50187</link>
    <description>&lt;P&gt;Add these to your pom.xml or to your Maven to resolve HDP dependencies:&lt;/P&gt;&lt;PRE&gt;    &amp;lt;repository&amp;gt;
     &amp;lt;releases&amp;gt;
      &amp;lt;enabled&amp;gt;true&amp;lt;/enabled&amp;gt;
     &amp;lt;/releases&amp;gt;
     &amp;lt;snapshots&amp;gt;
      &amp;lt;enabled&amp;gt;true&amp;lt;/enabled&amp;gt;
     &amp;lt;/snapshots&amp;gt;
     &amp;lt;id&amp;gt;hortonworks.extrepo&amp;lt;/id&amp;gt;
     &amp;lt;name&amp;gt;Hortonworks HDP&amp;lt;/name&amp;gt;
     &amp;lt;url&amp;gt;http://repo.hortonworks.com/content/repositories/releases&amp;lt;/url&amp;gt;
    &amp;lt;/repository&amp;gt;

    &amp;lt;repository&amp;gt;
     &amp;lt;releases&amp;gt;
      &amp;lt;enabled&amp;gt;true&amp;lt;/enabled&amp;gt;
     &amp;lt;/releases&amp;gt;
     &amp;lt;snapshots&amp;gt;
      &amp;lt;enabled&amp;gt;true&amp;lt;/enabled&amp;gt;
     &amp;lt;/snapshots&amp;gt;
     &amp;lt;id&amp;gt;hortonworks.other&amp;lt;/id&amp;gt;
     &amp;lt;name&amp;gt;Hortonworks Other Dependencies&amp;lt;/name&amp;gt;
     &amp;lt;url&amp;gt;http://repo.hortonworks.com/content/groups/public&amp;lt;/url&amp;gt;
    &amp;lt;/repository&amp;gt;&lt;/PRE&gt;&lt;P&gt;The first of these is for the main HDP artifacts. These second of these is needed for dependencies like jetty-sslengine.jar:6.1.26.hwx.&lt;/P&gt;</description>
    <pubDate>Thu, 16 Mar 2017 21:27:03 GMT</pubDate>
    <dc:creator>carter</dc:creator>
    <dc:date>2017-03-16T21:27:03Z</dc:date>
    <item>
      <title>where can i find HDP maven Repos</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/where-can-i-find-HDP-maven-Repos/m-p/172165#M50184</link>
      <description>&lt;P&gt;I installed HDP-2.5 by ambari, now i want to use eclipse to delevop my project (project is mavn), so where can i found HDP components maven repositories&lt;/P&gt;</description>
      <pubDate>Tue, 27 Dec 2016 11:04:40 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/where-can-i-find-HDP-maven-Repos/m-p/172165#M50184</guid>
      <dc:creator>358524408</dc:creator>
      <dc:date>2016-12-27T11:04:40Z</dc:date>
    </item>
    <item>
      <title>Re: where can i find HDP maven Repos</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/where-can-i-find-HDP-maven-Repos/m-p/172166#M50185</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/14634/358524408.html" nodeid="14634"&gt;@Ye Jun&lt;/A&gt;
&lt;/P&gt;&lt;P&gt;Here is the link you are lookng for&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.4.2/bk_installing_manually_book/content/ch01s13.html" target="_blank"&gt;https://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.4.2/bk_installing_manually_book/content/ch01s13.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;for version 2.5 the link is below:&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.5.0/bk_command-line-installation/content/download_hdp_maven_artifacts.html" target="_blank"&gt;https://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.5.0/bk_command-line-installation/content/download_hdp_maven_artifacts.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Dec 2016 12:11:10 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/where-can-i-find-HDP-maven-Repos/m-p/172166#M50185</guid>
      <dc:creator>mqureshi</dc:creator>
      <dc:date>2016-12-27T12:11:10Z</dc:date>
    </item>
    <item>
      <title>Re: where can i find HDP maven Repos</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/where-can-i-find-HDP-maven-Repos/m-p/172167#M50186</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/14634/358524408.html" nodeid="14634"&gt;@Ye Jun&lt;/A&gt;&lt;/P&gt;&lt;P&gt;this is the hortonworks public repo for maven artifects&lt;/P&gt;&lt;P&gt;&lt;A href="http://nexus-private.hortonworks.com/nexus/content/groups/public/" target="_blank"&gt;http://nexus-private.hortonworks.com/nexus/content/groups/public/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;add this to you pom.xml&lt;/P&gt;&lt;PRE&gt;&amp;lt;repository&amp;gt;           

 &amp;lt;id&amp;gt;public&amp;lt;/id&amp;gt;           

 &amp;lt;url&amp;gt;http://nexus-private.hortonworks.com/nexus/content/groups/public&amp;lt;/url&amp;gt;    

&amp;lt;/repository&amp;gt;&lt;/PRE&gt;&lt;P&gt;get your dependecy from the repo link and add in your maven dependencies.&lt;/P&gt;</description>
      <pubDate>Tue, 27 Dec 2016 13:29:22 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/where-can-i-find-HDP-maven-Repos/m-p/172167#M50186</guid>
      <dc:creator>rajkumar_singh</dc:creator>
      <dc:date>2016-12-27T13:29:22Z</dc:date>
    </item>
    <item>
      <title>Re: where can i find HDP maven Repos</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/where-can-i-find-HDP-maven-Repos/m-p/172168#M50187</link>
      <description>&lt;P&gt;Add these to your pom.xml or to your Maven to resolve HDP dependencies:&lt;/P&gt;&lt;PRE&gt;    &amp;lt;repository&amp;gt;
     &amp;lt;releases&amp;gt;
      &amp;lt;enabled&amp;gt;true&amp;lt;/enabled&amp;gt;
     &amp;lt;/releases&amp;gt;
     &amp;lt;snapshots&amp;gt;
      &amp;lt;enabled&amp;gt;true&amp;lt;/enabled&amp;gt;
     &amp;lt;/snapshots&amp;gt;
     &amp;lt;id&amp;gt;hortonworks.extrepo&amp;lt;/id&amp;gt;
     &amp;lt;name&amp;gt;Hortonworks HDP&amp;lt;/name&amp;gt;
     &amp;lt;url&amp;gt;http://repo.hortonworks.com/content/repositories/releases&amp;lt;/url&amp;gt;
    &amp;lt;/repository&amp;gt;

    &amp;lt;repository&amp;gt;
     &amp;lt;releases&amp;gt;
      &amp;lt;enabled&amp;gt;true&amp;lt;/enabled&amp;gt;
     &amp;lt;/releases&amp;gt;
     &amp;lt;snapshots&amp;gt;
      &amp;lt;enabled&amp;gt;true&amp;lt;/enabled&amp;gt;
     &amp;lt;/snapshots&amp;gt;
     &amp;lt;id&amp;gt;hortonworks.other&amp;lt;/id&amp;gt;
     &amp;lt;name&amp;gt;Hortonworks Other Dependencies&amp;lt;/name&amp;gt;
     &amp;lt;url&amp;gt;http://repo.hortonworks.com/content/groups/public&amp;lt;/url&amp;gt;
    &amp;lt;/repository&amp;gt;&lt;/PRE&gt;&lt;P&gt;The first of these is for the main HDP artifacts. These second of these is needed for dependencies like jetty-sslengine.jar:6.1.26.hwx.&lt;/P&gt;</description>
      <pubDate>Thu, 16 Mar 2017 21:27:03 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/where-can-i-find-HDP-maven-Repos/m-p/172168#M50187</guid>
      <dc:creator>carter</dc:creator>
      <dc:date>2017-03-16T21:27:03Z</dc:date>
    </item>
    <item>
      <title>Re: where can i find HDP maven Repos</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/where-can-i-find-HDP-maven-Repos/m-p/172169#M50188</link>
      <description>&lt;P&gt;I have try to download jars from &lt;A href="http://nexus-private.hortonworks.com/nexus/content/groups/public"&gt;http://nexus-private.hortonworks.com/nexus/content/groups/public&lt;/A&gt;, but it failed. Errors as following : ( &lt;/P&gt;&lt;H1&gt;404 - Path /org/apache/hadoop/hadoop-auth/2.7.1.2.3.4.0-3347/hadoop-auth-2.7.1.2.3.4.0-3347.BLK not found in group repository "Public Repositories" [id=public].&lt;/H1&gt;&lt;P&gt;Path /org/apache/hadoop/hadoop-auth/2.7.1.2.3.4.0-3347/hadoop-auth-2.7.1.2.3.4.0-3347.BLK not found in group repository "Public Repositories" [id=public].&lt;/P&gt;</description>
      <pubDate>Tue, 02 May 2017 17:32:18 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/where-can-i-find-HDP-maven-Repos/m-p/172169#M50188</guid>
      <dc:creator>1164798488</dc:creator>
      <dc:date>2017-05-02T17:32:18Z</dc:date>
    </item>
  </channel>
</rss>

