Skip to content

[Java][Docs] Install document has a broken markup part #43293

@kou

Description

@kou

Describe the bug, including details regarding any error messages, version, and platform.

https://arrow.apache.org/docs/dev/java/install.html#java-compatibility

Finally, if you are using arrow-dataset, you’ll also need to report that JDK internals need to be exposed. Modifying the command above for arrow-memory: .. code-block:: shell

# Directly on the command line $ java –add-opens=java.base/java.nio=org.apache.arrow.memory.core,ALL-UNNAMED -jar … # Indirectly via environment variables $ env _JAVA_OPTIONS=”–add-opens=java.base/java.nio=org.apache.arrow.dataset,org.apache.arrow.memory.core,ALL-UNNAMED” java -jar …

code-block isn't processed.

Component(s)

Documentation, Java

Metadata

Metadata

Assignees

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions