47369/how-to-kill-a-backup-master-in-hbase
Hi,
I got an issue, was not able to execute the Backup Master so how can I kill Backup Master in Hbase?
Hey,
To kill a backup master, you need its process id, which will be stored in a file named “/tmp/hbase-USER-X-master.pid.” you can kill the backup master using the following command.
$ cat /tmp/hbase-user-1-master.pid |xargs kill -9
Hey, The example uses HBase Shell to keep ...READ MORE
Hi, Region replication is a per-table property. All ...READ MORE
Hey, You can delete a column family from ...READ MORE
I used this command to run my ...READ MORE
The distributed copy command, distcp, is a ...READ MORE
Firstly you need to understand the concept ...READ MORE
org.apache.hadoop.mapred is the Old API org.apache.hadoop.mapreduce is the ...READ MORE
Hi, You can create one directory in HDFS ...READ MORE
Hello, Using the “local-master-backup.sh” you can start up ...READ MORE
Hello, To write scripts with HBase shell it includes non-interactive mode, ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.