Posts Tagged ‘hive’

Script to delete all tables in Hive

Wednesday, April 18th, 2012

hive -e ‘show tables’ | xargs -I ‘{}’ hive -e ‘drop table {}’