summaryrefslogtreecommitdiffstats
path: root/yt/cpp/mapreduce/client
Commit message (Collapse)AuthorAgeFilesLines
* YT-25104: Align new writer behaviour with the oldest oneshiddenpath2025-05-203-2/+6
| | | | commit_hash:a33872f7bf427339504d82c86c97504eb38757d9
* YT-22593: Drop redundant casts introduced in rXXXXXXbabenko2025-05-161-1/+1
| | | | | This becomes possible after rXXXXXX commit_hash:a2b2f00538a8aad5fec5774b927890240db3e72b
* Log client version only with debug levelhiddenpath2025-05-151-1/+1
| | | | commit_hash:565828a02846edaf6fff1ae3f2648a450adf992a
* YT-24500: Introduce structured logginghiddenpath2025-05-031-0/+14
| | | | commit_hash:e6ea4db1e3a66694223008fec3b5064a4d58a8e1
* YT-23616: Split TRetryfulWriter implementation into rpc and httphiddenpath2025-04-235-31/+27
| | | | commit_hash:2b01b1b2387f71903fc29f3364d1e5f46f35a703
* YT-22593: Migrate auth to std::stringbabenko2025-04-231-1/+1
| | | | commit_hash:5c78798b304a05a90b7e9a5b2bcdc1d3454d9f77
* YT-23645: Do not override user configuration of loggerhiddenpath2025-04-221-1/+4
| | | | commit_hash:a4522facabf7d730438dfc794abddedb0838d79e
* Don't wait Yt poller thread shutdown under lockudovichenko-r2025-04-211-4/+8
| | | | commit_hash:1ddf88b71f3418bee4e3621d13b822ef59dc8e9d
* YT-23616: Dispatch on some dyntable methodshiddenpath2025-04-181-3/+3
| | | | commit_hash:c279c66b6d18c54f7f1794d2a0ba851119dd59c8
* Add EnableRpcProxyInJobProxy option to TUserJobSpechiddenpath2025-04-081-0/+1
| | | | commit_hash:066f704ba92da58c63ac8af6f9032f6c2672a9be
* Add 'Alias' to TOperationSpecBaseyurial2025-04-021-0/+3
| | | | commit_hash:1414ded4e1a06aa5c10b8be0bb67d2bf3608f211
* YT-20969: C++ methods for reading table partitionsermolovd2025-04-025-0/+153
| | | | | | | | | * Changelog entry Type: feature Component: cpp-mapreduce-sdk Introduce methods for reading table partition commit_hash:ab818edd21ccb2a9c5f3d5f010686c3314532192
* Change UnixDomainSocket option into booleanhiddenpath2025-04-021-2/+6
| | | | commit_hash:b2716bf7efedb55f6a99c800356dfaaeab6abaff
* YT-23616: Add ProxyUnixDomainSocket client optionhiddenpath2025-03-281-0/+1
| | | | commit_hash:1f6882f7cda53ebe7e544d255f657f027af5b553
* YT-24586: Start requesting the progress attribute in GetOperation only when ↵hiddenpath2025-03-261-6/+12
| | | | | | calling GetJobStatistics commit_hash:a7418a2d5800afabf79f01be0d2ddfff0855b85a
* Split YT_PROXY_ROLE into http and rpc optionshiddenpath2025-03-251-3/+5
| | | | commit_hash:cc2686061c43671c755570899d39e082199e6879
* YT-24560: Move ProxyRole from TCreateClientOptions to TConfighiddenpath2025-03-241-2/+3
| | | | commit_hash:084ed566137acac02d701e8b07c99af4c78db549
* YQL-19214: Check existence only on local clustercoteeq2025-03-231-11/+13
| | | | commit_hash:7a826081edd81909397bf261cd1c82d7934479a0
* YT-22871: remove TThreadPerTransactionPingerermolovd2025-03-211-85/+0
| | | | commit_hash:59aad81ea57327aebbb7ac23ffaf2583469588fc
* Remove RetryHeavyWriteRequest methodhiddenpath2025-03-123-88/+21
| | | | commit_hash:fa94f3642df1cc95d0fb51d55ff594c6b5cc3dee
* Move write table implementation out of retryless writerhiddenpath2025-03-123-29/+6
| | | | commit_hash:76ee7f2ff9eb898df33408811d52b217a4ecd4d3
* YT-24050: Disable queue consumer registration manager by default in job proxieshiddenpath2025-03-051-0/+1
| | | | commit_hash:37c244322d440c3bae13154109352403123e51c6
* YT-23616: Disable specific categories only when using CoreLoghiddenpath2025-03-051-6/+5
| | | | commit_hash:9334e3dd45a476ba93f6342efd5361002046d228
* YT-24173: Fix error resolving path in remote clusters operationshiddenpath2025-03-018-28/+77
| | | | commit_hash:9facb0640518c75b7a745dad2ddbd649cb91a83f
* YT-23616: Support ignoring specific log categorieshiddenpath2025-02-211-2/+9
| | | | commit_hash:9017070ae3bd4877019fc3510bdea4372801ea34
* YT-21081: fix temp tables for case when client is created with GlobalTxermolovd2025-02-192-7/+23
| | | | commit_hash:c49256f38de62e8d05359c16a70ea6b88220a9ba
* YT-23616: Temprorary fallback to http implementation for some methodshiddenpath2025-02-181-3/+3
| | | | | | | | | | | | | | | 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
* YT-23616: Remove HttpCode from TErrorResponsehiddenpath2025-02-181-13/+11
| | | | commit_hash:412a7a1e02eb68d388aff73a439e98f6f2dab8a6
* YT-23616: Support ProxyRole in TCreateClientOptionshiddenpath2025-02-151-0/+4
| | | | commit_hash:9ae5443415404568faae52d025c9c0fcbd8b8db4
* YT-23616: Add implementation of method for creating rpc clienthiddenpath2025-02-151-1/+5
| | | | commit_hash:5854a0271a0a2a26dc9891ff1502889edbf38a18
* YT-23616: Move creation of client context to separate functionhiddenpath2025-02-151-1/+10
| | | | commit_hash:00566ef65ebff8cb4a46a4ffaa1772007fd47fab
* Add Annotations and Description options to TOperationSpecBasehiddenpath2025-02-121-0/+6
| | | | commit_hash:43a44fd322be5b98ea4f4c90ee0c5eebef9241e0
* Fix styleermolovd2025-02-111-1/+1
| | | | commit_hash:64d27623f69d0d479e597339f3056a4a0a038054
* introduce batching for concatenateermolovd2025-02-111-12/+40
| | | | commit_hash:9db24e2e676d80f2972897ed8f5a9b84c4f8628c
* YT-23616: Move RequestWithRetry to commonhiddenpath2025-02-0811-29/+11
| | | | commit_hash:d85d90291b5eb4cf0c68c9c1c2387124cb9927b2
* YT-23616: Switch TYtPoller to IRawClienthiddenpath2025-02-083-9/+16
| | | | commit_hash:30039ea85dc5a55f14b4964ce3aec0a0508d6836
* Pass max_failed_job_count to all operations (as documented)aneporada2025-01-271-3/+3
| | | | commit_hash:81f6d28712840d4a1b4aa47f2ee5e9e8a99d9ced
* YT-23616: Rename raw_client to http_clienthiddenpath2025-01-2225-57/+28
| | | | commit_hash:df330f3a0c0ca36d9bcf801fd96b964f1be6383a
* 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
* logging + split verificationermolovd2025-01-181-4/+6
| | | | commit_hash:48aabc0968f83c0b5aedf37ceed9531d6d37864b
* YT-23616: Make implementation of CanonizeYPath method being commonhiddenpath2025-01-168-34/+24
| | | | commit_hash:7f3ecc44b4299acc4fc7b0f463eceac61d0b0156
* YT-23616: Make BatchTransform implementation being commonhiddenpath2025-01-154-9/+12
| | | | commit_hash:4191c9aa7cde449475eddf88d8c04e1ebf0b8ad9
* YT-23616: Make THttpRawBatchRequest as an implementation of IRawBatchRequest ↵hiddenpath2025-01-1510-42/+22
| | | | | | interface commit_hash:9e6c556686dda1562697762d38da532dc5c87b80
* YT-23616: Rename TRawBatchRequest to THttpRawBatchRequesthiddenpath2025-01-149-16/+16
| | | | commit_hash:86c2242b5c4d36886d33a0f52a452e493fb7555c
* Make ExecuteBatch as a method of TRawBatchRequesthiddenpath2025-01-144-8/+5
| | | | commit_hash:348e61a3cea27801ce90771a3f05cdee821b245f
* Move SkyShareTable and WhoAmI implementations to raw requestshiddenpath2025-01-101-2/+2
| | | | commit_hash:ba5d8fd5b68a38feda9f2d17af383c41d450219e
* Remove GetJobStderrWithRetries implementationhiddenpath2024-12-301-1/+1
| | | | commit_hash:82415cda0a9f8b805716194b0147c3e2a41d04a3
* YT-23616: Move start_op to THttpRawClienthiddenpath2024-12-243-78/+68
| | | | commit_hash:dea4a6f4cd03d1ce40a117dbe660e14750dc6da5
* Migrate THolder to std::unique_ptr in yt/cpp/mapreduce internalshiddenpath2024-12-2419-47/+47
| | | | commit_hash:99bfa41ffc42ed3622660b15d7ce68802e53f902
* Fix empty response getting status codehiddenpath2024-12-231-2/+2
| | | | commit_hash:298b614a4fddd4647e44e230448db1abf61569a3