Additional Properties
- Last Updated: May 13, 2025
- 1 minute read
- DataDirect Connectors
- JDBC
- Cloudera Impala 5.1
- Documentation
The following table summarizes additional connection properties.
| Property | Characteristic |
|---|---|
| ConnectionRetryCount | Specifies the number of times the driver retries
connection attempts to the server until a successful connection is established. If
set to If set to x, the driver retries connection attempts the specified number of times. If a connection is not established during the retry attempts, the driver returns an exception that is generated by the last Cloudera Impala server to which it tried to connect. The default is |
| ConnectionRetryDelay | Specifies the number of seconds the driver waits
between connection retry attempts when ConnectionRetryCount is set to a positive
integer. If set to If set to The
default is |
| DefaultOrderByLimit | Specifies the maximum number of rows returned when
a SQL statement containing an ORDER BY clause is executed. Cloudera Impala 1.3
requires statements containing the ORDER BY clause to limit the number of rows
returned. This option allows these statements to return a result set without
specifying a limit in the application. If set to If set to
The default is |
| InitializationString | Specifies one or multiple SQL commands to be executed by the driver after it has established the connection to the database and has performed all initialization for the connection. If the execution of a SQL command fails, the connection attempt also fails and the driver throws an exception indicating which SQL command or commands failed. |
| InsensitiveResultSetBufferSize | Determines the amount of memory used by the driver
to cache insensitive result set data. If set to If
set to If set to The default is |
| LoginTimeout | Specifies the amount of time, in seconds, that the
driver waits for a connection to be established before timing out the connection
request. If set to If set to
The default is |
| Password | Specifies a password that is used to connect to the database. |
| RemoveColumnQualifiers | Specifies whether the driver removes 3-part column
qualifiers and replaces them with alias.column qualifiers. If set
to If set to The default is |
| SpyAttributes | Enables DataDirect Spy to log detailed information about calls issued by the driver on behalf of the application. DataDirect Spy is not enabled by default. |
| TransactionMode | Specifies how the driver handles manual
transactions. If set to If set to The default is |
| UseCurrentSchema | Specifies whether results are restricted to the
tables and views in the current schema if a call is made without specifying a schema
or if the schema is specified as the wildcard character %. Restricting results to
the tables and views in the current schema improves performance of calls that do not
specify a schema. If set to If
set to The default is
|
| User | Specifies the user name that is used to connect to the database. |