summaryrefslogtreecommitdiffstats
path: root/yt/cpp/mapreduce/interface
Commit message (Collapse)AuthorAgeFilesLines
* YT-24500: Introduce structured logginghiddenpath2025-05-035-0/+71
| | | | commit_hash:e6ea4db1e3a66694223008fec3b5064a4d58a8e1
* YT-10317: Throw error on max_compresssed_data_size_per_job violationapollo13212025-04-301-3/+4
| | | | commit_hash:a25a8948b4adb3b8a9453d784b6560b4b64bc0d8
* YT-23616: Add RPC implementation of LookupRows, DeleteRows and InsertRows ↵hiddenpath2025-04-171-1/+1
| | | | | | methods commit_hash:c71f62e346bef766379d7b3c3ac2933bb96ac543
* 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-20969: C++ methods for reading table partitionsermolovd2025-04-026-3/+95
| | | | | | | | | * Changelog entry Type: feature Component: cpp-mapreduce-sdk Introduce methods for reading table partition commit_hash:ab818edd21ccb2a9c5f3d5f010686c3314532192
* Change UnixDomainSocket option into booleanhiddenpath2025-04-021-3/+3
| | | | commit_hash:b2716bf7efedb55f6a99c800356dfaaeab6abaff
* YT-23616: Add ProxyUnixDomainSocket client optionhiddenpath2025-03-281-0/+4
| | | | commit_hash:1f6882f7cda53ebe7e544d255f657f027af5b553
* Merge yexception.h and bt_exception.h to prevent include cyclethegeorg2025-03-282-2/+2
| | | | commit_hash:4a6a74639669cf2836dedbc7b61efb1f43faef1f
* Split YT_PROXY_ROLE into http and rpc optionshiddenpath2025-03-252-4/+12
| | | | commit_hash:cc2686061c43671c755570899d39e082199e6879
* YT-24560: Move ProxyRole from TCreateClientOptions to TConfighiddenpath2025-03-243-3/+5
| | | | commit_hash:084ed566137acac02d701e8b07c99af4c78db549
* 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-114-55/+55
| | | | commit_hash:668ef57d392be32298dea16386d7d7e78aca248d
* YT-24173: Fix error resolving path in remote clusters operationshiddenpath2025-03-011-0/+7
| | | | commit_hash:9facb0640518c75b7a745dad2ddbd649cb91a83f
* Add equality operator to TReadRangeasamoylov222025-02-282-0/+31
| | | | commit_hash:2d5c53592a60605013dc6de0e7030f2c80ec3ac3
* Helper to print debug text ysonermolovd2025-02-271-0/+13
| | | | commit_hash:9bf2720c07d72769345cd76b6023c066c475b025
* YT-23616: Support ignoring specific log categorieshiddenpath2025-02-211-0/+1
| | | | commit_hash:9017070ae3bd4877019fc3510bdea4372801ea34
* YT-23616: Add CreateRpcClient methodhiddenpath2025-02-191-0/+5
| | | | commit_hash:78db7b8cacb58da4b6e26dd810baa508a8abfda2
* YT-21081: fix temp tables for case when client is created with GlobalTxermolovd2025-02-192-3/+10
| | | | commit_hash:c49256f38de62e8d05359c16a70ea6b88220a9ba
* YT-23616: Fix serialization of rpc requestshiddenpath2025-02-191-0/+4
| | | | commit_hash:19ce3d00d0004d912f34857447485358b0dd87b5
* YT-23616: Remove HttpCode from TErrorResponsehiddenpath2025-02-182-16/+0
| | | | commit_hash:412a7a1e02eb68d388aff73a439e98f6f2dab8a6
* YT-23616: Add IsUnauthorized method to TErrorResponsehiddenpath2025-02-172-0/+19
| | | | commit_hash:eb23d10ce4143a7cc122794f85c66072b317fc44
* YT-23616: Do not rely on specific http codes upon request retryhiddenpath2025-02-171-1/+1
| | | | commit_hash:6567d772f1cc5091a75ad5249c2a97a73dc5e6cd
* YT-23616: Add TransientError to retriable errors listhiddenpath2025-02-161-0/+2
| | | | commit_hash:44da796ee80311e7b497fd79a86a38a52b250272
* YT-23616: Support ProxyRole in TCreateClientOptionshiddenpath2025-02-151-0/+3
| | | | commit_hash:9ae5443415404568faae52d025c9c0fcbd8b8db4
* YT-23616: Add implementation of method for creating rpc clienthiddenpath2025-02-151-4/+2
| | | | commit_hash:5854a0271a0a2a26dc9891ff1502889edbf38a18
* YT-23616: Wrap RPC errors with TErrorResponsehiddenpath2025-02-142-0/+9
| | | | commit_hash:942341764b50f7cef15e1b5a473069d8af9fcc2e
* Add Annotations and Description options to TOperationSpecBasehiddenpath2025-02-121-0/+6
| | | | commit_hash:43a44fd322be5b98ea4f4c90ee0c5eebef9241e0
* introduce batching for concatenateermolovd2025-02-111-0/+6
| | | | commit_hash:9db24e2e676d80f2972897ed8f5a9b84c4f8628c
* YT-23616: Switch TYtPoller to IRawClienthiddenpath2025-02-081-0/+2
| | | | commit_hash:30039ea85dc5a55f14b4964ce3aec0a0508d6836
* YT-21081: improve temp directory structure, create subdirectory with usernameermolovd2025-02-075-6/+247
| | | | commit_hash:004bb333221acac91378ce9fcc12ce091f38ee87
* operation suspend reasonNikita Sokolov2025-02-061-0/+5
| | | | | | | | | | | No description --- Pull Request resolved: https://github.com/ytsaurus/ytsaurus/pull/1046 Co-authored-by: ignat <[email protected]> commit_hash:9f0ae549cebc6e2e3bfdb510c88afa1aa2bdec55
* 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-23616: Make THttpRawBatchRequest as an implementation of IRawBatchRequest ↵hiddenpath2025-01-153-0/+145
| | | | | | interface commit_hash:9e6c556686dda1562697762d38da532dc5c87b80
* Remove unnecessary http-related forward declarationhiddenpath2025-01-141-7/+0
| | | | commit_hash:72ded9c8e8813014a099e75d401840e8a8fa7694
* Move SkyShareTable and WhoAmI implementations to raw requestshiddenpath2025-01-101-8/+0
| | | | commit_hash:ba5d8fd5b68a38feda9f2d17af383c41d450219e
* Remove GetJobStderrWithRetries implementationhiddenpath2024-12-301-5/+0
| | | | commit_hash:82415cda0a9f8b805716194b0147c3e2a41d04a3
* YT-23616: Move start_op to THttpRawClienthiddenpath2024-12-241-0/+6
| | | | commit_hash:dea4a6f4cd03d1ce40a117dbe660e14750dc6da5
* Migrate THolder to std::unique_ptr in yt/cpp/mapreduce internalshiddenpath2024-12-241-5/+5
| | | | commit_hash:99bfa41ffc42ed3622660b15d7ce68802e53f902
* YT-23616: Move read_blob_table and read_file to THttpRawClienthiddenpath2024-12-232-3/+18
| | | | commit_hash:6c9209d019fa324c9ae4f182b18e7d089a32937d
* YT-23616: Move ReadTable to THttpRawClienthiddenpath2024-12-221-0/+6
| | | | commit_hash:c145049aef2f4ccaff537670be830d81ebc6f8d6
* YT-23616: Return IHttpResponsePtr instead of TResponseInfohiddenpath2024-12-221-3/+4
| | | | commit_hash:15e9e482495b418a4e9f54ad7c423f0bba0d9f14
* [yt/cpp/mapreduce] YT-23616: Move SkyShareTable implementation to THttpRawClienthiddenpath2024-12-191-0/+12
| | | | commit_hash:92ea122e55a25d9ae51128f652c4e43c1e72c05d
* [yt/cpp/mapreduce] YT-23616: Move Transaction, Misc, Table methods to ↵hiddenpath2024-12-181-1/+74
| | | | | | THttpRawClient commit_hash:a08daac218b8d8bbd805220429b62f2284ad094f
* [yt/cpp/mapreduce] YT-23616: Move some http methods to THttpRawClienthiddenpath2024-12-171-0/+56
| | | | commit_hash:4e2845ba995aaf7bbae2c24735ceb099a116c89d
* Fix -Wunused-parameter in y*vadim-xd2024-12-171-1/+1
| | | | | TRIVIAL commit_hash:f55dc23fb741393c444b088024393fa452d06795