Configuring JDBC access to Spark data sources
To configure the federated server to access Spark data sources, you must provide the federated server with information about the data sources and objects that you want to access. Spark that are accessed through the JDBC API are referred to in this text as Spark data sources.
Before you begin
The spark JDBC driver must be installed and configured on the computer that acts as the federated server.
Spark provides an JDBC driver for the AIX®, Linux operating systems.
For prerequisites and limitations that apply to all JDBC data sources, see .
About this task
Restrictions
- IUD and Transparent IUD are not supported.
- Method 1 is not supported for NNSTAT.
- Spark type: Binary supports binary(256) for query and will be truncated when the lengh > 256.
- Spark type: Binay and String will be truncated when the lengh > 32767 in passthru-mode session.
- TINYINT, SMALLINT, INT, BIGINT, DECIMAL types return "-" when remote data overflow.
- COMMIT and ROLLBACK is not supported.