Created 03-16-2018 06:43 PM
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
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
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
Thanks @Akhil S Naik, much appreciated.