Impala Public Jenkins has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/22518 )
Change subject: IMPALA-13778: Update ignored_dir_prefix_list ...................................................................... IMPALA-13778: Update ignored_dir_prefix_list There are some missing prefixes that are not yet ignored during recursive listing: - -tmp. (Hive changed to this new tmp dir from _tmp. in HIVE-27536) - _impala_insert_staging Impala may bump to these often so it is better to ignore them by default. Change-Id: I023244525dd333af1c5bfbad06708f3ec86aeacf Reviewed-on: http://gerrit.cloudera.org:8080/22518 Reviewed-by: Impala Public Jenkins <[email protected]> Tested-by: Impala Public Jenkins <[email protected]> --- M be/src/util/backend-gflag-util.cc M fe/src/main/java/org/apache/impala/common/FileSystemUtil.java M tests/metadata/test_recursive_listing.py 3 files changed, 16 insertions(+), 9 deletions(-) Approvals: Impala Public Jenkins: Looks good to me, approved; Verified -- To view, visit http://gerrit.cloudera.org:8080/22518 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I023244525dd333af1c5bfbad06708f3ec86aeacf Gerrit-Change-Number: 22518 Gerrit-PatchSet: 5 Gerrit-Owner: Csaba Ringhofer <[email protected]> Gerrit-Reviewer: Csaba Ringhofer <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Riza Suminto <[email protected]>
