Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

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.