You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@impala.apache.org by "Philip Zeyliger (JIRA)" <ji...@apache.org> on 2018/02/24 03:40:04 UTC

[jira] [Resolved] (IMPALA-6570) Remote cluster test fails on SLES12/SP3 -- "Kudu not supported on this operating system"

     [ https://issues.apache.org/jira/browse/IMPALA-6570?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Philip Zeyliger resolved IMPALA-6570.
-------------------------------------
    Resolution: Fixed
      Assignee: Philip Zeyliger  (was: Thomas Tauber-Marshall)

> Remote cluster test fails on SLES12/SP3 -- "Kudu not supported on this operating system"
> ----------------------------------------------------------------------------------------
>
>                 Key: IMPALA-6570
>                 URL: https://issues.apache.org/jira/browse/IMPALA-6570
>             Project: IMPALA
>          Issue Type: Bug
>          Components: Backend
>    Affects Versions: Impala 2.12.0
>            Reporter: David Knupp
>            Assignee: Philip Zeyliger
>            Priority: Critical
>
> When trying to load the standard data for the Impala functional test suite onto a cluster with Kudu installed, I see:
> {noformat}
> 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
> {noformat}
> In /var/log/impalad/impalad.INFO, I see:
> {noformat}
> 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
> {noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)