| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
commit_hash:79c12c795b4cd3461e20543dafe5c16f47fa7b4b
|
| |
|
|
| |
commit_hash:627b3fd7979f64a7365a590bca09a1c53c23464a
|
| |
|
|
| |
commit_hash:a5ac90256dbdaeb37858aeacaf24931ed10c8d4d
|
| |
|
|
| |
commit_hash:5493d9ed32b24050fa5feb08fe13097302ca0a23
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
| |
commit_hash:4ad0d709eab6a3191e6cccd54f85765ae80cf3b2
|
| |
|
|
| |
commit_hash:a33872f7bf427339504d82c86c97504eb38757d9
|
| |
|
|
|
| |
This becomes possible after rXXXXXX
commit_hash:a2b2f00538a8aad5fec5774b927890240db3e72b
|
| |
|
|
| |
commit_hash:565828a02846edaf6fff1ae3f2648a450adf992a
|
| |
|
|
| |
commit_hash:e6ea4db1e3a66694223008fec3b5064a4d58a8e1
|
| |
|
|
| |
commit_hash:2b01b1b2387f71903fc29f3364d1e5f46f35a703
|
| |
|
|
| |
commit_hash:5c78798b304a05a90b7e9a5b2bcdc1d3454d9f77
|
| |
|
|
| |
commit_hash:a4522facabf7d730438dfc794abddedb0838d79e
|
| |
|
|
| |
commit_hash:1ddf88b71f3418bee4e3621d13b822ef59dc8e9d
|
| |
|
|
| |
commit_hash:c279c66b6d18c54f7f1794d2a0ba851119dd59c8
|
| |
|
|
| |
commit_hash:066f704ba92da58c63ac8af6f9032f6c2672a9be
|
| |
|
|
| |
commit_hash:1414ded4e1a06aa5c10b8be0bb67d2bf3608f211
|
| |
|
|
|
|
|
|
|
| |
* Changelog entry
Type: feature
Component: cpp-mapreduce-sdk
Introduce methods for reading table partition
commit_hash:ab818edd21ccb2a9c5f3d5f010686c3314532192
|
| |
|
|
| |
commit_hash:b2716bf7efedb55f6a99c800356dfaaeab6abaff
|
| |
|
|
| |
commit_hash:1f6882f7cda53ebe7e544d255f657f027af5b553
|
| |
|
|
|
|
| |
calling GetJobStatistics
commit_hash:a7418a2d5800afabf79f01be0d2ddfff0855b85a
|
| |
|
|
| |
commit_hash:cc2686061c43671c755570899d39e082199e6879
|
| |
|
|
| |
commit_hash:084ed566137acac02d701e8b07c99af4c78db549
|
| |
|
|
| |
commit_hash:7a826081edd81909397bf261cd1c82d7934479a0
|
| |
|
|
| |
commit_hash:59aad81ea57327aebbb7ac23ffaf2583469588fc
|
| |
|
|
| |
commit_hash:fa94f3642df1cc95d0fb51d55ff594c6b5cc3dee
|
| |
|
|
| |
commit_hash:76ee7f2ff9eb898df33408811d52b217a4ecd4d3
|
| |
|
|
| |
commit_hash:37c244322d440c3bae13154109352403123e51c6
|
| |
|
|
| |
commit_hash:9334e3dd45a476ba93f6342efd5361002046d228
|
| |
|
|
| |
commit_hash:9facb0640518c75b7a745dad2ddbd649cb91a83f
|
| |
|
|
| |
commit_hash:9017070ae3bd4877019fc3510bdea4372801ea34
|
| |
|
|
| |
commit_hash:c49256f38de62e8d05359c16a70ea6b88220a9ba
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
| |
commit_hash:412a7a1e02eb68d388aff73a439e98f6f2dab8a6
|
| |
|
|
| |
commit_hash:9ae5443415404568faae52d025c9c0fcbd8b8db4
|
| |
|
|
| |
commit_hash:5854a0271a0a2a26dc9891ff1502889edbf38a18
|
| |
|
|
| |
commit_hash:00566ef65ebff8cb4a46a4ffaa1772007fd47fab
|
| |
|
|
| |
commit_hash:43a44fd322be5b98ea4f4c90ee0c5eebef9241e0
|
| |
|
|
| |
commit_hash:64d27623f69d0d479e597339f3056a4a0a038054
|
| |
|
|
| |
commit_hash:9db24e2e676d80f2972897ed8f5a9b84c4f8628c
|
| |
|
|
| |
commit_hash:d85d90291b5eb4cf0c68c9c1c2387124cb9927b2
|
| |
|
|
| |
commit_hash:30039ea85dc5a55f14b4964ce3aec0a0508d6836
|
| |
|
|
| |
commit_hash:81f6d28712840d4a1b4aa47f2ee5e9e8a99d9ced
|
| |
|
|
| |
commit_hash:df330f3a0c0ca36d9bcf801fd96b964f1be6383a
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
* 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
|
| |
|
|
| |
commit_hash:48aabc0968f83c0b5aedf37ceed9531d6d37864b
|
| |
|
|
| |
commit_hash:7f3ecc44b4299acc4fc7b0f463eceac61d0b0156
|
| |
|
|
| |
commit_hash:4191c9aa7cde449475eddf88d8c04e1ebf0b8ad9
|
| |
|
|
|
|
| |
interface
commit_hash:9e6c556686dda1562697762d38da532dc5c87b80
|
| |
|
|
| |
commit_hash:86c2242b5c4d36886d33a0f52a452e493fb7555c
|