blob: f1bc7d28a3c4e10b35b2c536dbc7c67cda56a4a1 [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.
#
rss.rpc.server.port 19979
rss.jetty.http.port 19978
# change to the actual disk path
rss.storage.basePath /tmp/dir0,/tmp/dir1
rss.storage.type MEMORY_LOCALFILE_HDFS
# change to actual coordinator rpc addresses
rss.coordinator.quorum localhost:19999,localhost:19999
rss.server.buffer.capacity 40gb
rss.server.read.buffer.capacity 20gb
rss.server.flush.thread.alive 5
rss.server.flush.localfile.threadPool.size 10
rss.server.flush.hadoop.threadPool.size 60
rss.server.disk.capacity 1g
rss.server.single.buffer.flush.enabled true
rss.server.single.buffer.flush.threshold 128m