this SQL file is used for creating a hive table to load the data from the HDFS directory
create table post39 ( | |
id int, | |
name string, | |
gender string | |
) | |
row format delimited | |
fields terminated by ',' | |
stored as textfile; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment