This is an automated email from the ASF dual-hosted git repository.
vinish pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-xtable.git
The following commit(s) were added to refs/heads/main by this push:
new 3627dfcd Update `xtable-hadoop-defaults.xml` reference
3627dfcd is described below
commit 3627dfcd0636b6d8b0b089c2fb7ac2c582cd67fc
Author: Emmanuel Ferdman <[email protected]>
AuthorDate: Fri Oct 25 15:14:12 2024 -0700
Update `xtable-hadoop-defaults.xml` reference
Signed-off-by: Emmanuel Ferdman <[email protected]>
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 8d31df47..71a59e79 100644
--- a/README.md
+++ b/README.md
@@ -116,7 +116,7 @@ catalogOptions: # all other options are passed through in a
map
```
5. Run with `java -jar
xtable-utilities/target/xtable-utilities_2.12-0.2.0-SNAPSHOT-bundled.jar
--datasetConfig my_config.yaml [--hadoopConfig hdfs-site.xml]
[--convertersConfig converters.yaml] [--icebergCatalogConfig catalog.yaml]`
The bundled jar includes hadoop dependencies for AWS, Azure, and GCP. Sample
hadoop configurations for configuring the converters
-can be found in the
[xtable-hadoop-defaults.xml](https://github.com/apache/incubator-xtable/blob/main/utilities/src/main/resources/xtable-hadoop-defaults.xml)
file.
+can be found in the
[xtable-hadoop-defaults.xml](https://github.com/apache/incubator-xtable/blob/main/xtable-utilities/src/main/resources/xtable-hadoop-defaults.xml)
file.
The custom hadoop configurations can be passed in with the `--hadoopConfig
[custom-hadoop-config-file]` option.
The config in custom hadoop config file will override the default hadoop
configurations. For an example
of a custom hadoop config file, see
[hadoop.xml](https://xtable.apache.org/docs/fabric#step-2-translate-source-table-to-delta-lake-format-using-apache-xtable-incubating).