-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yml
299 lines (299 loc) · 9.61 KB
/
config.yml
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
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
MiNiFi Config Version: 3
Flow Controller:
name: tx1-minifi
comment: ''
Core Properties:
flow controller graceful shutdown period: 10 sec
flow service write delay interval: 500 ms
administrative yield duration: 30 sec
bored yield duration: 10 millis
max concurrent threads: 1
variable registry properties: ''
FlowFile Repository:
partitions: 256
checkpoint interval: 2 mins
always sync: false
Swap:
threshold: 20000
in period: 5 sec
in threads: 1
out period: 5 sec
out threads: 4
Content Repository:
content claim max appendable size: 10 MB
content claim max flow files: 100
always sync: false
Provenance Repository:
provenance rollover time: 1 min
Component Status Repository:
buffer size: 1440
snapshot frequency: 1 min
Security Properties:
keystore: ''
keystore type: ''
keystore password: ''
key password: ''
truststore: ''
truststore type: ''
truststore password: ''
ssl protocol: ''
Sensitive Props:
key:
algorithm: PBEWITHMD5AND256BITAES-CBC-OPENSSL
provider: BC
Processors:
- id: c216f845-1839-3f3c-0000-000000000000
name: Capture Photo and MXClassify
class: org.apache.nifi.processors.standard.ExecuteProcess
max concurrent tasks: 1
scheduling strategy: TIMER_DRIVEN
scheduling period: 60 sec
penalization period: 30 sec
yield period: 1 sec
run duration nanos: 0
auto-terminated relationships list: []
Properties:
Argument Delimiter: ' '
Batch Duration:
Command: /media/nvidia/96ed93f9-7c40-4999-85ba-3eb24262d0a5/mxclassify.sh
Command Arguments:
Redirect Error Stream: 'false'
- id: 3269f151-5dca-3e09-0000-000000000000
name: FetchFile
class: org.apache.nifi.processors.standard.FetchFile
max concurrent tasks: 1
scheduling strategy: TIMER_DRIVEN
scheduling period: 0 sec
penalization period: 30 sec
yield period: 1 sec
run duration nanos: 0
auto-terminated relationships list: []
Properties:
Completion Strategy: None
File to Fetch: ${absolute.path}/${filename}
Log level when file not found: ERROR
Log level when permission denied: ERROR
Move Conflict Strategy: Rename
Move Destination Directory:
- id: eea4a987-50de-3264-0000-000000000000
name: ListFile
class: org.apache.nifi.processors.standard.ListFile
max concurrent tasks: 1
scheduling strategy: TIMER_DRIVEN
scheduling period: 180 sec
penalization period: 30 sec
yield period: 1 sec
run duration nanos: 0
auto-terminated relationships list: []
Properties:
File Filter: '[^\.].*'
Ignore Hidden Files: 'false'
Input Directory: /media/nvidia/96ed93f9-7c40-4999-85ba-3eb24262d0a5/images
Input Directory Location: Local
Maximum File Age:
Maximum File Size:
Minimum File Age: 15 sec
Minimum File Size: 20 B
Path Filter:
Recurse Subdirectories: 'true'
- id: be44dad4-5ad5-3919-0000-000000000000
name: Run TensorRT Classify Image
class: org.apache.nifi.processors.standard.ExecuteStreamCommand
max concurrent tasks: 1
scheduling strategy: TIMER_DRIVEN
scheduling period: 0 sec
penalization period: 30 sec
yield period: 1 sec
run duration nanos: 0
auto-terminated relationships list:
- original
Properties:
Argument Delimiter: ;
Command Arguments: ${filename}
Command Path: /media/nvidia/96ed93f9-7c40-4999-85ba-3eb24262d0a5/jetson-inference-master/build/aarch64/bin/runclassify.sh
Ignore STDIN: 'false'
Max Attribute Length: '4096'
Output Destination Attribute:
Working Directory: /media/nvidia/96ed93f9-7c40-4999-85ba-3eb24262d0a5/jetson-inference-master/build/aarch64/bin
- id: e029b4cc-cdf4-3726-0000-000000000000
name: Run TensorRT FaceDetect
class: org.apache.nifi.processors.standard.ExecuteStreamCommand
max concurrent tasks: 1
scheduling strategy: TIMER_DRIVEN
scheduling period: 0 sec
penalization period: 30 sec
yield period: 1 sec
run duration nanos: 0
auto-terminated relationships list:
- original
Properties:
Argument Delimiter: ;
Command Arguments: ${filename}
Command Path: /media/nvidia/96ed93f9-7c40-4999-85ba-3eb24262d0a5/jetson-inference-master/build/aarch64/bin/facedetect.sh
Ignore STDIN: 'false'
Max Attribute Length: '4096'
Output Destination Attribute:
Working Directory: /media/nvidia/96ed93f9-7c40-4999-85ba-3eb24262d0a5/jetson-inference-master/build/aarch64/bin
- id: 8bfb99e6-8f8d-3d44-0000-000000000000
name: Store Failures
class: org.apache.nifi.processors.standard.PutFile
max concurrent tasks: 1
scheduling strategy: TIMER_DRIVEN
scheduling period: 0 sec
penalization period: 30 sec
yield period: 1 sec
run duration nanos: 0
auto-terminated relationships list:
- failure
- success
Properties:
Conflict Resolution Strategy: replace
Create Missing Directories: 'true'
Directory: /media/nvidia/96ed93f9-7c40-4999-85ba-3eb24262d0a5/logs
Group:
Last Modified Time:
Maximum File Count:
Owner:
Permissions:
- id: 3ccc505a-d4ef-3f13-0000-000000000000
name: TensorFlowProcessor
class: com.dataflowdeveloper.processors.process.TensorFlowProcessor
max concurrent tasks: 1
scheduling strategy: TIMER_DRIVEN
scheduling period: 0 sec
penalization period: 30 sec
yield period: 1 sec
run duration nanos: 0
auto-terminated relationships list: []
Properties:
imgpath: ${absolute.path}/${filename}
modeldir: /media/nvidia/96ed93f9-7c40-4999-85ba-3eb24262d0a5/nifi-tensorflow-processors/models
Controller Services: []
Process Groups: []
Input Ports: []
Output Ports: []
Funnels: []
Connections:
- id: ce8f3f75-6282-3f46-0000-000000000000
name: Capture Photo and MXClassify/success/2052b349-015f-1000-61ea-dcf6634863af
source id: c216f845-1839-3f3c-0000-000000000000
source relationship names:
- success
destination id: 2052b349-015f-1000-61ea-dcf6634863af
max work queue size: 10000
max work queue data size: 1 GB
flowfile expiration: 0 sec
queue prioritizer class: ''
- id: 2538946a-c691-353c-0000-000000000000
name: FetchFile/failure/Store Failures
source id: 3269f151-5dca-3e09-0000-000000000000
source relationship names:
- failure
- not.found
- permission.denied
destination id: 8bfb99e6-8f8d-3d44-0000-000000000000
max work queue size: 10000
max work queue data size: 1 GB
flowfile expiration: 0 sec
queue prioritizer class: ''
- id: 47371bb4-e0d0-3215-0000-000000000000
name: FetchFile/success/Run TensorRT Classify Image
source id: 3269f151-5dca-3e09-0000-000000000000
source relationship names:
- success
destination id: be44dad4-5ad5-3919-0000-000000000000
max work queue size: 10000
max work queue data size: 1 GB
flowfile expiration: 0 sec
queue prioritizer class: ''
- id: b535a461-be8e-305a-0000-000000000000
name: FetchFile/success/Run TensorRT FaceDetect
source id: 3269f151-5dca-3e09-0000-000000000000
source relationship names:
- success
destination id: e029b4cc-cdf4-3726-0000-000000000000
max work queue size: 10000
max work queue data size: 1 GB
flowfile expiration: 0 sec
queue prioritizer class: ''
- id: 6979f38c-c116-302c-0000-000000000000
name: FetchFile/success/TensorFlowProcessor
source id: 3269f151-5dca-3e09-0000-000000000000
source relationship names:
- success
destination id: 3ccc505a-d4ef-3f13-0000-000000000000
max work queue size: 10000
max work queue data size: 1 GB
flowfile expiration: 0 sec
queue prioritizer class: ''
- id: eb77b50f-bf34-3bc6-0000-000000000000
name: ListFile/success/FetchFile
source id: eea4a987-50de-3264-0000-000000000000
source relationship names:
- success
destination id: 3269f151-5dca-3e09-0000-000000000000
max work queue size: 10000
max work queue data size: 1 GB
flowfile expiration: 0 sec
queue prioritizer class: ''
- id: 2432857e-b896-3117-0000-000000000000
name: Run TensorRT Classify Image/output stream/2052b349-015f-1000-61ea-dcf6634863af
source id: be44dad4-5ad5-3919-0000-000000000000
source relationship names:
- output stream
destination id: 2052b349-015f-1000-61ea-dcf6634863af
max work queue size: 10000
max work queue data size: 1 GB
flowfile expiration: 0 sec
queue prioritizer class: ''
- id: d0deb0a9-3508-306d-0000-000000000000
name: Run TensorRT FaceDetect/output stream/2052b349-015f-1000-61ea-dcf6634863af
source id: e029b4cc-cdf4-3726-0000-000000000000
source relationship names:
- output stream
destination id: 2052b349-015f-1000-61ea-dcf6634863af
max work queue size: 10000
max work queue data size: 1 GB
flowfile expiration: 0 sec
queue prioritizer class: ''
- id: ff564cb3-84a5-3ae0-0000-000000000000
name: TensorFlowProcessor/failure/Store Failures
source id: 3ccc505a-d4ef-3f13-0000-000000000000
source relationship names:
- failure
destination id: 8bfb99e6-8f8d-3d44-0000-000000000000
max work queue size: 10000
max work queue data size: 1 GB
flowfile expiration: 0 sec
queue prioritizer class: ''
- id: 4b033e14-9a01-3928-0000-000000000000
name: TensorFlowProcessor/success/2052b349-015f-1000-61ea-dcf6634863af
source id: 3ccc505a-d4ef-3f13-0000-000000000000
source relationship names:
- success
destination id: 2052b349-015f-1000-61ea-dcf6634863af
max work queue size: 10000
max work queue data size: 1 GB
flowfile expiration: 0 sec
queue prioritizer class: ''
Remote Process Groups:
- id: 6e6ff0c6-859d-3180-0000-000000000000
name: ''
url: http://hw13125.local:8080/nifi
comment: ''
timeout: 60 sec
yield period: 10 sec
transport protocol: HTTP
proxy host: ''
proxy port: ''
proxy user: ''
proxy password: ''
local network interface: ''
Input Ports:
- id: 2052b349-015f-1000-61ea-dcf6634863af
name: MiniFi From TX1 Jetson
comment: ''
max concurrent tasks: 1
use compression: false
Output Ports: []
NiFi Properties Overrides: {}