Quanlong Huang created IMPALA-12869:
---------------------------------------
Summary: Add flag for bin/start-impala-cluster.py to start with
local catalog mode
Key: IMPALA-12869
URL: https://issues.apache.org/jira/browse/IMPALA-12869
Project: IMPALA
Issue Type: New Feature
Components: Infrastructure
Reporter: Quanlong Huang
It'd be convinient to start Impala cluster with local catalog mode by a command
like
{code:bash}
bin/start-impala-cluster.py --use_local_catalog {code}
Currently, we need to use a longer command which is easier to have typos:
{code:bash}
bin/start-impala-cluster.py --catalogd_args=--catalog_topic_mode=minimal
--impalad_args=--use_local_catalog{code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)