Kudu Installation
Download and configure the Kudu repositories for your operating system.
For RHEL 7:
Save and wget the below file into
/etc/yum.repos.d
https://archive.cloudera.com/kudu/redhat/7/x86_64/kudu/cloudera-kudu.repo
Install kudu using the below commands:
sudo yum install kudu sudo yum install kudu-master sudo yum install kudu-tserver
Start Kudu services using the below commands:
$ sudo service kudu-master start $ sudo service kudu-tserver start
NTP is required and time needs to sync before starting the Kudu service.
If you have any feedback on Gathr documentation, please email us!