Commit Graph

2 Commits

Author SHA1 Message Date
Henry Robinson
f98a7bee46 IMPALA-1595: Fix exhaustive test failure
Change-Id: I49db59c936c105295b7159bb1c06558b127d4c4a
Reviewed-on: http://gerrit.cloudera.org:8080/353
Reviewed-by: Dan Hecht <dhecht@cloudera.com>
Tested-by: Internal Jenkins
2015-04-23 19:46:31 +00:00
Alex Behm
37ca6b81ae IMPALA-1567: Ignore 'hidden' files with special suffixes.
Currently, we only consider files hidden if they have the special
prefixes "." or "_". However, some tools use special suffixes
to indicate a file is being operated on, and should be considered
invisible.

This patch adds the following hidden suffixes:
'.tmp' - Flume's default for temp files
'.copying' - hdfs put may produce these

Change-Id: I151eafd0286fa91e062407e12dd71cfddd442430
Reviewed-on: http://gerrit.cloudera.org:8080/80
Reviewed-by: Alex Behm <alex.behm@cloudera.com>
Tested-by: Internal Jenkins
2015-02-24 10:55:22 +00:00