Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

Where are now the Ambari artifacts published?

avatar
Contributor

I have been using this repository when building my own Ambari views: http://repo.hortonworks.com/content/repositories/releases/org/apache/ambari/ambari-views/

But now I'm trying to upgrade to Ambari 2.5 or later and I see they have been not published there.
Does anybody know where I can find the Hortonworks Ambari artifacts published as a repository (not as tars)?

1 ACCEPTED SOLUTION

avatar
Master Mentor

@Gonzalo Herreros

https://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.6.2/bk_command-line-installation/content/downlo...

You can check at the private repo as well:

      <settings>
         <mirrors>
            <mirror>
               <id>public</id>
               <mirrorOf>*</mirrorOf>
               <url>http://nexus-private.hortonworks.com/nexus/content/groups/public</url>
            </mirror>
         </mirrors>
     </settings>

.

https://community.hortonworks.com/questions/74655/where-can-i-find-hdp-maven-repos.html

View solution in original post

7 REPLIES 7

avatar
Master Mentor

@Gonzalo Herreros

https://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.6.2/bk_command-line-installation/content/downlo...

You can check at the private repo as well:

      <settings>
         <mirrors>
            <mirror>
               <id>public</id>
               <mirrorOf>*</mirrorOf>
               <url>http://nexus-private.hortonworks.com/nexus/content/groups/public</url>
            </mirror>
         </mirrors>
     </settings>

.

https://community.hortonworks.com/questions/74655/where-can-i-find-hdp-maven-repos.html

avatar
Master Mentor

@Gonzalo Herreros

All version of Ambari artifacts can not be found in the repo.

But you can always build it by forking the : https://github.com/apache/ambari

As mentioned in https://cwiki.apache.org/confluence/display/AMBARI/Ambari+Development

avatar
Contributor

Wasn't aware of that repo.
For some reason the latest they have is Ambari 2.5.0 but it's better that nothing. Thanks

avatar
Master Mentor

@Gonzalo Herreros

If you are OK with the available solution, then it will be also great if you can mark this HCC thread as Answered by clicking on the "Accept" Button on the correct answer. That way other HCC users can quickly find the solution when they encounter the same issue.

avatar
Contributor

I appreciate your help but the question is not fully answered.
2.5.1, 2.5.2 and 2.6.0 have been released but are not there.
Is this a mistake or they won't be published anymore? Hopefully somebody from Hortonworks can answer.

avatar
Master Mentor

@Gonzalo Herreros

All the patched version of ambari are not placed in the public maven repos. However you can build the ambari version based on different tags as described in the following link:

https://cwiki.apache.org/confluence/display/AMBARI/Installation+Guide+for+Ambari+2.5.1

Similarly for 2.5.2 & 2.6.0 as following:

https://cwiki.apache.org/confluence/display/AMBARI/Installation+Guide+for+Ambari+2.5.2

https://cwiki.apache.org/confluence/display/AMBARI/Installation+Guide+for+Ambari+2.6.0

avatar
Contributor

If that's how it is I wonder what is the criteria to publish or not.
I would rather if all the official releases were also published, like it happens with all the other artifacts.
So if I'm using 2.5.1.0.159 in prod, I would like to link to exactly those build libraries, not a vanilla 2.5.1 built by myself and published on my own repository so my build server can reach it.

Thanks again for your assistance.