Uploaded image for project: 'IMPALA'
  1. IMPALA
  2. IMPALA-2222

S3: test_mini_stress failed with "operation not permitted"

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Cannot Reproduce
    • Impala 2.3.0
    • None
    • Infrastructure

    Description

      See http://sandbox.jenkins.cloudera.com/job/impala-s3/198/.

      stress.test_mini_stress.TestMiniStress.test_mini_stress[test_id: 6 | exec_option: {'disable_codegen': False, 'abort_on_error': 1, 'exec_single_node_rows_threshold': 0, 'batch_size': 0, 'num_nodes': 0} | table_format: avro/none] (from pytest)
      
      Failing for the past 1 build (Since Failed#198 )
      Took 20 sec.
      add description
      Error Message
      
      stress/test_mini_stress.py:39: in test_mini_stress     self.run_test_case('stress', vector) common/impala_test_suite.py:228: in run_test_case     result = self.__execute_query(target_impalad_client, query, user=user) common/impala_test_suite.py:414: in __execute_query     return impalad_client.execute(query, user=user) common/impala_connection.py:158: in execute     return self.__beeswax_client.execute(sql_stmt, user=user) beeswax/impala_beeswax.py:161: in execute     handle = self.__execute_query(query_string.strip(), user=user) beeswax/impala_beeswax.py:327: in __execute_query     self.wait_for_completion(handle) beeswax/impala_beeswax.py:347: in wait_for_completion     raise ImpalaBeeswaxException("Query aborted:" + error_log, None) E   ImpalaBeeswaxException: ImpalaBeeswaxException: E    Query aborted: E   Error seeking to 1024 in file: s3a://ishaan-impala/test-warehouse/tpch.lineitem_avro/000003_0  E   Error(95): Operation not supported E    E    E    E   Error seeking to 1024 in file: s3a://ishaan-impala/test-warehouse/tpch.lineitem_avro/000003_0  E   Error(95): Operation not supported
      Stacktrace
      
      stress/test_mini_stress.py:39: in test_mini_stress
          self.run_test_case('stress', vector)
      common/impala_test_suite.py:228: in run_test_case
          result = self.__execute_query(target_impalad_client, query, user=user)
      common/impala_test_suite.py:414: in __execute_query
          return impalad_client.execute(query, user=user)
      common/impala_connection.py:158: in execute
          return self.__beeswax_client.execute(sql_stmt, user=user)
      beeswax/impala_beeswax.py:161: in execute
          handle = self.__execute_query(query_string.strip(), user=user)
      beeswax/impala_beeswax.py:327: in __execute_query
          self.wait_for_completion(handle)
      beeswax/impala_beeswax.py:347: in wait_for_completion
          raise ImpalaBeeswaxException("Query aborted:" + error_log, None)
      E   ImpalaBeeswaxException: ImpalaBeeswaxException:
      E    Query aborted:
      E   Error seeking to 1024 in file: s3a://ishaan-impala/test-warehouse/tpch.lineitem_avro/000003_0 
      E   Error(95): Operation not supported
      E   
      E   
      E   
      E   Error seeking to 1024 in file: s3a://ishaan-impala/test-warehouse/tpch.lineitem_avro/000003_0 
      E   Error(95): Operation not supported
      Standard Error
      
      -- connecting to: localhost:21000
      -- executing against localhost:21000
      use tpch_avro;
      
      SET disable_codegen=False;
      SET abort_on_error=1;
      SET exec_single_node_rows_threshold=0;
      SET batch_size=0;
      SET num_nodes=0;
      MainThread: Query Name: 
      STRESS-Q1
      
      -- executing against localhost:21000
      select count(*) from (select * from lineitem limit 10) p;
      

      Attachments

        Activity

          People

            henryr Henry Robinson
            henryr Henry Robinson
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: