/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

  1. PREHOOK: query: SHOW DATABASES
  2. PREHOOK: type: SHOWDATABASES
  3. POSTHOOK: query: SHOW DATABASES
  4. POSTHOOK: type: SHOWDATABASES
  5. default
  6. PREHOOK: query: -- Try to create a database that already exists
  7. CREATE DATABASE test_db
  8. PREHOOK: type: CREATEDATABASE
  9. POSTHOOK: query: -- Try to create a database that already exists
  10. CREATE DATABASE test_db
  11. POSTHOOK: type: CREATEDATABASE
  12. PREHOOK: query: CREATE DATABASE test_db
  13. PREHOOK: type: CREATEDATABASE
  14. Failed with exception Database test_db already exists
  15. FAILED: Execution Error, return code 1 from org.apache.hadoop.hive.ql.exec.DDLTask