Hi, I use the following in bash: echo "get '$table', 'row'" | bin/hbase shell
The above is in a loop. Is there a way to expedite execution by not spawning hbase shell each time ? Also, how do I set timeout for the above command so that I can have control over the amount of time my bash script uses ? Thanks
