Is there any way I can output the results from a scan in the hbase shell to a file? I\'m assuming this is easy but I haven\'t been able to find anything in the documentation
ex : file.sh contains scan 'tablename';
Execute bellow command to capture result to log file....
hbase shell < file.sh(which contains hbase commands) > output.lo