Skip to content

Commit a82cf8a

Browse files
Merge pull request #289290 from Clare-Zheng82/1028-Update_HBase_remove_SHIR
[Doc update] Remove SHIR support from HBase
2 parents 5cc4754 + ae3938e commit a82cf8a

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

articles/data-factory/connector-hbase.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: jianleishen
66
ms.subservice: data-movement
77
ms.custom: synapse
88
ms.topic: conceptual
9-
ms.date: 09/04/2024
9+
ms.date: 10/28/2024
1010
ms.author: jianleishen
1111
---
1212
# Copy data from HBase using Azure Data Factory or Synapse Analytics
@@ -23,8 +23,8 @@ This HBase connector is supported for the following capabilities:
2323

2424
| Supported capabilities|IR |
2525
|---------| --------|
26-
|[Copy activity](copy-activity-overview.md) (source/-)|① ②|
27-
|[Lookup activity](control-flow-lookup-activity.md)|① ②|
26+
|[Copy activity](copy-activity-overview.md) (source/-)|①|
27+
|[Lookup activity](control-flow-lookup-activity.md)|①|
2828

2929
*① Azure integration runtime ② Self-hosted integration runtime*
3030

@@ -34,7 +34,11 @@ The service provides a built-in driver to enable connectivity, therefore you don
3434

3535
## Prerequisites
3636

37-
[!INCLUDE [data-factory-v2-integration-runtime-requirements](includes/data-factory-v2-integration-runtime-requirements.md)]
37+
If your data store is a managed cloud data service, you can use the Azure Integration Runtime. If the access is restricted to IPs that are approved in the firewall rules, you can add [Azure Integration Runtime IPs](azure-integration-runtime-ip-addresses.md) to the allow list.
38+
39+
You can also use the [managed virtual network integration runtime](tutorial-managed-virtual-network-on-premise-sql-server.md) feature in Azure Data Factory to access the on-premises network without installing and configuring a self-hosted integration runtime.
40+
41+
For more information about the network security mechanisms and options supported by Data Factory, see [Data access strategies](data-access-strategies.md).
3842

3943
## Getting started
4044

@@ -84,7 +88,7 @@ The following properties are supported for HBase linked service:
8488
| trustedCertPath | The full path of the .pem file containing trusted CA certificates for verifying the server when connecting over TLS. This property can only be set when using TLS on self-hosted IR. The default value is the cacerts.pem file installed with the IR. | No |
8589
| allowHostNameCNMismatch | Specifies whether to require a CA-issued TLS/SSL certificate name to match the host name of the server when connecting over TLS. The default value is false. | No |
8690
| allowSelfSignedServerCert | Specifies whether to allow self-signed certificates from the server. The default value is false. | No |
87-
| 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 |
91+
| connectVia | The [Integration Runtime](concepts-integration-runtime.md) to be used to connect to the data store. Learn more from [Prerequisites](#prerequisites) section. You can only use Azure Integration Runtime. |No |
8892

8993
>[!NOTE]
9094
>If your cluster doesn't support sticky session e.g. HDInsight, explicitly add node index at the end of the http path setting, e.g. specify `/hbaserest0` instead of `/hbaserest`.

0 commit comments

Comments
 (0)