ytsaurus
ytsaurus copied to clipboard
YTsaurus is a scalable and fault-tolerant open-source big data platform.
**How to reproduce?** Create an empty din table and insert data. When table row = 0, I try to read using spyt in python and can't see rows
I'm trying to start the following map operation: ```shell yt map --src //tmp/test --dst //tmp/test2 --spec '{mapper={disk_request={disk_space=128000000}}}' --format yson --binary cat ``` and getting the following error during job preparation:...
Hello! Currently, the `YT_SECURE_VAULT_*` variables are exposed in the job specification. The suggestion is to make these variables hidden in the `get_job_spec` to enhance security.
It would be convenient to be able to download a directory from YT in form of a tarball, or a .tgz. And vice versa, uploading a data back to YT...
Hi. ARM is becoming more and more popular architecture on servers (AWS with Gravitons, GCP with Ampere (AFAIK), other cloud providers) and even for local development (Mac M1 and some...
When using CH queries over logs/events stored in YT it is often necessary to run queries along the lines of the following: ``` SELECT * FROM //table_sorted_by_key_columns WHERE ORDER BY...
For instance, it would be highly beneficial to enable the capability of joining tables from multiple clusters.
For ML purposes it might be useful to make row count for every job divisible by a size of the batch. Proposed solution is to add a new logic into...