diff options
Diffstat (limited to 'yt/cpp/mapreduce/client/operation.cpp')
| -rw-r--r-- | yt/cpp/mapreduce/client/operation.cpp | 3 |
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 |
