Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SQL

hive batch drop table

hive -e "show tables 'temp_*'" | xargs -I '{}' hive -e 'drop table {}'
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #hive #batch #drop #table
ADD COMMENT
Topic
Name
2+9 =