Installing NTP

It is necessary to install NTP to synchronize the clocks of the master and the tablet server daemons. You can either install NTP from scratch, or restart it if is already installed but you are still getting errors.

To install NTP, use the command appropriate for your operating system:

OS Command

Debian/Ubuntu

sudo apt-get install ntp

RHEL/CentOS

sudo yum install ntp

If NTP is installed but not running, restart it by using command appropriate for your operating system:

OS Command

Debian/Ubuntu

sudo service ntp restart

RHEL/CentOS

sudo /etc/init.d/ntpd restart