How can I use the put command in Hbase shell to insert more than one value. I have a column family having five qualifiers. How can I insert values to all those 5 qualifiers using one single command using Put
Sorry, you cannot do that from the HBase shell. The 'put' command is used to "Put a cell 'value' at specified table/row/column". It's for 'putting' a single value.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With