I am creating an external table in hive in QUBOLE. But there is no data after the table creation. Here is my DDL statement for creation. use vlc;
CREATE EXTERNAL TABLE dim_retailer_txt2( RETAILER_TENANT_ID int, RETAILER_NAME string, ACTIVE tinyint) ROW FORMAT DELIMITED FIELDS TERMINATED BY '|' ESCAPED BY '\' STORED AS TEXTFILE LOCATION 's3://manthan-impala-test/vi65test-txt/dim_retailer_vlc/';
Later if i check that data, there is not data