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.
- Navigate to the "cust-host-paths.prop" file located at:
<Data360Analyze site configuration directory>/conf/cust-host-paths.prop
- 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”
- Restart Data360 Analyze for the changes to take effect.