You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/en/samples/data_warmup.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ the data in the remote storage system can be pulled to the distributed cache eng
5
5
that is close to the computing node through **data preloading** beofre the application starts.
6
6
Then the application that consumes the data can enjoy the acceleration effect brought by distributed cache even at the first time.
7
7
8
-
For the great benefit mentioned above, we provide **DataLoad CRD**. This is a CRD which offers you a clear and easy way to controll data preloading behaviors.
8
+
For the great benefit mentioned above, we provide **DataLoad CRD**. This is a CRD which offers you a clear and easy way to control data preloading behaviors.
9
9
10
10
This document will introduce you two different ways about how to use DataLoad CRD:
11
11
-[DataLoad Quick Usage](#dataload-quick-usage)
@@ -101,7 +101,7 @@ EOF
101
101
`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.
102
102
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.
103
103
104
-
**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),
104
+
**By default, it'll preload all the data in the target dataset**. If you'd like to control the data preloading behaviors in a more find-grained way(e.g. preload data under some specified path only),
105
105
please refer to [DataLoad Advanced Configurations](#dataload-advanced-configurations)
0 commit comments