ytsaurus icon indicating copy to clipboard operation
ytsaurus copied to clipboard

YTsaurus is a scalable and fault-tolerant open-source big data platform.

Results 398 ytsaurus issues
Sort by recently updated
recently updated
newest added

**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

SPYT

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:...

CRI
mapreduce

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.

good first issue
SDK

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...

good first issue

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...

enhancement
help wanted
big

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...

enhancement
CHYT

For instance, it would be highly beneficial to enable the capability of joining tables from multiple clusters.

SPYT
backlog

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...

enhancement
mapreduce
assigned