Andrew Sherman created IMPALA-9680:
--------------------------------------
Summary: Compressed inserts failing
Key: IMPALA-9680
URL: https://issues.apache.org/jira/browse/IMPALA-9680
Project: IMPALA
Issue Type: Bug
Reporter: Andrew Sherman
.TestCompressedFormats.test_compressed_formats failing with
{code}
query_test/test_compressed_formats.py:83: in test_compressed_formats
'tinytable', db_suffix, suffix, '000000_0', extension)
query_test/test_compressed_formats.py:114: in _copy_and_query_compressed_file
self.filesystem_client.copy(src_file, dest_file, overwrite=True)
/data/jenkins/workspace/impala-cdpd-master-exhaustive-release/repos/Impala/tests/util/hdfs_util.py:79:
in copy
self.hdfs_filesystem_client.copy(src, dst, overwrite)
/data/jenkins/workspace/impala-cdpd-master-exhaustive-release/repos/Impala/tests/util/hdfs_util.py:241:
in copy
'{0} copy failed: '.format(self.filesystem_type) + stderr + "; " + stdout
E AssertionError: HDFS copy failed: cp:
`/test-warehouse/managed/tinytable_snap_copy/000000_0.snappy': No such file or
directory:
`hdfs://localhost:20500/test-warehouse/managed/tinytable_snap_copy/000000_0.snappy'
E ;
{code}
TestInsertQueries.test_insert_mem_limit fails with
{code}
query_test/test_insert.py:168: in test_insert_mem_limit
multiple_impalad=vector.get_value('exec_option')['sync_ddl'] == 1)
/data/jenkins/workspace/impala-cdpd-master-exhaustive-release/repos/Impala/tests/common/impala_test_suite.py:662:
in run_test_case
self.__verify_exceptions(test_section['CATCH'], str(e), use_db)
/data/jenkins/workspace/impala-cdpd-master-exhaustive-release/repos/Impala/tests/common/impala_test_suite.py:481:
in __verify_exceptions
(expected_str, actual_str)
E AssertionError: Unexpected exception string. Expected: Memory limit exceeded
E Not found in actual: ImpalaBeeswaxException: Query aborted:Writing to
compressed text table is not supported.
{code}
I am guessing these failures are related
--
This message was sent by Atlassian Jira
(v8.3.4#803005)