Configuring output directories
If you must output your data to directories different from the defined default directories, you assign the application the wanted directory paths.
About this task
Set the output directory paths by using the provided parameters.
Procedure
- To define a non-default directory to receive checkpointing data, find the ite.checkpointing.directory parameter description in the <PathToYourApplication>/config/config.cfg file
-
Set the parameter to the wanted path, for example ite.checkpointing.directory=/home/streamsadmin/outputData/checkpointing
-
To define a non-default base directory for your production data output, find the ite.storage.directory.outputs parameter description in the <PathToYourApplication>/config/config.cfg file
-
Set the parameter to the wanted path, for example ite.storage.directory.outputs=/home/streamsadmin/outputData/productionData
-
To define a non-default directory to receive statistics data, find the ite.storage.directory.statistics parameter description in the <PathToYourApplication>/config/config.cfg file
-
Set the parameter to the wanted path, for example ite.storage.directory.statistics=/home/streamsadmin/outputData/statistics
-
By default all output files are written directly into these directories. If you prefer to sort your output data into subdirectories that depend on the input file or the date, you configure subdirectories with the ite.storage.outputDirectoryStructure parameter in the <PathToYourApplication>/config/config.cfg file
-
To create subdirectories that depend on the input file, set the parameter as follows: ite.storage.outputDirectoryStructure=perFile, alternatively, to create subdirectories that depend on the date set the parameter as follows: ite.storage.outputDirectoryStructure=perDay
-
By default all input files are archived into one directory. To change this behavior, find the ite.archive.inputFilesIntoDateDirectory parameter description in the file <PathToYourApplication>/config/config.cfg
-
To archive the processed input files of a day into a date subdirectory, set the parameter as follows: ite.archive.inputFilesIntoDateDirectory=on