Skip to content

Commit

Permalink
update data_warm_up's document (fluid-cloudnative#1513)
Browse files Browse the repository at this point in the history
* Updated the Chinese version of the S3 configuration document and added the English version of the S3 configuration document

Signed-off-by: Javy <[email protected]>

* update data_warm_up's document

Signed-off-by: Javy <[email protected]>

Co-authored-by: Javy <[email protected]>
Signed-off-by: zwwhdls <[email protected]>
  • Loading branch information
2 people authored and zwwhdls committed Mar 18, 2022
1 parent d17c5cd commit 4ebe2b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/en/samples/data_warmup.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion docs/zh/samples/data_warmup.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ spec:
EOF
```

`spec.dataset`指明了需要进行数据预加载的目标数据集,在该例子中,我们的数据预加载目标为`default`命名空间下名为`spark`的数据集,如果该配置与你所在的实际环境不符,请根据你的实际环境对其进行调整。
`spec.dataset`指明了需要进行数据预加载的目标数据集,在该例子中,我们的数据预加载目标为`default`命名空间下名为`spark`的数据集,如果该配置与你所在的实际环境不符,请根据你的实际环境对其进行调整。**注意** 你的DataLoad的namespace须和你的dataset的namespace保持一致。

**默认情况下,上述DataLoad配置将会尝试加载整个数据集中的全部数据**,如果你希望进行更细粒度的控制(例如:仅加载数据集下指定路径的数据),请参考[DataLoad进阶配置](#DataLoad进阶配置)

Expand Down

0 comments on commit 4ebe2b5

Please sign in to comment.