dshershov commented on PR #106: URL: https://github.com/apache/ranger/pull/106#issuecomment-1715782075
Hi @esselius ! Your solution is very close to what I need! Unfortunately this is not working for me on 2.4.0 ranger version with 17ojdk. Maybe you have some ideas how I can fix that. I tried build trino plugin with 414 version of trino with the next command: `JAVA_HOME=/opt/homebrew/opt/openjdk@17/libexec/openjdk.jdk/Contents/Home && mvn clean package -DskipTests -P ranger-trino-plugin,-linux(or -mac) -am -pl agents-audit,agents-common,agents-cred,agents-installer,credentialbuilder,ranger-plugin-classloader,ranger-util,plugin-trino,ranger-trino-plugin-shim` ``` [INFO] Reactor Summary for ranger 2.4.0: [INFO] [INFO] ranger ............................................. SUCCESS [ 0.897 s] [INFO] Credential Support ................................. SUCCESS [ 1.974 s] [INFO] Audit Component .................................... SUCCESS [ 2.799 s] [INFO] ranger-plugin-classloader .......................... SUCCESS [ 0.906 s] [INFO] Common library for Plugins ......................... SUCCESS [ 5.663 s] [INFO] Installer Support Component ........................ SUCCESS [ 0.513 s] [INFO] Credential Builder ................................. SUCCESS [ 1.403 s] [INFO] Ranger Util ........................................ SUCCESS [ 1.196 s] [INFO] Trino Security Plugin .............................. SUCCESS [ 2.398 s] [INFO] Trino Security Plugin Shim ......................... SUCCESS [ 1.300 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS ``` But archive was missing into target directory. Thanks a lot for your ideas! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
