Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[view suggestion] Data collector to Kafka #3

Open
seanorama opened this issue Mar 30, 2015 · 0 comments
Open

[view suggestion] Data collector to Kafka #3

seanorama opened this issue Mar 30, 2015 · 0 comments

Comments

@seanorama
Copy link
Contributor

An Ambari View idea …

The customer requirement:

  • Notifications upon MapReduce job completions (such as email, webhooks, sms, …)

How:

  • MapReduce has the setting mapreduce.job.end-notification.url. With it, the URL is called when a job ends.
  • But for that to work you need to have a custom web service running & code to take the requests & perform an action.

Ambari View:

  • Listens for the requests.
  • Pumps each request into Kafka
  • From there the rest of the event-stack (i.e Storm) can take over rather than building an event engine in the Ambari view

Thoughts, or other ways to do this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant