Skip to content

Commit 3237d80

Browse files
authored
Add port_count=1 to DQ job in YT (#13459)
1 parent 81ace6a commit 3237d80

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ydb/library/yql/providers/dq/actors/yt/yt_resource_manager.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -678,6 +678,7 @@ namespace NYql {
678678
fluent.Item("file_paths").Value(*filePaths);
679679
})
680680
.Item("job_count").Value(1)
681+
.Item("port_count").Value(1)
681682
.DoIf(Options.YtBackend.HasMemoryLimit(), [&] (NYT::TFluentMap fluent) {
682683
fluent.Item("memory_limit").Value(Options.YtBackend.GetMemoryLimit());
683684
})

0 commit comments

Comments
 (0)