Skip to content

Commit 3b4179b

Browse files
committed
Update LS image
1 parent 85fc3a4 commit 3b4179b

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

articles/data-factory/connector-hive.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,7 @@ The Hive linked service supports the following properties when apply version 2.0
9393
| password | The password corresponding to the user. 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 |
9494
| httpPath | The partial URL corresponding to the Hive server. | No |
9595
| enableSsl | Specifies whether the connections to the server are encrypted using TLS. The default value is true. | No |
96-
| enableServerCertificateValidation | Specify whether to enable server SSL certificate validation when you connect.
97-
Always use System Trust Store. The default value is true. | No |
96+
| enableServerCertificateValidation | Specify whether to enable server SSL certificate validation when you connect. Always use System Trust Store. The default value is true. | No |
9897
| storageReference | A reference to the linked service of the storage account used for staging data in mapping data flow. This is required only when using the Hive linked service in mapping data flow. | No |
9998
| 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 |
10099

@@ -343,7 +342,7 @@ The Hive connector version 2.0 (Preview) offers new functionalities and is compa
343342
| Version 2.0 (Preview) | Version 1.0 |
344343
|:--- |:--- |
345344
| Using ';' to separate multiple hosts (only when serviceDiscoveryMode is enabled) is not supported.| Using ';' to separate multiple hosts (only when serviceDiscoveryMode is enabled) is supported.|
346-
| `ServerType` does not support `HiveServer1` and `HiveThriftServer` | `ServerType` supports `HiveServer1` and `HiveThriftServer`|
345+
| `ServerType` does not support `HiveServer1` and `HiveThriftServer`. | `ServerType` supports `HiveServer1` and `HiveThriftServer`. |
347346
| `authenticationType` does not support `Username`. | `authenticationType` supports `Username`. |
348347
| The default value of `enableSSL` is true. <br><br>`enableServerCertificateValidation` is supported.<br><br>`serviceDiscoveryMode`, `zooKeeperNameSpace`, `useNativeQuery`, `trustedCertPath`, `useSystemTrustStore`, `allowHostNameCNMismatch` and `allowSelfSignedServerCert` are not supported.| The default value of `enableSSL` is false.<br><br>`enableServerCertificateValidation` is not supported.<br><br>`serviceDiscoveryMode`, `zooKeeperNameSpace`, `useNativeQuery`, `trustedCertPath`, `useSystemTrustStore`, `allowHostNameCNMismatch` and `allowSelfSignedServerCert` are supported. |
349348
| `thriftTransportProtocol` does not support `Binary` and `SASL`.| `thriftTransportProtocol` supports `Binary` and `SASL`. |
-7.57 KB
Loading

0 commit comments

Comments
 (0)