Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik and ServiceNow Partner to Bring Trusted Enterprise Context into AI-Powered Workflows. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Cleaning up Talend Administrator Directories

We need to clean up some of the Talend Directories; our Talend install has grown from ~3.5G (clean install) to over 20G.
Specifically, I'd like to determine how safe is it to remove files in the following directories.
They consume the majority of the data:
$TALEND_HOME/commandLine/commandline-workspace/.metadata/.plugins/org.eclipse.core.resources/.history
$TALEND_HOME/jobserver/files/archiveJobs
$TALEND_HOME/jobserver/files/logs
$TOMCAT_HOME/temp

Where else can we safely clean up and remove files (logs/archive/etc?)?
Labels (2)
2 Replies
Anonymous
Not applicable
Author

Hello,
You can also clean up these folders :
$TALEND_HOME/ADMINISTRATOR/ArchivesJobs ==> folder in which the commandline generate the jobs scripts before the scripts are sent to the jobserver)

$TALEND_HOME/ADMINISTRATOR/Logs ==> logs of Talend Administration center (Web application)
jebiya
Contributor
Contributor

How about on the actual job server? There are 4 Folders
archiveJobs
cache
jobexecutions
repository
archiveJobs is over 2GB and repository has grown over 7GB.
Is it safe to clean those?