-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpipeline_graph.dot
More file actions
201 lines (201 loc) · 11.1 KB
/
pipeline_graph.dot
File metadata and controls
201 lines (201 loc) · 11.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
digraph {
rankdir=LR
subgraph cluster_0 {
label = ""
subgraph cluster_1 {
label = "TextIO.Read"
2 [label="Read(CompressedSource)"]
}
subgraph cluster_3 {
label = "FlatMapElements"
subgraph cluster_4 {
label = "FlatMapElements/FlatMap"
5 [label="ParMultiDo(Anonymous)"]
2 -> 5 [style=solid label=""]
}
}
subgraph cluster_6 {
label = "Filter"
subgraph cluster_7 {
label = "Filter/ParDo(Anonymous)"
8 [label="ParMultiDo(Anonymous)"]
5 -> 8 [style=solid label=""]
}
}
subgraph cluster_9 {
label = "Count.PerElement"
subgraph cluster_10 {
label = "Count.PerElement/Init"
subgraph cluster_11 {
label = "Count.PerElement/Init/Map"
12 [label="ParMultiDo(Anonymous)"]
8 -> 12 [style=solid label=""]
}
}
subgraph cluster_13 {
label = "Count.PerElement/Combine.perKey(Count)"
14 [label="GroupByKey"]
12 -> 14 [style=solid label=""]
subgraph cluster_15 {
label = "Count.PerElement/Combine.perKey(Count)/Combine.GroupedValues"
subgraph cluster_16 {
label = "Count.PerElement/Combine.perKey(Count)/Combine.GroupedValues/ParDo(Anonymous)"
17 [label="ParMultiDo(Anonymous)"]
14 -> 17 [style=solid label=""]
}
}
}
}
subgraph cluster_18 {
label = "MapElements"
subgraph cluster_19 {
label = "MapElements/Map"
20 [label="ParMultiDo(Anonymous)"]
17 -> 20 [style=solid label=""]
}
}
subgraph cluster_21 {
label = "TextIO.Write"
subgraph cluster_22 {
label = "TextIO.Write/WriteFiles"
subgraph cluster_23 {
label = "TextIO.Write/WriteFiles/RewindowIntoGlobal"
24 [label="Window.Assign"]
20 -> 24 [style=solid label=""]
}
subgraph cluster_25 {
label = "TextIO.Write/WriteFiles/WriteUnshardedBundlesToTempFiles"
26 [label="ParMultiDo(WriteUnshardedTempFiles)"]
24 -> 26 [style=solid label=""]
27 [label="GroupByKey"]
26 -> 27 [style=solid label=""]
subgraph cluster_28 {
label = "TextIO.Write/WriteFiles/WriteUnshardedBundlesToTempFiles/WriteUnwritten"
29 [label="ParMultiDo(WriteShardsIntoTempFiles)"]
27 -> 29 [style=solid label=""]
}
subgraph cluster_30 {
label = "TextIO.Write/WriteFiles/WriteUnshardedBundlesToTempFiles/DropShardNum"
31 [label="ParMultiDo(Anonymous)"]
29 -> 31 [style=solid label=""]
}
32 [label="Flatten.PCollections"]
26 -> 32 [style=solid label=""]
31 -> 32 [style=solid label=""]
}
subgraph cluster_33 {
label = "TextIO.Write/WriteFiles/GatherTempFileResults"
subgraph cluster_34 {
label = "TextIO.Write/WriteFiles/GatherTempFileResults/View.AsList"
subgraph cluster_35 {
label = "TextIO.Write/WriteFiles/GatherTempFileResults/View.AsList/View.VoidKeyToMultimapMaterialization"
subgraph cluster_36 {
label = "TextIO.Write/WriteFiles/GatherTempFileResults/View.AsList/View.VoidKeyToMultimapMaterialization/ParDo(VoidKeyToMultimapMaterialization)"
37 [label="ParMultiDo(VoidKeyToMultimapMaterialization)"]
32 -> 37 [style=solid label=""]
}
}
38 [label="View.CreatePCollectionView"]
37 -> 38 [style=solid label=""]
}
subgraph cluster_39 {
label = "TextIO.Write/WriteFiles/GatherTempFileResults/Reify.ReifyViewInGlobalWindow"
subgraph cluster_40 {
label = "TextIO.Write/WriteFiles/GatherTempFileResults/Reify.ReifyViewInGlobalWindow/Create.Values"
41 [label="Read(CreateSource)"]
}
subgraph cluster_42 {
label = "TextIO.Write/WriteFiles/GatherTempFileResults/Reify.ReifyViewInGlobalWindow/Reify.ReifyView"
subgraph cluster_43 {
label = "TextIO.Write/WriteFiles/GatherTempFileResults/Reify.ReifyViewInGlobalWindow/Reify.ReifyView/ParDo(Anonymous)"
44 [label="ParMultiDo(Anonymous)"]
41 -> 44 [style=solid label=""]
37 -> 44 [style=dashed label=""]
}
}
subgraph cluster_45 {
label = "TextIO.Write/WriteFiles/GatherTempFileResults/Reify.ReifyViewInGlobalWindow/Values"
subgraph cluster_46 {
label = "TextIO.Write/WriteFiles/GatherTempFileResults/Reify.ReifyViewInGlobalWindow/Values/Values"
subgraph cluster_47 {
label = "TextIO.Write/WriteFiles/GatherTempFileResults/Reify.ReifyViewInGlobalWindow/Values/Values/Map"
48 [label="ParMultiDo(Anonymous)"]
44 -> 48 [style=solid label=""]
}
}
}
}
}
subgraph cluster_49 {
label = "TextIO.Write/WriteFiles/FinalizeTempFileBundles"
subgraph cluster_50 {
label = "TextIO.Write/WriteFiles/FinalizeTempFileBundles/Finalize"
51 [label="ParMultiDo(Finalize)"]
48 -> 51 [style=solid label=""]
}
subgraph cluster_52 {
label = "TextIO.Write/WriteFiles/FinalizeTempFileBundles/Reshuffle.ViaRandomKey"
subgraph cluster_53 {
label = "TextIO.Write/WriteFiles/FinalizeTempFileBundles/Reshuffle.ViaRandomKey/Pair with random key"
54 [label="ParMultiDo(AssignShard)"]
51 -> 54 [style=solid label=""]
}
subgraph cluster_55 {
label = "TextIO.Write/WriteFiles/FinalizeTempFileBundles/Reshuffle.ViaRandomKey/Reshuffle"
subgraph cluster_56 {
label = "TextIO.Write/WriteFiles/FinalizeTempFileBundles/Reshuffle.ViaRandomKey/Reshuffle/Window.Into()"
57 [label="Window.Assign"]
54 -> 57 [style=solid label=""]
}
subgraph cluster_58 {
label = "TextIO.Write/WriteFiles/FinalizeTempFileBundles/Reshuffle.ViaRandomKey/Reshuffle/ReifyOriginalTimestamps"
subgraph cluster_59 {
label = "TextIO.Write/WriteFiles/FinalizeTempFileBundles/Reshuffle.ViaRandomKey/Reshuffle/ReifyOriginalTimestamps/ParDo(Anonymous)"
60 [label="ParMultiDo(Anonymous)"]
57 -> 60 [style=solid label=""]
}
}
61 [label="GroupByKey"]
60 -> 61 [style=solid label=""]
subgraph cluster_62 {
label = "TextIO.Write/WriteFiles/FinalizeTempFileBundles/Reshuffle.ViaRandomKey/Reshuffle/ExpandIterable"
63 [label="ParMultiDo(Anonymous)"]
61 -> 63 [style=solid label=""]
}
subgraph cluster_64 {
label = "TextIO.Write/WriteFiles/FinalizeTempFileBundles/Reshuffle.ViaRandomKey/Reshuffle/RestoreOriginalTimestamps"
subgraph cluster_65 {
label = "TextIO.Write/WriteFiles/FinalizeTempFileBundles/Reshuffle.ViaRandomKey/Reshuffle/RestoreOriginalTimestamps/ReifyTimestamps.RemoveWildcard"
subgraph cluster_66 {
label = "TextIO.Write/WriteFiles/FinalizeTempFileBundles/Reshuffle.ViaRandomKey/Reshuffle/RestoreOriginalTimestamps/ReifyTimestamps.RemoveWildcard/ParDo(Anonymous)"
67 [label="ParMultiDo(Anonymous)"]
63 -> 67 [style=solid label=""]
}
}
subgraph cluster_68 {
label = "TextIO.Write/WriteFiles/FinalizeTempFileBundles/Reshuffle.ViaRandomKey/Reshuffle/RestoreOriginalTimestamps/Reify.ExtractTimestampsFromValues"
subgraph cluster_69 {
label = "TextIO.Write/WriteFiles/FinalizeTempFileBundles/Reshuffle.ViaRandomKey/Reshuffle/RestoreOriginalTimestamps/Reify.ExtractTimestampsFromValues/ParDo(Anonymous)"
70 [label="ParMultiDo(Anonymous)"]
67 -> 70 [style=solid label=""]
}
}
}
}
subgraph cluster_71 {
label = "TextIO.Write/WriteFiles/FinalizeTempFileBundles/Reshuffle.ViaRandomKey/Values"
subgraph cluster_72 {
label = "TextIO.Write/WriteFiles/FinalizeTempFileBundles/Reshuffle.ViaRandomKey/Values/Values"
subgraph cluster_73 {
label = "TextIO.Write/WriteFiles/FinalizeTempFileBundles/Reshuffle.ViaRandomKey/Values/Values/Map"
74 [label="ParMultiDo(Anonymous)"]
70 -> 74 [style=solid label=""]
}
}
}
}
}
}
}
}
}