| # |
| # 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=6669 |
| dn_mpp_data_exchange_port=8779 |
| dn_internal_port=9005 |
| dn_data_region_consensus_port=40012 |
| dn_schema_region_consensus_port=50032 |
| |
| dn_target_config_node_list=127.0.0.1:22277,127.0.0.1:22279,127.0.0.1:22281 |
| |
| dn_system_dir=target/datanode2/system |
| dn_data_dirs=target/datanode2/data |
| dn_wal_dirs=target/datanode2/wal |
| dn_tracing_dir=target/datanode2/data/tracing |
| dn_consensus_dir=target/datanode2/consensus |
| dn_sync_dir=target/datanode2/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=9099 |