spacing correction in deployment-ha.md, cache-table.md

This commit is contained in:
Sailahari_Gorli 2021-11-14 19:09:14 +05:30 committed by Sailahari Gorli
parent f6976233f7
commit 929b11b5e6
2 changed files with 2 additions and 2 deletions

View File

@ -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.

View File

@ -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.