Try the below steps :
1.CREATE DATABASE IF NOT EXISTS test_1
2. DROP DATABASE IF EXISTS test_1 CASCADE
3.I see the error message has Meta Exception, so guessing it could be because of metastore not running. So do this
service hive-metastore status
check for the result is not process not started or metastore dead then restart the service
service hive-metastore start