Repository: eagle
Updated Branches:
  refs/heads/site [created] 0ecb7c1cc

http://git-wip-us.apache.org/repos/asf/eagle/blob/6fd95d5c/eagle-core/eagle-app/eagle-app-base/src/test/resources/application.conf
----------------------------------------------------------------------
diff --git 
a/eagle-core/eagle-app/eagle-app-base/src/test/resources/application.conf 
b/eagle-core/eagle-app/eagle-app-base/src/test/resources/application.conf
deleted file mode 100644
index 8b1ae66..0000000
--- a/eagle-core/eagle-app/eagle-app-base/src/test/resources/application.conf
+++ /dev/null
@@ -1,70 +0,0 @@
-# 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.
-
-{
-       "coordinator" : {
-               "policiesPerBolt" : 5,
-               "boltParallelism" : 5,
-               "policyDefaultParallelism" : 5,
-               "boltLoadUpbound": 0.8,
-               "topologyLoadUpbound" : 0.8,
-               "numOfAlertBoltsPerTopology" : 5,
-               "zkConfig" : {
-                       "zkQuorum" : "127.0.0.1:2181",
-                       "zkRoot" : "/alert",
-                       "zkSessionTimeoutMs" : 10000,
-                       "connectionTimeoutMs" : 10000,
-                       "zkRetryTimes" : 3,
-                       "zkRetryInterval" : 3000
-               },
-               "metadataService" : {
-                       "host" : "localhost",
-                       "port" : 8080,
-                       "context" : "/rest",
-      mailSmtpServer = "",
-      mailSmtpPort = 25,
-      mailSmtpAuth = "false"
-      //mailSmtpConn = "plaintext",
-      //mailSmtpUsername = ""
-      //mailSmtpPassword = ""
-      //mailSmtpDebug = false
-               },
-               "metadataDynamicCheck" : {
-                       "initDelayMillis" : 1000,
-                       "delayMillis" : 30000
-               }
-       },
-       "metadata":{
-               "store": 
"org.apache.eagle.metadata.service.memory.MemoryMetadataStore"
-       },
-       "application":{
-               "stream": {
-                       "provider": 
"org.apache.eagle.app.messaging.KafkaStreamProvider"
-               }
-               "provider":{
-                       "loader": 
"org.apache.eagle.app.service.impl.ApplicationProviderSPILoader"
-               }
-       }
-       "appId":"test_topology_name"
-       "spoutNum": 3
-       "loaded": true
-       "mode":"LOCAL"
-       "dataSinkConfig": {
-               "topic" : "test_topic",
-               "brokerList" : "sandbox.hortonworks.com:6667",
-               "serializerClass" : "kafka.serializer.StringEncoder",
-               "keySerializerClass" : "kafka.serializer.StringEncoder"
-       }
-}
\ No newline at end of file

Reply via email to