You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues-all@impala.apache.org by "Zoltán Borók-Nagy (Jira)" <ji...@apache.org> on 2020/03/05 11:15:00 UTC

[jira] [Created] (IMPALA-9463) TestInsertQueries.test_insert failed on S3

Zoltán Borók-Nagy created IMPALA-9463:
-----------------------------------------

             Summary: TestInsertQueries.test_insert failed on S3
                 Key: IMPALA-9463
                 URL: https://issues.apache.org/jira/browse/IMPALA-9463
             Project: IMPALA
          Issue Type: Bug
            Reporter: Zoltán Borók-Nagy


query_test.test_insert.TestInsertQueries.test_insert failed on S3 with the following error:
{noformat}
ImpalaBeeswaxException: ImpalaBeeswaxException:
Query aborted:InternalException: Error adding partitions CAUSED BY:
MetaException: java.io.IOException: Got exception: java.io.FileNotFoundException getVersionMarkerItem on ../VERSION: com.amazonaws.services.dynamodbv2.model.ResourceNotFoundException: Requested resource not found (Service: AmazonDynamoDBv2; Status Code: 400; Error Code: ResourceNotFoundException; Request ID: 3NHON9GO4LOH94UN11B7KJ81KBVV4KQNSO5AEMVJF66Q9ASUAAJG){noformat}
Stack trace of the test was:
{noformat}
query_test/test_insert.py:138: in test_insert
    multiple_impalad=vector.get_value('exec_option')['sync_ddl'] == 1)
/data/jenkins/workspace/impala-asf-master-core-s3/repos/Impala/tests/common/impala_test_suite.py:659: in run_test_case
    result = exec_fn(query, user=test_section.get('USER', '').strip() or None)
/data/jenkins/workspace/impala-asf-master-core-s3/repos/Impala/tests/common/impala_test_suite.py:594: in __exec_in_impala
    result = self.__execute_query(target_impalad_client, query, user=user)
/data/jenkins/workspace/impala-asf-master-core-s3/repos/Impala/tests/common/impala_test_suite.py:934: in __execute_query
    return impalad_client.execute(query, user=user)
/data/jenkins/workspace/impala-asf-master-core-s3/repos/Impala/tests/common/impala_connection.py:205: in execute
    return self.__beeswax_client.execute(sql_stmt, user=user)
/data/jenkins/workspace/impala-asf-master-core-s3/repos/Impala/tests/beeswax/impala_beeswax.py:187: in execute
    handle = self.__execute_query(query_string.strip(), user=user)
/data/jenkins/workspace/impala-asf-master-core-s3/repos/Impala/tests/beeswax/impala_beeswax.py:365: in __execute_query
    self.wait_for_finished(handle)
/data/jenkins/workspace/impala-asf-master-core-s3/repos/Impala/tests/beeswax/impala_beeswax.py:386: in wait_for_finished
    raise ImpalaBeeswaxException("Query aborted:" + error_log, None)
E   ImpalaBeeswaxException: ImpalaBeeswaxException:
E    Query aborted:InternalException: Error adding partitions
E   CAUSED BY: MetaException: java.io.IOException: Got exception: java.io.FileNotFoundException getVersionMarkerItem on ../VERSION: com.amazonaws.services.dynamodbv2.model.ResourceNotFoundException: Requested resource not found (Service: AmazonDynamoDBv2; Status Code: 400; Error Code: ResourceNotFoundException; Request ID: 3NHON9GO4LOH94UN11B7KJ81KBVV4KQNSO5AEMVJF66Q9ASUAAJG){noformat}



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

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-all-unsubscribe@impala.apache.org
For additional commands, e-mail: issues-all-help@impala.apache.org