This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--Hive queries template: | |
--1) DDL | |
--CSV | |
CREATE TABLE IF NOT EXISTS <schemaname>.CSV_TABLE | |
( | |
uuid VARCHAR(50), | |
flag CHAR(1), | |
bigid BIGINT, | |
record_dt DATE, |