Enabling hash code as Git repository folder name - 8.0

Talend Installation Guide

Version
8.0
Language
English
Operating system
Windows
Subscription type
Subscription
Product
Talend Big Data
Talend Big Data Platform
Talend Data Fabric
Talend Data Integration
Talend Data Management Platform
Talend Data Services Platform
Talend ESB
Talend MDM Platform
Talend Real-Time Big Data Platform
Module
Talend Activity Monitoring Console
Talend Administration Center
Talend Artifact Repository
Talend CommandLine
Talend Data Preparation
Talend Data Stewardship
Talend ESB
Talend Identity and Access Management
Talend Installer
Talend JobServer
Talend LogServer
Talend MDM Server
Talend MDM Web UI
Talend Runtime
Talend SAP RFC Server
Talend Studio
Content
Installation and Upgrade
Last publication date
2022-10-30
You can enable the use of hash code as Git repository folder name to avoid conflicts on temporary folders. If so, you need to update a configuration file.

Procedure

  1. Stop Tomcat.
  2. Open the following file to edit it:
    <tomcat_path>WEB-INF\classes\configuration.properties
  3. Add the following:
    git.conf.enableHashRepositoryUrl=true
    Note that this configuration may increase disk space usage if you use different protocols, such as HTTP, HTTPS, or SSH, to access the same repository.
  4. Restart Tomcat.

Results

A separate local folder will be created for each Git repository URL entered in Talend Administration Center.