Member since
08-11-2020
1
Post
0
Kudos Received
0
Solutions
08-11-2020
03:51 AM
Hi guys, I am trying to use a hql file to create 2 tables. Is there a way to do so, because the code below doesnt work. CREATE EXTERNAL TABLE default.a1 ( client_id smallint, client_name varchar(255), client_address varchar(1234) ) PARTITIONED BY (month string) stored as parquet LOCATION '/user/a/client'; CREATE EXTERNAL TABLE default.a2 ( mysql_12 double, mysql_13 float ) PARTITIONED BY (month string) stored as parquet LOCATION '/user/a/mysql';
... View more
Labels:
- Labels:
-
Apache Hive