Changing the location of temporary files - 3.12

Data360 Analyze Server Help

Product
Data360 Analyze
Version
3.12
Language
English
Portfolio
Verify
Product family
Data360
Product name
Data360 Analyze
Title
Data360 Analyze Server Help
Copyright
2023
First publish date
2016

By default, temporary files are stored in the following location:

<Data360Analyze data directory>/data-<port number>/executions

e.g. C:\Users\<username>\Data360Analyze\data-7731\executions on Windows or /home/<user>/Data360Analyze/data-7731/executions on Linux.

You can change this location if needed, for example if you want to store temporary files on a separate drive. Ensure that you choose a location with sufficient space, as the temporary file directory can become very large over time.

CAUTION:
If you change the temporary file location, the application will not have access to any existing temporary data. You will need to re-run nodes to be able to see any previous run data.
  1. Navigate to the "cust-host-paths.prop" file located at:

    <Data360Analyze site configuration directory>/conf/cust-host-paths.prop

  2. Open the cust-host-paths.prop file and add the following text on a new line, replacing <temp directory> with the file path of the location where you want to store temporary files:

    ls.host.brain.tempDir="<temp directory>"

    ls.host.brain.tempDir=“D:/Data360Analyze/temp”

  3. Restart Data360 Analyze for the changes to take effect.