documentation of cp command incorrect
feyrob opened this issue · 2 comments
feyrob commented
The "README.md" file states:
Individual files can be copied between the local filesystem and ZooKeeper. Recursively copying from the filesystem to ZooKeeper is supported as well, but not the other way around since znodes can have content and children.
(CONNECTED) /> cp /etc/passwd zk://localhost:2181/passwd
This does not work for me.
I tried
(CONNECTED) /> cp file:///etc/passwd zk://localhost:2181/passwd
which worked for me. (notice "file://")
When running the command "cp help" this also is not mentioned.