I have a Zookeeper path /xxx/yyy/zzz
how can I copy/move it to another path without coding a script? Can I do that with some tool like zkCli.sh
?
Zookeeper: how to rename, copy or move a path?
Asked Answered
What do you mean by "without coding a script"? A reliable copy operation requires some transactional control. As far as I know, this can only be achieved through client libraries. –
Sanguine
There's no command like rename , you can use delete
and create
,maybe together with multi
.
© 2022 - 2024 — McMap. All rights reserved.