Advertisement
Guest User

MiNiFi --> Accumulo

a guest
Sep 19th, 2017
179
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 3.47 KB | None | 0 0
  1. Flow Controller:
  2.     name: MiNiFi Flow
  3.     id: 2438e3c8-015a-1000-79ca-83af40ec1990
  4. Processors:
  5.     - name: GetFile
  6.       id: 2438e3c8-015a-1000-79ca-83af40ec1991
  7.       class: org.apache.nifi.processors.standard.GetFile
  8.       max concurrent tasks: 1
  9.       scheduling strategy: TIMER_DRIVEN
  10.       scheduling period: 1 sec
  11.       penalization period: 30 sec
  12.       yield period: 1 sec
  13.       run duration nanos: 0
  14.       auto-terminated relationships list:
  15.         - success
  16.          - failure
  17.       Properties:
  18.           Batch Size: '100'
  19.           Input Directory: /tmp/getfile
  20.           Keep Source File: true
  21.     - name: WriteAccumulo
  22.       id: 2438e3c8-015a-1000-79ca-83af40ec1993
  23.       class: org.apache.nifi.processors.standard.AccumuloWriter
  24.       max concurrent tasks: 5
  25.       scheduling strategy: TIMER_DRIVEN
  26.       scheduling period: 1 sec
  27.       penalization period: 30 sec
  28.       yield period: 1 sec
  29.       run duration nanos: 0
  30.       auto-terminated relationships list:
  31.         - success
  32.          - failure
  33.       Properties:
  34.           Rfile Directory: /tmp/rfiles
  35.           Rfile Keys: 30      
  36.     - name: BulkImport
  37.       id: 2438e3c8-015a-1000-79ca-83af40ec1974
  38.       class: org.apache.nifi.processors.standard.BulkImport
  39.       max concurrent tasks: 5
  40.       scheduling strategy: TIMER_DRIVEN
  41.       scheduling period: 1 sec
  42.       penalization period: 30 sec
  43.       yield period: 1 sec
  44.       run duration nanos: 0
  45.       auto-terminated relationships list:
  46.         - success
  47.          - failure
  48.       Properties:
  49.           Zookeepers: 127.0.0.1:2181
  50.           InstanceId: smac
  51.           Username: root
  52.           Password: <password>
  53.           Table: test
  54.          
  55. Connections:
  56.     - name: TransferFilesToRPG2
  57.       id: 2438e3c8-015a-1000-79ca-83af40ec1997
  58.       source id: 2438e3c8-015a-1000-79ca-83af40ec1991
  59.       source relationship name: success
  60.       destination id: 2438e3c8-015a-1000-79ca-83af40ec1993
  61.       destination relationship name: success
  62.       max work queue size: 0
  63.       max work queue data size: 1 MB
  64.       flowfile expiration: 60 sec
  65.     - name: TransferFilesoRPG3
  66.       id: 2438e3c8-015a-1000-79ca-83af40ec1989
  67.       source id: 2438e3c8-015a-1000-79ca-83af40ec1993
  68.       source relationship name: import
  69.       destination id: 2438e3c8-015a-1000-79ca-83af40ec1999
  70.       destination relationship name: success
  71.       max work queue size: 0
  72.       max work queue data size: 1 MB
  73.       flowfile expiration: 60 sec
  74.     - name: TransferFilesoRPG4
  75.       id: 2438e3c8-015a-1000-79ca-83af40ec1789
  76.       source id: ac82e521-015c-1000-2b21-41279516e19a
  77.       source relationship name: undefined
  78.       destination id: 2438e3c8-015a-1000-79ca-83af40ec1974
  79.       destination relationship name: success
  80.       max work queue size: 0
  81.       max work queue data size: 1 MB
  82.       flowfile expiration: 60 sec
  83.    
  84.  
  85. Remote Processing Groups:
  86.     - name: NiFi Flow
  87.       id: 2438e3c8-015a-1000-79ca-83af40ec1998
  88.       url: http://127.0.0.1:8080/nifi
  89.       timeout: 30 secs
  90.       yield period: 5 sec
  91.       Input Ports:
  92.           - id: 2438e3c8-015a-1000-79ca-83af40ec1999
  93.             name: fromnifi
  94.             max concurrent tasks: 1
  95.             Properties:
  96.                 Port: 10443
  97.                 Host Name: 127.0.0.1
  98.       Output Ports:
  99.           - id: ac82e521-015c-1000-2b21-41279516e19a
  100.             name: tominifi
  101.             max concurrent tasks: 1
  102.             Properties:
  103.                 Port: 10443
  104.                 Host Name: 127.0.0.1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement