Created 11-08-2017 02:35 PM
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)?
Created 11-08-2017 02:45 PM
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
Created 11-08-2017 02:45 PM
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
Created 11-08-2017 02:51 PM
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
Created 11-08-2017 03:40 PM
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
Created 11-08-2017 04:54 PM
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.
Created 11-09-2017 08:59 AM
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.
Created 11-09-2017 09:17 AM
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
Created 11-09-2017 09:59 AM
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.