blob: 2a0b2928837644e70b86e3392bd74a75ec897d11 [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.
#
# run number generator with pass through operator on cluster continuously
#template for operator definition
dt.template.nt1.classname=com.datatorrent.dt.engine.GenericTestOperator
#dt.template.nt1.logMessages=true
dt.template.streamtempl1.inline=true
dt.operator.operator1.template=nt1
dt.operator.operator2.template=nt1
dt.operator.inputOperator.classname=com.datatorrent.dt.engine.TestGeneratorInputOperator
dt.operator.inputOperator.maxTuples=10
#dt.operator.httpOut.classname=com.datatorrent.lib.io.HttpOutputOperator
#dt.operator.httpOut.resourceUrl=http://localhost:9999/resourcecontext
dt.stream.input1.source=inputOperator.outputPort
dt.stream.input1.sinks=operator1.input1
dt.stream.input1.template=streamtempl1
dt.stream.n1n2.source=operator1.output1
#dt.stream.n1n2.sinks=operator2.input1,httpOut.input
dt.stream.n1n2.sinks=operator2.input1
dt.stream.n1n2.template=streamtempl1