Member since
06-20-2016
3
Posts
0
Kudos Received
0
Solutions
05-19-2017
10:56 AM
Hi, Is there anyway to run multiple oozie jobs in sequence. For example:
I have three applications, assume A1,A2,A3. A2 should trigger once A1 has completed execution and A3 should trigger once A2 has completed execution. How can this be acheived using Oozie. Thanks.
... View more
Labels:
- Labels:
-
Apache NiFi
-
Apache Oozie
06-21-2016
11:15 AM
I changed the above properties to 600000 ms, still the issue exists.
... View more
06-20-2016
07:50 AM
I am trying to run kafka-console-producer.sh script on a kerberized HDP 2.4 sandbox with Kafka 0.9. I have created a topic and provided user permissions to the topic. Below is the command I am using to start the producer: ./kafka-console-producer.sh --topic test-topic --broker-list sandbox.hortonworks.com:6667 --security-protocol PLAINTEXTSASL --new-producer Below is the error I get when I try to produce something: ERROR Error when sending message to topic test-topic with key: null, value: 8 bytes with error: Failed to update metadata after 60000 ms. (org.apache.kafka.clients.producer.internals.ErrorLoggingCallback)
It works fine when I don't use the new-producer, but I need to use the new producer API.
... View more
Labels: