Is there a way to execute multiple statements in sequence? For example, in the Hive statements below, I've been running these one at a time, and was wondering if there was a better way.
msck repair table wallet_summary;
msck repair table transaction_detail;
msck repair table check_header;
If my profile had a signiature:
Using Toad for Hadoop 1.5.1 on Windows 7