diff --git a/umn/source/faq/big_data_service_development/how_do_i_do_if_sessions_are_not_released_after_hue_connects_to_hiveserver_and_the_error_message_over_max_user_connections_is_displayed.rst b/umn/source/faq/big_data_service_development/how_do_i_do_if_sessions_are_not_released_after_hue_connects_to_hiveserver_and_the_error_message_over_max_user_connections_is_displayed.rst index de9f131..a8da0bb 100644 --- a/umn/source/faq/big_data_service_development/how_do_i_do_if_sessions_are_not_released_after_hue_connects_to_hiveserver_and_the_error_message_over_max_user_connections_is_displayed.rst +++ b/umn/source/faq/big_data_service_development/how_do_i_do_if_sessions_are_not_released_after_hue_connects_to_hiveserver_and_the_error_message_over_max_user_connections_is_displayed.rst @@ -9,7 +9,7 @@ Applicable versions: MRS 3.1.0 and earlier #. 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. diff --git a/umn/source/mrs_manager_operation_guide_applicable_to_2.x_and_earlier_versions/alarm_reference_applicable_to_versions_earlier_than_mrs_3.x/alm-12012_ntp_service_is_abnormal.rst b/umn/source/mrs_manager_operation_guide_applicable_to_2.x_and_earlier_versions/alarm_reference_applicable_to_versions_earlier_than_mrs_3.x/alm-12012_ntp_service_is_abnormal.rst index 6e9a7f4..4da9416 100644 --- a/umn/source/mrs_manager_operation_guide_applicable_to_2.x_and_earlier_versions/alarm_reference_applicable_to_versions_earlier_than_mrs_3.x/alm-12012_ntp_service_is_abnormal.rst +++ b/umn/source/mrs_manager_operation_guide_applicable_to_2.x_and_earlier_versions/alarm_reference_applicable_to_versions_earlier_than_mrs_3.x/alm-12012_ntp_service_is_abnormal.rst @@ -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. - 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:: @@ -90,7 +90,7 @@ Procedure ============================================================================== *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:: diff --git a/umn/source/overview/components/spark/spark_enhanced_open_source_feature_optimized_sql_query_of_cross-source_data.rst b/umn/source/overview/components/spark/spark_enhanced_open_source_feature_optimized_sql_query_of_cross-source_data.rst index fd0b9e8..e15b66b 100644 --- a/umn/source/overview/components/spark/spark_enhanced_open_source_feature_optimized_sql_query_of_cross-source_data.rst +++ b/umn/source/overview/components/spark/spark_enhanced_open_source_feature_optimized_sql_query_of_cross-source_data.rst @@ -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. | | | | | - | | | Example: select count(*) from table | + | | | Example: select count(``*``) from table | | | | | | | | - Internal expressions of aggregation functions are supported. | | | | | diff --git a/umn/source/overview/components/spark2x/spark2x_enhanced_open_source_features/optimizing_sql_query_of_data_of_multiple_sources.rst b/umn/source/overview/components/spark2x/spark2x_enhanced_open_source_features/optimizing_sql_query_of_data_of_multiple_sources.rst index 206b4d7..f9ab7ba 100644 --- a/umn/source/overview/components/spark2x/spark2x_enhanced_open_source_features/optimizing_sql_query_of_data_of_multiple_sources.rst +++ b/umn/source/overview/components/spark2x/spark2x_enhanced_open_source_features/optimizing_sql_query_of_data_of_multiple_sources.rst @@ -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. | | | | | - | | | Example: select count(*) from table | + | | | Example: select count(``*``) from table | | | | | | | | - Internal expressions of aggregation functions are supported. | | | | |