Repository: nifi-minifi Updated Branches: refs/heads/master 0c04fbb61 -> 66dbda90c
http://git-wip-us.apache.org/repos/asf/nifi-minifi/blob/66dbda90/minifi-bootstrap/src/test/resources/default.yml ---------------------------------------------------------------------- diff --git a/minifi-bootstrap/src/test/resources/default.yml b/minifi-bootstrap/src/test/resources/default.yml new file mode 100644 index 0000000..064a746 --- /dev/null +++ b/minifi-bootstrap/src/test/resources/default.yml @@ -0,0 +1,101 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with +# this work for additional information regarding copyright ownership. +# The ASF licenses this file to You under the Apache License, Version 2.0 +# (the \"License\"); you may not use this file except in compliance with +# the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an \"AS IS\" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +Flow Controller: + name: MiNiFi Flow + 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 + +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 + +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 + +Processor Configuration: + name: + class: + max concurrent tasks: + scheduling strategy: + scheduling period: + penalization period: + yield period: + run duration nanos: + auto-terminated relationships list: + Properties: + +Connection Properties: + name: + max work queue size: 0 + max work queue data size: 0 MB + flowfile expiration: 0 sec + queue prioritizer class: org.apache.nifi.prioritizer.NewestFlowFileFirstPrioritizer + +Remote Processing Group: + name: + comment: + url: + timeout: + yield period: + Input Port: + id: + name: + comments: + max concurrent tasks: + use compression: + +Provenance Reporting: + comment: + scheduling strategy: + scheduling period: + destination url: + port name: + originating url: + use compression: + timeout: + batch size: \ No newline at end of file http://git-wip-us.apache.org/repos/asf/nifi-minifi/blob/66dbda90/minifi-nar-bundles/minifi-framework-bundle/minifi-framework/minifi-resources/src/main/resources/conf/bootstrap.conf ---------------------------------------------------------------------- diff --git a/minifi-nar-bundles/minifi-framework-bundle/minifi-framework/minifi-resources/src/main/resources/conf/bootstrap.conf b/minifi-nar-bundles/minifi-framework-bundle/minifi-framework/minifi-resources/src/main/resources/conf/bootstrap.conf index 107d9cc..a365c90 100644 --- a/minifi-nar-bundles/minifi-framework-bundle/minifi-framework/minifi-resources/src/main/resources/conf/bootstrap.conf +++ b/minifi-nar-bundles/minifi-framework-bundle/minifi-framework/minifi-resources/src/main/resources/conf/bootstrap.conf @@ -32,8 +32,8 @@ graceful.shutdown.seconds=20 nifi.minifi.config=./conf/config.yml # Notifiers to use for the associated agent, comma separated list of class names -#nifi.minifi.notifier.components=org.apache.nifi.minifi.bootstrap.configuration.FileChangeNotifier -#nifi.minifi.notifier.components=org.apache.nifi.minifi.bootstrap.configuration.RestChangeNotifier +#nifi.minifi.notifier.components=org.apache.nifi.minifi.bootstrap.configuration.notifiers.FileChangeNotifier +#nifi.minifi.notifier.components=org.apache.nifi.minifi.bootstrap.configuration.notifiers.RestChangeNotifier # File change notifier configuration
