Skip to content
This repository has been archived by the owner on May 12, 2021. It is now read-only.

MINOR: improved commands formatting #19

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand All @@ -14,7 +14,7 @@ Wiki

* https://cwiki.apache.org/confluence/display/SENTRY/Home

Building Sentry
## Building Sentry

Building Sentry requires the following tools:

Expand All @@ -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/.