forked from docs/mapreduce-service
Update content
This commit is contained in:
parent
621bf787fe
commit
654864ec9e
@ -235,7 +235,7 @@ When data is written, a table with this type of engine divides data into differe
|
|||||||
ORDER BY (name1,name2)
|
ORDER BY (name1,name2)
|
||||||
PRIMARY KEY name1;
|
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::
|
.. code-block::
|
||||||
|
|
||||||
|
@ -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 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 <mrs_01_1608__lc2f15302f1854175993f36524c25bf26>`. |
|
| | - 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 <mrs_01_1608__lc2f15302f1854175993f36524c25bf26>`. |
|
||||||
| | |
|
| | |
|
||||||
| | 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. |
|
| | 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. |
|
||||||
+-------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
+-------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||||
|
@ -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:
|
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.
|
- Set the following parameter before running the statement. The default value is true in the current version.
|
||||||
|
|
||||||
|
@ -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: | |
|
| | | - 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:
|
.. _mrs_01_0441__section182543817211:
|
||||||
|
@ -21,37 +21,37 @@ The automatic compression and archiving function are enabled for Loader run logs
|
|||||||
|
|
||||||
.. table:: **Table 1** Loader log list
|
.. table:: **Table 1** Loader log list
|
||||||
|
|
||||||
+-----------------------+-----------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
+-----------------------+--------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||||
| Log Type | Log File Name | Description |
|
| 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. |
|
| 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 |
|
| | loader-omm-``***``-pid***-gc.log.*.current | Loader process GC log file |
|
||||||
+-----------------------+-----------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
+-----------------------+--------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||||
| | sqoopInstanceCheck.log | Loader instance health check 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 |
|
| 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. |
|
| Tomcat log | catalina.out | Tomcat run log file. |
|
||||||
+-----------------------+-----------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
+-----------------------+--------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||||
| | catalina. <yyyy-mm-dd >.log | Tomcat run log file |
|
| | catalina. <yyyy-mm-dd >.log | Tomcat run log file |
|
||||||
+-----------------------+-----------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
+-----------------------+--------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||||
| | host-manager. <yyyy-mm-dd >.log | Tomcat run log file |
|
| | host-manager. <yyyy-mm-dd >.log | Tomcat run log file |
|
||||||
+-----------------------+-----------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
+-----------------------+--------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||||
| | localhost_access_log. <yyyy-mm-dd >.txt | Tomcat run log file |
|
| | localhost_access_log. <yyyy-mm-dd >.txt | Tomcat run log file |
|
||||||
+-----------------------+-----------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
+-----------------------+--------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||||
| | manager <yyyy-mm-dd >.log | Tomcat run log file |
|
| | manager <yyyy-mm-dd >.log | Tomcat run log file |
|
||||||
+-----------------------+-----------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
+-----------------------+--------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||||
| | localhost. <yyyy-mm-dd >.log | Tomcat run log file |
|
| | localhost. <yyyy-mm-dd >.log | Tomcat run log file |
|
||||||
+-----------------------+-----------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
+-----------------------+--------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||||
| Script log | postInstall.log | Loader installation script log file |
|
| Script log | postInstall.log | Loader installation script log file |
|
||||||
| | | |
|
| | | |
|
||||||
| | | Log file generated during the execution of the Loader installation script (**postInstall.sh**) |
|
| | | 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 |
|
| | 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**) |
|
| | loader_ctl.log | Log file generated when Loader executes the service start and stop script (**sqoop.sh**) |
|
||||||
+-----------------------+-----------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
+-----------------------+--------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||||
|
|
||||||
Log Level
|
Log Level
|
||||||
---------
|
---------
|
||||||
|
@ -34,13 +34,13 @@ Procedure
|
|||||||
+===================================+==============================================================================================================================================================================================================================================================================================================================+
|
+===================================+==============================================================================================================================================================================================================================================================================================================================+
|
||||||
| Policy Name | Policy name, which can be customized and must be unique in the service. |
|
| 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. |
|
| 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. |
|
| 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. |
|
| | The **Include** policy applies to the current input object, and the **Exclude** policy applies to objects other than the current input object. |
|
||||||
| | |
|
| | |
|
||||||
|
@ -34,11 +34,11 @@ Procedure
|
|||||||
+===================================+===================================================================================================================================================================================================================================================================================================================+
|
+===================================+===================================================================================================================================================================================================================================================================================================================+
|
||||||
| Policy Name | Policy name, which can be customized and must be unique in the service. |
|
| 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. |
|
| 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. |
|
| | To enable a subdirectory to inherit the permission of its upper-level directory, enable the recursion function. |
|
||||||
| | |
|
| | |
|
||||||
|
@ -35,7 +35,7 @@ Procedure
|
|||||||
+===================================+==========================================================================================================================================================================================================================================================================================================+
|
+===================================+==========================================================================================================================================================================================================================================================================================================+
|
||||||
| Policy Name | Policy name, which can be customized and must be unique in the service. |
|
| 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. |
|
| 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 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. |
|
| 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 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. |
|
| Policy Label | A label specified for the current policy. You can search for reports and filter policies based on labels. |
|
||||||
+-----------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
+-----------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||||
|
@ -34,7 +34,7 @@ Procedure
|
|||||||
+===================================+===================================================================================================================================================================================================================================================================================================================+
|
+===================================+===================================================================================================================================================================================================================================================================================================================+
|
||||||
| Policy Type | Access type. |
|
| 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. |
|
| 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: |
|
| | 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. |
|
| | 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. |
|
| | Elect a leader replica in each partition of the cluster. |
|
||||||
| | |
|
| | |
|
||||||
| | c. .. _mrs_01_1861__li8445134935915: |
|
| | c. .. _mrs_01_1861__li8445134935915: |
|
||||||
| | |
|
| | |
|
||||||
| | Add or delete ACLs. |
|
| | Add or delete ACLs. |
|
||||||
| | |
|
| | |
|
||||||
|
@ -52,7 +52,7 @@ Procedure
|
|||||||
+===================================+==========================================================================================================================================================================================================================================================================================================+
|
+===================================+==========================================================================================================================================================================================================================================================================================================+
|
||||||
| Policy Name | Policy name, which can be customized and must be unique in the service. |
|
| 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. |
|
| 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 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. |
|
| 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 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. |
|
| Policy Label | A label specified for the current policy. You can search for reports and filter policies based on labels. |
|
||||||
+-----------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
+-----------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||||
|
@ -31,7 +31,7 @@ Procedure
|
|||||||
+-----------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
+-----------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||||
| Parameter | Description |
|
| 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. |
|
| Policy Name | Policy name, which can be customized and must be unique in the service. |
|
||||||
| | |
|
| | |
|
||||||
|
@ -34,11 +34,11 @@ Procedure
|
|||||||
+===================================+==========================================================================================================================================================================================================================================================================================================+
|
+===================================+==========================================================================================================================================================================================================================================================================================================+
|
||||||
| Policy Name | Policy name, which can be customized and must be unique in the service. |
|
| 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. |
|
| 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. |
|
| | To enable a sub-queue to inherit the permission of its upper-level queue, enable the recursion function. |
|
||||||
| | |
|
| | |
|
||||||
|
@ -10,7 +10,7 @@ Question
|
|||||||
|
|
||||||
Why no result is found when 2016-6-30 is set in the date field as the filter condition?
|
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
|
.. figure:: /_static/images/en-us_image_0000001348771241.jpg
|
||||||
|
File diff suppressed because it is too large
Load Diff
@ -30,7 +30,7 @@ Configure **prequeryParams.properties** by referring to :ref:`Table 1 <mrs_01_23
|
|||||||
+==================================+=======================================================================================================================================================================================================================+==================================================================================+
|
+==================================+=======================================================================================================================================================================================================================+==================================================================================+
|
||||||
| spark.prequery.period.max.minute | Maximum preheating duration, in minutes. | 60 |
|
| spark.prequery.period.max.minute | Maximum preheating duration, in minutes. | 60 |
|
||||||
+----------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+----------------------------------------------------------------------------------+
|
+----------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+----------------------------------------------------------------------------------+
|
||||||
| spark.prequery.tables | Table name configuration, *database.table:int*. The table name supports the wildcard (*). **int** indicates the duration (unit: day) within which the table is updated before it is preheated. | default.test*:10 |
|
| spark.prequery.tables | Table name configuration, *database.table:int*. The table name supports the wildcard (``*``). **int** indicates the duration (unit: day) within which the table is updated before it is preheated. | default.test*:10 |
|
||||||
+----------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+----------------------------------------------------------------------------------+
|
+----------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+----------------------------------------------------------------------------------+
|
||||||
| spark.prequery.maxThreads | Maximum number of concurrent threads during preheating | 50 |
|
| spark.prequery.maxThreads | Maximum number of concurrent threads during preheating | 50 |
|
||||||
+----------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+----------------------------------------------------------------------------------+
|
+----------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+----------------------------------------------------------------------------------+
|
||||||
@ -38,7 +38,7 @@ Configure **prequeryParams.properties** by referring to :ref:`Table 1 <mrs_01_23
|
|||||||
+----------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+----------------------------------------------------------------------------------+
|
+----------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+----------------------------------------------------------------------------------+
|
||||||
| spark.prequery.driver | IP address and port number of JDBCServer. The format is *IP address:Port number*. If multiple servers need to be preheated, enter multiple *IP address:Port number* of the servers and separate them with commas (,). | 192.168.0.2:22550 |
|
| spark.prequery.driver | IP address and port number of JDBCServer. The format is *IP address:Port number*. If multiple servers need to be preheated, enter multiple *IP address:Port number* of the servers and separate them with commas (,). | 192.168.0.2:22550 |
|
||||||
+----------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+----------------------------------------------------------------------------------+
|
+----------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+----------------------------------------------------------------------------------+
|
||||||
| spark.prequery.sql | SQL statement for preheating. Different statements are separated by colons (:). | SELECT COUNT(*) FROM %s;SELECT \* FROM %s LIMIT 1 |
|
| spark.prequery.sql | SQL statement for preheating. Different statements are separated by colons (:). | SELECT COUNT(``*``) FROM %s;SELECT \* FROM %s LIMIT 1 |
|
||||||
+----------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+----------------------------------------------------------------------------------+
|
+----------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+----------------------------------------------------------------------------------+
|
||||||
| spark.security.url | URL required by JDBC in security mode | ;saslQop=auth-conf;auth=KERBEROS;principal=spark2x/hadoop.hadoop.com@HADOOP.COM; |
|
| spark.security.url | URL required by JDBC in security mode | ;saslQop=auth-conf;auth=KERBEROS;principal=spark2x/hadoop.hadoop.com@HADOOP.COM; |
|
||||||
+----------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+----------------------------------------------------------------------------------+
|
+----------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+----------------------------------------------------------------------------------+
|
||||||
|
Loading…
x
Reference in New Issue
Block a user