Hi Team,
Am trying to create a PARQUET file through the below
INSERT OVERWRITE DIRECTORY '/data/dev1/consumption/crm'
STORED AS PARQUET
SELECT * FROM PROV_CUST;
However, I could see that the file is always empty even when there are data in the table.
Could someone please assist
Thanks