检测到您已登录华为云国际站账号,为了您更好的体验,建议您访问国际站服务网站 https://www.huaweicloud.com/intl/zh-cn
不再显示此消息
(rsmd.getColumnLabel(i) + " " + rsmd.getColumnName(i)); } Parent topic: Typical Application Development Examples
Using AOM to Monitor Hosts Hosts include the Elastic Cloud Server (ECS) and Bare Metal Server (BMS). AOM can monitor the hosts purchased during CCE and ServiceStage cluster creation as well as those purchased in non-CCE and -ServiceStage environments.
Go to the client decompression path FusionInsight_Cluster_1_Services_ClientConfig\Hive\config and manually import the configuration file to the configuration file directory (usually the resources folder) of the Hive sample project.
Status Codes Status Code Description 200 Request succeeded. Error Codes See Error Codes. Parent Topic: Server Installation and Configuration
A 200 response indicates that the server has received the request and starts to process the request. Only when the response body contains ETag, the copy is successful, or the copy fails.
Configuring Cluster Logs Function This API is used to select the master node components whose logs are reported to LTS. Calling Method For details, see Calling APIs.
Figure 3 HA among master and standby nodes within an AZ Cross-AZ DR Within a Region The master and standby nodes of a DCS instance (single-node type not included) can be deployed across AZs (in different equipment rooms).
(rsmd.getColumnLabel(i) + " " + rsmd.getColumnName(i)); } Application Lossless Transparent (ALT) Planned ALT During planned maintenance (such as restarting database instances, performing a switchover, restarting nodes, and restarting DNs), JDBC and DNs are disconnected.
summary table indicator attribute SUMMARY_TIME: time period attribute of the SDR table TABLE_MODEL: relationship model (logical model/physical model) TABLE_MODEL_ATTRIBUTE: relationship model attribute (logical model/physical model) TABLE_MODEL_LOGIC: logical entity TABLE_TYPE:
summary table indicator attribute SUMMARY_TIME: time period attribute of the SDR table TABLE_MODEL: relationship model (logical model/physical model) TABLE_MODEL_ATTRIBUTE: relationship model attribute (logical model/physical model) TABLE_MODEL_LOGIC: logical entity TABLE_TYPE:
Preparing for Hive Development and Operating Environment Preparing Development Environment Hive applications can be developed by using the Java (JDBC and HCatalog), Python, Python 3 API. The following table describes the development and operating environment to be prepared.
CREATE FOREIGN DATA WRAPPER CREATE FOREIGN TABLE CREATE FUNCTION CREATE GLOBAL INDEX CREATE GROUP CREATE INCREMENTAL MATERIALIZED VIEW CREATE INDEX CREATE LANGUAGE CREATE MASKING POLICY CREATE MATERIALIZED VIEW CREATE MODEL CREATE NODE CREATE NODE GROUP CREATE PACKAGE CREATE PROCEDURE
The following pseudocode shows how the Seconds_Behind_Master value is calculated. if (SQL thread is running) //If the SQL thread is started { if (SQL thread processed all the available relay log) //If the binlog pulled by the I/O thread from the master node is the same
Only letters, digits, hyphens (-), and underscores (_) are allowed. role String Definition Node type, indicating the role of a node in an instance. Range master (primary node) or slave (standby node) status String Definition Node status.
Master Node AZs You can check how many master nodes are supported in a cluster. To check data such as the resource usage of the master nodes, click View Monitoring in the upper right corner to go to the Monitoring (Monitoring Center) page.
status={status} Example Responses Status code: 200 Node information queried successfully. { "instance_id" : "11368fbb-de1e-4613-9080-1c374b71a1af", "total" : 1, "nodes" : [ { "logical_node_id" : "79653bcbd0e5c104fefedd188aa372d6", "name" : "(master)192.168.68.157",
The default value is 1. created String Graph creation time (UTC). updated String Graph update time (UTC). private_ip String Floating IP address of a graph instance.
Basic and Network Connectivity Configuration Server List Yes One or more servers (server domain name/IP address:server port) separated by commas (,) Example: 192.168.0.1:27017 or 192.168.0.2:27017 KMS Key Yes KMS key used to encrypt and decrypt data source authentication information
50}") private Integer redisPoolMinSize = 50; @Value("${redis.pool.maxSize:200}") private Integer redisPoolMaxSize = 200; @Value("${redis.pool.maxWaitMillis:2000}") private Integer redisPoolMaxWaitMillis = 2000; @Value("${redis.pool.softMinEvictableIdleTimeMillis
The following formulas are for reference: Minimum number of connections = (QPS of a single node accessing Redis)/(1000 ms/Average time spent on a single command) Maximum number of connections = (QPS of a single node accessing Redis)/(1000 ms/Average time spent on a single command)