Skip to content

Instantly share code, notes, and snippets.

@velotiotech
Created January 19, 2022 07:39
Embed
What would you like to do?
create table if not exists log
(
line string
)
row format delimited
lines terminated by ‘\n’
STORED AS TEXTFILE;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment