[
https://issues.apache.org/jira/browse/IMPALA-10290?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Tim Armstrong resolved IMPALA-10290.
------------------------------------
Resolution: Duplicate
I think we should merge all these ResourceNotFoundException jiras together.
> Failed to open HDFS file under s3a for table alltypessmall
> ----------------------------------------------------------
>
> Key: IMPALA-10290
> URL: https://issues.apache.org/jira/browse/IMPALA-10290
> Project: IMPALA
> Issue Type: Bug
> Components: Catalog
> Reporter: Qifan Chen
> Assignee: Quanlong Huang
> Priority: Critical
> Labels: broken-build, flaky
>
> During regression test for impala-asf-master-core-s3-data-cache build, the
> following error was reported.
> {code:java}
> query_test/test_scanners.py:99: in test_scanners
> self.run_test_case('QueryTest/scanners', new_vector)
> common/impala_test_suite.py:662: in run_test_case
> result = exec_fn(query, user=test_section.get('USER', '').strip() or None)
> common/impala_test_suite.py:600: in __exec_in_impala
> result = self.__execute_query(target_impalad_client, query, user=user)
> common/impala_test_suite.py:920: in __execute_query
> return impalad_client.execute(query, user=user)
> 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:Disk I/O error on
> impala-ec2-centos74-m5-4xlarge-ondemand-15da.vpc.cloudera.com:27000: Failed
> to open HDFS file
> s3a://impala-test-uswest2-1/test-warehouse/alltypessmall/year=2009/month=4/090401.txt
> E Error(2): No such file or directory
> E Root cause: ResourceNotFoundException: Requested resource not found
> (Service: AmazonDynamoDBv2; Status Code: 400; Error Code:
> ResourceNotFoundException; Request ID:
> PF2E6NVONMUSU00CEQJVHCQTFBVV4KQNSO5AEMVJF66Q9ASUAAJG)
> {code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)