I am using impala with flume as filestream.
The problem is that flume adds temporary files with the extension .tmp, and then when they are deleted, impala requests fail with the following message:
Backend 0: Could not open the HDFS file HDFS: // local: 8020 / user / hive /../ FlumeData.1420040201733.tmp Error (2): there is no such file or directory
How can I make impala ignore these tmp files, or not break them to write them, or write them to another directory?
Chimney configuration:
source share