- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Ambari 2.6.1.3 source code for reference
- Labels:
-
Apache Ambari
Created 03-16-2018 06:43 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Ambari 2.6.1.3 just got released recently, however I can't seem to find the source code of the release anywhere? It's not tagged in the regular hortonworks/ambari-release repo for example.
The reason being I'm trying to a custom Ambari build based on 2.6.1.3 to work on top of Cloudbreak 2.4.0.
Is it closed source? Don't we want to release all Ambari versions in Github?
Created 03-19-2018 07:35 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi @Thai Bui ,
All the releases of ambari in version 2.6.x.x is triggered from branch : https://github.com/apache/ambari/tree/branch-2.6
Please feel free to git clone this branch and build your relase .
you can refer to this document for ambari-development stuffs : https://cwiki.apache.org/confluence/display/AMBARI/Ambari+Development
Hope this helps
Created 03-19-2018 07:35 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi @Thai Bui ,
All the releases of ambari in version 2.6.x.x is triggered from branch : https://github.com/apache/ambari/tree/branch-2.6
Please feel free to git clone this branch and build your relase .
you can refer to this document for ambari-development stuffs : https://cwiki.apache.org/confluence/display/AMBARI/Ambari+Development
Hope this helps
Created 03-19-2018 11:47 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks @Akhil S Naik, much appreciated.