This is an automated email from the ASF dual-hosted git repository.
kirs pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-seatunnel.git
The following commit(s) were added to refs/heads/dev by this push:
new f440fbe [hotfix][hbase][docs] Corrected staging_dir attribute (#1588)
f440fbe is described below
commit f440fbe0ff001d9328d22c8215eeeb343b1dbde0
Author: mans2singh <[email protected]>
AuthorDate: Sun Mar 27 22:10:48 2022 -0400
[hotfix][hbase][docs] Corrected staging_dir attribute (#1588)
---
docs/en/spark/configuration/sink-plugins/Hbase.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/en/spark/configuration/sink-plugins/Hbase.md
b/docs/en/spark/configuration/sink-plugins/Hbase.md
index 3ae3694..1c5cd61 100644
--- a/docs/en/spark/configuration/sink-plugins/Hbase.md
+++ b/docs/en/spark/configuration/sink-plugins/Hbase.md
@@ -24,7 +24,7 @@ The address of the `zookeeper` cluster, the format is:
`host01:2181,host02:2181,
The structure of the `hbase` table is defined by `catalog` , the name of the
`hbase` table and its `namespace` , which `columns` are used as `rowkey`, and
the correspondence between `column family` and `columns` can be defined by
`catalog` `hbase table catalog`
-### stagging_dir [string]
+### staging_dir [string]
A path on `HDFS` that will generate data that needs to be loaded into `hbase`
. After the data is loaded, the data file will be deleted and the directory is
still there.