Bootstrap Properties
The bootstrap.conf file in the conf directory allows users to configure settings for how NiFi Registry should be started. This includes parameters, such as the size of the Java Heap, what Java command to run, and Java System Properties.
Here, we will address the different properties that are made available in the file. Any changes to this file will take effect only after NiFi Registry has been stopped and restarted.
Property |
Description |
java |
Specifies the fully qualified java command to run. By default, it is simply
|
run.as |
The username to run NiFi Registry as. For instance, if NiFi Registry should be run as the nifi_registry user, setting this value to nifi_registry will cause the NiFi Registry Process to be run as the nifi_registry user. This property is ignored on Windows. For Linux, the specified user may require sudo permissions. |
lib.dir |
The lib directory to use for NiFi Registry. By default,
this is set to |
conf.dir |
The conf directory to use for NiFi Registry. By default,
this is set to |
graceful.shutdown.seconds |
When NiFi Registry is instructed to shutdown, the Bootstrap will wait this
number of seconds for the process to shutdown cleanly. At this amount of time, if
the service is still running, the Bootstrap will "kill" the process, or
terminate it abruptly. By default, this is set to |
java.arg.N |
Any number of JVM arguments can be passed to the NiFi Registry JVM when the
process is started. These arguments are defined by adding properties to
bootstrap.conf that begin with
|