-
ytsaurus itself uses conan package manager for building. But there is no conan recipe for cpp-mapreduce-client. So for now if one wants to use cpp sdk they need to copy/paste ytsaurus sources or add y…
-
Running a command like `yt map --spec '{secure_vault={my_secret=secret}}' --src '//tmp/a' --dst '//tmp/b' --input-format yson --output-format yson cat` exposes secure_vault in specification.command fi…
-
Currently at least deleted sts is not detected as @kruftik reported
-
Russian version has it:
https://ytsaurus.tech/docs/ru/user-guide/data-processing/porto/layer-paths
English version does not:
https://ytsaurus.tech/docs/en/user-guide/data-processing/porto/lay…
-
Right now byref and recurse pickle options are hardcored for interactive env:
https://github.com/ytsaurus/ytsaurus/blob/6021165602a8506451b22e8b9c63d0222b77e386/yt/python/yt/wrapper/py_wrapper.py#L…
-
Currently we have EnableFullUpdate field in the ytsaurus main CRD and if it set to true operator consider it can recreate all the pods and fully update yt cluster.
The idea here is full update would…
-
It's possible to bind GPU devices into containerd containers using nvidia container toolkit that overrides runc to a wrapper that binds devices and adds required drivers and libraries.
With the NVI…
-
Parent field is required
And you cannot select root in this filed.
Via tool it works fine:
```bash
$ yt create account --attributes='{ name = "rl"; }'
6ba-278d-b9001f4-88841c59
```
…
-
Currently we have an implementation where ytsaurus cluster update flow is hard to understand because it is rather complex and scattered across codebase. As a consequence it is error-prone, hard to mai…
-
The user can create a profile with a username that consists of the colon symbol, leading to a bug in the UI. The related issue is https://github.com/ytsaurus/ytsaurus-ui/issues/201
I suggest adding v…