|
1 |
| -Yt { |
2 |
| - GatewayThreads: 0 |
3 |
| - YtLogLevel: YL_INFO |
4 |
| - |
5 |
| - DefaultSettings { |
6 |
| - Name: "InferSchemaMode" |
7 |
| - Value: "rpc" |
8 |
| - } |
9 |
| - |
10 |
| - DefaultSettings { |
11 |
| - Name: "DQRPCReaderInflight" |
12 |
| - Value: "10" |
13 |
| - } |
14 |
| - |
15 |
| - DefaultSettings { |
16 |
| - Name: "UseRPCReaderInDq" |
17 |
| - Value: "true" |
18 |
| - } |
19 |
| - |
20 |
| - DefaultSettings { |
21 |
| - Name: "DefaultMaxJobFails" |
22 |
| - Value: "1" |
23 |
| - } |
24 |
| - |
25 |
| - DefaultSettings { |
26 |
| - Name: "ReleaseTempData" |
27 |
| - Value: "immediate" |
28 |
| - } |
29 |
| - |
30 |
| - DefaultSettings { |
31 |
| - Name: "NativeYtTypeCompatibility" |
32 |
| - Value: "all" |
33 |
| - } |
34 |
| - |
35 |
| - DefaultSettings { |
36 |
| - Name: "UseYqlRowSpecCompactForm" |
37 |
| - Value: "true" |
38 |
| - } |
39 |
| - |
40 |
| - DefaultSettings { |
41 |
| - Name: "UseNewPredicateExtraction" |
42 |
| - Value: "true" |
43 |
| - } |
44 |
| - |
45 |
| - DefaultSettings { |
46 |
| - Name: "PruneKeyFilterLambda" |
47 |
| - Value: "true" |
48 |
| - } |
49 |
| - |
50 |
| - DefaultSettings { |
51 |
| - Name: "_UseKeyBoundApi" |
52 |
| - Value: "true" |
53 |
| - } |
54 |
| - |
55 |
| - DefaultSettings { |
56 |
| - Name: "JoinCommonUseMapMultiOut" |
57 |
| - Value: "true" |
58 |
| - } |
59 |
| - |
60 |
| - DefaultSettings { |
61 |
| - Name: "UseAggPhases" |
62 |
| - Value: "true" |
63 |
| - } |
64 |
| - |
65 |
| - DefaultSettings { |
66 |
| - Name: "_EnableWriteReorder" |
67 |
| - Value: "true" |
68 |
| - } |
69 |
| - |
70 |
| - DefaultSettings { |
71 |
| - Name: "_EnableYtPartitioning" |
72 |
| - Value: "true" |
73 |
| - } |
74 |
| - |
75 |
| - DefaultSettings { |
76 |
| - Name: "TableContentLocalExecution" |
77 |
| - Value: "true" |
78 |
| - } |
79 |
| - |
80 |
| - RemoteFilePatterns { |
81 |
| - Pattern: "yt://([a-zA-Z0-9\\-_]+)/([^&@?]+)$" |
82 |
| - Cluster: "$1" |
83 |
| - Path: "$2" |
84 |
| - } |
85 |
| - |
86 |
| - RemoteFilePatterns { |
87 |
| - Pattern: "https?://yt\\.yandex(\\.net|-team\\.ru)/([a-zA-Z0-9\\-_]+)/#page=navigation&path=//([^&]+)$" |
88 |
| - Cluster: "$2" |
89 |
| - Path: "$3" |
90 |
| - } |
91 |
| - |
92 |
| - RemoteFilePatterns { |
93 |
| - Pattern: "https?://yt\\.yandex(\\.net|-team\\.ru)/([a-zA-Z0-9\\-_]+)/navigation\\?path=//([^&]+)$" |
94 |
| - Cluster: "$2" |
95 |
| - Path: "$3" |
96 |
| - } |
97 |
| - |
98 |
| - RemoteFilePatterns { |
99 |
| - Pattern: "https?://([a-zA-Z0-9\\-_]+)\\.yt\\.yandex(\\.net|-team\\.ru)/api/v(2/download|3/read_file)\\?(|.+&)path=//([^&]+)($|&.*)" |
100 |
| - Cluster: "$1" |
101 |
| - Path: "$5" |
102 |
| - } |
103 |
| -} |
104 |
| - |
105 |
| -SqlCore { |
106 |
| - TranslationFlags: ["FlexibleTypes", "DisableAnsiOptionalAs", "EmitAggApply"] |
107 |
| -} |
108 |
| - |
109 | 1 | YqlCore {
|
110 |
| - Flags { |
111 |
| - Name: "DisableYsonCastToString" |
112 |
| - } |
113 |
| - Flags { |
114 |
| - Name: "_EnableMatchRecognize" |
115 |
| - } |
116 | 2 | Flags {
|
117 | 3 | Name: "UseBlocks"
|
118 | 4 | }
|
119 | 5 | }
|
120 |
| - |
121 |
| -Dq { |
122 |
| - DefaultSettings { |
123 |
| - Name: "EnableLLVM" |
124 |
| - Value: "true" |
125 |
| - } |
126 |
| - |
127 |
| - DefaultSettings { |
128 |
| - Name: "EnableInsert" |
129 |
| - Value: "true" |
130 |
| - } |
131 |
| - |
132 |
| - DefaultSettings { |
133 |
| - Name: "EnableFullResultWrite" |
134 |
| - Value: "true" |
135 |
| - } |
136 |
| - |
137 |
| - DefaultSettings { |
138 |
| - Name: "_EnablePrecompute" |
139 |
| - Value: "true" |
140 |
| - } |
141 |
| - |
142 |
| - DefaultSettings { |
143 |
| - Name: "_LiteralTimeout" |
144 |
| - Value: "3600000" |
145 |
| - } |
146 |
| - |
147 |
| - DefaultSettings { |
148 |
| - Name: "_TableTimeout" |
149 |
| - Value: "3600000" |
150 |
| - } |
151 |
| - DefaultSettings { |
152 |
| - Name: "EnableComputeActor" |
153 |
| - Value: "1" |
154 |
| - } |
155 |
| - DefaultSettings { |
156 |
| - Name: "ComputeActorType" |
157 |
| - Value: "async" |
158 |
| - } |
159 |
| - |
160 |
| - DefaultSettings { |
161 |
| - Name: "UseAggPhases" |
162 |
| - Value: "true" |
163 |
| - } |
164 |
| - |
165 |
| - DefaultSettings { |
166 |
| - Name: "HashJoinMode" |
167 |
| - Value: "grace" |
168 |
| - } |
169 |
| - |
170 |
| - DefaultSettings { |
171 |
| - Name: "UseFastPickleTransport" |
172 |
| - Value: "true" |
173 |
| - } |
174 |
| - |
175 |
| - DefaultSettings { |
176 |
| - Name: "UseOOBTransport" |
177 |
| - Value: "true" |
178 |
| - } |
179 |
| - |
180 |
| - DefaultSettings { |
181 |
| - Name: "UseFinalizeByKey" |
182 |
| - Value: "true" |
183 |
| - } |
184 |
| - |
185 |
| - DefaultSettings { |
186 |
| - Name: "EnableDqReplicate" |
187 |
| - Value: "true" |
188 |
| - } |
189 |
| - |
190 |
| - DefaultSettings { |
191 |
| - Name: "UseWideChannels" |
192 |
| - Value: "true" |
193 |
| - } |
194 |
| -} |
195 |
| - |
196 |
| -Fs { |
197 |
| - CustomSchemes { |
198 |
| - Pattern: "sbr:(?://)?(\\d+)" |
199 |
| - TargetUrl: "https://proxy.sandbox.yandex-team.ru/$1" |
200 |
| - } |
201 |
| - CustomSchemes { |
202 |
| - # backward compatibility rule |
203 |
| - Pattern: "yt://([a-zA-Z0-9\\-_]+)/(.+)@t=([^&=]+)" |
204 |
| - TargetUrl: "yt://$1/$2?transaction_id=$3" |
205 |
| - } |
206 |
| - CustomSchemes { |
207 |
| - Pattern: "https?://yt\\.yandex(?:\\.net|-team\\.ru)/([a-zA-Z0-9\\-_]+)/#page=navigation&(.+)" |
208 |
| - TargetUrl: "yt://$1/?$2" |
209 |
| - } |
210 |
| - CustomSchemes { |
211 |
| - Pattern: "https?://yt\\.yandex(?:\\.net|-team\\.ru)/([a-zA-Z0-9\\-_]+)/navigation\\?(.+)" |
212 |
| - TargetUrl: "yt://$1/?$2" |
213 |
| - } |
214 |
| - CustomSchemes { |
215 |
| - Pattern: "https?://([a-zA-Z0-9\\-_]+)\\.yt\\.yandex(?:\\.net|-team\\.ru)/api/v3/read_file\\?(.+)" |
216 |
| - TargetUrl: "yt://$1/?$2" |
217 |
| - } |
218 |
| - CustomSchemes { |
219 |
| - Pattern: "https?://a\\.yandex-team\\.ru/(?:arc|svn)/(.+)/arcadia/(.+)\\?rev=r?(\\d+)" |
220 |
| - TargetUrl: "arc:/$2?rev=$3&branch=$1" |
221 |
| - } |
222 |
| - CustomSchemes { |
223 |
| - Pattern: "https?://a(?:rcanum)?\\.yandex-team\\.ru/arcadia/(.+)\\?rev=r(\\d+)" |
224 |
| - TargetUrl: "arc:/$1?rev=$2" |
225 |
| - } |
226 |
| - CustomSchemes { |
227 |
| - Pattern: "https?://a(?:rcanum)?\\.yandex-team\\.ru/arcadia/(.+)\\?rev=([^r].*)" |
228 |
| - TargetUrl: "arc:/$1?hash=$2" |
229 |
| - } |
230 |
| - CustomSchemes { |
231 |
| - Pattern: "arc://(.*)" |
232 |
| - TargetUrl: "arc:/$1" |
233 |
| - } |
234 |
| -} |
0 commit comments