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.

Source code HDP 2.6.4

avatar
New Member

Where can I find the sources for all the components of HDP 2.6.4

1 ACCEPTED SOLUTION

avatar
@Pradeep KS

All the HDP repos are available at https://github.com/hortonworks

The repo naming convention is <service-name>-release , for example if you want to take a look at spark repo, the repo will be spark-release. All all the releases will be under tags.

ex: https://github.com/hortonworks/spark-release/tree/HDP-2.6.4.0-91-tag

View solution in original post

3 REPLIES 3

avatar
@Pradeep KS

All the HDP repos are available at https://github.com/hortonworks

The repo naming convention is <service-name>-release , for example if you want to take a look at spark repo, the repo will be spark-release. All all the releases will be under tags.

ex: https://github.com/hortonworks/spark-release/tree/HDP-2.6.4.0-91-tag

avatar
Frequent Visitor

It seems they are removed

avatar
New Member

@Sandeep Nemuri, Thankyou