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

Remote cluster test fails on SLES12/SP3 -- "Kudu not supported on this operating system"

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Critical
    • Resolution: Fixed
    • Impala 2.12.0
    • None
    • Backend
    • None
    • ghx-label-7

    Description

      When trying to load the standard data for the Impala functional test suite onto a cluster with Kudu installed, I see:

      INSERT INTO TABLE tpch_kudu.lineitem SELECT * FROM tpch.lineitem
      
      Data Loading from Impala failed with error: ImpalaBeeswaxException:
       INNER EXCEPTION: <class 'socket.error'>
       MESSAGE: [Errno 104] Connection reset by peer
      Traceback (most recent call last):
        File "/data/jenkins/workspace/impala_private_remote_cluster_tests/impala_remote_cluster_tests/Impala-local/bin/load-data.py", line 179, in exec_impala_query_from_file
          result = impala_client.execute(query)
        File "/data/jenkins/workspace/impala_private_remote_cluster_tests/impala_remote_cluster_tests/Impala-local/tests/beeswax/impala_beeswax.py", line 173, in execute
          handle = self.__execute_query(query_string.strip(), user=user)
        File "/data/jenkins/workspace/impala_private_remote_cluster_tests/impala_remote_cluster_tests/Impala-local/tests/beeswax/impala_beeswax.py", line 341, in __execute_query
          self.wait_for_completion(handle)
        File "/data/jenkins/workspace/impala_private_remote_cluster_tests/impala_remote_cluster_tests/Impala-local/tests/beeswax/impala_beeswax.py", line 353, in wait_for_completion
          query_state = self.get_state(query_handle)
        File "/data/jenkins/workspace/impala_private_remote_cluster_tests/impala_remote_cluster_tests/Impala-local/tests/beeswax/impala_beeswax.py", line 370, in get_state
          return self.__do_rpc(lambda: self.imp_service.get_state(query_handle))
        File "/data/jenkins/workspace/impala_private_remote_cluster_tests/impala_remote_cluster_tests/Impala-local/tests/beeswax/impala_beeswax.py", line 467, in __do_rpc
          raise ImpalaBeeswaxException(self.__build_error_message(u), u)
      ImpalaBeeswaxException: ImpalaBeeswaxException:
       INNER EXCEPTION: <class 'socket.error'>
       MESSAGE: [Errno 104] Connection reset by peer
      

      In /var/log/impalad/impalad.INFO, I see:

      I0222 21:47:03.208997  9522 init.cc:241] Process ID: 9522
      I0222 21:47:04.432262  9522 status.cc:53] Kudu is not supported on this operating system.
          @           0x961162  impala::Status::Status()
          @           0x9645c5  impala::CheckKuduAvailability()
          @           0x964602  impala::KuduIsAvailable()
          @           0x95c761  impala::InitCommonRuntime()
          @           0xbce0b3  ImpaladMain()
          @           0x8e8523  main
          @     0x7f70fdce96e5  __libc_start_main
          @           0x92f529  _start
      

      Attachments

        Activity

          People

            philip Philip Martin
            dknupp David Knupp
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: