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/hdinsight/hbase/apache-hbase-tutorial-get-started-linux.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ description: Follow this Apache HBase tutorial to start using hadoop on HDInsigh
4
4
ms.service: azure-hdinsight
5
5
ms.topic: tutorial
6
6
ms.custom: hdinsightactive, linux-related-content
7
-
ms.date: 12/23/2024
7
+
ms.date: 03/05/2024
8
8
---
9
9
10
10
# Tutorial: Use Apache HBase in Azure HDInsight
@@ -214,7 +214,7 @@ HBase data can also be queried from Hive using ESP-enabled HBase:
214
214
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
215
215
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.
216
216
> [!NOTE]
217
-
> After scaling either clusters, `/etc/hosts` must be appended again
217
+
> After you scale either clusters, `/etc/hosts` must be appended again
218
218
219
219
## Use the HBase REST API via Curl
220
220
@@ -282,7 +282,7 @@ The HBase REST API is secured via [basic authentication](https://en.wikipedia.or
282
282
-v
283
283
```
284
284
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:
286
286
287
287
* MTAwMA==: 1000
288
288
* UGVyc29uYWw6TmFtZQ==: Personal: Name
@@ -300,12 +300,12 @@ The HBase REST API is secured via [basic authentication](https://en.wikipedia.or
300
300
```
301
301
302
302
> [!NOTE]
303
-
> Scan through the cluster endpoint is not supported yet.
303
+
> Scan through the cluster endpoint isn't supported yet.
304
304
305
305
For more information about HBase Rest, see [Apache HBase Reference Guide](https://hbase.apache.org/book.html#_rest).
306
306
307
307
> [!NOTE]
308
-
> Thrift is not supported by HBase in HDInsight.
308
+
> Thrift isn't supported by HBase in HDInsight.
309
309
>
310
310
> 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:
0 commit comments