Details
-
Improvement
-
Status: Resolved
-
Critical
-
Resolution: Fixed
-
Impala 2.7.0
Description
During remote cluster testing, we discovered that Impala integration is not supported on SLES12, even though SLES12 is on the list of Kudu's supported OS's.
(load-functional-query-exhaustive-impala-load-generated-kudu-none-none.sql): INSERT into TABLE functional_kudu.alltypes SELECT id, bool_col, tinyint_col, smallint_col, int_col, bigint_col, float_col, double_col, date_string_col, string_col, cast(timestamp_col as string), year, month FROM functional.alltypes Data Loading from Impala failed with error: ImpalaBeeswaxException: Query aborted: Kudu is not supported on this operating system.
The problem is that we're not currently building a SLES12 client for Kudu. This is not a critical issue, but it should be added at some point.