| # |
| # Licensed to the Apache Software Foundation (ASF) under one |
| # or more contributor license agreements. See the NOTICE file |
| # distributed with this work for additional information |
| # regarding copyright ownership. The ASF licenses this file |
| # to you under the Apache License, Version 2.0 (the |
| # "License"); you may not use this file except in compliance |
| # with the License. You may obtain a copy of the License at |
| # |
| # http://www.apache.org/licenses/LICENSE-2.0 |
| # |
| # Unless required by applicable law or agreed to in writing, |
| # software distributed under the License is distributed on an |
| # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY |
| # KIND, either express or implied. See the License for the |
| # specific language governing permissions and limitations |
| # under the License. |
| # |
| |
| dn_rpc_address=0.0.0.0 |
| dn_internal_address=127.0.0.1 |
| |
| dn_rpc_port=6667 |
| dn_internal_port=10730 |
| dn_mpp_data_exchange_port=10740 |
| dn_schema_region_consensus_port=10750 |
| dn_data_region_consensus_port=10760 |
| |
| dn_target_config_node_list=127.0.0.1:10710,127.0.0.1:10711,127.0.0.1:10712 |
| |
| dn_system_dir=target/datanode1/system |
| dn_data_dirs=target/datanode1/data |
| dn_wal_dirs=target/datanode1/wal |
| dn_tracing_dir=target/datanode1/data/tracing |
| dn_consensus_dir=target/datanode1/consensus |
| dn_sync_dir=target/datanode1/sync |
| |
| dn_metric_reporter_list=PROMETHEUS |
| dn_metric_frame_type=MICROMETER |
| dn_metric_level=IMPORTANT |
| dn_metric_async_collect_period=5 |
| dn_metric_prometheus_reporter_port=9097 |