Details
-
Bug
-
Status: Resolved
-
Blocker
-
Resolution: Fixed
-
Impala 2.10.0
-
ghx-label-4
Description
Appears to be related to 'IMPALA-4623: Enable file handle cache'
03:52:04 TestHdfsFdCaching.test_file_modifications[modification_type: delete_files | exec_option: {'disable_codegen': False, 'abort_on_error': 1, 'exec_single_node_rows_threshold': 0, 'batch_size': 0, 'num_nodes': 0} | table_format: text/none] 03:52:04 query_test/test_hdfs_fd_caching.py:102: in test_file_modifications 03:52:04 self.execute_query(count_query) 03:52:04 common/impala_test_suite.py:506: in wrapper 03:52:04 return function(*args, **kwargs) 03:52:04 common/impala_test_suite.py:531: in execute_query 03:52:04 return self.__execute_query(self.client, query, query_options) 03:52:04 common/impala_test_suite.py:598: in __execute_query 03:52:04 return impalad_client.execute(query, user=user) 03:52:04 common/impala_connection.py:160: in execute 03:52:04 return self.__beeswax_client.execute(sql_stmt, user=user) 03:52:04 beeswax/impala_beeswax.py:173: in execute 03:52:04 handle = self.__execute_query(query_string.strip(), user=user) 03:52:04 beeswax/impala_beeswax.py:339: in __execute_query 03:52:04 self.wait_for_completion(handle) 03:52:04 beeswax/impala_beeswax.py:359: in wait_for_completion 03:52:04 raise ImpalaBeeswaxException("Query aborted:" + error_log, None) 03:52:04 E ImpalaBeeswaxException: ImpalaBeeswaxException: 03:52:04 E Query aborted:Failed to open HDFS file file:/tmp/test-warehouse/test_file_modifications_cdd1967c/data.csv 03:52:04 E Error(2): No such file or directory 03:52:04 E Root cause: FileNotFoundException: File file:/tmp/test-warehouse/test_file_modifications_cdd1967c/data.csv does not exist