Member since
04-06-2016
9
Posts
4
Kudos Received
2
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
2456 | 09-14-2016 03:45 PM | |
1225 | 04-06-2016 11:04 PM |
04-06-2016
11:04 PM
1 Kudo
Steps to build a release version of Hortonworks component. Component details in question. Component Name = Hadoop Release Version = 2.3.4.0 Tools Needed: Maven = 3.1.1 Java = 1.7+ Steps: 1. Ensure Java and Maven is in path. 2. Get the code to your local linux machine, say workspace. $ git clone git@github.com:hortonworks/hadoop-release.git -b HDP-2.3.4.0-tag Hortonworks maintain <component>-release tags for all the public releases. 3. Point maven settings.xml to http://repo.hortonworks.com/content/groups/public/ 4. Go to the synced workspace and issue below command $ maven clean -DskipTests -DskipITs install Cheers, -Vijay.
... View more