You have a "Users" table in HBase and you would like to insert a row that consists of a UserID, "jsmith70" and an email address, "jane@example.com". The table has a single Column Family named "Meta" and the row key will be the user's ID. The shell command you should use to complete this is:
Currently there are no comments in this discussion, be the first to comment!