CLEAR_HDFS_CACHES

Clears the configuration information copied from HDFS and any cached connections.

This function affects reads using the hdfs scheme in the following ways:

Vertica maintains a cache of open connections to name nodes to reduce latency. This function flushes that cache.

Syntax

CLEAR_HDFS_CACHES (  )

Privileges

Superuser

Example

The following example clears the Hadoop configuration information:

=> SELECT CLEAR_HDFS_CACHES();
 CLEAR_HDFS_CACHES
--------------
 Cleared
(1 row)

See Also

Hadoop Parameters