Created 04-06-2016 12:04 AM
Created 04-06-2016 11:04 PM
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.
Created 04-06-2016 02:55 AM
What exactly are you trying to compile?
Created 04-06-2016 11:04 PM
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.