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

test_kudu_dml_reporting in test_shell_commandline.py should not run on distros where Kudu is not supported

    XMLWordPrintableJSON

Details

    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.
      

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: