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 "Daniel Becker (Jira)" <ji...@apache.org> on 2022/04/13 11:39:00 UTC

[jira] [Created] (IMPALA-11242) Impala cluster doesn't start when building with debug_noopt

Daniel Becker created IMPALA-11242:
--------------------------------------

             Summary: Impala cluster doesn't start when building with debug_noopt
                 Key: IMPALA-11242
                 URL: https://issues.apache.org/jira/browse/IMPALA-11242
             Project: IMPALA
          Issue Type: Bug
          Components: Infrastructure
            Reporter: Daniel Becker
            Assignee: Daniel Becker


After building Impala with  buildall.sh using the -debug_noopt option, the Impala cluster cannot be started:



 
{code:java}
./buildall.sh -debug_noopt
[...]
bin/start-impala-cluster.py 
Traceback (most recent call last):
  File "bin/start-impala-cluster.py", line 166, in <module>
    KUDU_RPC_TIMEOUT = build_flavor_timeout(0, slow_build_timeout=60000)
  File "/home/danielbecker/Impala/tests/common/environ.py", line 416, in build_flavor_timeout
    cluster_properties = ImpalaTestClusterProperties.get_instance()
  File "/home/danielbecker/Impala/tests/common/environ.py", line 254, in get_instance
ImpalaTestClusterFlagsDetector.detect_using_build_root_or_web_ui(IMPALA_HOME)
  File "/home/danielbecker/Impala/tests/common/environ.py", line 175, in detect_using_build_root_or_web_ui
    ImpalaTestClusterFlagsDetector.validate_build_flags(build_type, library_link_type)
  File "/home/danielbecker/Impala/tests/common/environ.py", line 196, in validate_build_flags
    raise Exception("Unknown build type {0}".format(build_type))
Exception: Unknown build type debug_noopt
{code}
 



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

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