ApacheImpala Adapter
Properties Configuration Settings
The CData BizTalk Adapter for Apache Impala provides access to Apache Impala from within BizTalk.
Remarks
The Apache Impala Adapter allows you to use SQL to query Apache Impala from within BizTalk. This makes it easy to bring Apache Impala data into the BizTalk Messaging engine.
Receiver Property List
The following is the full list of the properties of the receiver adapter with short descriptions. Click on the links for further details.
ConnectionString | The data source connection string. |
ErrorThreshold | The maximum number of errors before the adapter shuts down. |
MaxBatchSize | The maximum size, in MB, of the current batch (0 indicates no limit). |
MaxThreads | The maximum number of threads that the adapter may consume. |
MessageIncludeNulls | Whether to include null valued elements in the response message. |
MessageMode | This property controls how the adapter generates messages. |
MessageNamespace | The namespace to use in the XML submitted. |
MessageRootNode | The local name for the root node of the XML submitted. |
MessageRowNode | The local name for nodes of the XML message, representing data rows. |
PersistentConnection | Instructs the provider whether to keep the connection to the server open. |
PollingInterval | The amount of time, in seconds, between download attempts. |
RequeueEndpoints | Whether to requeue receive endpoints if the polling interval has not been reached. |
ReturnEmptyTable | Indicates whether to return an empty message or not if there is no row element in a message. |
SQLCommand | The SQL Command to execute. |
SSOAffiliate | Specifies the name of the SSO Affiliate Application. |
SuspendOnError | Whether or not the receiver should suspend messages that have encountered errors. |
TransportLog | Tells the adapter where and how to report information about its operations. |
URI | The Uniform Resource Identifier (URI) of the send port or receive location. |
Sender Property List
The following is the full list of the properties of the sender adapter with short descriptions. Click on the links for further details.
CommandType | The command type to be used. |
ConnectionLifetime | Instructs the provider whether or not to leave the connection to the server open. |
ConnectionString | The data source connection string. |
IgnoreExecuteError | Ignore the execute error or not. |
MaxPersistentConnections | The maximum number of connections in the pool of persistent connections. |
MaxThreads | The maximum number of threads that the adapter may consume. |
MaxTransmissionBatchSize | The maximum number of messages that can be sent in a single batch. |
MessageIncludeNulls | Whether to include null valued elements in the response message. |
MessageNamespace | The namespace to use in the XML submitted. |
MessageRootNode | The local name for the root node of the XML submitted. |
MessageRowNode | The local name for nodes of the XML message, representing data rows. |
RequestRootNode | The local name for nodes of the request XML message, representing the root parameters node. |
SQLCommand | The SQL Command to execute. |
SSOAffiliate | Specifies the name of the SSO Affiliate Application. |
TransmitBatchMode | How the transmitter processes message batches. |
TransportLog | Tells the adapter where and how to report information about its operations. |
URI | The Uniform Resource Identifier (URI) of the send port or receive location. |
Configuration Settings
The following is a list of configuration settings for the adapter with short descriptions. Click on the links for further details.