diff --git a/docs/topics/impala_components.xml b/docs/topics/impala_components.xml index cb70eb84f..6ce2ebe87 100644 --- a/docs/topics/impala_components.xml +++ b/docs/topics/impala_components.xml @@ -141,20 +141,25 @@ under the License. -

The Impala component known as the Catalog Service relays the metadata - changes from Impala SQL statements to all the Impala daemons in a - cluster. It is physically represented by a daemon process named - catalogd. You only need such a process on one host in - a cluster. Because the requests are passed through the StateStore - daemon, it makes sense to run the statestored and - catalogd services on the same host.

+

The Impala component known as the Catalog Service relays the metadata changes from Impala + SQL statements to all the Impala coordinators in a cluster. It is physically represented by + a daemon process named catalogd. You only need such a process on one host + in a cluster. Because the requests are passed through the StateStore daemon, it makes sense + to run the statestored and catalogd services on the + same host.

-

The catalog service avoids the need to issue REFRESH - and INVALIDATE METADATA statements when the metadata - changes are performed by statements issued through Impala. When you - create a table, load data, and so on through Hive, you do need to issue - REFRESH or INVALIDATE METADATA on an - Impala daemon before executing a query there.

+

The catalog service avoids the need to issue REFRESH and + INVALIDATE METADATA statements when the metadata changes are performed by + statements issued through Impala. +

+

When you create a table, load data, and so on through Hive, you do need to issue + REFRESH or INVALIDATE METADATA on an Impala daemon + before executing a query. Performing REFRESH or INVALIDATE + METADATA is not required when Automatic Invalidation/Refresh of + Metadata is enabled. See Automatic + Invalidation/Refresh of Metadata also known as the Hive Metastore (HMS) event + processor.From Impala 4.1, Automatic + Invalidation/Refresh of Metadata is enabled by default.

This feature touches a number of aspects of Impala: