I have created a table on Impala and loaded data into table.
Now the data from HDFS is moved to Impala data directory how can i Find this data on HDFS??
Run impala-shell
in a server where you have installed impala and type the command:
DESCRIBE FORMATTED table_name;
It will show the location of the table in hdfs
.