You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Apache takes great pride in the fact that all Apache releases are source releases. We like to empower users to be in control of the software they use. Apache Ozone is no exception, there are multiple ways to get the Apache Ozone sources.

Getting sources from GitHub

The easiest and most simple way to get the Apache Hadoop and Apache Ozone sources is to clone the Apache repo on Github.

Github Hadoop Sources
https://github.com/apache/hadoop.git
cd hadoop
mvn clean install -f pom.ozone.xml  -DskipTests=true -Dmaven.javadoc.skip=true

This command will just build ozone ( assuming that you have all the Hadoop dependencies on your build machine like protobuf) and produce a tarball in your distribution directory. Here is an example of the tarball that will be generated (the version number will change based on what version you are pulling)

hadoop-ozone/dist/target/ozone-0.5.0-SNAPSHOT.tar.gz 1


  • No labels