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

[jira] [Created] (IMPALA-6717) common_query_options are not used in binary search phase of stress test

Tim Armstrong created IMPALA-6717:
-------------------------------------

             Summary: common_query_options are not used in binary search phase of stress test
                 Key: IMPALA-6717
                 URL: https://issues.apache.org/jira/browse/IMPALA-6717
             Project: IMPALA
          Issue Type: Bug
          Components: Infrastructure
    Affects Versions: Impala 2.12.0
            Reporter: Tim Armstrong
            Assignee: Michael Brown


I was running the binary search locally to get the output of the binary search and wanted to override some query options. The obvious way to achieve this didn't work.

{noformat}
./tests/stress/concurrent_select.py --tpch-db=tpch_parquet --minicluster-num-impalads=3 --fail-upon-successive-errors=100 --runtime-info-path=hdfs-scan-mem-estimates-256k-buffers.json --samples 3 --common-query-options="default_spillable_buffer_size=256k"
{noformat}

I looked at fixing it but I wasn't sure the correct way to plumb the option through.



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