summaryrefslogtreecommitdiffstats
path: root/yt/cpp/mapreduce
Commit message (Collapse)AuthorAgeFilesLines
...
* YT-23616: Fix serialization of rpc requestshiddenpath2025-02-191-0/+4
| | | | commit_hash:19ce3d00d0004d912f34857447485358b0dd87b5
* YT-23616: Temprorary fallback to http implementation for some methodshiddenpath2025-02-184-44/+90
| | | | | | | | | | | | | | | This commit should be reverted when these methods will have corresponding RPC implementations. ``` void TRpcRawClient::DeleteRows( const TYPath& /*path*/, const TNode::TListType& /*keys*/, const TDeleteRowsOptions& /*options*/) { YT_UNIMPLEMENTED(); } ``` commit_hash:a7957f365cc49dce53d44d702288a41cb2ec45b9
* Fix YPath canonization with cluster Attr in BatchRequestthenromanov2025-02-181-1/+1
| | | | | | | | | * Changelog entry Type: fix Component: cpp-sdk Fix YPath canonization with cluster Attr in BatchRequest commit_hash:c69db8ca540727cea5954a571b01f9b764c84a1d
* YT-23616: Remove HttpCode from TErrorResponsehiddenpath2025-02-186-53/+28
| | | | commit_hash:412a7a1e02eb68d388aff73a439e98f6f2dab8a6
* YT-23616: Add IsUnauthorized method to TErrorResponsehiddenpath2025-02-172-0/+19
| | | | commit_hash:eb23d10ce4143a7cc122794f85c66072b317fc44
* YT-23616: Do not rely on 4xx http codeshiddenpath2025-02-171-5/+1
| | | | commit_hash:180c7545c76e0286472079ec129fd15f2e140aa9
* YT-23616: Do not rely on specific http codes upon request retryhiddenpath2025-02-174-12/+19
| | | | commit_hash:6567d772f1cc5091a75ad5249c2a97a73dc5e6cd
* YT-23616: Implement generic errors extending methodhiddenpath2025-02-162-0/+16
| | | | commit_hash:931d1114b30ea24bb1dcf9d2b4cece06f4467498
* YT-23616: Add TransientError to retriable errors listhiddenpath2025-02-162-0/+3
| | | | commit_hash:44da796ee80311e7b497fd79a86a38a52b250272
* YT-23616: Support ProxyRole in TCreateClientOptionshiddenpath2025-02-152-0/+7
| | | | commit_hash:9ae5443415404568faae52d025c9c0fcbd8b8db4
* YT-23616: Add implementation of method for creating rpc clienthiddenpath2025-02-152-5/+7
| | | | commit_hash:5854a0271a0a2a26dc9891ff1502889edbf38a18
* YT-23616: Move creation of client context to separate functionhiddenpath2025-02-151-1/+10
| | | | commit_hash:00566ef65ebff8cb4a46a4ffaa1772007fd47fab
* YT-23616: Wrap RPC errors with TErrorResponsehiddenpath2025-02-142-0/+9
| | | | commit_hash:942341764b50f7cef15e1b5a473069d8af9fcc2e
* Add Annotations and Description options to TOperationSpecBasehiddenpath2025-02-122-0/+12
| | | | commit_hash:43a44fd322be5b98ea4f4c90ee0c5eebef9241e0
* Fix styleermolovd2025-02-111-1/+1
| | | | commit_hash:64d27623f69d0d479e597339f3056a4a0a038054
* introduce batching for concatenateermolovd2025-02-112-12/+46
| | | | commit_hash:9db24e2e676d80f2972897ed8f5a9b84c4f8628c
* YT-23616: Move RequestWithRetry to commonhiddenpath2025-02-0815-96/+92
| | | | commit_hash:d85d90291b5eb4cf0c68c9c1c2387124cb9927b2
* YT-23616: Switch TYtPoller to IRawClienthiddenpath2025-02-086-9/+25
| | | | commit_hash:30039ea85dc5a55f14b4964ce3aec0a0508d6836
* YT-21081: improve temp directory structure, create subdirectory with usernameermolovd2025-02-075-6/+247
| | | | commit_hash:004bb333221acac91378ce9fcc12ce091f38ee87
* Fix passing pool to sky share operations in yt/cpp/mapreducenadya022025-02-071-1/+4
| | | | commit_hash:44e1ba0faf219486e6b5fac896bcc6ea507b3cff
* operation suspend reasonNikita Sokolov2025-02-062-0/+8
| | | | | | | | | | | No description --- Pull Request resolved: https://github.com/ytsaurus/ytsaurus/pull/1046 Co-authored-by: ignat <[email protected]> commit_hash:9f0ae549cebc6e2e3bfdb510c88afa1aa2bdec55
* make concatenate request heavyermolovd2025-02-051-1/+3
| | | | commit_hash:b9c0a7fd0ba37d4b66ac0b3bd38387dc4f85738b
* YT-23979: Report job's operation incarnation and add corresponding filter to APIeshcherbin2025-02-042-0/+7
| | | | commit_hash:e84d2a750dc219e544df03b6d84a154aa312ef1b
* add missing comma after the conjunctive/ linking adverb 'Thus'tobo2025-01-311-1/+1
| | | | commit_hash:a2b2ef662dca59ed77030a8be927f291464b9406
* Pass max_failed_job_count to all operations (as documented)aneporada2025-01-271-3/+3
| | | | commit_hash:81f6d28712840d4a1b4aa47f2ee5e9e8a99d9ced
* Minor refactorings in request serializationhiddenpath2025-01-222-6/+27
| | | | commit_hash:3882b76fe4391a0a2dd80d40c940ffa250067a58
* YT-23616: Rename raw_client to http_clienthiddenpath2025-01-2238-63/+31
| | | | commit_hash:df330f3a0c0ca36d9bcf801fd96b964f1be6383a
* YT-23616: Add TryGet method for TRpcRawClienthiddenpath2025-01-211-1/+1
| | | | commit_hash:4caf058e62d91c296c130ed11a6f6adbc636d52e
* Add docker image option in operaion spec in cpp sdkGleb2025-01-192-0/+6
| | | | | | | | | | | | | * 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
* logging + split verificationermolovd2025-01-181-4/+6
| | | | commit_hash:48aabc0968f83c0b5aedf37ceed9531d6d37864b
* YT-23616: Make implementation of CanonizeYPath method being commonhiddenpath2025-01-1610-47/+36
| | | | commit_hash:7f3ecc44b4299acc4fc7b0f463eceac61d0b0156
* YT-23616: Make BatchTransform implementation being commonhiddenpath2025-01-155-13/+16
| | | | commit_hash:4191c9aa7cde449475eddf88d8c04e1ebf0b8ad9
* YT-23616: Make THttpRawBatchRequest as an implementation of IRawBatchRequest ↵hiddenpath2025-01-1520-107/+260
| | | | | | interface commit_hash:9e6c556686dda1562697762d38da532dc5c87b80
* YT-23616: Rename TRawBatchRequest to THttpRawBatchRequesthiddenpath2025-01-1414-61/+61
| | | | commit_hash:86c2242b5c4d36886d33a0f52a452e493fb7555c
* Make ExecuteBatch as a method of TRawBatchRequesthiddenpath2025-01-149-88/+68
| | | | commit_hash:348e61a3cea27801ce90771a3f05cdee821b245f
* Remove RetryRequestWithPolicyhiddenpath2025-01-143-93/+12
| | | | commit_hash:c37dfdf6ccb765ed1d799f3a85a419e7ba917c31
* Remove unnecessary http-related forward declarationhiddenpath2025-01-141-7/+0
| | | | commit_hash:72ded9c8e8813014a099e75d401840e8a8fa7694
* Move SkyShareTable and WhoAmI implementations to raw requestshiddenpath2025-01-106-61/+54
| | | | commit_hash:ba5d8fd5b68a38feda9f2d17af383c41d450219e
* YT-23616: Add ReadFile method RPC implementationhiddenpath2025-01-081-0/+1
| | | | commit_hash:32904fe88304194b5acc75f5de589b2ce7f1dc50
* Remove GetJobStderrWithRetries implementationhiddenpath2024-12-304-26/+1
| | | | commit_hash:82415cda0a9f8b805716194b0147c3e2a41d04a3
* YT-23616: Introduce transaction methods for TRpcRawClienthiddenpath2024-12-283-16/+18
| | | | commit_hash:5baba43028bd5954a84c7897bd52dc101e9733c3
* Remove TResponseReader implementationhiddenpath2024-12-282-47/+18
| | | | commit_hash:0b103a32d38299cd8ae3f308687280983046d02a
* Remove maybe_unused attribute from MultisetAttributesOptionshiddenpath2024-12-271-1/+1
| | | | commit_hash:d923a057eb8686eedefda511627ffd70580ebbe2
* Remove unused variables in SerializeParamsForReadTablehiddenpath2024-12-263-5/+1
| | | | commit_hash:238d3551df7b9e909205aa157fefdaaeee7175d5
* YT-23616: Move start_op to THttpRawClienthiddenpath2024-12-248-81/+118
| | | | commit_hash:dea4a6f4cd03d1ce40a117dbe660e14750dc6da5
* Migrate THolder to std::unique_ptr in yt/cpp/mapreduce internalshiddenpath2024-12-2438-108/+108
| | | | commit_hash:99bfa41ffc42ed3622660b15d7ce68802e53f902
* Fix empty response getting status codehiddenpath2024-12-231-2/+2
| | | | commit_hash:298b614a4fddd4647e44e230448db1abf61569a3
* YT-23616: Move read_blob_table and read_file to THttpRawClienthiddenpath2024-12-2311-161/+153
| | | | commit_hash:6c9209d019fa324c9ae4f182b18e7d089a32937d
* YT-23616: Move ReadTable to THttpRawClienthiddenpath2024-12-227-93/+75
| | | | commit_hash:c145049aef2f4ccaff537670be830d81ebc6f8d6
* YT-23616: Introduce THttpResponseStream to synchronize lifetimes of response ↵hiddenpath2024-12-221-1/+28
| | | | | | and stream commit_hash:eca12ba7c81834e73f27175526122ac8cdaa3151