You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@impala.apache.org by "Sahil Takiar (Jira)" <ji...@apache.org> on 2020/02/28 22:49:00 UTC

[jira] [Created] (IMPALA-9439) Add kudu support to single_node_perf_run.py

Sahil Takiar created IMPALA-9439:
------------------------------------

             Summary: Add kudu support to single_node_perf_run.py
                 Key: IMPALA-9439
                 URL: https://issues.apache.org/jira/browse/IMPALA-9439
             Project: IMPALA
          Issue Type: Improvement
            Reporter: Sahil Takiar
            Assignee: Sahil Takiar


Running {{bin/single_node_perf_run.py}} with {{--table_formats kudu}} currently fails with the following error:
{code:java}
Traceback (most recent call last):
  File "./bin/run-workload.py", line 257, in <module>
    workload_runners.append(WorkloadRunner(workload, scale_factor, config))
  File "./tests/performance/workload_runner.py", line 71, in __init__
    self._generate_test_vectors()
  File "./tests/performance/workload_runner.py", line 88, in _generate_test_vectors
    self._test_vectors.append(TableFormatInfo.create_from_string(dataset, tf))
  File "./tests/common/test_dimensions.py", line 70, in create_from_string
    raise ValueError, 'Invalid table format %s' % table_format_string
ValueError: Invalid table format kudu 
Traceback (most recent call last):
  File "./bin/single_node_perf_run.py", line 348, in <module>
    main()
  File "./bin/single_node_perf_run.py", line 338, in main
    perf_ab_test(options, args)
  File "./bin/single_node_perf_run.py", line 230, in perf_ab_test
    build(hash_a, options)
  File "./bin/single_node_perf_run.py", line 111, in build
    configured_call(buildall)
  File "./bin/single_node_perf_run.py", line 87, in configured_call
    return subprocess.check_call(["bash", "-c", cmd])
  File "/usr/lib/python2.7/subprocess.py", line 541, in check_call
    raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['bash', '-c', 'source ./bin/impala-config.sh && ./buildall.sh -notests -release -noclean']' returned non-zero exit status 2{code}
{{kudu/none}} and {{kudu/none/none}} fail as well with this error:
{code:java}
AnalysisException: Database does not exist: tpchNone_kudu {code}
I think there is some handling of compression types / codecs that aren't applicable for Kudu, which are preventing this from working properly.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)