From 1fcbf09bbb462453aa0b9394873e8b1de603f909 Mon Sep 17 00:00:00 2001 From: Srinivas Reddy Date: Tue, 27 Nov 2018 18:15:14 +0800 Subject: [PATCH 1/2] improved commands formatting --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 24701f53d..fe7d2fc28 100644 --- a/README.md +++ b/README.md @@ -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/. From 95670e1c5ee3ba0cf35b2f43b499f0f7f795078e Mon Sep 17 00:00:00 2001 From: Srinivas Reddy Date: Tue, 27 Nov 2018 18:19:50 +0800 Subject: [PATCH 2/2] improved formatting --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fe7d2fc28..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: