Skip to content

Instantly share code, notes, and snippets.

@milindjagre
Created July 15, 2017 18:14
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 milindjagre/2b76acf2a52fe918f296703b5b6bbeb7 to your computer and use it in GitHub Desktop.
Save milindjagre/2b76acf2a52fe918f296703b5b6bbeb7 to your computer and use it in GitHub Desktop.
this sql file is used for creating a hive table with SequenceFileInputFormat
create table post36 (
id int,
name string,
gender string
)
row format delimited
fields terminated by ','
stored as sequencefile;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment