Github user qingwen220 commented on a diff in the pull request:

    https://github.com/apache/incubator-eagle/pull/570#discussion_r85900118
  
    --- Diff: 
eagle-topology-check/eagle-topology-app/src/main/resources/application.conf ---
    @@ -41,10 +45,21 @@
           }
         },
         mr: {
    -      rmUrl: "http://sandbox.hortonworks.com:8088";,
    +      rmUrl: "https://apollo-phx-rm-2.vip.ebay.com:50030";,
           historyServerUrl : "http://sandbox.hortonworks.com:19888";  #if not 
need, then empty
         }
       }
    +  
    +  "dataSinkConfig": {
    +    "topic" : "topology_health_check",
    +    "brokerList" : "sandbox.hortonworks.com:6667",
    +    "serializerClass" : "kafka.serializer.StringEncoder",
    +    "keySerializerClass" : "kafka.serializer.StringEncoder"
    +    "producerType" : "async",
    +    "numBatchMessages" : "4096",
    +    "maxQueueBufferMs" : "5000",
    +    "requestRequiredAcks" : "0"
    +  }
     
       eagleProps : {
    --- End diff --
    
    please update the service configurations in this file as well


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to