mneethiraj commented on code in PR #809:
URL: https://github.com/apache/ranger/pull/809#discussion_r2702179210
##########
dev-support/ranger-docker/download-archives.sh:
##########
@@ -87,6 +87,9 @@ else
then
tar xvfz downloads/ozone-${OZONE_VERSION}.tar.gz --directory=downloads/
fi
+ elif [[ $arg == 'opensearch' ]]
+ then
+ downloadIfNotPresent opensearch-${OPENSEARCH_VERSION}-linux-x64.tar.gz
https://artifacts.opensearch.org/releases/bundle/opensearch/${OPENSEARCH_VERSION}
Review Comment:
Include #92 at the end of the first `if` block as well (just before line
64), so that Opensearch is downloaded when the script is run without any
argument.
--
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]