blob: d82ec1a4ed034771a0bf048f96673eba3ad97ac4 [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.
#
# SAMOA Storm properties file
# This file contains specific configurations for SAMOA deployment in the Storm platform
# Note that you still need to configure Storm client in your machine,
# including setting up Storm configuration file (~/.storm/storm.yaml) with correct settings
# samoa.storm.mode corresponds to the execution mode of the Task in Storm
# possible values:
# 1. cluster: the Task will be sent into nimbus. The nimbus is configured by Storm configuration file
# 2. local: the Task will be sent using local Storm cluster
samoa.storm.mode=local
# samoa.storm.numworker corresponds to the number of worker processes allocated in Storm cluster
# possible values: any integer greater than 0
samoa.storm.numworker=4
# samoa.storm.local.mode.execution.duration corresponds to the execution duration of the local topology in seconds.
samoa.storm.local.mode.execution.duration=400