lidavidm commented on code in PR #13352: URL: https://github.com/apache/arrow/pull/13352#discussion_r893708442
########## docs/source/java/install.rst: ########## @@ -143,8 +143,37 @@ Installing Nightly Packages Arrow nightly builds are posted on the mailing list at `[email protected]`_. The artifacts are uploaded to GitHub. For example, for 2022/03/01, they can be found at `Github Nightly`_. -Maven cannot directly use the artifacts from GitHub. -Instead, install them to the local Maven repository: +Installing from Apache Nightlies +******************************** +1. Look up the nightly version number for the Arrow libraries used. + + For example, for ``arrow-memory``, visit https://nightlies.apache.org/arrow/java/org/apache/arrow/arrow-memory/ and see what versions are available (e.g. 9.0.0.dev191). Review Comment: ```suggestion 1. Look up the nightly version number for the Arrow libraries used. For example, for ``arrow-memory``, visit https://nightlies.apache.org/arrow/java/org/apache/arrow/arrow-memory/ and see what versions are available (e.g. 9.0.0.dev191). ``` -- 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]
