This article describes how to upgrade the Hyper-Q version on an existing installation using RPM packages. It assumes the RPM package files for the new version have been downloaded to the working directory.
- stop Hyper-Q:
sudo systemctl stop dtm
optional, if using the automatic log uploader:sudo systemctl stop az_blob_append.timer
- install the new version of Hyper-Q:
sudo yum install hyperq-*X.Y.Z+bNNNNN*.rpm
(confirm prompts presented by yum) - upgrade Hyper-Q standard UDFs
- start Hyper-Q:
sudo systemctl start dtm
optional, if using the automatic log uploader:sudo systemctl start az_blob_append.timer
Comments
0 comments
Please sign in to leave a comment.