Skip to content

Commit 470228d

Browse files
authored
Added a new Notes for HBase API Scanner
Added a new Notes for HBase API Scanner
1 parent ce14aef commit 470228d

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

articles/hdinsight/hbase/apache-hbase-tutorial-get-started-linux.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,8 @@ HBase data can also be queried from Hive using ESP-enabled HBase:
220220
221221
The HBase REST API is secured via [basic authentication](https://en.wikipedia.org/wiki/Basic_access_authentication). You shall always make requests by using Secure HTTP (HTTPS) to help ensure that your credentials are securely sent to the server.
222222
223-
1. To enable the HBase REST API in the HDInsight cluster, add the following custom startup script to the **Script Action** section. You can add the startup script when you create the cluster or after the cluster has been created. For **Node Type**, select **Region Servers** to ensure that the script executes only in HBase Region Servers.
223+
1. To enable the HBase REST API in the HDInsight cluster, add the following custom startup script to the **Script Action** section. You can add the startup script when you create the cluster or after the cluster has been created. For **Node Type**, select **Region Servers** to ensure that the script executes only in HBase Region Servers. Script starts HBase REST proxy on 8090 port on Region servers.
224+
224225
225226
```bash
226227
#! /bin/bash
@@ -298,9 +299,12 @@ The HBase REST API is secured via [basic authentication](https://en.wikipedia.or
298299
-v
299300
```
300301
302+
> [!NOTE]
303+
> Scan through the cluster endpoint is not supported yet.
304+
301305
For more information about HBase Rest, see [Apache HBase Reference Guide](https://hbase.apache.org/book.html#_rest).
302306
303-
> [!NOTE]
307+
> [!NOTE]
304308
> Thrift is not supported by HBase in HDInsight.
305309
>
306310
> When using Curl or any other REST communication with WebHCat, you must authenticate the requests by providing the user name and password for the HDInsight cluster administrator. You must also use the cluster name as part of the Uniform Resource Identifier (URI) used to send the requests to the server:

0 commit comments

Comments
 (0)