Skip to content

Commit e1e41bd

Browse files
committed
update
1 parent 18ea9e6 commit e1e41bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/data-factory/connector-impala.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,11 +85,11 @@ The Impala linked service supports the following properties when apply version 2
8585
| version | The version that you specify. The value is `2.0`. | Yes |
8686
| host | The IP address or host name of the Impala server (that is, 192.168.222.160). | Yes |
8787
| port | The TCP port that the Impala server uses to listen for client connections. The default value is 21050. | No |
88-
| thriftTransportProtocol | The transport protocol to use in the Thrift layer. Allowed values are: **Binary**, **HTTP**. The default value is Binary. | No |
88+
| thriftTransportProtocol | The transport protocol to use in the Thrift layer. Allowed values are: **Binary**, **HTTP**. The default value is Binary. | Yes |
8989
| authenticationType | The authentication type to use. <br/>Allowed values are **Anonymous** and **UsernameAndPassword**. | Yes |
9090
| username | The user name used to access the Impala server. | No |
9191
| password | The password that corresponds to the user name when you use UsernameAndPassword. Mark this field as a SecureString to store it securely, or [reference a secret stored in Azure Key Vault](store-credentials-in-key-vault.md). | No |
92-
| enableSsl | Specifies whether the connections to the server are encrypted by using TLS. The default value is **false**. | No |
92+
| enableSsl | Specifies whether the connections to the server are encrypted by using TLS. The default value is true. | No |
9393
| enableServerCertificateValidation | Specify whether to enable server SSL certificate validation when you connect. Always use System Trust Store. The default value is true. | No |
9494
| connectVia | The [integration runtime](concepts-integration-runtime.md) to be used to connect to the data store. Learn more from [Prerequisites](#prerequisites) section. If not specified, it uses the default Azure Integration Runtime. |No |
9595

0 commit comments

Comments
 (0)