From 654864ec9e6dab60dfe41ef2c7aa58da9ad00106 Mon Sep 17 00:00:00 2001 From: OpenTelekomCloud Proposal Bot Date: Wed, 30 Nov 2022 08:58:56 +0000 Subject: [PATCH] Update content --- .../clickhouse_table_engine_overview.rst | 2 +- .../using_hbase/creating_hbase_roles.rst | 2 +- .../optimizing_join.rst | 2 +- ...og-based_mysql_data_to_the_mrs_cluster.rst | 2 +- .../using_loader/loader_log_overview.rst | 62 +++++------ ...ger_access_permission_policy_for_hbase.rst | 4 +- ...nger_access_permission_policy_for_hdfs.rst | 4 +- ...nger_access_permission_policy_for_hive.rst | 6 +- ...ger_access_permission_policy_for_kafka.rst | 8 +- ...r_access_permission_policy_for_spark2x.rst | 6 +- ...ger_access_permission_policy_for_storm.rst | 2 +- ...nger_access_permission_policy_for_yarn.rst | 4 +- ...the_date_field_as_the_filter_condition.rst | 2 +- .../source/using_spark2x/spark2x_logs.rst | 102 +++++++++--------- .../using_carbondata_for_first_query.rst | 4 +- 15 files changed, 106 insertions(+), 106 deletions(-) diff --git a/doc/component-operation-guide/source/using_clickhouse/clickhouse_table_engine_overview.rst b/doc/component-operation-guide/source/using_clickhouse/clickhouse_table_engine_overview.rst index 72925c8..90f2705 100644 --- a/doc/component-operation-guide/source/using_clickhouse/clickhouse_table_engine_overview.rst +++ b/doc/component-operation-guide/source/using_clickhouse/clickhouse_table_engine_overview.rst @@ -235,7 +235,7 @@ When data is written, a table with this type of engine divides data into differe ORDER BY (name1,name2) PRIMARY KEY name1; - When data of the AggregateFunction type is written or queried, the **\*state** and **\*merge** functions need to be called. The asterisk (*) indicates the aggregate functions used for defining the field type. For example, the **uniq** and **sum** functions are specified for the **name3** and **name4** fields defined in the **test_table**, respectively. Therefore, you need to call the **uniqState** and **sumState** functions and run the **INSERT** and **SELECT** statements when writing data into the table. + When data of the AggregateFunction type is written or queried, the **\*state** and **\*merge** functions need to be called. The asterisk (``*``) indicates the aggregate functions used for defining the field type. For example, the **uniq** and **sum** functions are specified for the **name3** and **name4** fields defined in the **test_table**, respectively. Therefore, you need to call the **uniqState** and **sumState** functions and run the **INSERT** and **SELECT** statements when writing data into the table. .. code-block:: diff --git a/doc/component-operation-guide/source/using_hbase/creating_hbase_roles.rst b/doc/component-operation-guide/source/using_hbase/creating_hbase_roles.rst index 143c538..3272b9a 100644 --- a/doc/component-operation-guide/source/using_hbase/creating_hbase_roles.rst +++ b/doc/component-operation-guide/source/using_hbase/creating_hbase_roles.rst @@ -76,7 +76,7 @@ Procedure | | - If yes, enter the column name in the **Resource Name** text box. Use commas (,) to separate multiple columns. Select **Read** or **Write**. If there are no columns with the same name in the HBase table, a newly created column with the same name as the existing column has the same permission as the existing one. The column permission is set successfully. | | | - If no, modify the column permission of the existing HBase role. The columns for which the permission has been separately set are displayed in the table. Go to :ref:`5 `. | | | | - | | e. .. _mrs_01_1608__lc2f15302f1854175993f36524c25bf26: | + | | e. .. _mrs_01_1608__lc2f15302f1854175993f36524c25bf26: | | | | | | To add column permissions for a role, enter the column name in the **Resource Name** text box and set the column permissions. To modify column permissions for a role, enter the column name in the **Resource Name** text box and set the column permissions. Alternatively, you can directly modify the column permissions in the table. If the column permissions are modified in the table and column permissions with the same name are added, the settings cannot be saved. You are advised to modify the column permission of a role directly in the table. The search function is supported. | +-------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ diff --git a/doc/component-operation-guide/source/using_hive/hive_performance_tuning/optimizing_join.rst b/doc/component-operation-guide/source/using_hive/hive_performance_tuning/optimizing_join.rst index cee9a00..ffa4fe1 100644 --- a/doc/component-operation-guide/source/using_hive/hive_performance_tuning/optimizing_join.rst +++ b/doc/component-operation-guide/source/using_hive/hive_performance_tuning/optimizing_join.rst @@ -23,7 +23,7 @@ Hive Map Join applies to small tables (the table size is less than 25 MB) that c Map Join has two methods: -- Use /*+ MAPJOIN(join_table) \*/. +- Use ``/*+ MAPJOIN(join_table) */``. - Set the following parameter before running the statement. The default value is true in the current version. diff --git a/doc/component-operation-guide/source/using_kafka/synchronizing_binlog-based_mysql_data_to_the_mrs_cluster.rst b/doc/component-operation-guide/source/using_kafka/synchronizing_binlog-based_mysql_data_to_the_mrs_cluster.rst index 39f39b0..44f6468 100644 --- a/doc/component-operation-guide/source/using_kafka/synchronizing_binlog-based_mysql_data_to_the_mrs_cluster.rst +++ b/doc/component-operation-guide/source/using_kafka/synchronizing_binlog-based_mysql_data_to_the_mrs_cluster.rst @@ -149,7 +149,7 @@ If the **conf** directory exists in the **maxwell-XXX** folder, configure the ** | | | | | | | | - If only the **mytable**, **mydate_123**, and **mydate_456** tables in the **mydatabase** database need to be collected, set this parameter to the following: | | | | | | | - | | | exclude: \*.*,include: mydatabase.mytable, include: mydatabase./mydate_\\\\d*/ | | + | | | exclude: \*.*,include: mydatabase.mytable, include: mydatabase./mydate\ ``_``\\\\d*/ | | +-------------------------+-----------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+-----------------+ .. _mrs_01_0441__section182543817211: diff --git a/doc/component-operation-guide/source/using_loader/loader_log_overview.rst b/doc/component-operation-guide/source/using_loader/loader_log_overview.rst index 0d3970b..c25ce0a 100644 --- a/doc/component-operation-guide/source/using_loader/loader_log_overview.rst +++ b/doc/component-operation-guide/source/using_loader/loader_log_overview.rst @@ -21,37 +21,37 @@ The automatic compression and archiving function are enabled for Loader run logs .. table:: **Table 1** Loader log list - +-----------------------+-----------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ - | Log Type | Log File Name | Description | - +=======================+=========================================+=============================================================================================================================================================================================================================================================================+ - | Run log | loader.log | Loader system log file that records most of the logs generated when the TelcoFS system is running. | - +-----------------------+-----------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ - | | loader-omm-***-pid***-gc.log.*.current | Loader process GC log file | - +-----------------------+-----------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ - | | sqoopInstanceCheck.log | Loader instance health check log file | - +-----------------------+-----------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ - | Audit log | default.audit | Loader operation audit log file that records operations such as adding, deleting, modifying, and querying jobs and user login | - +-----------------------+-----------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ - | Tomcat log | catalina.out | Tomcat run log file. | - +-----------------------+-----------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ - | | catalina. .log | Tomcat run log file | - +-----------------------+-----------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ - | | host-manager. .log | Tomcat run log file | - +-----------------------+-----------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ - | | localhost_access_log. .txt | Tomcat run log file | - +-----------------------+-----------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ - | | manager .log | Tomcat run log file | - +-----------------------+-----------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ - | | localhost. .log | Tomcat run log file | - +-----------------------+-----------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ - | Script log | postInstall.log | Loader installation script log file | - | | | | - | | | Log file generated during the execution of the Loader installation script (**postInstall.sh**) | - +-----------------------+-----------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ - | | preStart.log | Pre-startup script log file of the Loader service During startup of the Loader service, a series of preparation operations are first performed (by executing **preStart.sh**), such as generating the keytab file. This log file records information about these operations | - +-----------------------+-----------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ - | | loader_ctl.log | Log file generated when Loader executes the service start and stop script (**sqoop.sh**) | - +-----------------------+-----------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ + +-----------------------+--------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ + | Log Type | Log File Name | Description | + +=======================+============================================+=============================================================================================================================================================================================================================================================================+ + | Run log | loader.log | Loader system log file that records most of the logs generated when the TelcoFS system is running. | + +-----------------------+--------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ + | | loader-omm-``***``-pid***-gc.log.*.current | Loader process GC log file | + +-----------------------+--------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ + | | sqoopInstanceCheck.log | Loader instance health check log file | + +-----------------------+--------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ + | Audit log | default.audit | Loader operation audit log file that records operations such as adding, deleting, modifying, and querying jobs and user login | + +-----------------------+--------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ + | Tomcat log | catalina.out | Tomcat run log file. | + +-----------------------+--------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ + | | catalina. .log | Tomcat run log file | + +-----------------------+--------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ + | | host-manager. .log | Tomcat run log file | + +-----------------------+--------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ + | | localhost_access_log. .txt | Tomcat run log file | + +-----------------------+--------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ + | | manager .log | Tomcat run log file | + +-----------------------+--------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ + | | localhost. .log | Tomcat run log file | + +-----------------------+--------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ + | Script log | postInstall.log | Loader installation script log file | + | | | | + | | | Log file generated during the execution of the Loader installation script (**postInstall.sh**) | + +-----------------------+--------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ + | | preStart.log | Pre-startup script log file of the Loader service During startup of the Loader service, a series of preparation operations are first performed (by executing **preStart.sh**), such as generating the keytab file. This log file records information about these operations | + +-----------------------+--------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ + | | loader_ctl.log | Log file generated when Loader executes the service start and stop script (**sqoop.sh**) | + +-----------------------+--------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ Log Level --------- diff --git a/doc/component-operation-guide/source/using_ranger_mrs_3.x/adding_a_ranger_access_permission_policy_for_hbase.rst b/doc/component-operation-guide/source/using_ranger_mrs_3.x/adding_a_ranger_access_permission_policy_for_hbase.rst index 639edfc..b28984e 100644 --- a/doc/component-operation-guide/source/using_ranger_mrs_3.x/adding_a_ranger_access_permission_policy_for_hbase.rst +++ b/doc/component-operation-guide/source/using_ranger_mrs_3.x/adding_a_ranger_access_permission_policy_for_hbase.rst @@ -34,13 +34,13 @@ Procedure +===================================+==============================================================================================================================================================================================================================================================================================================================+ | Policy Name | Policy name, which can be customized and must be unique in the service. | +-----------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ - | Policy Conditions | IP address filtering policy, which can be customized. You can enter one or more IP addresses or IP address segments. The IP address can contain the wildcard character (*), for example, **192.168.1.10**,\ **192.168.1.20**, or **192.168.1.\***. | + | Policy Conditions | IP address filtering policy, which can be customized. You can enter one or more IP addresses or IP address segments. The IP address can contain the wildcard character (``*``), for example, **192.168.1.10**,\ **192.168.1.20**, or **192.168.1.\***. | +-----------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | Policy Label | A label specified for the current policy. You can search for reports and filter policies based on labels. | +-----------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | HBase Table | Name of a table to which the policy applies. | | | | - | | The value can contain wildcard (*). For example, **table1:\*** indicates all tables in **table1**. | + | | The value can contain wildcard (``*``). For example, **table1:\*** indicates all tables in **table1**. | | | | | | The **Include** policy applies to the current input object, and the **Exclude** policy applies to objects other than the current input object. | | | | diff --git a/doc/component-operation-guide/source/using_ranger_mrs_3.x/adding_a_ranger_access_permission_policy_for_hdfs.rst b/doc/component-operation-guide/source/using_ranger_mrs_3.x/adding_a_ranger_access_permission_policy_for_hdfs.rst index 38c33e2..e4e8f93 100644 --- a/doc/component-operation-guide/source/using_ranger_mrs_3.x/adding_a_ranger_access_permission_policy_for_hdfs.rst +++ b/doc/component-operation-guide/source/using_ranger_mrs_3.x/adding_a_ranger_access_permission_policy_for_hdfs.rst @@ -34,11 +34,11 @@ Procedure +===================================+===================================================================================================================================================================================================================================================================================================================+ | Policy Name | Policy name, which can be customized and must be unique in the service. | +-----------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ - | Policy Conditions | IP address filtering policy, which can be customized. You can enter one or more IP addresses or IP address segments. The IP address can contain the wildcard character (*), for example, **192.168.1.10**,\ **192.168.1.20**, or **192.168.1.\***. | + | Policy Conditions | IP address filtering policy, which can be customized. You can enter one or more IP addresses or IP address segments. The IP address can contain the wildcard character (``*``), for example, **192.168.1.10**,\ **192.168.1.20**, or **192.168.1.\***. | +-----------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | Policy Label | A label specified for the current policy. You can search for reports and filter policies based on labels. | +-----------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ - | Resource Path | Resource path, which is the HDFS path folder or file to which the current policy applies. You can enter multiple values and use the wildcard (*), for example, **/test/\***. | + | Resource Path | Resource path, which is the HDFS path folder or file to which the current policy applies. You can enter multiple values and use the wildcard (``*``), for example, **/test/\***. | | | | | | To enable a subdirectory to inherit the permission of its upper-level directory, enable the recursion function. | | | | diff --git a/doc/component-operation-guide/source/using_ranger_mrs_3.x/adding_a_ranger_access_permission_policy_for_hive.rst b/doc/component-operation-guide/source/using_ranger_mrs_3.x/adding_a_ranger_access_permission_policy_for_hive.rst index 76e480e..20b5c4d 100644 --- a/doc/component-operation-guide/source/using_ranger_mrs_3.x/adding_a_ranger_access_permission_policy_for_hive.rst +++ b/doc/component-operation-guide/source/using_ranger_mrs_3.x/adding_a_ranger_access_permission_policy_for_hive.rst @@ -35,7 +35,7 @@ Procedure +===================================+==========================================================================================================================================================================================================================================================================================================+ | Policy Name | Policy name, which can be customized and must be unique in the service. | +-----------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ - | Policy Conditions | IP address filtering policy, which can be customized. You can enter one or more IP addresses or IP address segments. The IP address can contain the wildcard character (*), for example, **192.168.1.10**, **192.168.1.20**, or **192.168.1.\***. | + | Policy Conditions | IP address filtering policy, which can be customized. You can enter one or more IP addresses or IP address segments. The IP address can contain the wildcard character (``*``), for example, **192.168.1.10**, **192.168.1.20**, or **192.168.1.\***. | +-----------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | Policy Label | A label specified for the current policy. You can search for reports and filter policies based on labels. | +-----------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ @@ -205,7 +205,7 @@ Ranger supports data masking for Hive data. It can process the returned result o +===================================+===========================================================================================================================================================================================================================================================================+ | Policy Name | Policy name, which can be customized and must be unique in the service. | +-----------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ - | Policy Conditions | IP address filtering policy, which can be customized. You can enter one or more IP addresses or IP address segments. The IP address can contain the wildcard character (*), for example, **192.168.1.10**, **192.168.1.20**, or **192.168.1.\***. | + | Policy Conditions | IP address filtering policy, which can be customized. You can enter one or more IP addresses or IP address segments. The IP address can contain the wildcard character (``*``), for example, **192.168.1.10**, **192.168.1.20**, or **192.168.1.\***. | +-----------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | Policy Label | A label specified for the current policy. You can search for reports and filter policies based on labels. | +-----------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ @@ -263,7 +263,7 @@ Ranger allows you to filter data at the row level when you perform the **select* +===================================+===========================================================================================================================================================================================================================================================================+ | Policy Name | Policy name, which can be customized and must be unique in the service. | +-----------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ - | Policy Conditions | IP address filtering policy, which can be customized. You can enter one or more IP addresses or IP address segments. The IP address can contain the wildcard character (*), for example, **192.168.1.10**, **192.168.1.20**, or **192.168.1.\***. | + | Policy Conditions | IP address filtering policy, which can be customized. You can enter one or more IP addresses or IP address segments. The IP address can contain the wildcard character (``*``), for example, **192.168.1.10**, **192.168.1.20**, or **192.168.1.\***. | +-----------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | Policy Label | A label specified for the current policy. You can search for reports and filter policies based on labels. | +-----------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ diff --git a/doc/component-operation-guide/source/using_ranger_mrs_3.x/adding_a_ranger_access_permission_policy_for_kafka.rst b/doc/component-operation-guide/source/using_ranger_mrs_3.x/adding_a_ranger_access_permission_policy_for_kafka.rst index f9744c9..3859727 100644 --- a/doc/component-operation-guide/source/using_ranger_mrs_3.x/adding_a_ranger_access_permission_policy_for_kafka.rst +++ b/doc/component-operation-guide/source/using_ranger_mrs_3.x/adding_a_ranger_access_permission_policy_for_kafka.rst @@ -34,7 +34,7 @@ Procedure +===================================+===================================================================================================================================================================================================================================================================================================================+ | Policy Type | Access type. | +-----------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ - | Policy Conditions | IP address filtering policy, which can be customized. You can enter one or more IP addresses or IP address segments. The IP address can contain the wildcard character (*), for example, **192.168.1.10**,\ **192.168.1.20**, or **192.168.1.\***. | + | Policy Conditions | IP address filtering policy, which can be customized. You can enter one or more IP addresses or IP address segments. The IP address can contain the wildcard character (``*``), for example, **192.168.1.10**,\ **192.168.1.20**, or **192.168.1.\***. | +-----------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | Policy Name | Policy name, which can be customized and must be unique in the service. | +-----------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ @@ -188,15 +188,15 @@ Procedure | | | | | The **Alter** permission of a cluster can be used to control permissions in the following scenarios: | | | | - | | a. .. _mrs_01_1861__li45501565814: | + | | a. .. _mrs_01_1861__li45501565814: | | | | | | In the **Partition Reassign** scenario, migrate the storage directory of replicas. | | | | - | | b. .. _mrs_01_1861__li16835192518593: | + | | b. .. _mrs_01_1861__li16835192518593: | | | | | | Elect a leader replica in each partition of the cluster. | | | | - | | c. .. _mrs_01_1861__li8445134935915: | + | | c. .. _mrs_01_1861__li8445134935915: | | | | | | Add or delete ACLs. | | | | diff --git a/doc/component-operation-guide/source/using_ranger_mrs_3.x/adding_a_ranger_access_permission_policy_for_spark2x.rst b/doc/component-operation-guide/source/using_ranger_mrs_3.x/adding_a_ranger_access_permission_policy_for_spark2x.rst index 1c6f331..1d739d0 100644 --- a/doc/component-operation-guide/source/using_ranger_mrs_3.x/adding_a_ranger_access_permission_policy_for_spark2x.rst +++ b/doc/component-operation-guide/source/using_ranger_mrs_3.x/adding_a_ranger_access_permission_policy_for_spark2x.rst @@ -52,7 +52,7 @@ Procedure +===================================+==========================================================================================================================================================================================================================================================================================================+ | Policy Name | Policy name, which can be customized and must be unique in the service. | +-----------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ - | Policy Conditions | IP address filtering policy, which can be customized. You can enter one or more IP addresses or IP address segments. The IP address can contain the wildcard character (*), for example, **192.168.1.10**,\ **192.168.1.20**, or **192.168.1.\***. | + | Policy Conditions | IP address filtering policy, which can be customized. You can enter one or more IP addresses or IP address segments. The IP address can contain the wildcard character (``*``), for example, **192.168.1.10**,\ **192.168.1.20**, or **192.168.1.\***. | +-----------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | Policy Label | A label specified for the current policy. You can search for reports and filter policies based on labels. | +-----------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ @@ -206,7 +206,7 @@ Ranger supports data masking for Spark2x data. It can process the returned resul +===================================+=====================================================================================================================================================================================================================================================================+ | Policy Name | Policy name, which can be customized and must be unique in the service. | +-----------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ - | Policy Conditions | IP address filtering policy, which can be customized. You can enter one or more IP addresses or IP address segments. The IP address can contain the wildcard character (*), for example, **192.168.1.10**,\ **192.168.1.20**, or **192.168.1.\***. | + | Policy Conditions | IP address filtering policy, which can be customized. You can enter one or more IP addresses or IP address segments. The IP address can contain the wildcard character (``*``), for example, **192.168.1.10**,\ **192.168.1.20**, or **192.168.1.\***. | +-----------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | Policy Label | A label specified for the current policy. You can search for reports and filter policies based on labels. | +-----------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ @@ -254,7 +254,7 @@ Ranger allows you to filter data at the row level when you perform the **select* +===================================+===========================================================================================================================================================================================================================================================================+ | Policy Name | Policy name, which can be customized and must be unique in the service. | +-----------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ - | Policy Conditions | IP address filtering policy, which can be customized. You can enter one or more IP addresses or IP address segments. The IP address can contain the wildcard character (*), for example, **192.168.1.10**,\ **192.168.1.20**, or **192.168.1.\***. | + | Policy Conditions | IP address filtering policy, which can be customized. You can enter one or more IP addresses or IP address segments. The IP address can contain the wildcard character (``*``), for example, **192.168.1.10**,\ **192.168.1.20**, or **192.168.1.\***. | +-----------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | Policy Label | A label specified for the current policy. You can search for reports and filter policies based on labels. | +-----------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ diff --git a/doc/component-operation-guide/source/using_ranger_mrs_3.x/adding_a_ranger_access_permission_policy_for_storm.rst b/doc/component-operation-guide/source/using_ranger_mrs_3.x/adding_a_ranger_access_permission_policy_for_storm.rst index 7cdf2c0..8854af8 100644 --- a/doc/component-operation-guide/source/using_ranger_mrs_3.x/adding_a_ranger_access_permission_policy_for_storm.rst +++ b/doc/component-operation-guide/source/using_ranger_mrs_3.x/adding_a_ranger_access_permission_policy_for_storm.rst @@ -31,7 +31,7 @@ Procedure +-----------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | Parameter | Description | +===================================+===========================================================================================================================================================================================================================================================================================================+ - | Policy Conditions | IP address filtering policy, which can be customized. You can enter one or more IP addresses or IP address segments. The IP address can contain the wildcard character (*), for example, **192.168.1.10**,\ **192.168.1.20**, or **192.168.1.\***. | + | Policy Conditions | IP address filtering policy, which can be customized. You can enter one or more IP addresses or IP address segments. The IP address can contain the wildcard character (``*``), for example, **192.168.1.10**,\ **192.168.1.20**, or **192.168.1.\***. | +-----------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | Policy Name | Policy name, which can be customized and must be unique in the service. | | | | diff --git a/doc/component-operation-guide/source/using_ranger_mrs_3.x/adding_a_ranger_access_permission_policy_for_yarn.rst b/doc/component-operation-guide/source/using_ranger_mrs_3.x/adding_a_ranger_access_permission_policy_for_yarn.rst index 77d9a86..421d759 100644 --- a/doc/component-operation-guide/source/using_ranger_mrs_3.x/adding_a_ranger_access_permission_policy_for_yarn.rst +++ b/doc/component-operation-guide/source/using_ranger_mrs_3.x/adding_a_ranger_access_permission_policy_for_yarn.rst @@ -34,11 +34,11 @@ Procedure +===================================+==========================================================================================================================================================================================================================================================================================================+ | Policy Name | Policy name, which can be customized and must be unique in the service. | +-----------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ - | Policy Conditions | IP address filtering policy, which can be customized. You can enter one or more IP addresses or IP address segments. The IP address can contain the wildcard character (*), for example, **192.168.1.10**,\ **192.168.1.20**, or **192.168.1.\***. | + | Policy Conditions | IP address filtering policy, which can be customized. You can enter one or more IP addresses or IP address segments. The IP address can contain the wildcard character (``*``), for example, **192.168.1.10**,\ **192.168.1.20**, or **192.168.1.\***. | +-----------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | Policy Label | A label specified for the current policy. You can search for reports and filter policies based on labels. | +-----------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ - | Queue | Queue name. The wildcard (*) is supported. | + | Queue | Queue name. The wildcard (``*``) is supported. | | | | | | To enable a sub-queue to inherit the permission of its upper-level queue, enable the recursion function. | | | | diff --git a/doc/component-operation-guide/source/using_spark2x/common_issues_about_spark2x/spark_sql_and_dataframe/why_no_result_is_found_when_2016-6-30_is_set_in_the_date_field_as_the_filter_condition.rst b/doc/component-operation-guide/source/using_spark2x/common_issues_about_spark2x/spark_sql_and_dataframe/why_no_result_is_found_when_2016-6-30_is_set_in_the_date_field_as_the_filter_condition.rst index a5b8941..777ca75 100644 --- a/doc/component-operation-guide/source/using_spark2x/common_issues_about_spark2x/spark_sql_and_dataframe/why_no_result_is_found_when_2016-6-30_is_set_in_the_date_field_as_the_filter_condition.rst +++ b/doc/component-operation-guide/source/using_spark2x/common_issues_about_spark2x/spark_sql_and_dataframe/why_no_result_is_found_when_2016-6-30_is_set_in_the_date_field_as_the_filter_condition.rst @@ -10,7 +10,7 @@ Question Why no result is found when 2016-6-30 is set in the date field as the filter condition? -As shown in the following figure, trx_dte_par in the select count (*) from trxfintrx2012 a where trx_dte_par='2016-6-30' statement is a date field. However, no search result is found when the filter condition is where trx_dte_par='2016-6-30'. Search results are found only when the filter condition is where trx_dte_par='2016-06-30'. +As shown in the following figure, trx_dte_par in the select count (``*``) from trxfintrx2012 a where trx_dte_par='2016-6-30' statement is a date field. However, no search result is found when the filter condition is where trx_dte_par='2016-6-30'. Search results are found only when the filter condition is where trx_dte_par='2016-06-30'. .. figure:: /_static/images/en-us_image_0000001348771241.jpg diff --git a/doc/component-operation-guide/source/using_spark2x/spark2x_logs.rst b/doc/component-operation-guide/source/using_spark2x/spark2x_logs.rst index dfe17da..26780ae 100644 --- a/doc/component-operation-guide/source/using_spark2x/spark2x_logs.rst +++ b/doc/component-operation-guide/source/using_spark2x/spark2x_logs.rst @@ -29,57 +29,57 @@ Log Description .. table:: **Table 1** Spark2x log list - +-----------------------+-----------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------+ - | Log Type | Name | Description | - +=======================+===================================================================================+=================================================================================================+ - | SparkResource2x logs | spark.log | Spark2x service initialization log | - +-----------------------+-----------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------+ - | | prestart.log | Prestart script log | - +-----------------------+-----------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------+ - | | cleanup.log | Cleanup log file for instance installation and uninstallation | - +-----------------------+-----------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------+ - | | spark-availability-check.log | Spark2x service health check log | - +-----------------------+-----------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------+ - | | spark-service-check.log | Spark2x service check log | - +-----------------------+-----------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------+ - | JDBCServer2x logs | JDBCServer-start.log | JDBCServer2x startup log | - +-----------------------+-----------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------+ - | | JDBCServer-stop.log | JDBCServer2x stop log | - +-----------------------+-----------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------+ - | | JDBCServer.log | JDBCServer2x run log on the server | - +-----------------------+-----------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------+ - | | jdbc-state-check.log | JDBCServer2x health check log | - +-----------------------+-----------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------+ - | | jdbcserver-omm-pid***-gc.log.*.current | IJDBCServer2x process GC log | - +-----------------------+-----------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------+ - | | spark-omm-org.apache.spark.sql.hive.thriftserver.HiveThriftProxyServer2-***.out\* | JDBCServer2x process startup log. If the process stops, the **jstack** information is printed. | - +-----------------------+-----------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------+ - | JobHistory2x logs | jobHistory-start.log | JobHistory2x startup log | - +-----------------------+-----------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------+ - | | jobHistory-stop.log | JobHistory2x stop log | - +-----------------------+-----------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------+ - | | JobHistory.log | JobHistory2x running process log | - +-----------------------+-----------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------+ - | | jobhistory-omm-pid***-gc.log.*.current | JobHistory2x process GC log | - +-----------------------+-----------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------+ - | | spark-omm-org.apache.spark.deploy.history.HistoryServer-***.out\* | JobHistory2x process startup log. If the process stops, the **jstack** information is printed. | - +-----------------------+-----------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------+ - | IndexServer2x logs | IndexServer-start.log | IndexServer2x startup log | - +-----------------------+-----------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------+ - | | IndexServer-stop.log | IndexServer2x stop log | - +-----------------------+-----------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------+ - | | IndexServer.log | IndexServer2x run log on the server | - +-----------------------+-----------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------+ - | | indexserver-state-check.log | IndexServer2x health check log | - +-----------------------+-----------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------+ - | | indexserver-omm-pid***-gc.log.*.current | IndexServer2x process GC log | - +-----------------------+-----------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------+ - | | spark-omm-org.apache.spark.sql.hive.thriftserver.IndexServerProxy-***.out\* | IndexServer2x process startup log. If the process stops, the **jstack** information is printed. | - +-----------------------+-----------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------+ - | Audit Log | jdbcserver-audit.log | JDBCServer2x audit log | - | | | | - | | ranger-audit.log | | - +-----------------------+-----------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------+ + +-----------------------+---------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------+ + | Log Type | Name | Description | + +=======================+=======================================================================================+=================================================================================================+ + | SparkResource2x logs | spark.log | Spark2x service initialization log | + +-----------------------+---------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------+ + | | prestart.log | Prestart script log | + +-----------------------+---------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------+ + | | cleanup.log | Cleanup log file for instance installation and uninstallation | + +-----------------------+---------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------+ + | | spark-availability-check.log | Spark2x service health check log | + +-----------------------+---------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------+ + | | spark-service-check.log | Spark2x service check log | + +-----------------------+---------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------+ + | JDBCServer2x logs | JDBCServer-start.log | JDBCServer2x startup log | + +-----------------------+---------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------+ + | | JDBCServer-stop.log | JDBCServer2x stop log | + +-----------------------+---------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------+ + | | JDBCServer.log | JDBCServer2x run log on the server | + +-----------------------+---------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------+ + | | jdbc-state-check.log | JDBCServer2x health check log | + +-----------------------+---------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------+ + | | jdbcserver-omm-pid***-gc.log.*.current | IJDBCServer2x process GC log | + +-----------------------+---------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------+ + | | spark-omm-org.apache.spark.sql.hive.thriftserver.HiveThriftProxyServer2-``***``.out\* | JDBCServer2x process startup log. If the process stops, the **jstack** information is printed. | + +-----------------------+---------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------+ + | JobHistory2x logs | jobHistory-start.log | JobHistory2x startup log | + +-----------------------+---------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------+ + | | jobHistory-stop.log | JobHistory2x stop log | + +-----------------------+---------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------+ + | | JobHistory.log | JobHistory2x running process log | + +-----------------------+---------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------+ + | | jobhistory-omm-pid***-gc.log.*.current | JobHistory2x process GC log | + +-----------------------+---------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------+ + | | spark-omm-org.apache.spark.deploy.history.HistoryServer-``***``.out\* | JobHistory2x process startup log. If the process stops, the **jstack** information is printed. | + +-----------------------+---------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------+ + | IndexServer2x logs | IndexServer-start.log | IndexServer2x startup log | + +-----------------------+---------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------+ + | | IndexServer-stop.log | IndexServer2x stop log | + +-----------------------+---------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------+ + | | IndexServer.log | IndexServer2x run log on the server | + +-----------------------+---------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------+ + | | indexserver-state-check.log | IndexServer2x health check log | + +-----------------------+---------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------+ + | | indexserver-omm-pid***-gc.log.*.current | IndexServer2x process GC log | + +-----------------------+---------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------+ + | | spark-omm-org.apache.spark.sql.hive.thriftserver.IndexServerProxy-``***``.out\* | IndexServer2x process startup log. If the process stops, the **jstack** information is printed. | + +-----------------------+---------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------+ + | Audit Log | jdbcserver-audit.log | JDBCServer2x audit log | + | | | | + | | ranger-audit.log | | + +-----------------------+---------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------+ Log levels ---------- diff --git a/doc/component-operation-guide/source/using_spark2x/using_carbondata_for_first_query.rst b/doc/component-operation-guide/source/using_spark2x/using_carbondata_for_first_query.rst index fb2bcd9..d1df59d 100644 --- a/doc/component-operation-guide/source/using_spark2x/using_carbondata_for_first_query.rst +++ b/doc/component-operation-guide/source/using_spark2x/using_carbondata_for_first_query.rst @@ -30,7 +30,7 @@ Configure **prequeryParams.properties** by referring to :ref:`Table 1