Details
-
Bug
-
Status: Resolved
-
Blocker
-
Resolution: Fixed
-
Impala 2.9.0
-
ghx-label-7
Description
Looks like recent modification to TestHdfsFileOpenFailErrors failed on local filesystem build. May be this test needs to be skipped on local filesystem builds ?
04:11:01 =========================== short test summary info ============================ 04:11:01 FAIL data_errors/test_data_errors.py::TestHdfsFileOpenFailErrors::()::test_hdfs_file_open_fail 04:11:01 =================================== FAILURES =================================== 04:11:01 _____________ TestHdfsFileOpenFailErrors.test_hdfs_file_open_fail ______________ 04:11:01 data_errors/test_data_errors.py:56: in test_hdfs_file_open_fail 04:11:01 self.client.execute(create_stmt) 04:11:01 common/impala_connection.py:160: in execute 04:11:01 return self.__beeswax_client.execute(sql_stmt, user=user) 04:11:01 beeswax/impala_beeswax.py:173: in execute 04:11:01 handle = self.__execute_query(query_string.strip(), user=user) 04:11:01 beeswax/impala_beeswax.py:337: in __execute_query 04:11:01 handle = self.execute_query_async(query_string, user=user) 04:11:01 beeswax/impala_beeswax.py:333: in execute_query_async 04:11:01 return self.__do_rpc(lambda: self.imp_service.query(query,)) 04:11:01 beeswax/impala_beeswax.py:458: in __do_rpc 04:11:01 raise ImpalaBeeswaxException(self.__build_error_message(b), b) 04:11:01 E ImpalaBeeswaxException: ImpalaBeeswaxException: 04:11:01 E INNER EXCEPTION: <class 'beeswaxd.ttypes.BeeswaxException'> 04:11:01 E MESSAGE: ImpalaRuntimeException: Error making 'createTable' RPC to Hive Metastore: 04:11:01 E CAUSED BY: MetaException: file:/test-warehouse/file_open_fail is not a directory or unable to create one 04:11:01 =============== 1650 tests deselected by "-m 'execute_serially'" =============== 04:11:01 ===== 1 failed, 88 passed, 86 skipped, 1650 deselected in 2512.49 seconds ====== 04:11:01 MainThread: Found 1 impalad/1 statestored/1 catalogd process(es) 04:11:01 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>