...
To enable connectivity, you must download and install the Teradata drivers into an accessible location on the
D s item | ||||
---|---|---|---|---|
|
Info |
---|
NOTE: Please download and install the Teradata driver that corresponds to your version of Teradata. For more information on supported versions, see Connection Types. |
Steps:
- If you don't have a Teradata developer account, create one here: https://developer.teradata.com/user/register
- Log in to the account. Navigate to http://downloads.teradata.com/download/connectivity/jdbc-driver
- Download the JDBC driver (version 15.10.00.14+) in ZIP or TAR form.
- Copy the downloaded ZIP or TAR file to the
.D s item item node - Extract and place the two JAR files into a folder accessible to the
.D s item item user - Verify that the
is the owner of both of these JAR files and their parent folder.D s item item user D s config - Locate the
data-service.classpath
. To the classpath value for the drivers directory:- Add a prefix of
:
. - Add a suffix of
/*
.
- Add a prefix of
- Example:
Was:
Code Block /opt/trifacta/drivers/
Updated:
Code Block :/opt/trifacta/drivers/*
- Whole classpath example:
Was:
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/*"
Updated:
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/*"
- Save your changes and restart the platform.
...