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

`tests/test_operations.py::TestOperationCommands::test_operation_stderr_output` ``` op = yt.run_map("echo -e -n 'someerrout' >&2; cat", input_table, output_table, sync=False, job_count=1) with set_config_option("operation_tracker/always_show_job_stderr", True): caplog.clear() op.wait() assert op.get_state() == "completed" > assert any("someerrout" in rec.message for rec...

SDK

Currently, if a query is running too long, we still try to read result and fail with `Can't check query tracker with error: Query [query-id] result 0 not found or...

query tracker

As a part of working on [this issue](https://github.com/ytsaurus/ytsaurus/issues/165) I've implemented a JobProxyLogManager which is a part of ExecNode. JobProxyLogManager's responsibilities are: * Deleting outdated logs when the node starts. *...

NBD tests creates temporary files in home directory even without executing tests. This file name is used for socket - regular file isn't required. Always place them in /tmp -...

bug

if I try to use chyt in datagrip with Bool column, I will have error `[07000][1002] Unknown data type: YtBoolean, server ...` Driver: ClickHouse JDBC Driver (ver. 0.4.2 (revision: 1513b27),...

CHYT

https://github.com/ytsaurus/ytsaurus/issues/90 Added support for profiles to python sdk / cli's config. Example: ``` { "config_version": 2, "profiles": { "profile1": { "token": "token1" }, "profile2": { "token": "token2" } } }...

It would be useful for https://github.com/ytsaurus/yt-k8s-operator/issues/200 to compare old and new image of master reign. Something like `/usr/bin/ytserver-all --reign` would do.

help wanted
master

Consider a cluster with 3 racks; it is not possible to reliably store lrc_12_2_2-encoded data on it. To avoid misconfiguration it may be useful to add a list of forbidden...

I'm trying to issue a new token for `admin` using password. Password is correct and I'm able to auth via web ui. ```console $ kubectl -n yt port-forward services/http-proxies-lb 3080:80...

bug
SDK

Uses and improves the existing `TChunkSliceSizeFetcher` implemented for dynamic table resharding. The fetcher can now be supplied with a column filter for chunk slices, which will be used to only...

mapreduce