Member since
04-11-2018
5
Posts
0
Kudos Received
0
Solutions
04-10-2019
07:27 AM
@Timothy Spann Could you please let me know is there any way to provide webhook url property value as a variable?
... View more
08-07-2018
02:32 AM
Thank you for the clarification. @Nick Lewis
... View more
07-18-2018
08:10 AM
Hi All,I am exploring around Streaming Analytics Manager, I have a flow which read messages from Kafka topic and writes it back to another Kafka topic after filtering based on some rules. above flow works when messages in Kafka are in Avro format but it fails in case of JSON with following error "SAM error: com.hortonworks.registries.schemaregistry.serde.SerDesException: Unknown protocol id [123] received while deserializing the payload" I have checked https://community.hortonworks.com/questions/121234/sam-error-comhortonworksregistriesschemaregistryse.html which reported it as a bug in 3.0 later resolved in 3.1. I am using 3.1 Sandbox. I have also seen Community Hello -World SAM application saying messages must be in Avro format. Is that true that SAM kafka Source will work only for messages in Avro format? Please help me to resolve the issue
... View more
Labels:
- Labels:
-
Apache Storm
04-11-2018
09:35 PM
Syncing NTP server is what worked for me(NiFi 1.6) : on centos 6:
service ntpd stop ntpd -gq where -g – requests an update irrespective of the time offset -q – requests the daemon to quit after updating the date from the NTP server.
service ntpd start
... View more