Yicong-Huang commented on code in PR #4938: URL: https://github.com/apache/texera/pull/4938#discussion_r3186154179
########## AGENTS.md: ########## @@ -90,6 +90,10 @@ in [`udf.conf`](common/config/src/main/resources/udf.conf) or `export UDF_PYTHON_PATH="$(pwd)/../venv312/bin/python"` (env var overrides). Without it, `sbt` Python-integration tests fail to launch a worker. +When running computing-unit master/worker outside their Docker images on +JDK 17+, also `export JDK_JAVA_OPTIONS="--add-opens=java.base/java.nio=org.apache.arrow.memory.core,ALL-UNNAMED"`. +Without it, [Apache Arrow Java](https://arrow.apache.org/docs/java/install.html) fails on off-heap allocation. Review Comment: The link does not work for me -- 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]
