rameeshm commented on code in PR #809:
URL: https://github.com/apache/ranger/pull/809#discussion_r2707054117
##########
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:
@mneethiraj Thanks for the review. Updated the patch
--
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]