forked from docs/mapreduce-service
Update content
This commit is contained in:
parent
9d1aa3d132
commit
0b7ad4d2e0
@ -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.
|
||||||
|
|
||||||
|
@ -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::
|
||||||
|
|
||||||
|
@ -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. |
|
||||||
| | | |
|
| | | |
|
||||||
|
@ -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. |
|
||||||
| | | |
|
| | | |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user