summaryrefslogtreecommitdiffstats
path: root/yt/cpp/mapreduce/interface/client_method_options.h
Commit message (Collapse)AuthorAgeFilesLines
* Simplify multiproxy APIhiddenpath2025-06-071-9/+2
| | | | | | | | | | | | | | | | | | | | | | | | | This pull request refactors the RPC client creation process to enhance clarity and flexibility. The previous method of specifying the Unix domain socket path directly in ``` CreateRpcClient( "socketPath", TCreateClientOptions() .UseProxyUnixDomainSocket(true) .MultiproxyTargetCluster("clusterName")); ``` has been changed to ``` CreateRpcClient( "clusterName", TCreateClientOptions() .JobUnixDomainSocketPath("socketPath")); ``` Also fixes a minor bug, when serverName was set to socket path instead of cluster name. commit_hash:d2e19d713304fd99c864377203642cff7a4652e7
* Introduce suppress access tracking optionshiddenpath2025-05-301-0/+25
| | | | commit_hash:1b44475c0447374091b3f13cd7e2126757874ebb
* YT-24245: Add MultiproxyTargetCluster optionhiddenpath2025-05-271-0/+7
| | | | commit_hash:4ad0d709eab6a3191e6cccd54f85765ae80cf3b2
* YT-23616: Add RPC implementation of LookupRows, DeleteRows and InsertRows ↵hiddenpath2025-04-171-1/+1
| | | | | | methods commit_hash:c71f62e346bef766379d7b3c3ac2933bb96ac543
* YT-20969: C++ methods for reading table partitionsermolovd2025-04-021-1/+21
| | | | | | | | | * 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
* YT-24560: Move ProxyRole from TCreateClientOptions to TConfighiddenpath2025-03-241-3/+0
| | | | commit_hash:084ed566137acac02d701e8b07c99af4c78db549
* YT-23616: Support ProxyRole in TCreateClientOptionshiddenpath2025-02-151-0/+3
| | | | commit_hash:9ae5443415404568faae52d025c9c0fcbd8b8db4
* introduce batching for concatenateermolovd2025-02-111-0/+6
| | | | commit_hash:9db24e2e676d80f2972897ed8f5a9b84c4f8628c
* 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-23616: Move read_blob_table and read_file to THttpRawClienthiddenpath2024-12-231-3/+6
| | | | commit_hash:6c9209d019fa324c9ae4f182b18e7d089a32937d
* YT-23221: Pass custom pool to sky share operationsartin-phares2024-12-041-0/+3
| | | | commit_hash:9c80e0f226bc350b5e89988c2f8cf92b65c7d50a
* [YT C++ API] Add NT_CHAOS_TABLE_REPLICA to ENodeTypeandreizdor2024-07-181-0/+1
| | | | ed1b1d78b17f3dd0512331892ee1c56247fb792f
* [yt/cpp/mapreduce] YT-21465: Pass table index via SkiffRowHintsnadya732024-04-251-1/+8
| | | | | Pass table index via SkiffRowHints 73ade54789f2bab159368dfcc876b0a6121b4e7a
* erm: Add new version for `@yatool/prebuilder`: `0.5.1` and set `0.5.1` as ↵robot-erm2024-01-251-0/+20
| | | | | | default Executed command: `./erm --verbose --profile update @yatool/prebuilder`
* YT-20315: Support retries of cross cell copyingnadya022023-11-241-0/+1
| | | | | | add options YT-20315: Support retries of cross cell copying
* Revert "YT-20315: Support retries of cross cell copying"ermolovd2023-11-231-1/+0
| | | | | This reverts commit 9b45f88f366c2a170ab826922dd6eeaa64ea4192, reversing changes made to d6dc5a658da5b61fd71e72f1a60479989c5c64c5.
* YT-20315: Support retries of cross cell copyingnadya022023-11-221-0/+1
|
* YT-20029: Support url schema for YT_PROXYwhatsername2023-11-151-1/+1
| | | | | Example YT_PROXY=https://freud.yt.yandex.net
* Add possibility to create groups in C++ clientermolovd2023-11-081-0/+1
|
* YT-18571: Fix myriads of typosbabenko2023-10-231-3/+3
|
* add using http-proxy for reading table from YTannashest182023-10-221-0/+3
| | | | | | add using http-proxy for reading table from YT Нам нужна возможность ходить в YT через HTTP proxy для чтения таблиц, используя С++ клиент не из контура Яндекса, к сожалению, сейчас такой возможности нет. В этом ПР черновик изменения, которого нам достаточно https://a.yandex-team.ru/review/4676436/details - тут это же изменение в YT + коммит с тем, как мы планируем использовать
* [yt/cpp/mapreduce] Fix documentation linksnadya732023-09-061-58/+58
|
* YT-19222: Forbid irreversible changes to ACLs (unless they are forced)vovamelnikov2023-09-051-1/+7
|
* YT-19210: expose YQL shared library for YT.max422023-07-291-0/+1452
| | | | 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-1452/+0
| | | | This reverts commit ca272f12fdd0e8d5c3e957fc87939148f1caaf72, reversing changes made to 49f8acfc8b0b5c0071b804423bcf53fda26c7c12.
* YT-19324: move YT provider to ydb/library/yqlmax422023-06-301-0/+1452
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.