Upgrade the Knox Gateway
If you are not currently using Ambari to manage your Hadoop cluster, you will need to upgrade Knox manually to the latest version. Because “rolling upgrades” are now supported in HDP-2.4.3, it is not important which version of Knox you are currently running, only that you have an instance of the Knox Gateway running.
Note | |
---|---|
If you have not already installed Knox, refer to the "Install the Knox RPMs on the Knox Server" section of the Non-Ambari Cluster Installation Guide for instructions on how to install and configure the Knox Gateway. |
Before upgrading the Knox Gateway, there are a several steps you must follow to ensure your configuration files, settings, and topology files can be copied to the new Knox Gateway instance when the upgrade is complete, which are described below.
Back up your existing
conf
directory.Stop each Knox server.
su -l knox /usr/hdp/{the current Knox version}/knox/bin/gateway.sh stop
Select the HDP server version you are upgrading to after you have stopped each Knox server.
hdp-select set knox-server {the HDP server version}
Unzip your previously saved configuration directory (the
conf
directory you backed up in step 1) into the new /var/log/knox/gateway.conf directory to import these files.Create the Master Secret:
su - knox -c “/usr/hdp/current/knox/bin/knoxcli.sh create-master”
Start the Gateway:
su - knox -c "/usr/hdp/current/knox-server/bin/gateway.sh start"
Restart the Knox server to complete the upgrade.
su -l knox /usr/hdp/{the new HDP server version}/knox/bin/gateway.sh start