Support Questions

Find answers, ask questions, and share your expertise
Announcements
Now Live: Explore expert insights and technical deep dives on the new Cloudera Community BlogsRead the Announcement

Ambari 2.6.1.3 source code for reference

avatar
New Member

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?

1 ACCEPTED SOLUTION

avatar

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

View solution in original post

2 REPLIES 2

avatar

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

avatar
New Member

Thanks @Akhil S Naik, much appreciated.