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.

Specific version of source code (2.7.1.2.3.0.0-2557 )

avatar
New Member

Greetings,

Where is the source code for Hadoop 2.7.1.2.3.0.0-2557 and the related dependencies?

I have found a number of source code repositories and versions, but I can't seem to find this specific version anywhere. As an aside, I am building on Windows.

Thanks,

Cary

1 ACCEPTED SOLUTION

avatar
New Member
@Cary Walker

HDP repo is located on Github. For 2.3.0 dependencies, see here:

https://github.com/hortonworks/hadoop-release/blob...

You can find the RPM in our public maven repo. Search for "hadoop" here:

http://repo.hortonworks.com/index.html

View solution in original post

4 REPLIES 4

avatar
Master Mentor

avatar
New Member
@Cary Walker

HDP repo is located on Github. For 2.3.0 dependencies, see here:

https://github.com/hortonworks/hadoop-release/blob...

You can find the RPM in our public maven repo. Search for "hadoop" here:

http://repo.hortonworks.com/index.html

avatar

Hadoop version 2.7.1.2.3.0.0-2557 is the version of Apache Hadoop included in our product release HDP-2.3.0.0. As Dhruv mentioned, source code for all our product releases is publicly available in Github, under "github.com/hortonworks/<component>-release/". Then you need to look under "Tags" for the specific release version desired. In this case, you can look under HDP-2.3.0.0-tag

(The link Dhruv provided is accidentally to version 2.3.3.0 rather than 2.3.0.0, although his pointing you at the pom.xml file was a good idea.)

Our Windows and Linux releases share the same source code.

avatar
Master Mentor

@Cary Walker are you still having issues? Can you accept the best answer or provide your own solution?