Kyle Mulka's Blog » hive http://blog.kylemulka.com Mon, 28 Jan 2013 18:59:11 +0000 en-US hourly 1 http://wordpress.org/?v=4.2.2 Script to delete all tables in Hive http://blog.kylemulka.com/2012/04/script-to-delete-all-tables-in-hive/ http://blog.kylemulka.com/2012/04/script-to-delete-all-tables-in-hive/#comments Wed, 18 Apr 2012 17:24:23 +0000 http://blog.kylemulka.com/?p=543 hive -e ‘show tables’ | xargs -I ‘{}’ hive -e ‘drop table {}’

]]>
http://blog.kylemulka.com/2012/04/script-to-delete-all-tables-in-hive/feed/ 2