Skip to content

Commit 295592c

Browse files
committed
Fix
1 parent 994fe48 commit 295592c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/data-factory/connector-hive.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ The Hive linked service supports the following properties when apply version 2.0
9090
| host | IP address or host name of the Hive server. | Yes |
9191
| port | The TCP port that the Hive server uses to listen for client connections. If you connect to Azure HDInsight, specify port as 443. | Yes |
9292
| serverType | The type of Hive server. <br/>Allowed value is: **HiveServer2** | No |
93-
| thriftTransportProtocol | The transport protocol to use in the Thrift layer. <br/>Allowed value is: **Binary**, **SASL**, **HTTP** | No |
93+
| thriftTransportProtocol | The transport protocol to use in the Thrift layer. <br/>Allowed value are: **Binary**, **SASL**, **HTTP** | No |
9494
| authenticationType | The authentication method used to access the Hive server. <br/>Allowed values are: **Anonymous**, **UsernameAndPassword**, **WindowsAzureHDInsightService**. Kerberos authentication is not supported now. | Yes |
9595
| username | The user name that you use to access Hive Server. | No |
9696
| 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 |

0 commit comments

Comments
 (0)