blob: 52b3dbb1bb0f30503fe79e7cae2c01c23014aec6 [file] [log] [blame]
#
# 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.
#
# Used for indicate cluster name and distinguish different cluster.
# Datatype: string
cluster_name=defaultCluster
# ConfigNode address registered at AINode startup
# Allow modifications only before starting the service for the first time
# Datatype: String
ain_seed_config_node=127.0.0.1:10710
# Used for connection of DataNode/ConfigNode clients
# Could set 127.0.0.1(for local test) or ipv4 address
# Datatype: String
ain_inference_rpc_address=127.0.0.1
# Used for connection of DataNode/ConfigNode clients
# Bind with MN_RPC_ADDRESS
# Datatype: String
ain_inference_rpc_port=10810
# The AINode metadata storage path.
# The starting directory of the relative path is related to the operating system.
# It is recommended to use an absolute path.
# Datatype: String
# ain_system_dir=data/ainode/system
# The path where AINode stores model files
# The starting directory of the relative path is related to the operating system.
# It is recommended to use an absolute path.
# Datatype: String
# ain_models_dir=data/ainode/models
# The path where AINode stores logs
# The starting directory of the relative path is related to the operating system.
# It is recommended to use an absolute path.
# Datatype: String
# ain_logs_dir=logs/ainode
# Whether to use compression in Thrift
# Please use 0 or 1
# Datatype: Boolean
# ain_thrift_compression_enabled=0