Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
Impala 2.8.0
-
Any distro where Kudu is not supported, e.g., Oracle, Debian, etc.
Description
The following test is failing on systems where Kudu is unsupported. However, it shouldn't even run.
shell/test_shell_commandline.py:481: in test_kudu_dml_reporting 'age int null) partition by hash(id) partitions 2 stored as kudu"' % db) shell/util.py:95: in run_impala_shell_cmd result.stderr) E AssertionError: Cmd --query="create table test_kudu_dml_reporting_256dcf63.dml_test (id int primary key, age int null) partition by hash(id) partitions 2 stored as kudu" was expected to succeed: Starting Impala Shell without Kerberos authentication E Connected to scm-oracle72-crwhik-4.vpc.cloudera.com:21000 E Server version: impalad version 2.7.0-cdh5.10.0 RELEASE (build 785a073cd07e2540d521ecebb8b38161ccbd2aa2) E Query: create table test_kudu_dml_reporting_256dcf63.dml_test (id int primary key, age int null) partition by hash(id) partitions 2 stored as kudu E ERROR: AnalysisException: Table property 'kudu.master_addresses' is required when the impalad startup flag -kudu_master_hosts is not used.