Invoke the Batch Processor from the Command Line

Run the Batch Processor

The batch processor is a standalone application that is run from the command line using the parameters listed below:

java -jar determinations-batch.jar <command line parameters>

Determinations.Batch.exe <command line parameters>

 

Batch Processor parameters can be set from the command line, or by a configuration file that can be specified using the --config parameter, or will be automatically picked up if it is named config.xml in the Batch Processor's working directory.

 

For details on command line parameters see: Command line configuration

For details on providing parameters via an configuration file, see XML file configuration.

For an example of running the Batch Processor, see Example: Run the Batch Processor (InsuranceFraudScore).