Migrating Kudu data from one directory to another on the same host
Take the following steps to move the entire Kudu data from one directory to another.
- Stop the Kudu service.
- Modify the directory configurations for the Master/Server instances.
- Move the existing data from the old directory, to the new one.
-
Make sure the file/directory ownership is set to the
kudu
user. - Restart the Kudu service.
-
Run
ksck
and verify for the healthy status.