[ 
https://issues.apache.org/jira/browse/IMPALA-11242?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17522505#comment-17522505
 ] 

ASF subversion and git services commented on IMPALA-11242:
----------------------------------------------------------

Commit 8910f62ba3200657186c35eb516ac9bb41a684e1 in impala's branch 
refs/heads/master from Daniel Becker
[ https://gitbox.apache.org/repos/asf?p=impala.git;h=8910f62ba ]

IMPALA-11242: Impala cluster doesn't start when building with debug_noopt

IMPALA-11110 added the 'debug_noopt' build option but after building
Impala with it, starting the Impala cluster fails:

[...]
File "/home/user/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

Adding a new 'DEBUG_NOOPT' entry to 'VALID_BUILD_TYPES' in
tests/common/environ.py solves the issue.

Change-Id: I388c24f7ed194eac73cecf041a0337a87bd806f6
Reviewed-on: http://gerrit.cloudera.org:8080/18412
Reviewed-by: Impala Public Jenkins <impala-public-jenk...@cloudera.com>
Tested-by: Impala Public Jenkins <impala-public-jenk...@cloudera.com>


> 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
>            Priority: Major
>
> 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-unsubscr...@impala.apache.org
For additional commands, e-mail: issues-all-h...@impala.apache.org

Reply via email to