检测到您已登录华为云国际站账号,为了您更好的体验,建议您访问国际站服务网站 https://www.huaweicloud.com/intl/zh-cn
不再显示此消息
IoTDB User Permission Description MRS supports users, user groups, and roles. Permissions must be assigned to roles and then roles are bound to users or user groups. Users can obtain permissions only by binding a role or joining a group that is bound with a role. In security mode,
Creating an IoTDB Permission Role Create and configure an IoTDB role on Manager as an MRS cluster administrator. An IoTDB role can be configured with IoTDB administrator permissions or a common user's permissions to read, write, or delete data. Prerequisites The MRS cluster administrator
IoTDB Common Configuration Parameters Scenario IoTDB uses the multi-replica deployment architecture to implement cluster high availability. Each region (DataRegion and SchemaRegion) has three replicas by default. You can also configure more replicas. If a node is faulty, replicas
Manually Exporting IoTDB Data Scenario This section describes how to use export-csv.sh to export data from IoTDB to a CSV file. Exporting data to CSV files may cause injection risks. Exercise caution when performing this operation. Prerequisites The client has been installed. For
ALM-45585 IoTDB Service Unavailable Alarm Description The system checks the IoTDB service status every 300 seconds. This alarm is generated when the IoTDB service is unavailable. This alarm is cleared when the IoTDB service recovers. Alarm Attributes Alarm ID Alarm Severity Auto Cleared
Backing Up IoTDB Metadata Scenario To ensure IoTDB metadata security and prevent the IoTDB service from being unavailable due to IoTDB metadata file damages, you need to back up IoTDB metadata. The backup data can be used to recover the system if an exception occurs or the operation
Restoring IoTDB Service Data Scenario IoTDB service data needs to be restored in the following scenarios: Data is modified or deleted unexpectedly and needs to be restored. After an administrator performs major operations (such as upgrade and data adjustment) on IoTDB, an exception
Configuring IoTDB Application Security Authentication Using the keytab File for JDBC Authentication Using the Keytab File for Session Authentication Parent topic: IoTDB Environment Preparations
IoTDB Enhanced Open Source Features Visualization Visualized O&M covers installation, uninstallation, one-click start and stop, configurations, clients, monitoring, alarms, health checks, and logs. Visualized permission management does not require background command line operations
Data Types and Encodings Supported by IoTDB IoTDB supports the following data types and encodings. For details, see Table 1. Table 1 Data types and encodings supported by IoTDB Type Description Supported Encoding BOOLEAN Boolean PLAIN, RLE INT32 Integer PLAIN, RLE, TS_2DIFF, GORILLA
IoTDB UDF Sample Code and Operations Complete UDF Sample Code For details, see IoTDB UDF Sample Code. Procedure Register a UDF. Register a UDF with a full class name com.xxx.bigdata.iotdb.UDTFExample as follows: Package the project into a JAR. If you use Maven to manage your project
Backing Up IoTDB Service Data Scenario To ensure IoTDB service data security routinely or before a major operation on IoTDB (such as upgrade or migration), you need to back up IoTDB service data. The backup data can be used to recover the system if an exception occurs or the operation
Preparing the Configuration Files for Connecting to the IoTDB Cluster Preparing for User Authentication For an MRS cluster with Kerberos authentication enabled, you need to prepare a user who has the operation permission on related components for program authentication. The following
Commissioning the IoTDB Application in the Local Windows Environment Scenario Run applications in a Windows development environment after application code is developed. If the local and cluster service planes can communicate with each other, you can perform the commissioning on the
Preparing the Configuration Files for Connecting to the IoTDB Cluster Preparing the Configuration Files of the Running Environment During the development or a test run of the program, you need to use cluster configuration files to connect to an MRS cluster. The configuration files
IoTDB Development Guide (Normal Mode) Overview IoTDB Environment Preparations Application Development Application Commissioning More Information
IoTDB Development Guide (Security Mode) IoTDB Application Development Overview IoTDB Development Process IoTDB Environment Preparations Application IoTDB Development IoTDB Application Commissioning IoTDB Java API