PageRenderTime 22ms CodeModel.GetById 0ms RepoModel.GetById 1ms app.codeStats 0ms

/tags/release-0.0.0-rc0/hive/external/ql/src/test/results/clientnegative/external2.q.out

#
text | 13 lines | 13 code | 0 blank | 0 comment | 0 complexity | 1ec7195141549388be4fb433a5f1a41c MD5 | raw file
Possible License(s): Apache-2.0, BSD-3-Clause, JSON, CPL-1.0
  1. PREHOOK: query: create external table external2(a int, b int) partitioned by (ds string)
  2. PREHOOK: type: CREATETABLE
  3. POSTHOOK: query: create external table external2(a int, b int) partitioned by (ds string)
  4. POSTHOOK: type: CREATETABLE
  5. POSTHOOK: Output: default@external2
  6. PREHOOK: query: alter table external2 add partition (ds='2008-01-01') location 'invalidscheme://data.s3ndemo.hive/pkv/2008-01-01'
  7. PREHOOK: type: ALTERTABLE_ADDPARTS
  8. PREHOOK: Input: default@external2
  9. FAILED: Error in metadata: MetaException(message:Got exception: java.io.IOException No FileSystem for scheme: invalidscheme)
  10. FAILED: Execution Error, return code 1 from org.apache.hadoop.hive.ql.exec.DDLTask
  11. PREHOOK: query: describe external2 partition (ds='2008-01-01')
  12. PREHOOK: type: DESCTABLE
  13. FAILED: Execution Error, return code 1 from org.apache.hadoop.hive.ql.exec.DDLTask