We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
I'm trying to use RemoteCopy with @ytsaurus/javascript-wrapper package and I get an error message: "Command \"remote_copy\" is not registered"
message: "Command \"remote_copy\" is not registered"
The text was updated successfully, but these errors were encountered:
problem is reproduced only when using v4.remoteCopy. When I use v3.remoteCopy everything works
Sorry, something went wrong.
There is universal method /api/v4/start_op and there are no methods for particular operations like map, reduce, remote_copy, etc in /api/v4.
/api/v4/start_op
map
reduce
remote_copy
/api/v4
So using start_op is a way to go.
start_op
No branches or pull requests
I'm trying to use RemoteCopy with @ytsaurus/javascript-wrapper package and I get an error
message: "Command \"remote_copy\" is not registered"
The text was updated successfully, but these errors were encountered: