Common Content for Data Engineering
- Common Content for Data Engineering 10.5.6
- All Products
... -o option_name=value option_name=value ...
Separate multiple options with a space. To enter a value that contains a space or other non-alphanumeric character, enclose the value in quotation marks../infacmd.sh createConnection -dn Domain_Adapters_1020_Uni -un Administrator -pd Administrator -cn Cassandra_test2 -ct CASSANDRA -cun cloud2 -cpd cloud2 -o HostName=invrlx7acdb01 DefaultKeyspace=cloud SQLIDENTIFIERCHARACTER='""(quotes)' SSLMODE=disabled AdditonalConnectionProperties='BinaryColumnLength=10000;DecimalColumnScale=19;EnableCaseSensitive=0;EnableNullInsert=1;EnablePaging=0;
Property
| Description
|
---|---|
HostName
| Host name or IP address of the Cassandra server.
|
Port
| Cassandra server port number. Default is 9042.
|
User Name
-cun
| User name to access the Cassandra server.
|
Password
-cpd
| Password corresponding to the user name to access the Cassandra server.
|
DefaultKeyspace
| Name of the Cassandra keyspace to use by default.
|
SQLIDENTIFIERCHARACTER
| Type of character that the database uses to enclose delimited identifiers in SQL or CQL queries. The available characters depend on the database type.
Specify
None if the database uses regular identifiers. When the Data Integration Service generates SQL or CQL queries, the service does not place delimited characters around any identifiers.
Specify a character if the database uses delimited identifiers. When the Data Integration Service generates SQL or CQL queries, the service encloses delimited identifiers within this character.
|
SSLMODE
| Not applicable for PowerExchange for Cassandra JDBC.
Enter
disabled .
|
AdditionalConnectionProperties
| Enter one or more JDBC connection parameters in the following format:
<param1>=<value>;<param2>=<value>;<param3>=<value>
|