By default, Temporary files are always stored in the following location in Linux environment
You can change this location if needed, for example if you want to store temporary files on a separate drive/path you can change the same by following the below steps
- Navigate to the "site.prop" file located at:
<Data3SixtyAnalyze site configuration directory>/conf/site.prop
- Open the 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.brain.tempDir="<temp directory>"
E.g :-
ls.brain.tempDir=“/home/prdc/Analyze_Temp_File”
- Restart Data3Sixty Analyze for the changes to take effect
Perform some execution to check if the New cache location has been updated now . As we provided the below highlighted path as temp directory the cache has been created now in the same location . PFB
Note : 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.
Comments
0 comments
Please sign in to leave a comment.