...
- If you don't have a Teradata developer account, create one here: https://downloads.teradata.com/user/register
- Log in to the account. Navigate to http://downloads.teradata.com/download/connectivity/jdbc-driver
- Download the JDBC driver in ZIP or TAR form.
- Copy the downloaded ZIP or TAR file to the
.D s node - Extract and place the JAR file into a folder accessible to the
.D s item item user - Verify that the
is the owner of the JAR file and its parent folder.D s item item user D s config - Locate the
data-service.classpath
. To the classpath value add the folder where you installed the JAR file. For the new entry, remember to add the following to the entry:- Add a prefix of
:
. Add a suffix of
/*
.Example:
Code Block :/opt/trifacta/drivers/*
Whole classpath example:
Code Block "data-service": { ... "classpath": "%(topOfTree)s/services/data-service/build/libs/data-service.jar:%(topOfTree)s/services/data-service/build/conf:%(topOfTree)s/services/data-service/build/dependencies/*:/opt/trifacta/drivers/*"
- Add a prefix of
Save your changes and restart the platform.
Increase Read Timeout
Particular when reading from large Teradata tables, you might experience read timeouts in the
D s webapp |
---|
...