Joe McDonnell created IMPALA-9446:
-------------------------------------

             Summary: 
query_test.test_compressed_formats.TestReadZtsdLibCompressedFile fails on S3
                 Key: IMPALA-9446
                 URL: https://issues.apache.org/jira/browse/IMPALA-9446
             Project: IMPALA
          Issue Type: Bug
          Components: Backend
    Affects Versions: Impala 3.4.0
            Reporter: Joe McDonnell


On the S3 configuration, 
query_test.test_compressed_formats.TestReadZtsdLibCompressedFile is 
encountering the following error:

 
{noformat}
query_test/test_compressed_formats.py:325: in test_query_large_file
    result = self.client.execute("select count(*) from %s" % 
self.COMPRESSED_TABLE_NAME)
common/impala_connection.py:205: in execute
    return self.__beeswax_client.execute(sql_stmt, user=user)
beeswax/impala_beeswax.py:187: in execute
    handle = self.__execute_query(query_string.strip(), user=user)
beeswax/impala_beeswax.py:365: in __execute_query
    self.wait_for_finished(handle)
beeswax/impala_beeswax.py:386: in wait_for_finished
    raise ImpalaBeeswaxException("Query aborted:" + error_log, None)
E   ImpalaBeeswaxException: ImpalaBeeswaxException:
E    Query aborted:Rejected query from pool default-pool: Error during 
scheduling: Invalid file descriptor compression code: 10{noformat}
The error comes from here:

 

[https://github.com/apache/impala/blob/master/be/src/util/flat_buffer.cc#L63]



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to