You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues-all@impala.apache.org by "Tim Armstrong (JIRA)" <ji...@apache.org> on 2018/09/18 18:22:00 UTC

[jira] [Created] (IMPALA-7589) Allow setting default query options for custom cluster tests

Tim Armstrong created IMPALA-7589:
-------------------------------------

             Summary: Allow setting default query options for custom cluster tests
                 Key: IMPALA-7589
                 URL: https://issues.apache.org/jira/browse/IMPALA-7589
             Project: IMPALA
          Issue Type: Sub-task
          Components: Infrastructure
            Reporter: Tim Armstrong
            Assignee: Tim Armstrong


The handling of default query options for erasure-coded files in custom cluster tests is brittle and breaks if custom cluster tests set their own default query options:
{noformat}
    if os.environ.get("ERASURE_CODING") == "true":
      cmd.append("--impalad_args=--default_query_options=allow_erasure_coded_files=true")
{format}

This was one of test failures that caused IMPALA-1760 to be reverted.



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

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-all-unsubscribe@impala.apache.org
For additional commands, e-mail: issues-all-help@impala.apache.org