MCPcopy Create free account
hub / github.com/apache/impala / FatalShellException

Class FatalShellException

shell/impala_shell/impala_shell.py:119–122  ·  view source on GitHub ↗

Thrown if a fatal error occurs that requires terminating the shell. The cause of the error should be logged to stderr before raising this exception.

Source from the content-addressed store, hash-verified

117
118
119class FatalShellException(Exception):
120 """Thrown if a fatal error occurs that requires terminating the shell. The cause of the
121 error should be logged to stderr before raising this exception."""
122 pass
123
124
125class QueryOptionDisplayModes:

Callers 9

_new_impala_clientMethod · 0.85
do_summaryMethod · 0.85
do_connectMethod · 0.85
_connectMethod · 0.85
print_runtime_profileMethod · 0.85
parse_variablesFunction · 0.85
read_password_cmdFunction · 0.85
impala_shell_mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected