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
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.