blob: cf46080c581ddc4acc269dd64ac5e7486dd79f80 [file] [log] [blame]
###
# #%L
# SAMOA
# %%
# Copyright (C) 2014 - 2015 Apache Software Foundation
# %%
# Licensed 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.
# #L%
###
# 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