/tags/release-0.2.0-rc0/hive/external/ql/src/test/results/clientnegative/create_view_failure1.q.out

# · text · 16 lines · 16 code · 0 blank · 0 comment · 0 complexity · 56f5aeccbf264bf0463810905665c678 MD5 · raw file

  1. PREHOOK: query: DROP VIEW xxx12
  2. PREHOOK: type: DROPVIEW
  3. POSTHOOK: query: DROP VIEW xxx12
  4. POSTHOOK: type: DROPVIEW
  5. PREHOOK: query: -- views and tables share the same namespace
  6. CREATE TABLE xxx12(key int)
  7. PREHOOK: type: CREATETABLE
  8. POSTHOOK: query: -- views and tables share the same namespace
  9. CREATE TABLE xxx12(key int)
  10. POSTHOOK: type: CREATETABLE
  11. POSTHOOK: Output: default@xxx12
  12. PREHOOK: query: CREATE VIEW xxx12 AS SELECT key FROM src
  13. PREHOOK: type: CREATEVIEW
  14. PREHOOK: Output: file:/tmp/jssarma/hive_2010-07-21_13-43-17_176_344624644454180304/10000
  15. FAILED: Error in metadata: AlreadyExistsException(message:Table xxx12 already exists)
  16. FAILED: Execution Error, return code 1 from org.apache.hadoop.hive.ql.exec.DDLTask