/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
- PREHOOK: query: DROP VIEW xxx12
- PREHOOK: type: DROPVIEW
- POSTHOOK: query: DROP VIEW xxx12
- POSTHOOK: type: DROPVIEW
- PREHOOK: query: -- views and tables share the same namespace
- CREATE TABLE xxx12(key int)
- PREHOOK: type: CREATETABLE
- POSTHOOK: query: -- views and tables share the same namespace
- CREATE TABLE xxx12(key int)
- POSTHOOK: type: CREATETABLE
- POSTHOOK: Output: default@xxx12
- PREHOOK: query: CREATE VIEW xxx12 AS SELECT key FROM src
- PREHOOK: type: CREATEVIEW
- PREHOOK: Output: file:/tmp/jssarma/hive_2010-07-21_13-43-17_176_344624644454180304/10000
- FAILED: Error in metadata: AlreadyExistsException(message:Table xxx12 already exists)
- FAILED: Execution Error, return code 1 from org.apache.hadoop.hive.ql.exec.DDLTask