Rebranding of PrestoSQL to Trino brought many challenges. This made old presto-plugin
incompatible with new trino
because of the old package references such as io.prestosql
.
This repository is part of blog I wrote in Towards Data Science.
- Integrating Trino and Apache Ranger: https://towardsdatascience.com/integrating-trino-and-apache-ranger-b808f6b96ad8
Ranger trino plugin is now officially available in ranger version 2.3.0
But you can refer this repository for latest version of trino plugin. For more information about trino versions and compatible trino ranger plugin checkout releases page
files | Trino version compatibility and notes |
---|---|
ranger-3.0.0-SNAPSHOT-trino-plugin-405-406.tar.gz(Latest) | Works with trino version from 405-406 |
ranger-2.1.0-admin.tar.gz | Ranger Admin Version 2.1.0 used in this repository |
ranger-3.0.0-SNAPSHOT-trino-plugin-390-403.tar.gz | Works with trino version from 390-403 built with JDK17 |
ranger-2.3.0-trino-plugin.tar.gz | Works till trino version 389 built using JDK11 |