You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
HIVE-28973: Metastore service in Docker fails to start unless --verbose is explicitly set (#5830)
When VERBOSE is not set, an empty string argument ("") is passed to the startup
command, which causes a parsing error. This commit avoids appending the
--verbose flag when it's not explicitly set, preventing invalid arguments
from being passed during metastore startup.
0 commit comments