#Compile Tachyon with specific Hadoop version
-
Change the hadoop.version tag in pom.xml in Tachyon's root directory
-
You probably want to set the following options for
Mavenbuild
export MAVEN_OPTS='-Xmx1024m -XX:MaxPermSize=1024m'
- Build Tachyon
mvn -Dhadoop.version=2.2.0 clean package