Description
Plugin Trino needs jdk 11 and about to compile and build. In order to avoid build issue in Apache Ranger when including Plugin Trino, we need to enable a profile so that default build of Apache Ranger will use JDK 1.8 and Plugin Trino and its artifacts can be build with JDK 11 profile.
To build Plugin Trino artifacts following command can be executed.
mvn clean compile package -P ranger-trino-plugin
Attachments
Issue Links
- links to