...
- Greenplum should now appear as an available database driver.
Anchor | ||||
---|---|---|---|---|
|
Note |
---|
Available as of Datameer 7.4 |
- Go to the driver download site: https://downloads.mariadb.org/connector-java/
- Select a driver archive appropriate for your system, download the file, and extract it into your local file system.
- Locate the driver .jar named mariadb-java-client-<version>-sources.jar in your file system.
- In Datameer, go to the Admin tab and then to the Database Drivers tab.
Click New to add a new database driver. - Enter the following information:
- Name: MariaDB
- Jar File: mariadb-java-client-<version>-sources.jar (file you downloaded)
- Database Driver Template : MariaDB
- Driver Class: org.mariadb.jdbc.Driver
- Connection Pattern: jdbc:maria://%host%:%port%/%database%
- MariaDB should now appear as an available database driver.
Anchor | ||||
---|---|---|---|---|
|
- Go to the driver download site: httphttps://www.microsoft.com/en-us/downloadsdownload/details.aspx?displaylang=en&FamilyID=a737000d-68d0-4531-b65d-da0f2a735707id=11774
- Select the following driver: Download SQL Server JDBC Driver 3.0 - '1033\sqljdbc_3.0.1301.101_enu.tar.gz'
(You may choose sqljdbc_3.0.1301.101_enu.exe instead. In this case, skip the extracting step, and run the executable file.)
...
- Name: Sybase IQ
- Jar File: (your driver)
- Database Driver Template : Sybase IQ
- Driver Class: com.sybase.jdbc3.jdbc.SybDriver
- Connection Pattern: jdbc:sybase:Tds:%host%:%port%?ServiceName=%dbName%
- Sybase IQ should now appear as an available database driver.
...