diff --git a/README.md b/README.md index 24701f53d..7959cb005 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -What is Sentry? +## What is Sentry? Apache Sentry is a highly modular system for providing fine grained role based authorization to both data and metadata stored on an Apache Hadoop cluster. @@ -14,7 +14,7 @@ Wiki * https://cwiki.apache.org/confluence/display/SENTRY/Home -Building Sentry +## Building Sentry Building Sentry requires the following tools: @@ -23,14 +23,20 @@ Building Sentry requires the following tools: To compile Sentry, run: +``` mvn install -DskipTests +``` To run Sentry tests, run: +``` mvn test +``` To build a distribution, run: +``` mvn install +``` The final Sentry distribution artifacts will be in $project/sentry-dist/target/.