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-hbase.md
+6-3Lines changed: 6 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,9 +39,9 @@ The following properties are supported for HBase linked service:
39
39
| Property | Description | Required |
40
40
|:--- |:--- |:--- |
41
41
| type | The type property must be set to: **HBase**| Yes |
42
-
| host | The IP address or host name of the HBase server. (i.e. 192.168.222.160, [clustername].azurehdinsight.net) | Yes |
42
+
| host | The IP address or host name of the HBase server. (i.e. `[clustername].azurehdinsight.net`, `192.168.222.160·) | Yes |
43
43
| port | The TCP port that the HBase instance uses to listen for client connections. The default value is 9090. If you connect to Azure HDInsights, specify port as 443. | No |
44
-
| httpPath | The partial URL corresponding to the HBase server. (i.e. /gateway/sandbox/hbase/version) | No |
44
+
| httpPath | The partial URL corresponding to the HBase server. (i.e. `/hbaserest0`) | No |
45
45
| authenticationType | The authentication mechanism to use to connect to the HBase server. <br/>Allowed values are: **Anonymous**, **Basic**| Yes |
46
46
| username | The user name used to connect to the HBase instance. | No |
47
47
| password | The password corresponding to the user name. Mark this field as a SecureString to store it securely in Data Factory, or [reference a secret stored in Azure Key Vault](store-credentials-in-key-vault.md). | No |
@@ -51,6 +51,9 @@ The following properties are supported for HBase linked service:
51
51
| allowSelfSignedServerCert | Specifies whether to allow self-signed certificates from the server. The default value is false. | No |
52
52
| connectVia | The [Integration Runtime](concepts-integration-runtime.md) to be used to connect to the data store. You can use Self-hosted Integration Runtime or Azure Integration Runtime (if your data store is publicly accessible). If not specified, it uses the default Azure Integration Runtime. |No |
53
53
54
+
>[!NOTE]
55
+
>If your cluster doesn't support sticky session like HDInsight, explicitly add node index at the end of the http path setting, e.g. specify `/hbaserest0` instead of `/hbaserest`.
56
+
54
57
**Example for HDInsights HBase:**
55
58
56
59
```json
@@ -61,7 +64,7 @@ The following properties are supported for HBase linked service:
0 commit comments