May 2017
Intermediate to advanced
348 pages
7h 8m
English
In this recipe, we will insert data into HBase and see how it is stored. The syntax for import data is not similar to SQL, as there are no select or insert statements. To insert data, we use put and scan for select.
Before going through the recipe in this section, make sure you have completed the previous recipe, Setting up multi-node HBase cluster.
master1.cyrus.com master node in the cluster and switch to the user hadoop.hbase shell command. You can connect to the shell in interactive mode or script it.Read now
Unlock full access