summaryrefslogtreecommitdiffstats
path: root/yt/cpp/mapreduce/client/client.h
Commit message (Collapse)AuthorAgeFilesLines
* YT-28161: Add Commit optionsachains8 days1-1/+1
| | | | commit_hash:254111f674ff4126bd7781741ad035f436bfa073
* YT-28380: Add CheckClusterLiveness to C++ SDKdagorokhov2026-06-151-0/+3
| | | | | | | | | * Changelog entry Type: feature Component: cpp-sdk Add CheckClusterLiveness handle commit_hash:9b3f23b70fb639693a67edbe9ed2b80683fea61b
* YT-26906: start session from txachains2025-12-121-10/+12
| | | | | | | | | * Changelog entry Type: feature Component: cpp-sdk Start distributed session methods (file/table) now support attaching to transaction. commit_hash:0a40dfd6d556f9890fa5abccf29c0baf33df4e7d
* YT-26425: YaMR and proto table fragment writersachains2025-11-261-0/+9
| | | | | | | | | * Changelog entry Type: feature Component: cpp-sdk Support YaMR and Proto formats for table fragment writers. commit_hash:5b86b85f9ee8cad1572aa6c87eed5688b962dcfe
* YT-26425: Distributed API http proxy light requestsachains2025-11-101-0/+36
| | | | | | | | | | | * Changelog entry Type: feature Component: cpp-sdk Support distributed API in C\+\+ SDK <Message for release notes> commit_hash:689a3c978864fa4623f3b38ce031faa96532b3fe
* YT-24624: Rework get_job_trace apibystrovserg2025-10-171-1/+2
| | | | | | | | | | | <Message NOT for release notes> * Changelog entry Type: fix Component: scheduler Rework get\_job\_trace api: enable streaming and return perfetto-friendly format commit_hash:082e255afb9022eb137dac3d0c3be8ac49d3b5e2
* YT-26065: Add TPatchableField to C++ configrp-12025-10-111-0/+6
| | | | | Initial commit commit_hash:d8d8a160ba64cc1e63e174430aec262d2359cf4e
* [yt/cpp/mapreduce] YT-25894: Support $remaining_row_bytes in SkiffRow readersnadya732025-08-191-2/+4
| | | | commit_hash:f2670aa725e0acbd8cda1c6ccb7efc01c5f95ef5
* YT-20969: C++ methods for reading table partitionsermolovd2025-04-021-0/+20
| | | | | | | | | * Changelog entry Type: feature Component: cpp-mapreduce-sdk Introduce methods for reading table partition commit_hash:ab818edd21ccb2a9c5f3d5f010686c3314532192
* YT-24173: Fix error resolving path in remote clusters operationshiddenpath2025-03-011-0/+4
| | | | commit_hash:9facb0640518c75b7a745dad2ddbd649cb91a83f
* YT-21081: fix temp tables for case when client is created with GlobalTxermolovd2025-02-191-2/+4
| | | | commit_hash:c49256f38de62e8d05359c16a70ea6b88220a9ba
* YT-23616: Add implementation of method for creating rpc clienthiddenpath2025-02-151-1/+5
| | | | commit_hash:5854a0271a0a2a26dc9891ff1502889edbf38a18
* Migrate THolder to std::unique_ptr in yt/cpp/mapreduce internalshiddenpath2024-12-241-2/+2
| | | | commit_hash:99bfa41ffc42ed3622660b15d7ce68802e53f902
* [yt/cpp/mapreduce] YT-23616: Move some http methods to THttpRawClienthiddenpath2024-12-171-6/+1
| | | | commit_hash:4e2845ba995aaf7bbae2c24735ceb099a116c89d
* [yt/cpp/mapreduce] YT-23616: Move rest of Cypress methods to THttpRawClienthiddenpath2024-12-151-2/+0
| | | | commit_hash:2d705aa0369f1425152547803e0fcf80780e1bf6
* yt/cpp/mapreduce: move Get, TryGet, Exists, MultisetAttributes to THttpRawClienthiddenpath2024-12-131-2/+2
| | | | commit_hash:bd2228f98fa92de408ca850f9bc1608fdf99e7f5
* Fix style issues in yt/cpp/mapreducehiddenpath2024-12-131-0/+1
| | | | commit_hash:2cca58ff0d61f7952ef077cb802395ba80e3a217
* yt/cpp/mapreduce: Move Set operation to THttpRawClienthiddenpath2024-12-121-0/+9
| | | | commit_hash:3c4bb23f8331162e4667c907c007bc859cc2fc76
* YT-21938: Introduce get_job_traceomgronny2024-10-111-0/+4
| | | | | | | | | * Changelog entry\ Type: feature\ Component: proxy Add the handler that gets the job’s trace events. commit_hash:c9d1a6d57e886a266967d57065bd3948882808c7
* Library import 7 (#937)AlexSm2024-01-111-1/+1
|
* Possibility to get operation by its aliasermolovd2023-10-161-0/+4
|
* Fix race in clientermolovd2023-08-241-1/+1
|
* YT-19210: expose YQL shared library for YT.max422023-07-291-0/+506
| | | | 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-506/+0
| | | | This reverts commit ca272f12fdd0e8d5c3e957fc87939148f1caaf72, reversing changes made to 49f8acfc8b0b5c0071b804423bcf53fda26c7c12.
* YT-19324: move YT provider to ydb/library/yqlmax422023-06-301-0/+506
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.