You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/data-factory/connector-impala.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -85,11 +85,11 @@ The Impala linked service supports the following properties when apply version 2
85
85
| version | The version that you specify. The value is `2.0`. | Yes |
86
86
| host | The IP address or host name of the Impala server (that is, 192.168.222.160). | Yes |
87
87
| 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|
89
89
| authenticationType | The authentication type to use. <br/>Allowed values are **Anonymous** and **UsernameAndPassword**. | Yes |
90
90
| username | The user name used to access the Impala server. | No |
91
91
| 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 |
93
93
| enableServerCertificateValidation | Specify whether to enable server SSL certificate validation when you connect. Always use System Trust Store. The default value is true. | No |
94
94
| 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 |
0 commit comments