/tags/release-0.2.0-rc0/hive/external/ql/src/test/results/clientnegative/database_already_exists.q.out
# · text · 15 lines · 15 code · 0 blank · 0 comment · 0 complexity · 38bf687f0a53068eceed7b5371568870 MD5 · raw file
- PREHOOK: query: SHOW DATABASES
- PREHOOK: type: SHOWDATABASES
- POSTHOOK: query: SHOW DATABASES
- POSTHOOK: type: SHOWDATABASES
- default
- PREHOOK: query: -- Try to create a database that already exists
- CREATE DATABASE test_db
- PREHOOK: type: CREATEDATABASE
- POSTHOOK: query: -- Try to create a database that already exists
- CREATE DATABASE test_db
- POSTHOOK: type: CREATEDATABASE
- PREHOOK: query: CREATE DATABASE test_db
- PREHOOK: type: CREATEDATABASE
- Failed with exception Database test_db already exists
- FAILED: Execution Error, return code 1 from org.apache.hadoop.hive.ql.exec.DDLTask