SENTRY-1989: Bump Kafka version from 0.9 to 0.11.1

Bump Kafka version to the latest version available. 0.9 was released last year (2016) and 0.11.1 is new in 2017

Here is the summary of code changes
1. Fixed the API incomatability
2. updated pom files to user updated version of kafka
3. Added new property to kafka server.
3. Refatored the the tests and commented one of the tests becausae of the known issue with the latest version of kafka.
5 files changed
tree: eac071f550953bd0234915cf3cf0b38430bcd0b6
  1. bin/
  2. build-tools/
  3. conf/
  4. dev-support/
  5. sentry-binding/
  6. sentry-core/
  7. sentry-dist/
  8. sentry-hdfs/
  9. sentry-policy/
  10. sentry-provider/
  11. sentry-service/
  12. sentry-solr/
  13. sentry-tests/
  14. .gitignore
  15. CHANGELOG.txt
  16. LICENSE.txt
  17. NOTICE.txt
  18. pom.xml
  19. README.md
README.md

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.

Contact us!

Bug and Issues tracker

Wiki

Building Sentry

Building Sentry requires the following tools:

  • Apache Maven 3.2.5+ (Might hit issues with pentaho library with older maven versions)
  • Java JDK7 (can't access TBase errors with JDK8)

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/.