检测到您已登录华为云国际站账号,为了您更好的体验,建议您访问国际站服务网站 https://www.huaweicloud.com/intl/zh-cn

不再显示此消息

  • Intl-English
    International
    • English
    • Bahasa Indonesia
    • Español
    • Português
    • Türkçe
    • عربي
    • ไทย
    • 简体中文
    • 日本語
    中国站
    • 简体中文
    Europe
    • English
    • Deutsch
    • Español
    • Français
    • Nederlands
  • Huawei Cloud
    • Activities
    • Products
    • Solutions
    • Pricing
    • KooGallery
    • Partners
    • Developers
    • Support
    • About Us
    Hot
    • Free Packages
    • Elastic Cloud Server (ECS)
    • Object Storage Service (OBS)
    • ModelArts
    • Cloud Container Engine (CCE)
      Show more results for “”
      • Contact Us
      • Documentation
      • Console
        • My Account
        • Billing & Costs
        • Service Tickets
        • Unread Messages
        • Console
        • Partner Center
        • Sign In Sign Up
      • Sign In
      • Sign Up
        • My Account Complete Sign Up
        • Billing & Costs
        • Service Tickets
        • Unread Messages
        • Console
        • Partner Center
        • Log Out
      Cancel
      Hot
      • Free Packages
      • Elastic Cloud Server (ECS)
      • Object Storage Service (OBS)
      • ModelArts
      • Cloud Container Engine (CCE)
        • All
        • Products
        • Solutions
        • Documentation
        • KooGallery
        • Developer
        • Learn
        • Others
        78 results found.
        • IoTDB User Permission Management - MapReduce Service

          IoTDB User Permission Management - MapReduce Service

          IoTDB User Permission Management IoTDB User Permission Description Creating an IoTDB Permission Role Parent topic: Using IoTDB

          Help > MapReduce Service > Component Operation Guide (LTS) > Using IoTDB
        • IoTDB User Permission Description - MapReduce Service

          IoTDB User Permission Description - MapReduce Service

          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,

          Help > MapReduce Service > Component Operation Guide (LTS) > Using IoTDB > IoTDB User Permission Management
        • Creating an IoTDB Permission Role - MapReduce Service

          Creating an IoTDB Permission Role - MapReduce Service

          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

          Help > MapReduce Service > Component Operation Guide (LTS) > Using IoTDB > IoTDB User Permission Management
        • IoTDB Common Configuration Parameters - MapReduce Service

          IoTDB Common Configuration Parameters - MapReduce Service

          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

          Help > MapReduce Service > Component Operation Guide (LTS) > Using IoTDB > IoTDB O&M Management
        • IoTDB Application Development Overview - MapReduce Service

          IoTDB Application Development Overview - MapReduce Service

          IoTDB Application Development Overview Introduction to IoTDB IoTDB is a data management engine that integrates collection, storage, and analysis of time series data. It features lightweight, high performance, and ease of use. It perfectly interconnects with the Hadoop and Spark ecosystems

          Help > MapReduce Service > Developer Guide (LTS) > IoTDB Development Guide (Normal Mode) > Overview
        • IoTDB UDF Sample Program - MapReduce Service

          IoTDB UDF Sample Program - MapReduce Service

          IoTDB UDF Sample Program Description This section describes how to implement a simple IoTDB user-defined function (UDF). For details, see section UDF Sample Code and Operations. Sample Code The following is an example code snippet: package com.huawei.bigdata.iotdb; import org.apache.iotdb.udf.api.UDTF

          Help > MapReduce Service > Developer Guide (LTS) > IoTDB Development Guide (Normal Mode) > Application Development > IoTDB UDF Program
        • IoTDB Application Development Overview - MapReduce Service

          IoTDB Application Development Overview - MapReduce Service

          IoTDB Application Development Overview Introduction to IoTDB IoTDB is a data management engine that integrates collection, storage, and analysis of time series data. It features lightweight, high performance, and ease of use. It perfectly interconnects with the Hadoop and Spark ecosystems

          Help > MapReduce Service > Developer Guide (LTS) > IoTDB Development Guide (Security Mode)
        • IoTDB UDF Sample Program - MapReduce Service

          IoTDB UDF Sample Program - MapReduce Service

          IoTDB UDF Sample Program Description This section describes how to implement a simple IoTDB user-defined function (UDF). For details, see section UDF Sample Code and Operations. Sample Code The following is an example code snippet: package com.huawei.bigdata.iotdb; import org.apache.iotdb.udf.api.UDTF

          Help > MapReduce Service > Developer Guide (LTS) > IoTDB Development Guide (Security Mode) > Application IoTDB Development
        • IoTDB Session Sample Program - MapReduce Service

          IoTDB Session Sample Program - MapReduce Service

          IoTDB Session Sample Program Description Run the IoTDB SQL statement in Session connection mode. Sample Code The following code snippet is used as an example. For complete code, see com.huawei.bigdata.SessionExample. Change HOST_1, HOST_2, and HOST_3 to the service IP addresses of

          Help > MapReduce Service > Developer Guide (LTS) > IoTDB Development Guide (Security Mode) > Application IoTDB Development
        • IoTDB Kafka Sample Program - MapReduce Service

          IoTDB Kafka Sample Program - MapReduce Service

          IoTDB Kafka Sample Program Description This section describes how to use Kafka to send data to IoTDB. Sample Code Producer.java: This example shows how to send time series data to a Kafka cluster. Change the value of the public final static String TOPIC variable in the KafkaProperties.java

          Help > MapReduce Service > Developer Guide (LTS) > IoTDB Development Guide (Security Mode) > Application IoTDB Development
        • IoTDB JDBC Sample Program - MapReduce Service

          IoTDB JDBC Sample Program - MapReduce Service

          IoTDB JDBC Sample Program Description Run the IoTDB SQL statement in JDBC connection mode. Sample Code The following code snippet is used as an example. For complete code, see the com.huawei.bigdata.iotdb.JDBCExample class. jdbc url includes the IP address, RPC port number, username

          Help > MapReduce Service > Developer Guide (LTS) > IoTDB Development Guide (Security Mode) > Application IoTDB Development
        • IoTDB Flink Sample Program - MapReduce Service

          IoTDB Flink Sample Program - MapReduce Service

          IoTDB Flink Sample Program FlinkIoTDBSink Sample Program FlinkIoTDBSource Sample Program Parent topic: Application IoTDB Development

          Help > MapReduce Service > Developer Guide (LTS) > IoTDB Development Guide (Security Mode) > Application IoTDB Development
        • IoTDB Application Development Rules - MapReduce Service

          IoTDB Application Development Rules - MapReduce Service

          IoTDB Application Development Rules Set a Proper Number of Storage Groups A proper number of storage groups can improve performance. The system processes I/O requests first in the memory cache and then switch to the stored files or folders if no result is found. In this regard, a

          Help > MapReduce Service > Component Development Specifications > IoTDB
        • IoTDB Application Development Suggestions - MapReduce Service

          IoTDB Application Development Suggestions - MapReduce Service

          IoTDB Application Development Suggestions Use Write APIs with High Performance Based on Service Requirements The write APIs are ranked as follows in descending order of their performance: insertTablets (inserts multiple tablets, from multiple rows of the same column on multiple devices

          Help > MapReduce Service > Component Development Specifications > IoTDB
        • Backing Up IoTDB Metadata - MapReduce Service

          Backing Up IoTDB Metadata - MapReduce Service

          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

          Help > MapReduce Service > User Guide > MRS Cluster O&M > MRS Cluster Data Backup and Restoration > Backing Up MRS Cluster Component Data
        • Restoring IoTDB Service Data - MapReduce Service

          Restoring IoTDB Service Data - MapReduce Service

          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

          Help > MapReduce Service > User Guide > MRS Cluster O&M > MRS Cluster Data Backup and Restoration > Restoring MRS Cluster Component Data
        • ALM-45585 IoTDB Service Unavailable - MapReduce Service

          ALM-45585 IoTDB Service Unavailable - MapReduce Service

          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

          Help > MapReduce Service > User Guide > MRS Cluster O&M > MRS Cluster Alarm Handling Reference
        • Ingesting IoTDA Logs to LTS - Log Tank Service

          Ingesting IoTDA Logs to LTS - Log Tank Service

          Ingesting IoTDA Logs to LTS LTS can collect logs from IoTDA. For details, see Viewing Run Logs. Parent topic: Ingesting Cloud Service Logs to LTS

          Help > Log Tank Service > User Guide > Log Ingestion > Ingesting Cloud Service Logs to LTS
        • IoTDB UDF Sample Code and Operations - MapReduce Service

          IoTDB UDF Sample Code and Operations - MapReduce Service

          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.huawei.bigdata.iotdb.UDTFExample as follows: Package the project into a JAR. If you use Maven to manage your project

          Help > MapReduce Service > Component Operation Guide (LTS) > Using IoTDB > IoTDB UDFs
        • Data Types and Encodings Supported by IoTDB - MapReduce Service

          Data Types and Encodings Supported by IoTDB - MapReduce Service

          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

          Help > MapReduce Service > Component Operation Guide (LTS) > Using IoTDB
        Total results: 78
        • Previous
        • 1
        • 2
        • 3
        • 4
        • Next
        • Go
        Load More
        Was this helpful?
        Feedbacks
        /200
        Submit Feedback Cancel
        Contact Sales After-Sales Self Service
        • Site Terms
        • Privacy Statement

        Explore Huawei Cloud

        Why Us Customer Stories Trust Center Legal Press Releases

        Featured Services

        Elastic Cloud Server (ECS) Elastic IP (EIP) RDS for MySQL Elastic Volume Service (EVS) MapReduce Service (MRS)

        Service and Support

        Documentation Contact Us Public Notices Support Plans Service Health Dashboard

        Account and Payment

        Top Up Invoices Billing Center My Account Payment Method

        Quick Links

        Huawei Corporate Huawei Enterprise Huawei Consumer Business Huawei Developers

        © 2025, Huawei Cloud Computing Technologies Co., Ltd. and/or its affiliates. All rights reserved.

        • Site Terms
        • Privacy Statement