ytsaurus
ytsaurus copied to clipboard
YTsaurus is a scalable and fault-tolerant open-source big data platform.
Query in yql might randomly fail at map stage if filter in mapper pass a very rare rows Error is User job failed: Table input pipe failed: Error occurred while...
**This PR is intended for viewing only**. It is not nearly ready for review, as there are some contradictions that arose recently that we need to resolve before this can...
Currently, exec nodes serve some part of work which belongs to data nodes, and it is controlled by `exec_node_is_not_data_node` flag which is `false` by default I suggest changing it to...
In YTsaurus queues doent allow auto deduplication of writes into queue. While queues doesnt utilize locks, can dynamic store of tablet be used for store ttl based hashset of service...
In Oauth cookie authenticator we have 2 behaviours when oauth token is valid: to create non-existing user or to return auth error. For the second case it would be useful...
`get-job-stderr` only uses `Limit` and `Offset` parameters if getting job stderr from node is successful If it is not(network issues, exec node issues, job is completed and stderr is moved...
yql docs says use function `some` for data uniqueness but its risky and error prone structs in yql is less covered in documentation and quite hard for people also reduce...
Now its very hard to use queues with large historic tables, append only User has to write reducer in sdk for every project because reducer rely on schema, run reduce...
Pattern looks to be very popular, so may be worth to be implemented as first class member For now it works as static table sorted by timestamp and dedup key,...
How to reproduce: 1. Run YQL Query `SELECT "[]"y;` via UI 2. See the error: ``` Postprocess failed at root[1] "method": "GetQueryResult", Error validating column ""column0"" in table schema[1] Column...