wandongchen opened a new issue, #28: URL: https://github.com/apache/amoro-site/issues/28
# Rplace version value with the latest Amoro version if needed export AMORO_VERSION=0.6.0 # Download the binary package of AMS wget https://github.com/NetEase/amoro/releases/download/v${AMORO_VERSION}/amoro-${AMORO_VERSION}-bin.zip # Unzip the pakage unzip amoro-${AMORO-VERSION}-bin.zip # Start AMS by script cd amoro-${AMORO-VERSION} && ./bin/ams.sh start -- 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]
