This is an automated email from the ASF dual-hosted git repository.
vinoth pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/incubator-hudi.git
The following commit(s) were added to refs/heads/asf-site by this push:
new ab25eed [HUDI-632] Update documentation (docker_demo) to mention both
commit and deltacommit files (#1353)
ab25eed is described below
commit ab25eed4e3eb577e8aca063756c8393980172a5b
Author: Vikrant Goel <[email protected]>
AuthorDate: Tue Feb 25 21:39:36 2020 -0800
[HUDI-632] Update documentation (docker_demo) to mention both commit and
deltacommit files (#1353)
* Update docs to specify commit/deltacommit variance for clarity
* for docker_demo updates, revert the changes on html apply the changes to
md file instead
---
docs/_docs/0_4_docker_demo.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/_docs/0_4_docker_demo.md b/docs/_docs/0_4_docker_demo.md
index 3033371..88ead1b 100644
--- a/docs/_docs/0_4_docker_demo.md
+++ b/docs/_docs/0_4_docker_demo.md
@@ -178,7 +178,7 @@ exit
You can use HDFS web-browser to look at the tables
`http://namenode:50070/explorer.html#/user/hive/warehouse/stock_ticks_cow`.
-You can explore the new partition folder created in the table along with a
"deltacommit"
+You can explore the new partition folder created in the table along with a
"commit" / "deltacommit"
file under .hoodie which signals a successful commit.
There will be a similar setup when you browse the MOR table