Vova Kolmakov created HUDI-8088:
-----------------------------------
Summary: Fix documentation: filename of Externalized Config file
Key: HUDI-8088
URL: https://issues.apache.org/jira/browse/HUDI-8088
Project: Apache Hudi
Issue Type: Bug
Components: docs
Reporter: Vova Kolmakov
Assignee: Vova Kolmakov
On page "All configurations":
{noformat}
Hudi supports passing configurations via a configuration file hudi-default.conf
in which each line consists of a key and a value separated by whitespace or =
sign
...
Externalized Config File
Instead of directly passing configuration settings to every Hudi job, you can
also centrally set them in a configuration file hudi-default.conf
{noformat}
Must be hudi-default{*}s{*}.conf, as written in DFSPropertiesConfiguration.java:
{code:java}
public static final String DEFAULT_PROPERTIES_FILE = "hudi-defaults.conf";{code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)