hql file to create hive external table
create external table post14( | |
fname string, | |
lname string, | |
month int, | |
day int, | |
year int, | |
city string, | |
state string, | |
country string) | |
row format delimited | |
fields terminated by '\t' | |
location '/hdpcd/output/post14'; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment