If you have Git, Maven, and Java (version 8+) installed, run these commands to build Fluo Yarn:
git clone https://github.com/apache/fluo-yarn.git
cd fluo-yarn
mvn package
Before making a pull request please attempt to run mvn verify
. If it fails and you are not sure
why, it's OK to go ahead and make the pull request.
- How to Contribute on Apache Fluo project website