summaryrefslogtreecommitdiffstats
path: root/yt/cpp/mapreduce/interface/operation.h
Commit message (Collapse)AuthorAgeFilesLines
* YT-6812, YT-24298: Introducing attributes and events to list_jobsbystrovserg2025-04-091-0/+47
| | | | commit_hash:9395b2e879d30ba83d17dcc8c94af4618a13d2a7
* Add EnableRpcProxyInJobProxy option to TUserJobSpechiddenpath2025-04-081-0/+9
| | | | commit_hash:066f704ba92da58c63ac8af6f9032f6c2672a9be
* Add 'Alias' to TOperationSpecBaseyurial2025-04-021-0/+3
| | | | commit_hash:1414ded4e1a06aa5c10b8be0bb67d2bf3608f211
* YT-24248: Add with_interruption_info filter in list_jobsbystrovserg2025-03-131-0/+4
| | | | commit_hash:a8223fd786e254539dc86102b30558c16c8bd760
* Do not fail upon negative job counters receivinghiddenpath2025-03-111-7/+7
| | | | commit_hash:668ef57d392be32298dea16386d7d7e78aca248d
* YT-23616: Fix serialization of rpc requestshiddenpath2025-02-191-0/+4
| | | | commit_hash:19ce3d00d0004d912f34857447485358b0dd87b5
* Add Annotations and Description options to TOperationSpecBasehiddenpath2025-02-121-0/+6
| | | | commit_hash:43a44fd322be5b98ea4f4c90ee0c5eebef9241e0
* YT-23979: Report job's operation incarnation and add corresponding filter to APIeshcherbin2025-02-041-0/+4
| | | | commit_hash:e84d2a750dc219e544df03b6d84a154aa312ef1b
* add missing comma after the conjunctive/ linking adverb 'Thus'tobo2025-01-311-1/+1
| | | | commit_hash:a2b2ef662dca59ed77030a8be927f291464b9406
* Minor refactorings in request serializationhiddenpath2025-01-221-5/+26
| | | | commit_hash:3882b76fe4391a0a2dd80d40c940ffa250067a58
* Add docker image option in operaion spec in cpp sdkGleb2025-01-191-0/+3
| | | | | | | | | | | | | * Changelog entry Type: fix Component: cpp-sdk Add `docker image` option into cpp sdk. --- Pull Request resolved: https://github.com/ytsaurus/ytsaurus/pull/1035 commit_hash:2a13f1bcfc21dc3b500100bca3fdfef04e96abf4
* YT-22455: Introduce list jobs continuation tokenomgronny2024-11-221-0/+12
| | | | | [nodiff:caesar] commit_hash:d45b3da99e7b19120e02298ca6e87c02cc800ea2
* YT-23387: Sort jobs by task nameomgronny2024-11-071-0/+1
| | | | commit_hash:eada58f1baf8c66541a6f4874a10034bd1a0632a
* remove unused include util/generic/variant.htobo2024-10-241-1/+2
| | | | | **remove unused include** commit_hash:08519c51af040a565e794e13f44e5dd0e8eda713
* YT-21938: Introduce get_job_traceomgronny2024-10-111-0/+64
| | | | | | | | | * Changelog entry\ Type: feature\ Component: proxy Add the handler that gets the job’s trace events. commit_hash:c9d1a6d57e886a266967d57065bd3948882808c7
* Better commentermolovd2024-08-271-0/+7
| | | | aa8b4c15efdb99c12a4ce5815d0d4f2d70620cb4
* GLOBAL OTBIVKA FIX ୧༼ಠ益ಠ༽୨pavook2024-08-221-5/+5
| | | | | | | | | | Make all "otbivka" exactly 80 symbols. Command: ```bash sed -i 's#^//////////////\+$#////////////////////////////////////////////////////////////////////////////////#g' $(find yt \( -name '*.cpp' -or -name '*.h' -or -name '*.proto' \) -not -path 'yt/yt/experiments/private/tabletvis/imgui/*') ``` 30a0ba9f42ba1909d3cee11fe12bba14c7c8b039
* Intermediate changesrobot-piglet2024-03-131-0/+4
|
* Intermediate changesrobot-piglet2024-03-101-5/+5
|
* Intermediate changesrobot-piglet2024-01-251-0/+13
|
* Library import 7 (#937)AlexSm2024-01-111-1/+1
|
* Move MaxFailedJobCount to TOperationSpecBaseermolovd2023-11-161-3/+3
|
* YT-18571: Fix myriads of typosbabenko2023-10-231-6/+6
|
* Possibility to get operation by its aliasermolovd2023-10-161-0/+2
|
* Y_VERIFY->Y_ABORT_UNLESS at ^ytilnurkh2023-10-091-1/+1
| | | | https://clubs.at.yandex-team.ru/arcadia/29404
* Cosmeticspogorelov2023-10-041-1/+1
|
* support disk_request in user job specermolovd2023-09-281-0/+33
|
* Add `layer_paths` user job spec option to the C++ interfacegaltsev2023-09-061-0/+3
|
* [yt/cpp/mapreduce] Fix documentation linksnadya732023-09-061-66/+66
|
* YT-19210: expose YQL shared library for YT.max422023-07-291-0/+3494
| | | | After this, a new target libyqlplugin.so appears. in open-source cmake build. Diff in open-source YDB repo looks like the following: https://paste.yandex-team.ru/f302bdb4-7ef2-4362-91c7-6ca45f329264
* Revert "YT-19324: move YT provider to ydb/library/yql"max422023-06-301-3494/+0
| | | | This reverts commit ca272f12fdd0e8d5c3e957fc87939148f1caaf72, reversing changes made to 49f8acfc8b0b5c0071b804423bcf53fda26c7c12.
* YT-19324: move YT provider to ydb/library/yqlmax422023-06-301-0/+3494
This commit is formed by the following script: https://paste.yandex-team.ru/6f92e4b8-efc5-4d34-948b-15ee2accd7e7/text. This commit has zero effect on all projects that depend on YQL. The summary of changes: - `yql/providers/yt -> ydb/library/yql/providers/yt `- the whole implementation of YT provider is moved into YDB code base for further export as a part of YT YQL plugin shared library; - `yql/providers/stat/{expr_nodes,uploader} -> ydb/library/yql/providers/stat/{expr_nodes,uploader}` - a small interface without implementation and the description of stat expr nodes; - `yql/core/extract_predicate/ut -> ydb/library/yql/core/extract_predicate/ut`; - `yql/core/{ut,ut_common} -> ydb/library/yql/core/{ut,ut_common}`; - `yql/core` is gone; - `yql/library/url_preprocessing -> ydb/library/yql/core/url_preprocessing`. **NB**: all new targets inside `ydb/` are under `IF (NOT CMAKE_EXPORT)` clause which disables them from open-source cmake generation and ya make build. They will be enabled in the subsequent commits.