Advertisement
josephxsxn

driver1e.yml for MiNiFi

Jul 15th, 2017
198
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 4.58 KB | None | 0 0
  1. Flow Controller:
  2.   name: driver-1e
  3.   comment: using s2s
  4. Core Properties:
  5.   flow controller graceful shutdown period: 10 sec
  6.   flow service write delay interval: 500 ms
  7.   administrative yield duration: 30 sec
  8.   bored yield duration: 10 millis
  9.   max concurrent threads: 1
  10. FlowFile Repository:
  11.   partitions: 256
  12.   checkpoint interval: 2 mins
  13.   always sync: false
  14.   Swap:
  15.     threshold: 20000
  16.     in period: 5 sec
  17.     in threads: 1
  18.     out period: 5 sec
  19.     out threads: 4
  20. Content Repository:
  21.   content claim max appendable size: 10 MB
  22.   content claim max flow files: 100
  23.   always sync: false
  24. Provenance Repository:
  25.   provenance rollover time: 1 min
  26. Component Status Repository:
  27.   buffer size: 1440
  28.   snapshot frequency: 1 min
  29. Security Properties:
  30.   keystore: ''
  31.   keystore type: ''
  32.   keystore password: ''
  33.   key password: ''
  34.   truststore: ''
  35.   truststore type: ''
  36.   truststore password: ''
  37.   ssl protocol: ''
  38.   Sensitive Props:
  39.     key:
  40.     algorithm: PBEWITHMD5AND256BITAES-CBC-OPENSSL
  41.     provider: BC
  42. Processors:
  43. - name: Enable-LTE
  44.   class: org.apache.nifi.processors.standard.ExecuteProcess
  45.   max concurrent tasks: 1
  46.   scheduling strategy: TIMER_DRIVEN
  47.   scheduling period: 5 sec
  48.   penalization period: 30 sec
  49.   yield period: 1 sec
  50.   run duration nanos: 0
  51.   auto-terminated relationships list: []
  52.   Properties:
  53.     Argument Delimiter: ' '
  54.     Batch Duration:
  55.     Command: /iot/scripts/lte-connect.sh
  56.     Command Arguments:
  57.     Redirect Error Stream: 'false'
  58. - name: Enable-WIFI
  59.   class: org.apache.nifi.processors.standard.ExecuteProcess
  60.   max concurrent tasks: 1
  61.   scheduling strategy: TIMER_DRIVEN
  62.   scheduling period: 5 sec
  63.   penalization period: 30 sec
  64.   yield period: 1 sec
  65.   run duration nanos: 0
  66.   auto-terminated relationships list: []
  67.   Properties:
  68.     Argument Delimiter: ' '
  69.     Batch Duration:
  70.     Command: /iot/scripts/wifi-connect.sh
  71.     Command Arguments:
  72.     Redirect Error Stream: 'false'
  73. - name: Log-GPS - 2sec batch
  74.   class: org.apache.nifi.processors.standard.ExecuteProcess
  75.   max concurrent tasks: 1
  76.   scheduling strategy: TIMER_DRIVEN
  77.   scheduling period: 5 sec
  78.   penalization period: 30 sec
  79.   yield period: 1 sec
  80.   run duration nanos: 0
  81.   auto-terminated relationships list: []
  82.   Properties:
  83.     Argument Delimiter: ' '
  84.     Batch Duration: 2 sec
  85.     Command: /iot/scripts/gps-logger.sh
  86.     Command Arguments:
  87.     Redirect Error Stream: 'false'
  88. - name: Report-DISKS
  89.   class: org.apache.nifi.processors.standard.ExecuteProcess
  90.   max concurrent tasks: 1
  91.   scheduling strategy: TIMER_DRIVEN
  92.   scheduling period: 5 min
  93.   penalization period: 30 sec
  94.   yield period: 1 sec
  95.   run duration nanos: 0
  96.   auto-terminated relationships list: []
  97.   Properties:
  98.     Argument Delimiter: ' '
  99.     Batch Duration:
  100.     Command: /iot/scripts/disk-report.sh
  101.     Command Arguments:
  102.     Redirect Error Stream: 'false'
  103. Connections:
  104. - name: 168H 100MB 10KOBJ LIFO - GPS
  105.   source name: Log-GPS - 2sec batch
  106.   source relationship name: success
  107.   destination name: 089c253b-015d-1000-2077-c6fa9242c2b9
  108.   max work queue size: 10000
  109.   max work queue data size: 100 MB
  110.   flowfile expiration: 168 hours
  111.   queue prioritizer class: org.apache.nifi.prioritizer.NewestFlowFileFirstPrioritizer
  112. - name: 48H 10MB 1KOBJ LIFO - DISKS
  113.   source name: Report-DISKS
  114.   source relationship name: success
  115.   destination name: 089c253b-015d-1000-2077-c6fa9242c2b9
  116.   max work queue size: 1000
  117.   max work queue data size: 10 MB
  118.   flowfile expiration: 48 hours
  119.   queue prioritizer class: org.apache.nifi.prioritizer.NewestFlowFileFirstPrioritizer
  120. - name: 48H 10MB 1KOBJ LIFO - LTE
  121.   source name: Enable-LTE
  122.   source relationship name: success
  123.   destination name: 089c253b-015d-1000-2077-c6fa9242c2b9
  124.   max work queue size: 1000
  125.   max work queue data size: 10 MB
  126.   flowfile expiration: 48 hours
  127.   queue prioritizer class: org.apache.nifi.prioritizer.NewestFlowFileFirstPrioritizer
  128. - name: 48H 10MB 1KOBJ LIFO - WIFI
  129.   source name: Enable-WIFI
  130.   source relationship name: success
  131.   destination name: 089c253b-015d-1000-2077-c6fa9242c2b9
  132.   max work queue size: 1000
  133.   max work queue data size: 10 MB
  134.   flowfile expiration: 48 hours
  135.   queue prioritizer class: org.apache.nifi.prioritizer.NewestFlowFileFirstPrioritizer
  136. Remote Processing Groups:
  137. - name: http://r01s01n01:8080/nifi
  138.   url: http://r01s01n01:8080/nifi
  139.   comment: ''
  140.   timeout: 30 sec
  141.   yield period: 10 sec
  142.   Input Ports:
  143.   - id: 089c253b-015d-1000-2077-c6fa9242c2b9
  144.     name: rx
  145.     comment: ''
  146.     max concurrent tasks: 1
  147.     use compression: false
  148.     Properties:
  149.         Port: 12551
  150.         Host Name: r01s01n01
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement