-
1. README with explanation what it is
2. more docstrings in configs
3. examples of helm configuration for ldap and azure
4. ytsaurus.tech PR with basic explanation and link to repo
-
Assume you added `options.ThreadCount_ + 1` write tasks to writer.
`options.ThreadCount_` tasks are running now and the last one is waiting in the `ThreadPool_` queue, i.e. all `TaskFutures_` are …
-
When there is no `yt_wrapper` directory exists, the following code results in an error:
```python
with client.Transaction():
client.run_map(...)
```
The error message I receive is:
```…
-
We want to change Python version in spyt cluster, but on the exec nodes has only python3.8
We were advised to use a docker image.
```bash
spark-launch-yt \
--params '{operation_spec={tasks={hi…
-
-
Hi! Thank you for exporting documentation, it makes the tool much more useful.
There are some undocumented options for `ya package`, so far I have found and used `docker_target` and `docker_build_a…
-
We have some components, for which multiple groups of instances can be defined (e.g. data nodes/exec nodes). For these components the `yt_component` label contains the name of the group (e.g. `planck-…
-
The meaning StatelessOnly was not Master and TabletNodes (which are require special actions/jobs to update) and may be renamed (better name is wanted) since we usually update this group separately and…
-
So we can run several operators in one cluster for develoment/experimenting purposes.
We already have env var `WATCH_NAMESPACE` in code, it needs to be passed through helm chart's values.
@koct9i …
-
I use DQ manager from ytsaurus yql-agent. It fails on startup with this:
```
VERIFY failed (2024-07-31T10:51:48.077123Z):
ydb/library/yql/providers/dq/global_worker_manager/service_node_pinger.…