Skip to content

Instantly share code, notes, and snippets.

@velotiotech
Created January 19, 2022 07:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save velotiotech/a377622bb0bdb50807f616f2caa20cc1 to your computer and use it in GitHub Desktop.
Save velotiotech/a377622bb0bdb50807f616f2caa20cc1 to your computer and use it in GitHub Desktop.
create table sparkLog
(
datedata string
,time string
,component string
,action 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