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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to