Skip to content

Commit 2b40db7

Browse files
Merge pull request #295764 from anuj1905/patch-1
Update apache-hbase-tutorial-get-started-linux.md
2 parents 806bf54 + 043cbc9 commit 2b40db7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Follow this Apache HBase tutorial to start using hadoop on HDInsigh
44
ms.service: azure-hdinsight
55
ms.topic: tutorial
66
ms.custom: hdinsightactive, linux-related-content
7-
ms.date: 12/23/2024
7+
ms.date: 03/05/2024
88
---
99

1010
# Tutorial: Use Apache HBase in Azure HDInsight
@@ -214,7 +214,7 @@ HBase data can also be queried from Hive using ESP-enabled HBase:
214214
2. To allow Hive to query HBase data, make sure that the `hive` user is granted permissions to access the HBase data via the Hbase Apache Ranger plugin
215215
3. When you use separate, ESP-enabled clusters, the contents of `/etc/hosts` from the HBase cluster headnodes must be appended to `/etc/hosts` of the Hive cluster headnodes and worker nodes.
216216
> [!NOTE]
217-
> After scaling either clusters, `/etc/hosts` must be appended again
217+
> After you scale either clusters, `/etc/hosts` must be appended again
218218
219219
## Use the HBase REST API via Curl
220220
@@ -282,7 +282,7 @@ The HBase REST API is secured via [basic authentication](https://en.wikipedia.or
282282
-v
283283
```
284284
285-
Base64 encode the values specified in the -d switch. In the example:
285+
Base64 encode the values specified in the `-d` switch. In the example:
286286
287287
* MTAwMA==: 1000
288288
* UGVyc29uYWw6TmFtZQ==: Personal: Name
@@ -300,12 +300,12 @@ The HBase REST API is secured via [basic authentication](https://en.wikipedia.or
300300
```
301301
302302
> [!NOTE]
303-
> Scan through the cluster endpoint is not supported yet.
303+
> Scan through the cluster endpoint isn't supported yet.
304304
305305
For more information about HBase Rest, see [Apache HBase Reference Guide](https://hbase.apache.org/book.html#_rest).
306306
307307
> [!NOTE]
308-
> Thrift is not supported by HBase in HDInsight.
308+
> Thrift isn't supported by HBase in HDInsight.
309309
>
310310
> When you use 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:
311311
>

0 commit comments

Comments
 (0)