November 2014
Beginner to intermediate
326 pages
7h 4m
English
We can write a set of commands in a file and run it as:
hbase shell <path_to_script/scriptname>
Alternatively, we can write it as follows:
hbase org.jruby.Main <path_to_script/scriptname>
HBase shell might contain all the available HBase shell commands. Also, we can write a Linux shell command embedded with HBase commands.
Read now
Unlock full access