<?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: IntelliJ and Maven HDP public Repos to index in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/IntelliJ-and-Maven-HDP-public-Repos-to-index/m-p/95373#M8705</link>
    <description>&lt;P&gt;Maven repo &lt;A href="http://repo.hortonworks.com" target="_blank"&gt;http://repo.hortonworks.com&lt;/A&gt; seems to be down.&lt;/P&gt;&lt;P&gt;Getting 500 status code.&lt;/P&gt;</description>
    <pubDate>Sun, 03 Apr 2016 01:25:40 GMT</pubDate>
    <dc:creator>adi_muraru</dc:creator>
    <dc:date>2016-04-03T01:25:40Z</dc:date>
    <item>
      <title>IntelliJ and Maven HDP public Repos to index</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/IntelliJ-and-Maven-HDP-public-Repos-to-index/m-p/95367#M8699</link>
      <description>&lt;P&gt;Trying to add the HDP repo's to InteliJ Maven repo list, so i would get all the versions in my autocomplete not just my local repo's but getting an error when i try to run the update. Please see screenshot below: &lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="240-intelij.png" style="width: 1035px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/24046i09B30AA94866080C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="240-intelij.png" alt="240-intelij.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Sep 2022 09:43:56 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/IntelliJ-and-Maven-HDP-public-Repos-to-index/m-p/95367#M8699</guid>
      <dc:creator>azeltov</dc:creator>
      <dc:date>2022-09-16T09:43:56Z</dc:date>
    </item>
    <item>
      <title>Re: IntelliJ and Maven HDP public Repos to index</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/IntelliJ-and-Maven-HDP-public-Repos-to-index/m-p/95368#M8700</link>
      <description>&lt;P&gt;This is a bug in Intellij 14.1 (and many earlier versions). &lt;/P&gt;&lt;P&gt;See &lt;A href="https://youtrack.jetbrains.com/issue/IDEA-102693"&gt;IDEA-102693&lt;/A&gt; which includes a zip with the fixed maven plugin jars. Replace your intellij jars with those from the zip file.&lt;/P&gt;&lt;P&gt;If that doesn't work, take a look at your idea.log (sudo find / -name idea.log to locate it) for any exceptions and research those and/or post your stack trace here.&lt;/P&gt;</description>
      <pubDate>Wed, 14 Oct 2015 20:25:31 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/IntelliJ-and-Maven-HDP-public-Repos-to-index/m-p/95368#M8700</guid>
      <dc:creator>skumpf</dc:creator>
      <dc:date>2015-10-14T20:25:31Z</dc:date>
    </item>
    <item>
      <title>Re: IntelliJ and Maven HDP public Repos to index</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/IntelliJ-and-Maven-HDP-public-Repos-to-index/m-p/95369#M8701</link>
      <description>&lt;P&gt;Thanks  &lt;A rel="user" href="https://community.cloudera.com/users/149/skumpf.html" nodeid="149"&gt;@Shane Kumpf&lt;/A&gt;! I downloaded the patch and getting a new error, in the idea.log file. It looks like the repos that i am pointing to InteliJ is not happy with. They work fine using mvn command line, I posted the error below and here is my repository definition in my pom.xml file:&lt;/P&gt;&lt;PRE&gt;&amp;lt;repositories&amp;gt;
    &amp;lt;repository&amp;gt;
        &amp;lt;id&amp;gt;HDPReleases&amp;lt;/id&amp;gt;
        &amp;lt;name&amp;gt;HDP Releases&amp;lt;/name&amp;gt;
        &amp;lt;url&amp;gt;http://repo.hortonworks.com/content/repositories/public&amp;lt;/url&amp;gt;
        &amp;lt;layout&amp;gt;default&amp;lt;/layout&amp;gt;
        &amp;lt;releases&amp;gt;
            &amp;lt;enabled&amp;gt;true&amp;lt;/enabled&amp;gt;
            &amp;lt;updatePolicy&amp;gt;always&amp;lt;/updatePolicy&amp;gt;
            &amp;lt;checksumPolicy&amp;gt;warn&amp;lt;/checksumPolicy&amp;gt;
        &amp;lt;/releases&amp;gt;
        &amp;lt;snapshots&amp;gt;
            &amp;lt;enabled&amp;gt;false&amp;lt;/enabled&amp;gt;
            &amp;lt;updatePolicy&amp;gt;never&amp;lt;/updatePolicy&amp;gt;
            &amp;lt;checksumPolicy&amp;gt;fail&amp;lt;/checksumPolicy&amp;gt;
        &amp;lt;/snapshots&amp;gt;
    &amp;lt;/repository&amp;gt;
    &amp;lt;repository&amp;gt;
        &amp;lt;id&amp;gt;HDPJetty&amp;lt;/id&amp;gt;
        &amp;lt;name&amp;gt;Hadoop Jetty&amp;lt;/name&amp;gt;
        &amp;lt;url&amp;gt;http://repo.hortonworks.com/content/repositories/jetty-hadoop/&amp;lt;/url&amp;gt;
        &amp;lt;layout&amp;gt;default&amp;lt;/layout&amp;gt;
        &amp;lt;releases&amp;gt;
            &amp;lt;enabled&amp;gt;true&amp;lt;/enabled&amp;gt;
            &amp;lt;updatePolicy&amp;gt;always&amp;lt;/updatePolicy&amp;gt;
            &amp;lt;checksumPolicy&amp;gt;warn&amp;lt;/checksumPolicy&amp;gt;
        &amp;lt;/releases&amp;gt;
        &amp;lt;snapshots&amp;gt;
            &amp;lt;enabled&amp;gt;false&amp;lt;/enabled&amp;gt;
            &amp;lt;updatePolicy&amp;gt;never&amp;lt;/updatePolicy&amp;gt;
            &amp;lt;checksumPolicy&amp;gt;fail&amp;lt;/checksumPolicy&amp;gt;
        &amp;lt;/snapshots&amp;gt;
    &amp;lt;/repository&amp;gt;
    &amp;lt;repository&amp;gt;
        &amp;lt;snapshots&amp;gt;
            &amp;lt;enabled&amp;gt;false&amp;lt;/enabled&amp;gt;
        &amp;lt;/snapshots&amp;gt;
        &amp;lt;id&amp;gt;central&amp;lt;/id&amp;gt;
        &amp;lt;name&amp;gt;bintray&amp;lt;/name&amp;gt;
        &amp;lt;url&amp;gt;http://jcenter.bintray.com&amp;lt;/url&amp;gt;
    &amp;lt;/repository&amp;gt;
&amp;lt;/repositories&amp;gt;&lt;/PRE&gt;&lt;P&gt;Caused by: java.lang.RuntimeException: java.lang.RuntimeException: java.io.FileNotFoundException: Resource nexus-maven-repository-index.properties does not exist at org.jetbrains.idea.maven.server.Maven3ServerIndexerImpl$2.run(Maven3ServerIndexerImpl.java:204) at org.jetbrains.idea.maven.server.Maven30ServerEmbedderImpl.executeWithMavenSession(Maven30ServerEmbedderImpl.java:377) at org.jetbrains.idea.maven.server.Maven3ServerIndexerImpl.updateIndex(Maven3ServerIndexerImpl.java:170) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:303) at sun.rmi.transport.Transport$1.run(Transport.java:159) at java.security.AccessController.doPrivileged(Native Method) at sun.rmi.transport.Transport.serviceCall(Transport.java:155) at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:535) at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(TCPTransport.java:790) at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:649) at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:895) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:918) at java.lang.Thread.run(Thread.java:695) Caused by: java.lang.RuntimeException: java.io.FileNotFoundException: Resource nexus-maven-repository-index.properties does not exist at org.jetbrains.idea.maven.server.Maven3ServerIndexFetcher.retrieve(Maven3ServerIndexFetcher.java:109) at org.sonatype.nexus.index.updater.AbstractResourceFetcher.retrieve(AbstractResourceFetcher.java:22) at org.sonatype.nexus.index.updater.DefaultIndexUpdater.downloadIndexProperties(DefaultIndexUpdater.java:484) at org.sonatype.nexus.index.updater.DefaultIndexUpdater.access$100(DefaultIndexUpdater.java:65) at org.sonatype.nexus.index.updater.DefaultIndexUpdater$IndexAdaptor.setProperties(DefaultIndexUpdater.java:771) at org.sonatype.nexus.index.updater.DefaultIndexUpdater.fetchAndUpdateIndex(DefaultIndexUpdater.java:945) at org.sonatype.nexus.index.updater.DefaultIndexUpdater.fetchAndUpdateIndex(DefaultIndexUpdater.java:150) at org.jetbrains.idea.maven.server.Maven3ServerIndexerImpl$2.run(Maven3ServerIndexerImpl.java:201) ... 16 more Caused by: java.lang.RuntimeException: org.apache.maven.wagon.ResourceDoesNotExistException: File: &lt;A href="http://repo.hortonworks.com/content/repositories/public/.index/nexus-maven-repository-index.properties" target="_blank"&gt;http://repo.hortonworks.com/content/repositories/public/.index/nexus-maven-repository-index.properties&lt;/A&gt; , ReasonPhrase:Not Found. at org.apache.maven.wagon.providers.http.AbstractHttpClientWagon.fillInputData(AbstractHttpClientWagon.java:1029) at org.apache.maven.wagon.providers.http.AbstractHttpClientWagon.fillInputData(AbstractHttpClientWagon.java:977) at org.apache.maven.wagon.StreamWagon.getInputStream(StreamWagon.java:116) at org.apache.maven.wagon.StreamWagon.getIfNewer(StreamWagon.java:88) at org.apache.maven.wagon.StreamWagon.get(StreamWagon.java:61) at org.jetbrains.idea.maven.server.Maven3ServerIndexFetcher.retrieve(Maven3ServerIndexFetcher.java:101) ... 23 more 2015-10-14 11:18:52,896 [ 398262] WARN - #org.jetbrains.idea.maven - Failed to update Maven indices for: [com.intellij.util.CachedValueImpl@36e45d86] &lt;A href="http://jcenter.bintray.com" target="_blank"&gt;http://jcenter.bintray.com&lt;/A&gt; org.jetbrains.idea.maven.server.MavenServerIndexerException: java.lang.RuntimeException: java.io.FileNotFoundException: Resource nexus-maven-repository-index.properties does not exist at org.jetbrains.idea.maven.server.Maven3ServerIndexerImpl.updateIndex(Maven3ServerIndexerImpl.java:221)&lt;/P&gt;</description>
      <pubDate>Wed, 14 Oct 2015 22:24:41 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/IntelliJ-and-Maven-HDP-public-Repos-to-index/m-p/95369#M8701</guid>
      <dc:creator>azeltov</dc:creator>
      <dc:date>2015-10-14T22:24:41Z</dc:date>
    </item>
    <item>
      <title>Re: IntelliJ and Maven HDP public Repos to index</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/IntelliJ-and-Maven-HDP-public-Repos-to-index/m-p/95370#M8702</link>
      <description>&lt;P&gt;Sorry could not respond directly 600 char limit so posted my reply to u as a new "answer"&lt;/P&gt;</description>
      <pubDate>Wed, 14 Oct 2015 22:25:22 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/IntelliJ-and-Maven-HDP-public-Repos-to-index/m-p/95370#M8702</guid>
      <dc:creator>azeltov</dc:creator>
      <dc:date>2015-10-14T22:25:22Z</dc:date>
    </item>
    <item>
      <title>Re: IntelliJ and Maven HDP public Repos to index</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/IntelliJ-and-Maven-HDP-public-Repos-to-index/m-p/95371#M8703</link>
      <description>&lt;P&gt;I'm running into similar with the HDP repos, but not the maven central repos. I haven't found an answer yet but will continue to research; could be a bug, could be the HDP repos. I'll follow up when I have more.&lt;/P&gt;</description>
      <pubDate>Thu, 15 Oct 2015 01:14:27 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/IntelliJ-and-Maven-HDP-public-Repos-to-index/m-p/95371#M8703</guid>
      <dc:creator>skumpf</dc:creator>
      <dc:date>2015-10-15T01:14:27Z</dc:date>
    </item>
    <item>
      <title>Re: IntelliJ and Maven HDP public Repos to index</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/IntelliJ-and-Maven-HDP-public-Repos-to-index/m-p/95372#M8704</link>
      <description>&lt;P&gt;btw, you can avoid needing to specify the hwx jetty repo but using a single repo group:&lt;/P&gt;&lt;PRE&gt;&amp;lt;repositories&amp;gt;
    &amp;lt;repository&amp;gt;
        &amp;lt;id&amp;gt;public.repo.hortonworks.com&amp;lt;/id&amp;gt;
        &amp;lt;name&amp;gt;Public Hortonworks Maven Repo&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;
&amp;lt;/repositories&amp;gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 15 Oct 2015 01:18:03 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/IntelliJ-and-Maven-HDP-public-Repos-to-index/m-p/95372#M8704</guid>
      <dc:creator>skumpf</dc:creator>
      <dc:date>2015-10-15T01:18:03Z</dc:date>
    </item>
    <item>
      <title>Re: IntelliJ and Maven HDP public Repos to index</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/IntelliJ-and-Maven-HDP-public-Repos-to-index/m-p/95373#M8705</link>
      <description>&lt;P&gt;Maven repo &lt;A href="http://repo.hortonworks.com" target="_blank"&gt;http://repo.hortonworks.com&lt;/A&gt; seems to be down.&lt;/P&gt;&lt;P&gt;Getting 500 status code.&lt;/P&gt;</description>
      <pubDate>Sun, 03 Apr 2016 01:25:40 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/IntelliJ-and-Maven-HDP-public-Repos-to-index/m-p/95373#M8705</guid>
      <dc:creator>adi_muraru</dc:creator>
      <dc:date>2016-04-03T01:25:40Z</dc:date>
    </item>
  </channel>
</rss>

