Upgrading Cloudera Manager
Minimum Required Role: Cluster Administrator (also provided by Full Administrator)
This topic describes how to upgrade Cloudera Manager. When you upgrade Cloudera Manager using packages, you run operating system package commands from the command line, and then complete the upgrade using Cloudera Manager. Upgrading Cloudera Manager does not upgrade the version of CDH used in clusters managed by Cloudera Manager. For CDH upgrade steps, see Upgrading CDH and Managed Services Using Cloudera Manager.
Cloudera Manager 6.x supports upgrading from Cloudera Manager 5.7.0 or higher to Cloudera Manager 6.x. Downtime for the cluster is not required to complete this upgrade. Upgrades from any beta release of Cloudera Manager are not supported.
- Upgrades the database schema to reflect the current version.
- Upgrades the Cloudera Manager Server and all supporting services.
- Upgrades the Cloudera Manager agent.
- Redeploys client configurations to ensure that client services have the most current configuration.
Continue reading:
Upgrading to the Cloudera Manager 6.0.0 Beta Release
You can upgrade your Cloudera Enterprise deployment to the beta release of 6.0.0. Please note the following:
- Do not use this beta software in a production environment. It is intended only for evaluation purposes.
- Rolling upgrades of CDH are not supported. Downtime is required.
- Rollback of your software and data is not supported.
- Upgrading to Cloudera Manager 6.0.0 beta requires the following:
- Cloudera Manager version 5.7 or higher
- All clusters managed by Cloudera Manager must be running CDH 5.7 or higher.
- JDK 1.8 must be installed on all cluster hosts, including hosts in clusters that are still running CDH 5.7 or higher.
- If you use the Solr Search service in your cluster, there are significant manual steps you must follow to upgrade. See Preparing Cloudera Search to Upgrade to CDH 6.
- Upgrades to version 6.0.0 require the Agents to be upgraded on all hosts, and the Agents must be restarted.
- Cloudera will not support upgrading from the Cloudera Enterprise 6.0.0 beta release to any generally available release of Cloudera Enterprise.
- The following services are no longer supported as of Enterprise 6.0.0:
- Accumulo
- Sqoop 2
- MapReduce 1
Before you Begin
Review the following documents for important information before beginning to plan your Cloudera Manager upgrade:
- Cloudera Manager 6.0 Beta Release Notes.
- Cloudera Security Bulletins.
- Cloudera Enterprise 6 Requirements and Supported Versions
- Package Dependencies A Cloudera Manager upgrade can introduce new package dependencies. Your organization may have restrictions or require prior approval for installation of new packages.
To upgrade Cloudera Manager, you must have ssh access to the Cloudera Manager server host using a root account or an account that has password-less sudo permission enabled.
Preparing to upgrade Cloudera Manager
The steps described in this section should be performed before beginning the upgrade. You should plan for adequate time ahead of the upgrade to complete these steps. If you are using Cloudera Navigator in your deployment, you may need to plan for additional time. See Backup the Cloudera Navigator Storage Directory.

Establish Access to the Software
In order to upgrade Cloudera Manager needs access to a package repository that contains the updated software packages. Depending on whether or not Internet access is allowed from your cluster, you can establish access using one of two procedures. For each procedure, you need to create a file that informs Cloudera Manager of the location of the repository.
- If the Cloudera Manager server host has internet access, you can use the publicly available repositories from archive.cloudera.com. See Using the Public Repository (below) for how to reference the correct repository.
- If the Cloudera Manager server host does not have Internet access to archive.cloudera.com, you must configure access to the Cloudera Manager software from a local package repository. See Creating and Using a Package Repository for Cloudera Manager.
Using the Public Repository
If the Cloudera Manager server host has access to the Internet (specifically to archive.cloudera.com, you can create a file on the host that contains information about where to find the packages required for upgrading Cloudera Manager. Select the procedure for creating this file for your operating system:
-
RHEL
- Backup the current repository directory.
cp -r /etc/yum.repos.d /tmp/yum.repos.d-backup
- Create a file called cloudera-manager.repo with the following content, replacing the values for the following items in italics:
[cloudera-manager] name=Cloudera Manager baseurl = https://archive.cloudera.com/cm<Cloudera Manager Major Upgrade Version>/<Cloudera Manager Full Upgrade Version>/redhat<major_OS_version>/yum gpgkey = https://archive.cloudera.com/cm6/<Cloudera Manager Major Upgrade Version>/redhat<major_OS_version>/yum/RPM-GPG-KEY-cloudera gpgcheck = 1
- <major_OS_version> -- The first digit of the operating system version number.
For example, enter “7” if you are using RHEL 7.3.
- <Cloudera Manager Major Upgrade Version> -- The full version number of the version of Cloudera Manager that you are
upgrading to.
For example, enter "6" if you are upgrading to Cloudera Manager 6.0.0.
-
<Cloudera Manager Full Upgrade Version> -- The full version number of the version of Cloudera Manager that you are upgrading to.
For example: "6.0.0".
For example, if your cluster is running RHEL 7.3 and you are upgrading to Cloudera Manager 6.0.0, the cloudera-manager.repo file looks like this:[cloudera-manager] name=Cloudera Manager baseurl=http://archive.cloudera.com/cm6/6.0.0/redhat7/yum/ gpgkey=http://archive.cloudera.com/cm6/6.0.0/redhat7/yum/RPM-GPG-KEY-cloudera gpgcheck=1
- <major_OS_version> -- The first digit of the operating system version number.
- Save the file in the following location on the Cloudera Manager server host:
/etc/yum.repos.d/cloudera-manager.repo
- Backup the current repository directory.
-
Debian
- Backup the current repository directory:
cp -r /etc/apt/sources.list.d /tmp/sources.list.d-backup
- Create a file called cloudera.list with the following content, replacing the values for the following items in italics:
deb [arch=amd64] https://archive.cloudera.com/cm<Cloudera Manager Major Upgrade Version>/<Cloudera Manager Full Upgrade Version>/debian<major_OS_version>/apt <OS version code name>-cm<Cloudera Manager Full Upgrade Version> contrib
- <Cloudera Manager Major Upgrade Version> -- The full version number of the version of Cloudera Manager that you are
upgrading to.
For example, enter "6" if you are upgrading to Cloudera Manager 6.0.0.
- <OS version code name> – The Debian code name for the operating system. For example: wheezy, jessie, or squeeze.
-
<Cloudera Manager Full Upgrade Version> -- The full version number of the version of Cloudera Manager that you are upgrading to.
For example: "6.0.0".
- <major_OS_version> -- The first digit of the operating system version number.
For example, enter “8” if you are using Debian 8.
For example:deb [arch=amd64] https://archive.cloudera.com/cm6/6.x.0/debian8/apt jessie-cm6.x.0 contrib
- <Cloudera Manager Major Upgrade Version> -- The full version number of the version of Cloudera Manager that you are
upgrading to.
- Save the file in the following location on the Cloudera Manager server host:
/etc/apt/sources.list.d/cloudera.list
- Backup the current repository directory:
-
Ubuntu
- Backup the current repository directory:
cp -r /etc/apt/sources.list.d /tmp/sources.list.d-backup
- Create a file called cloudera.list with the following content, replacing the values for the following items in italics:
deb [arch=amd64] https://archive.cloudera.com/cm<Cloudera Manager Major Upgrade Version>/<Cloudera Manager Full Upgrade Version>/ubuntu<Full_OS_version>/apt <OS version code name>-cm<Cloudera Manager Full Upgrade Version> contrib
- <Cloudera Manager Major Upgrade Version> -- The full version number of the version of Cloudera Manager that you are
upgrading to.
For example, enter "6" if you are upgrading to Cloudera Manager 6.0.0.
- <OS version code name> – The Ubuntu code name for the operating system. For example: xenial, trusty, precise .
-
<Cloudera Manager Full Upgrade Version> -- The full version number of the version of Cloudera Manager that you are upgrading to.
For example: "6.0.0".
- <Full_OS_version> -- The full version number of the operating system, without the decimal
point.
For example, enter “1604” if you are using Ubuntu 16.04.
For example:deb [arch=amd64] http://archive.cloudera.com/cm6/6.x.0/ubuntu1604/apt xenial-cm6.x.0 contrib deb-src
- <Cloudera Manager Major Upgrade Version> -- The full version number of the version of Cloudera Manager that you are
upgrading to.
- Save the file in the following location on the Cloudera Manager server host:
/etc/apt/sources.list.d/cloudera.list
- Backup the current repository directory:
-
SLES
- Backup the current repo directory
cp -r /etc/zypp/repos.d /tmp/zypp.repos.d-backup
- Create a file called cloudera-manager.repo with the following content, replacing the values for the following items in italics:
[cloudera-manager] name=Cloudera Manager baseurl = https://archive.cloudera.com/cm<Cloudera Manager Major Upgrade Version>/<Cloudera Manager Full Upgrade Version>/sles<major_OS_version>/yum gpgkey = https://archive.cloudera.com/cm6/<Cloudera Manager Major Upgrade Version>/sles<major_OS_version>/yum/RPM-GPG-KEY-cloudera gpgcheck = 1
- <major_OS_version> -- The first digit of the operating system version number.
For example, enter “7” if you are using RHEL 7.3.
- <Cloudera Manager Major Upgrade Version> -- The full version number of the version of Cloudera Manager that you are
upgrading to.
For example, enter "6" if you are upgrading to Cloudera Manager 6.0.0.
-
<Cloudera Manager Full Upgrade Version> -- The full version number of the version of Cloudera Manager that you are upgrading to.
For example: "6.0.0".
For example:[cloudera-manager] # Packages for Cloudera Manager, Version 6.x.0, on sles 12, x86_64 name=Cloudera Manager baseurl=https://archive.cloudera.com/cm6/6.x.0/sles12/yum/ gpgkey=https://archive.cloudera.com/cm6/6.x.0/sles12/yum/RPM-GPG-KEY-cloudera gpgcheck=1
- <major_OS_version> -- The first digit of the operating system version number.
- Save the file in the following location on the Cloudera Manager server host:
/etc/zypp/repos.d/cloudera-manager.repo
- Backup the current repo directory
Backup the Databases
- Stop the Cloudera Management Service.
- Select .
- Select .
- Backup the following Cloudera Manager databases:
- Cloudera Manager Server
- Reports Manager
- Cloudera Navigator Audit Server (no backup needed if Navigator is not installed.)
- Cloudera Navigator Metadata Server (no backup needed if Navigator is not installed.)
- Activity Monitor (only used for monitoring of MapReduce 1) (only required for clusters using Map Reduce 1; not required for CDH 6 and higher.)
To locate information about these databases (database type, hostname, and credentials):See Backing Up Databases for detailed instructions for each supported type of database.- Cloudera Manager Server – Log in to the Cloudera Manager host and examine the /etc/cloudera-scm-server/db.properties file.
For example:
more /etc/cloudera-scm-server/db.properties # Auto-generated by scm_prepare_database.sh on Fri Dec 9 08:51:29 PST 2016 # # For information describing how to configure the Cloudera Manager Server # to connect to databases, see the "Cloudera Manager Installation Guide." # com.cloudera.cmf.db.type=mysql com.cloudera.cmf.db.host=localhost com.cloudera.cmf.db.name=cm com.cloudera.cmf.db.user=cm com.cloudera.cmf.db.password=cm
- All other databases – Go to Database category. You may need to contact your database administrator to obtain passwords. and select the
- Start the Cloudera Management Service.
- Select .
- Select .
Backup the Cloudera Navigator Storage Directory
If you have Cloudera Navigator installed in your Cloudera Manager deployment, use the following procedure to backup the Cloudera Navigator storage directory:
Upgrade to JDK 1.8
Cloudera Manager and CDH 6.0 and higher require Oracle JDK 1.8. If your deployment uses a lower version of the JDK, you must install JDK 1.8. You can install the JDK manually, on all cluster hosts, or you can install JDK 1.8 on the Cloudera Manager server host. When Cloudera Manager starts up, it switches to use JDK 1.8. Cloudera Manager can then install the new JDK and upgrade the Agents on all hosts.
Before beginning the JDK upgrade, establish access to the software, as described above.
To upgrade the JDK on the Cloudera Manager server host:
- Log in to the Cloudera Manager server host as root.
- Run the following command:
- RHEL:
sudo yum install oracle-j2sdk1.8.x86_64
- SLES
sudo zypper install oracle-j2sdk1.8.x86_64
- Ubuntu/Debian
sudo apt-get install oracle-j2sdk1.8.x86_64
- RHEL:
- Open the following file in a text editor:
/etc/default/cloudera-scm-server
- Edit the line that begins with export JAVA_HOME and change the path to the path of the new JDK (you can find this under /usr/java).
For example:
export JAVA_HOME=/usr/java/jdk1.8.0_141-cloudera
- Save the file.
Upgrading Cloudera Manager
- Log in to the Cloudera Manager Admin Console.
- Stop the Cloudera Management Service.
- Select .
- Select .
- Stop any running commands from the Cloudera Manager Admin Console or wait for them to complete.
Important: If you do not stop all commands, the Cloudera Manager Server could fail to start.
- Log in to the Cloudera Manager server host as the root user, or as a user with password-less sudo privileges.
- Stop the Cloudera Manager Server by running the following command:
sudo service cloudera-scm-server stop
- If you are using the embedded PostgreSQL database with Cloudera Manager, stop the database by running the following command:
sudo service cloudera-scm-server-db stop
If you are not using the embedded database service and you attempt to stop it, you will receive a message indicating that the service cannot be found.
If the database shutdown fails due to connected services, run the following command:- RHEL-compatible 7 and higher:
sudo service cloudera-scm-server-db next_stop_fast sudo service cloudera-scm-server-db stop
- All other Linux distributions:
sudo service cloudera-scm-server-db fast_stop
- RHEL-compatible 7 and higher:
- If the Cloudera Manager host is also running the Cloudera Manager Agent, run the following command:
sudo service cloudera-scm-agent stop
- Backup the following directories on the Cloudera Manager server host.
- /etc/cloudera-scm-server
- /etc/cloudera-scm-agent
- Run the following command to clean the cache directories and upgrade the software:
- RHEL
-
sudo yum clean all sudo yum upgrade cloudera-manager-server cloudera-manager-daemons cloudera-manager-agent
Note:
- yum clean all cleans yum cache directories, ensuring that you download and install the latest versions of the packages.
- If your system is not up to date, any underlying system components must be upgraded before yum update can run. yum indicates which components must be upgraded.
- If the Cloudera Manager instance you are upgrading uses the embedded PostgreSQL database, add cloudera-manager-server-db-2 to the list of packages in the yum upgrade command.
The embedded PostgreSQL database should not be used in production environments.
- SLES
-
To upgrade from your own repository:
sudo zypper clean --all sudo zypper update package cloudera-manager-server cloudera-manager-daemons cloudera-manager-agent
If the Cloudera Manager instance you are upgrading uses the embedded PostgreSQL database, add cloudera-manager-server-db-2 to the list of packages in the zypper update command.
The embedded PostgreSQL database should not be used in production environments.
- Ubuntu or Debian
- The following commands clean cached repository information and update Cloudera Manager components:
sudo apt-get clean sudo apt-get update sudo apt-get dist-upgrade sudo apt-get install cloudera-manager-server cloudera-manager-daemons cloudera-manager-agent
If the Cloudera Manager instance you are upgrading uses the embedded PostgreSQL database, add cloudera-manager-server-db-2 to the list of packages in the apt-get install command.
The embedded PostgreSQL database should not be used in production environments.
During this process, you might be prompted about your configuration file version:Configuration file `/etc/cloudera-scm-agent/config.ini' ==> Modified (by you or by a script) since installation. ==> Package distributor has shipped an updated version. What would you like to do about it ? Your options are: Y or I : install the package maintainer's version N or O : keep your currently-installed version D : show the differences between the versions Z : start a shell to examine the situation The default action is to keep your current version.
You will receive a similar prompt for /etc/cloudera-scm-server/db.properties. Answer N to both prompts.
- On the Cloudera Manager Server host, verify that you now have the following packages, corresponding to the version of Cloudera
Manager you installed, by running the following command:
- RPM-based distributions
-
rpm -qa 'cloudera-manager-*'
For example:$ rpm -qa 'cloudera-manager-*' cloudera-manager-server-6.0 Beta Beta-0.cm5130.p0.38.el6.x86_64 cloudera-manager-agent-6.0 Beta Beta-0.cm5130.p0.38.el6.x86_64 cloudera-manager-daemons-6.0 Beta Beta-0.cm5130.p0.38.el6.x86_64
- Ubuntu or Debian
-
dpkg-query -l 'cloudera-manager-*'
For example:~# dpkg-query -l 'cloudera-manager-*' Desired=Unknown/Install/Remove/Purge/Hold | Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend |/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad) ||/ Name Version Description +++-======================-======================-============================================================ ii cloudera-manager-agent 6.0 Beta Beta-0.cm5130.p0.38~sq The Cloudera Manager Agent ii cloudera-manager-daemo 6.0 Beta Beta-0.cm5130.p0.38~sq Provides daemons for monitoring Hadoop and related tools. ii cloudera-manager-serve 6.0 Beta Beta-0.cm5130.p0.38~sq The Cloudera Manager Server
Note: You might also see an entry for the cloudera-manager-server-db-2 if you are using the embedded PostgreSQL database, and additional packages for plug-ins, depending on what was previously installed on the server host. If the cloudera-manager-server-db-2 package is installed, and you do not plan to use the embedded database, you can remove this package.
- Start the Cloudera Manager Server. On the Cloudera Manager Server host (the host on which you installed the cloudera-manager-server package), do the following:
- If you are using the embedded PostgreSQL database for Cloudera Manager, start the database. If your installation uses other
databases, Cloudera Manager reconnects with them after starting.
sudo systemctl start cloudera-scm-server-db
- Start the Cloudera Manager Server:
sudo systemctl start cloudera-scm-server
- If you are using the embedded PostgreSQL database for Cloudera Manager, start the database. If your installation uses other
databases, Cloudera Manager reconnects with them after starting.
- If you previously stopped the Cloudera Manager Agent, start the agent:
sudo systemctl start cloudera-scm-agent
- Log in to the Cloudera Manager Admin Console (?? as what user role??). It can take several
minutes for Cloudera Manager Server to start, and the console is unavailable until the server startup is complete.
The Upgrade Wizard displays.
- Upgrade the Cloudera Manager Agent. Cloudera Manager can do this for you, (recommended) or you can upgrade the agents manually
on all hosts managed by this instance of Cloudera Manager. When Cloudera Manager upgrades the Cloudera Manager agent, Cloudera Manager handles the upgrade and cleanup, and, optionally, upgrades the
JDK. If you are not using JDK 1.8, you must upgrade to JDK 1.8 on all managed hosts.
- To use Cloudera Manager to upgrade the Agents:
- Select Yes, I would like to upgrade the Cloudera Manager Agent packages now.
- Click Continue.
The Select Repository screen of the Upgrade Wizard displays.
- Select the release of the Cloudera Manager Agent to install. Normally, this is the Matched Release for
this Cloudera Manager Server. However, if you used a custom repository (instead of archive.cloudera.com) for the Cloudera Manager server, select Custom Repository and provide the following information:
- Custom Repository URL
RHEL This is the same URL you created when creating the cloudera-manager.repo file, in the line beginning with baseurl=.
Ubuntu/Debian: This is the same URL you created in the cloudera.list file in the line beginning with deb .
- SLES Locate the URL for your upgrade version in the Repo File column in the Cloudera Manager 6 Version and Download Information table for your Cloudera Manager version. Use the URL from the line that begins with baseurl=.
- Custom GPG Key URL
RHEL This is the same URL you created when creating the cloudera-manager.repo file, in the line beginning with gpgkey=.
Ubuntu/Debian: Create this URL by adding /Release.gpg to the Custom Repository URL .
- SLES Locate the URL for your upgrade version in the Repo File column in the Cloudera Manager 6 Version and Download Information table for your Cloudera Manager version. Change cloudera-cm.repo to RPM-GPG-KEY-cloudera
- Custom Repository URL
- Click Continue.
The JDK Installation Options page displays.
- If you want Cloudera Manager to install JDK 1.8 on all cluster hosts, select Install Oracle Java SE Development Kit (JDK) .
- If local laws permit you to deploy unlimited strength encryption, and you are running a secure cluster, select the Install Java Unlimited Strength Encryption Policy Files checkbox.
- Click Continue.
- Specify credentials and initiate Agent installation:
- Select root for the root account, or select Another user and enter the username for an account that has password-less sudo permission.
- Select an authentication method:
- If you choose password authentication, enter and confirm the password.
- If you choose public-key authentication, provide a passphrase and path to the required key files.
You can modify the default SSH port if necessary.
- Specify the maximum number of host installations to run at once. The default and recommended value is 10. You can adjust this based on your network capacity.
- Click Continue.
The Cloudera Manager Agent packages and, if selected, the JDK are installed.
- Click Continue.
The Host Inspector runs to inspect your managed hosts for correct versions and configurations. If problems occur, you can make changes and then rerun the inspector.
When you are satisfied with the inspection results, click Continue.
- To upgrade the Cloudera Manager Agents manually:
- On all cluster hosts except the Cloudera Manager Server host, stop the Agent:
sudo service cloudera-scm-agent stop
- Select No, I would like to skip the agent upgrade now and click Continue.
- Run the following commands on all hosts except the Cloudera Manager Server host:
- RHEL
-
sudo yum clean all sudo yum upgrade cloudera-manager-daemons cloudera-manager-agent
Note:
- yum clean all cleans yum cache directories, ensuring that you download and install the latest versions of the packages.
- If your system is not up to date, any underlying system components must be upgraded before yum update can run. yum indicates which components must be upgraded.
- If the Cloudera Manager instance you are upgrading uses the embedded PostgreSQL database, add cloudera-manager-server-db-2 to the list of packages in the yum upgrade command. Do not use the embedded PostgreSQL database in production environments.
- SLES
-
sudo zypper clean --all sudo zypper -y upgrade cloudera-manager-daemons cloudera-manager-agent
- Ubuntu or Debian
- Use the following commands to clean cached repository information and update Cloudera Manager components:
sudo apt-get clean sudo apt-get update sudo apt-get dist-upgrade sudo apt-get install cloudera-manager-agent cloudera-manager-daemons
If the Cloudera Manager instance you are upgrading uses the embedded PostgreSQL database, add cloudera-manager-server-db-2 to the list of packages in the apt-get install command. Do not use the embedded PostgreSQL database in production environments.
During this process, you might be prompted about your configuration file version:Configuration file '/etc/cloudera-scm-agent/config.ini' ==> Modified (by you or by a script) since installation. ==> Package distributor has shipped an updated version. What would you like to do about it ? Your options are: Y or I : install the package maintainer's version N or O : keep your currently-installed version D : show the differences between the versions Z : start a shell to examine the situation The default action is to keep your current version.
You will receive a similar prompt for /etc/cloudera-scm-server/db.properties. Answer N to both prompts.
- If you customized the /etc/cloudera-scm-agent/config.ini file, your customized file is renamed with the extension .rpmsave or .dpkg-old. Merge any customizations into the /etc/cloudera-scm-agent/config.ini file that is installed by the package manager.
- On all cluster hosts, start the Agent:
sudo systemctl start cloudera-scm-agent
- Click Continue. The Host Inspector inspects your managed hosts for correct versions and configurations. If problems occur, you can make changes and then rerun the inspector. When you are satisfied with the inspection results, click Continue.
- On all cluster hosts except the Cloudera Manager Server host, stop the Agent:
- To use Cloudera Manager to upgrade the Agents:
- Click Finish.
- The Review Changes page displays. Review the configuration changes to be applied and click
Continue.
The Restart Cloudera Management Service page displays.
- Click Continue.
The Cloudera Management Service starts.
- Click Finish.
The Home page displays.
All services (except for any services you stopped) should now be running. It may take several minutes for all the services to show good health.
- If you upgraded the JDK, do the following:
- If the Cloudera Manager Server host is also running a Cloudera Manager Agent, restart the Cloudera Manager Server:
sudo systemctl restart cloudera-scm-server
If the Cloudera Manager Server does not start, see Troubleshooting Installation Problems.
- Restart all services:
- On the
next to the cluster name and select Restart.
tab, click - In the confirmation dialog box that displays, click Restart.
- On the
- If the Cloudera Manager Server host is also running a Cloudera Manager Agent, restart the Cloudera Manager Server:
- If Cloudera Manager reports stale configurations after the upgrade, restart
the cluster services and redeploy the client configurations. If you are also upgrading CDH, this step is not required. Stale configurations can occur after a Cloudera Manager upgrade when a
configuration value has changed, or new configuration options are added. Configuration changes that result in Cloudera Manager reporting stale configurations are described the Cloudera Manager release notes.
- On the
next to the cluster name and select Restart.
tab, click - In the confirmation dialog box, click Restart.
- On the
next to the cluster name and select Deploy Client Configuration.
tab, click - In the confirmation dialog box, click Deploy Client Configuration.
- On the
- If upgrading from Navigator 2.6 or lower:
- Start and log into the Cloudera Navigator data management component UI. The Upgrading Navigator page displays. Depending on the amount of data in the Navigator Metadata Server storage directory, the upgrade process can take three to four hours or longer.
- When the upgrade is complete, click Continue. The Cloudera Navigator landing page is displayed.
- The Cloudera Manager upgrade is now complete. If Cloudera Manager is not working correctly, or you the upgrade did not complete, see Troubleshooting a Cloudera Manager Upgrade.
<< Cloudera Upgrade Overview | ©2016 Cloudera, Inc. All rights reserved | Package Dependencies >> |
Terms and Conditions Privacy Policy |