spacing correction in deployment-ha.md, cache-table.md
This commit is contained in:
parent
f6976233f7
commit
929b11b5e6
|
|
@ -25,7 +25,7 @@ The above properties are described below:
|
|||
- `hetu.multiple-coordinator.enabled`: Enable multiple coordinators.
|
||||
- `hetu.embedded-state-store.enabled`: Enable coordinators to start embedded state store.
|
||||
|
||||
Note: It is suggested to enable embedded state store on all coordinators(or at least 3) to guarantee the high availability of service when node/network is down.
|
||||
Note: It is suggested to enable embedded state store on all coordinators (or at least 3) to guarantee the high availability of service when node/network is down.
|
||||
|
||||
###Configuring State Store
|
||||
Please refer to the section [State Store](../admin/state-store.md) to configure state store.
|
||||
|
|
|
|||
|
|
@ -38,7 +38,7 @@ Cache data with complex predicate string:
|
|||
Limitations
|
||||
-----------
|
||||
|
||||
- Only Hive connector(ORC Format) support this functionality at this time. See connector documentation for more details.
|
||||
- Only Hive connector (ORC Format) support this functionality at this time. See connector documentation for more details.
|
||||
- Does not support `LIKE` in `WHERE` clause.
|
||||
- Does not support 'OR' operator in complex predicate.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue