ARROW-16292: [Java][Doc] Upgrade java documentation for JSE17/JSE18#12990
ARROW-16292: [Java][Doc] Upgrade java documentation for JSE17/JSE18#12990davisusanibar wants to merge 2 commits intoapache:masterfrom
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.
Can this be configured in pom.xml somehow?
There was a problem hiding this comment.
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.
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.
There is a exec-maven-plugin but not able to pass argLine needed
Co-authored-by: David Li <li.davidm96@gmail.com>
|
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)