Skip to content

Commit 55adab3

Browse files
authored
Merge pull request #213919 from sreekzz/patch-112
Updated HBase REST command
2 parents 38f3466 + b367587 commit 55adab3

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

articles/hdinsight/hbase/hbase-troubleshoot-rest-not-spending.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Apache HBase REST not responding to requests in Azure HDInsight
33
description: Resolve issue with Apache HBase REST not responding to requests in Azure HDInsight.
44
ms.service: hdinsight
55
ms.topic: troubleshooting
6-
ms.date: 04/07/2022
6+
ms.date: 10/10/2022
77
---
88

99
# Scenario: Apache HBase REST not responding to requests in Azure HDInsight
@@ -28,11 +28,9 @@ System.Net.Sockets.SocketException : A connection attempt failed because the con
2828
Restart HBase REST using the below command after SSHing to the host. You can also use script actions to restart this service on all worker nodes:
2929

3030
```bash
31-
sudo service hdinsight-hbrest restart
31+
sudo /usr/hdp/current/hbase-master/bin/hbase-daemon.sh restart rest
3232
```
3333

34-
This command will stop HBase Region Server on the same host. You can either manually start HBase Region Server through Ambari, or let Ambari auto restart functionality recover HBase Region Server automatically.
35-
3634
If the issue still persists, you can install the following mitigation script as a CRON job that runs every 5 minutes on every worker node. This mitigation script pings the REST service and restarts it in case the REST service does not respond.
3735

3836
```bash

0 commit comments

Comments
 (0)