-
Notifications
You must be signed in to change notification settings - Fork 4k
ARROW-16292: [Java][Doc] Upgrade java documentation for JSE17/JSE18 #12990
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
Conversation
|
|
| Environment variables: To execute your Arrow Java main code. | ||
|
|
||
| .. code-block:: | ||
| _JAVA_OPTIONS="--add-opens=java.base/java.nio=ALL-UNNAMED" mvn exec:java -Dexec.mainClass="YourMainCode" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can this be configured in pom.xml somehow?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Uhmm, let me figure out if there are some plugins available, but, initially I could say no way to do that.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @lidavidm, I didn't find a plugin to configure environment variable as needed on the pom.xml directly.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is a exec-maven-plugin but not able to pass argLine needed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok, sounds good
Co-authored-by: David Li <[email protected]>
|
Benchmark runs are scheduled for baseline = cb41e06 and contender = d464425. d464425 is a master commit associated with this PR. Results will be available as each benchmark for each run completes. |
Related to #12941 (comment)