47540/what-the-difference-between-drop-and-drop_all-command-hbase
Hi, I am a bit confused, but can anyone tel me what is the difference between drop and drop_all command in HBase?
Hey,
drop:- This command is used to drop the named table. The table must first be disabled:
drop 'table name'
drop_all:- This command is used to drop all of the tables matching the given regex.
drop_all 'table name'
A Zero reducer as the name suggests ...READ MORE
Differences are as follows: Hadoop's MR can be ...READ MORE
MapReduce: MapReduce is an algorithm used to store ...READ MORE
Hey, Although, we can create two types of ...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
put syntax: put <localSrc> <dest> copy syntax: copyFr ...READ MORE
Hey, disable:- This command will start disabling the ...READ MORE
Both the distCP (Distributed copy in Hadoop) ...READ MORE
OR
Already have an account? Sign in.