Open bhargav2427 opened 3 months ago
@nil1729 any help will be really appreciated. Thanks!
@bhargav2427 Can you please provide a few more details about the environment?
Thanks for your reply @nil1729
1) Trino Version: 450
2) Java Version: 11
3) I am building using commandmvn clean compile package install
from the root directory of ranger.
4) I am building ranger project from release-ranger-2.4.0
tag.
Have you followed the steps mentioned here?
As far as I know, Trino 450 is running on JDK 21. I'm not sure if the built plugin can be installed on Trino 450.
Can I know why you are adopting Apache Ranger? If it's specifically for Trino ACL, you might want to check out OPA
--
Try building the Ranger plugin with JDK 17 using the commands mentioned in the README. I believe the README indicates that the first command will generate the Ranger Admin package, and the second one is for the Trino plugin. I'll fix the README accordingly.
Hi
1) I am not able to find .tar.gz file after building ranger project. I have jar files only in the target directory.