summaryrefslogtreecommitdiffstats
path: root/yt/cpp/mapreduce/client/operation.cpp
diff options
context:
space:
mode:
authorrp-1 <[email protected]>2025-08-15 14:26:42 +0300
committerrp-1 <[email protected]>2025-08-15 14:53:08 +0300
commit98121ab8bfca78e581350cfccb9af134997f26ef (patch)
treee786fba2714b0d1953bb1953914562f223060914 /yt/cpp/mapreduce/client/operation.cpp
parent1df4e023b242569291be5f87a53754025e647727 (diff)
YT-25583: Add option for appending job and operation ID to C++ SDK
commit_hash:3f55bcd34959d43b20bd79997b6f88b9fb5eaeb6
Diffstat (limited to 'yt/cpp/mapreduce/client/operation.cpp')
-rw-r--r--yt/cpp/mapreduce/client/operation.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/yt/cpp/mapreduce/client/operation.cpp b/yt/cpp/mapreduce/client/operation.cpp
index 97346c21067..9647f61ec2a 100644
--- a/yt/cpp/mapreduce/client/operation.cpp
+++ b/yt/cpp/mapreduce/client/operation.cpp
@@ -783,7 +783,8 @@ void BuildUserJobFluently(
.EndList()
.Item("start_queue_consumer_registration_manager").Value(false)
.Item("enable_rpc_proxy_in_job_proxy").Value(userJobSpec.EnableRpcProxyInJobProxy_)
- .Item("redirect_stdout_to_stderr").Value(preparer.ShouldRedirectStdoutToStderr());
+ .Item("redirect_stdout_to_stderr").Value(preparer.ShouldRedirectStdoutToStderr())
+ .Item("append_debug_options").Value(preparer.ShouldAppendDebugOptions());
}
struct TNirvanaContext