From 4ebe2b55c7490a7e010596073831553d587364fd Mon Sep 17 00:00:00 2001 From: Javy Date: Fri, 11 Mar 2022 22:58:36 +0800 Subject: [PATCH] update data_warm_up's document (#1513) * Updated the Chinese version of the S3 configuration document and added the English version of the S3 configuration document Signed-off-by: Javy * update data_warm_up's document Signed-off-by: Javy Co-authored-by: Javy Signed-off-by: zwwhdls --- docs/en/samples/data_warmup.md | 2 +- docs/zh/samples/data_warmup.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/en/samples/data_warmup.md b/docs/en/samples/data_warmup.md index 775890701fc..dabaf3da2e9 100644 --- a/docs/en/samples/data_warmup.md +++ b/docs/en/samples/data_warmup.md @@ -99,7 +99,7 @@ EOF ``` `spec.dataset` specifies the target dataset that needs to be preloaded. In this example, our target is the Dataset named `spark` under the `default` namespace. -Feel free to change the configuration above if it doesn't match your actual environment +Feel free to change the configuration above if it doesn't match your actual environment. ** note ** The namespace of your DataLoad must be consistent with the namespace of your dataset. **By default, it'll preload all the data in the target dataset**. If you'd like to controll the data preloading behaviors in a more find-grained way(e.g. preload data under some specified path only), please refer to [DataLoad Advanced Configurations](#dataload-advanced-configurations) diff --git a/docs/zh/samples/data_warmup.md b/docs/zh/samples/data_warmup.md index 3d98645dd1b..863c43a2eb5 100644 --- a/docs/zh/samples/data_warmup.md +++ b/docs/zh/samples/data_warmup.md @@ -93,7 +93,7 @@ spec: EOF ``` -`spec.dataset`指明了需要进行数据预加载的目标数据集,在该例子中,我们的数据预加载目标为`default`命名空间下名为`spark`的数据集,如果该配置与你所在的实际环境不符,请根据你的实际环境对其进行调整。 +`spec.dataset`指明了需要进行数据预加载的目标数据集,在该例子中,我们的数据预加载目标为`default`命名空间下名为`spark`的数据集,如果该配置与你所在的实际环境不符,请根据你的实际环境对其进行调整。**注意** 你的DataLoad的namespace须和你的dataset的namespace保持一致。 **默认情况下,上述DataLoad配置将会尝试加载整个数据集中的全部数据**,如果你希望进行更细粒度的控制(例如:仅加载数据集下指定路径的数据),请参考[DataLoad进阶配置](#DataLoad进阶配置)