Update content

This commit is contained in:
OpenTelekomCloud Proposal Bot 2022-12-12 20:45:08 +00:00
parent 9d1aa3d132
commit 0b7ad4d2e0
4 changed files with 5 additions and 5 deletions

View File

@ -9,7 +9,7 @@ Applicable versions: MRS 3.1.0 and earlier
#. Modify the following file on the two Hue nodes: #. Modify the following file on the two Hue nodes:
/opt/Bigdata/FusionInsight_Porter_8.``*``/install/FusionInsight-Hue-``*``/hue/apps/beeswax/src/beeswax/models.py /opt/Bigdata/FusionInsight_Porter_8.*/install/FusionInsight-Hue-``*``/hue/apps/beeswax/src/beeswax/models.py
#. Change the configurations in lines 396 and 404. #. Change the configurations in lines 396 and 404.

View File

@ -82,7 +82,7 @@ Procedure
Log in to the node for which the alarm is generated, run the **sudo su - root** command to switch to user **root**, and run the **ntpq -np** command. Log in to the node for which the alarm is generated, run the **sudo su - root** command to switch to user **root**, and run the **ntpq -np** command.
If an asterisk (*) exists before the IP address of the NTP service on the active OMS node in the command output, the synchronization is in normal state. The command output is as follows: If an asterisk (``*``) exists before the IP address of the NTP service on the active OMS node in the command output, the synchronization is in normal state. The command output is as follows:
.. code-block:: .. code-block::
@ -90,7 +90,7 @@ Procedure
============================================================================== ==============================================================================
*10.10.10.162 .LOCL. 1 u 1 16 377 0.270 -1.562 0.014 *10.10.10.162 .LOCL. 1 u 1 16 377 0.270 -1.562 0.014
If there is no asterisk (*) before the IP address of the NTP service on the active OMS node, as shown in the following command output, and the value of **refid** is **.INIT.**, the synchronization is abnormal. If there is no asterisk (``*``) before the IP address of the NTP service on the active OMS node, as shown in the following command output, and the value of **refid** is **.INIT.**, the synchronization is abnormal.
.. code-block:: .. code-block::

View File

@ -21,7 +21,7 @@ Only the JDBC data source supports pushdown of query operations, such as **aggre
+===========================+====================================================================================================================================+===============================================================================================================================================================================================================================================================+ +===========================+====================================================================================================================================+===============================================================================================================================================================================================================================================================+
| aggregate | The pushdown of **aggregate** is not supported. | - Aggregation functions including **sum**, **avg**, **max**, **min**, and **count** are supported. | | aggregate | The pushdown of **aggregate** is not supported. | - Aggregation functions including **sum**, **avg**, **max**, **min**, and **count** are supported. |
| | | | | | | |
| | | Example: select count(*) from table | | | | Example: select count(``*``) from table |
| | | | | | | |
| | | - Internal expressions of aggregation functions are supported. | | | | - Internal expressions of aggregation functions are supported. |
| | | | | | | |

View File

@ -21,7 +21,7 @@ Only the JDBC data source supports pushdown of query operations, such as **aggre
+===========================+====================================================================================================================================+===============================================================================================================================================================================================================================================================+ +===========================+====================================================================================================================================+===============================================================================================================================================================================================================================================================+
| aggregate | The pushdown of **aggregate** is not supported. | - Aggregation functions including **sum**, **avg**, **max**, **min**, and **count** are supported. | | aggregate | The pushdown of **aggregate** is not supported. | - Aggregation functions including **sum**, **avg**, **max**, **min**, and **count** are supported. |
| | | | | | | |
| | | Example: select count(*) from table | | | | Example: select count(``*``) from table |
| | | | | | | |
| | | - Internal expressions of aggregation functions are supported. | | | | - Internal expressions of aggregation functions are supported. |
| | | | | | | |