-
Notifications
You must be signed in to change notification settings - Fork 974
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Resolve ranger-examples-distro module compile error #71
base: master
Are you sure you want to change the base?
Conversation
I wanted to say thanks for putting this out there @PrivateLi , I hit the exact same problem and your patch got me to a successful I did see this note in the readme, looks like they don't take Github PRs yet. |
Trino uses Jdk11. To build the plugin on JDK11 .This commit includes patch from RANGER-2317 and apache#71
Trino uses Jdk11. To build the plugin on JDK11 .This commit includes patch from RANGER-2317 and apache#71
Trino uses Jdk11. To build the plugin on JDK11 .This commit includes patch from RANGER-2317 and apache#71
Trino uses Jdk11. To build the plugin on JDK11 .This commit includes patch from RANGER-2317 and apache#71
Trino uses Jdk11. To build the plugin on JDK11 .This commit includes patch from RANGER-2317 and apache#71
Why you don't merge it guys? |
While trying to build the Apache Ranger 2.4.0 on Ubuntu 20.04, Using Java 1.8, I came across this issue. Not sure, whether this issue is related to maven or Ranger. It is failing on **Apache Ranger Distribution ** step. I am attaching the screenshot for reference.
|
This is not an issue that needs to be merged, it happens when there is a mismatch in main Ranger version specified in ranger/pom.xml and distro/pom.xml or ranger-examples/pom.xml, this causes unable to identify right project parent directory causing file path or no such file exception issue. |
Actually, I was getting this issue. I didn't mean to merge it. Thanks for the clarification though. Will try with your fix. |
I got the same error with Apache Ranger Distribution. Does anyone have a solution for this issue? |
When compile ranger with below command:
mvn -DskipTests clean compile package install assembly:assembly
Throws create assembly failed:
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-assembly-plugin:2.6:single (default) on project ranger-examples-distro: Failed to create assembly: Error creating assembly archive sampleapp: You must set at least one file. -> [Help 1]
compile error.txt