### What changes were proposed in this pull request? To remove improper default configs. ### Why are the changes needed? Many users won't change default configs in the template causing bad performance in test scenarios. ### Does this PR introduce _any_ user-facing change? NO. ### How was this patch tested? GA. Closes #2550 from FMX/b1455. Authored-by: mingji <fengmingxiao.fmx@alibaba-inc.com> Signed-off-by: mingji <fengmingxiao.fmx@alibaba-inc.com>
39 lines
1.8 KiB
Plaintext
39 lines
1.8 KiB
Plaintext
#
|
|
# 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.
|
|
#
|
|
|
|
# An Example:
|
|
# celeborn.worker.storage.dirs /mnt/disk1:capacity=1T:disktype=HDD:flushthread=1,/mnt/disk2:capacity=1T:disktype=SSD:flushthread=16
|
|
|
|
celeborn.metrics.enabled true
|
|
|
|
celeborn.worker.http.port 9096
|
|
|
|
celeborn.master.endpoints clb-1:9097,clb-2:9097,clb-3:9097
|
|
celeborn.master.http.port 9098
|
|
|
|
celeborn.master.ha.enabled true
|
|
celeborn.master.ha.node.1.host clb-1
|
|
celeborn.master.ha.node.1.port 9097
|
|
celeborn.master.ha.node.1.ratis.port 9872
|
|
celeborn.master.ha.node.2.host clb-2
|
|
celeborn.master.ha.node.2.port 9097
|
|
celeborn.master.ha.node.2.ratis.port 9872
|
|
celeborn.master.ha.node.3.host clb-3
|
|
celeborn.master.ha.node.3.port 9097
|
|
celeborn.master.ha.node.3.ratis.port 9872
|
|
celeborn.master.ha.ratis.raft.server.storage.dir /mnt/disk1/celeborn_ratis/
|