blob: f1ec0c03ef2847236b8d8fa71c57916061b7d72c [file] [log] [blame]
--
-- Name: db1.table2; Type: TABLE; Storage: TEXT
--
CREATE TABLE db1.table2 (name BLOB, addr TEXT) USING TEXT WITH ('compression.codec'='org.apache.hadoop.io.compress.GzipCodec', 'text.delimiter'='|', 'text.null'='\\N', 'timezone'='Asia/Seoul');