Peter Rozsa created IMPALA-14040: ------------------------------------ Summary: Remove kudu masters property from FeCatalog Key: IMPALA-14040 URL: https://issues.apache.org/jira/browse/IMPALA-14040 Project: IMPALA Issue Type: Improvement Components: Frontend Reporter: Peter Rozsa Assignee: Peter Rozsa
DEFAULT_KUDU_MASTER_HOSTS is instantiated statically, and later on, it's passed to one of the catalog implementations and it's stored as a catalog member. Instead, it could be looked up from the backend flags. With this approach, the argument pushdown can be eliminated from the catalog's ctor and removed from the FeCatalog interface as well. -- This message was sent by Atlassian Jira (v8.20.10#820010)