summaryrefslogtreecommitdiffstats
path: root/yt/cpp/mapreduce
Commit message (Collapse)AuthorAgeFilesLines
...
* YT-23616: Return IHttpResponsePtr instead of TResponseInfohiddenpath2024-12-226-73/+73
| | | | commit_hash:15e9e482495b418a4e9f54ad7c423f0bba0d9f14
* Fix SkyShareTable bodyhiddenpath2024-12-211-1/+1
| | | | commit_hash:f1f92a4c6fca6b14cf5e69827e3c61b504005e21
* [yt/cpp/mapreduce] YT-23616: Move SkyShareTable implementation to THttpRawClienthiddenpath2024-12-196-58/+65
| | | | commit_hash:92ea122e55a25d9ae51128f652c4e43c1e72c05d
* [yt/cpp/mapreduce] YT-23616: Move Transaction, Misc, Table methods to ↵hiddenpath2024-12-1811-411/+471
| | | | | | THttpRawClient commit_hash:a08daac218b8d8bbd805220429b62f2284ad094f
* [yt/cpp/mapreduce] YT-23616: Move some http methods to THttpRawClienthiddenpath2024-12-177-141/+373
| | | | commit_hash:4e2845ba995aaf7bbae2c24735ceb099a116c89d
* Fix -Wunused-parameter in y*vadim-xd2024-12-171-1/+1
| | | | | TRIVIAL commit_hash:f55dc23fb741393c444b088024393fa452d06795
* [yt/cpp/mapreduce] YT-23616: Move Job methods to THttpRawClienthiddenpath2024-12-1710-311/+329
| | | | commit_hash:bd11304f4147ff314372d4ab6049478143f60fd5
* [yt/cpp/mapreduce] YT-23616: Move Transaction and Operation methods to ↵hiddenpath2024-12-1613-249/+362
| | | | | | THttpRawClient commit_hash:b093be44005f3d9da9779444cbbc32b93f7372ee
* [yt/cpp/mapreduce] YT-23616: Move rest of Cypress methods to THttpRawClienthiddenpath2024-12-1519-320/+306
| | | | commit_hash:2d705aa0369f1425152547803e0fcf80780e1bf6
* Remove excessive mutationId argumenthiddenpath2024-12-1410-38/+24
| | | | commit_hash:4f4f0d451f00b683572fc77efbae9119e2ee40de
* Add missed mutation_id to Set methodhiddenpath2024-12-141-0/+1
| | | | commit_hash:42a49cc7c56a9c5e11121a581393a00b6242eb28
* yt/cpp/mapreduce: move Copy methods to THttpRawClienthiddenpath2024-12-136-49/+66
| | | | commit_hash:c0f835454764181a7258ab7358022f8a80d71873
* yt/cpp/mapreduce: move Create to THttpRawClienthiddenpath2024-12-138-81/+98
| | | | commit_hash:9ca8428c322034064576bb56f74e704425ce7de9
* yt/cpp/mapreduce: move Get, TryGet, Exists, MultisetAttributes to THttpRawClienthiddenpath2024-12-1332-185/+376
| | | | commit_hash:bd2228f98fa92de408ca850f9bc1608fdf99e7f5
* Fix style issues in yt/cpp/mapreducehiddenpath2024-12-134-5/+9
| | | | commit_hash:2cca58ff0d61f7952ef077cb802395ba80e3a217
* yt/cpp/mapreduce: Move Set operation to THttpRawClienthiddenpath2024-12-1215-24/+230
| | | | commit_hash:3c4bb23f8331162e4667c907c007bc859cc2fc76
* Intermediate changesrobot-piglet2024-12-081-3/+5
| | | | commit_hash:0e2c6ffa83a45dd067375f65c7a4702660fe71ca
* remove unused includetobo2024-12-071-2/+1
| | | | commit_hash:02f30d5e3f7e0769ff3b7a2d69e6c2cd8935fd57
* YT-23221: Pass custom pool to sky share operationsartin-phares2024-12-043-1/+14
| | | | commit_hash:9c80e0f226bc350b5e89988c2f8cf92b65c7d50a
* YT-23442: set nirvana context in operation specermolovd2024-11-291-10/+28
| | | | commit_hash:0c8ecc6b08a1735f8aa861055d52c1ba152aa710
* YT-23645: mapreduce client can use yt/core log managerermolovd2024-11-286-20/+57
| | | | commit_hash:7007a3c7f56a6f271073811160f00f03162aaaa6
* YT-23568: Skip checking table existence if table is located on different clusterv-a-zolotov2024-11-281-0/+1
| | | | commit_hash:b5a8081be739437ebced2083440e22295ce64255
* YT-23568: `create` attribute in RichYPathermolovd2024-11-263-6/+21
| | | | | | | | | | * Changelog entry Type: feature Component: cpp-sdk Add support for `create` attribute in RichYPath. Don't create paths explicitly if `create` attribute is specified. commit_hash:52e77ce4cf5e21fae6d6e510ffb0edba35ec2a1d
* Open log file in append mode by defaultermolovd2024-11-251-1/+1
| | | | commit_hash:477d8692ac2c591d770fdf64664aa0be17d7d7b9
* fix buffered stream interleaving for proto formatermolovd2024-11-232-0/+21
| | | | commit_hash:66e6b75f97ea253ddbf4c97a180f9f971c59f93b
* YT-23422: do not write command line into attributes of operationsermolovd2024-11-235-44/+16
| | | | | | | | | * Changelog entry Type: feature Component: cpp-sdk C++ SDK doesn't write launching process command line to operation attributes. commit_hash:c50cbc2a31f5a3b733833767fe94019a0d7615d3
* YT-22455: Introduce list jobs continuation tokenomgronny2024-11-222-0/+21
| | | | | [nodiff:caesar] commit_hash:d45b3da99e7b19120e02298ca6e87c02cc800ea2
* Added cluster field to TRichYPathv-a-zolotov2024-11-212-0/+7
| | | | | | | | | Add cluster field to TRichYPath ### Changelog entry Type: feature Component: cpp-sdk commit_hash:eff6ccc4add04d64520c427c194424913ea2dfc4
* YT-22943: add context for system errorsermolovd2024-11-1912-144/+223
| | | | | | | * thrown system errors contain context (i.e. host method and request id that produced error) Type: feature Component: cpp-sdk commit_hash:af72a3a37785e9e373e816c2cc072df2076f821d
* cpp/mapreduce: fix styleermolovd2024-11-184-106/+108
| | | | commit_hash:4b9b636737f162b91295356e0ac17f0ea2beab20
* Intermediate changesrobot-piglet2024-11-161-3/+9
| | | | commit_hash:f2a9fd23d41396b6584b6d133ba2c57fa370863a
* add nirvana block url to started by blockermolovd2024-11-091-53/+94
| | | | commit_hash:0468f946ddc0d3a27c085e6e5ec4ce8121c4024d
* YT-23262: initialize client with JoblessInitialize if user didn'termolovd2024-11-083-7/+25
| | | | commit_hash:439622e771e7b7010609aa9974e9b82dcb0163ca
* YT-23387: Sort jobs by task nameomgronny2024-11-071-0/+1
| | | | commit_hash:eada58f1baf8c66541a6f4874a10034bd1a0632a
* YT-23262: send all logs to fileermolovd2024-11-021-1/+27
| | | | commit_hash:af0cfccef62a612208772fef9f0778b48ab16fda
* YT-23333: Add missing return statements in ↵k-gusev2024-10-311-0/+3
| | | | | | `yt/cpp/mapreduce/interface/operation-inl.h` commit_hash:4a4f867c892399e0ea27533653d089e1a98d01b0
* Fix regression: static anchors are not updated properlybabenko2024-10-301-4/+0
| | | | commit_hash:ab0bd9b2d0569820e495c714baecb05145ed35bf
* Use lowercase Data, Empty and Size in some code-generationsmikhnenko2024-10-281-6/+6
| | | | | [nodiff:caesar] commit_hash:13085d3e582f02071258318908bea6ef9c424fcb
* remove unused include util/generic/variant.htobo2024-10-241-1/+2
| | | | | **remove unused include** commit_hash:08519c51af040a565e794e13f44e5dd0e8eda713
* Introduce message_level_overrides to tune log message levels at runtimebabenko2024-10-201-2/+0
| | | | | | | | * Changelog entry Type: feature Add message_level_overrides option to logging config for better run-time tuning. commit_hash:07e9563fd111c437edf7ac0e5dd190781878d8fa
* YT-21938: Introduce get_job_traceomgronny2024-10-119-0/+159
| | | | | | | | | * Changelog entry\ Type: feature\ Component: proxy Add the handler that gets the job’s trace events. commit_hash:c9d1a6d57e886a266967d57065bd3948882808c7
* Use lower case for TString methods Data, Size and Empty in ysite, yt, ytech, ↵mikhnenko2024-10-094-5/+5
| | | | | | | | yweb Если вы считаете, что это pr сломал ваши тесты - смело откатываете.\ Если проблема нетривиальная - приходите в [саппорт](https://nda.ya.ru/t/a1JIzEbo78mtfQ) commit_hash:dee982cfbb70b978ace5417b4619e78212000179
* YT-22871: Disable option for switching to sync pingerermolovd2024-10-043-16/+10
| | | | | | | | | | * Changelog entry Type: feature Component: cpp-mapreduce-sdk Removed old style synchronous pinger commit_hash:111d1bdf6f21cc2eff949224eea06c219af70051
* Intermediate changesrobot-piglet2024-09-201-2/+0
| | | | commit_hash:918a0dcec668a251cd29324dc517406ad3be67ec
* Fix: reset RawTypeV3, when Type is set (and vice versa)ermolovd2024-09-193-6/+45
| | | | commit_hash:af63b4f5a0c2db692a0224330b79c5088c6982dc
* Support YT_KEEP_TEMP_TABLES environment variable in C++ SDKMaxim Akhmedov2024-09-022-0/+4
| | | | | | | | | No description --- c5f81efe57e11992b55a5cbbf3dfff08b790c28c Pull Request resolved: https://github.com/ytsaurus/ytsaurus/pull/813
* Intermediate changesrobot-piglet2024-08-304-1/+13
|
* Better commentermolovd2024-08-271-0/+7
| | | | aa8b4c15efdb99c12a4ce5815d0d4f2d70620cb4
* GLOBAL OTBIVKA FIX ୧༼ಠ益ಠ༽୨pavook2024-08-2229-88/+88
| | | | | | | | | | 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
* Fix transaction pinger tvm authiudovin2024-08-091-2/+5
| | | | 675586a233e3aba3e3f532d76dc228ad0f72ad93