Vertica
The CData Virtuality Server supports Vertica JDBC driver v9.3.0.
In order to use the Vertica data source, please install the Vertica JDBC driver as follows:
- Stop the CData Virtuality Server.
- Place the Vertica JDBC driver in the %dvserver%/modules/system/layers/base/com/vertica/main folder.
Check the module.xml file and change the driver JAR file name if applicable.
Open the %dvserver%/standalone/configuration/dvserver-standalone.xml file, find the <drivers> section, and enter the following code:
SQL<driver name="vertica" module="com.vertica"> <driver-class>com.vertica.jdbc.Driver</driver-class> </driver>
Start the CData Virtuality Server.