Skip to content
This repository has been archived by the owner on Jan 20, 2022. It is now read-only.

How to install summingbird in cluster? #719

Open
leesf opened this issue Mar 13, 2017 · 4 comments
Open

How to install summingbird in cluster? #719

leesf opened this issue Mar 13, 2017 · 4 comments

Comments

@leesf
Copy link

leesf commented Mar 13, 2017

Hi, everyone.
I want to install summingbird in cluster environment, what should i do? since i have known how to install it stand-alone, and what's more, in cluster environment, the online layer cache designed on my own should process the issues brought in cluster environment?Thanks for replying.

@leesf
Copy link
Author

leesf commented Mar 13, 2017

@sritchie-stripe
Copy link

Hey @leesf, can you give us some more information about what sort of cluster you're running?

Summingbird might be a little different than what you're imagining. Summingbird is a library that generates jobs for Storm or Hadoop clusters. Summingbird isn't a platform that you can "run" - you need to have an existing Storm or Hadoop cluster running. Once you have those set up you can compile your Summingbird job for either of those platforms and deploy it like any other job.

At this point you're responsible for running

  • the storm cluster,
  • the hadoop cluster,
  • any databases you choose to use for persistence,
  • data that you use as input to your summingbird job

Does that make sense?

@leesf
Copy link
Author

leesf commented Mar 13, 2017

@sritchie-stripe thanks for replying.
Actually i know that storm and hadoop cluster should be set up before running summingbird job. And i use HBase in batch layer, it works well. However, in online layer,i use my own designed online store instead of Redis or Memcache, it works well in single host. The question is that does it works well in cluster? And should i take the communication of machines in cluster into consideration since the summingbird will solve the problem? Thanks a lot.

@johnynek
Copy link
Collaborator

you can use any online store as long as you make a small storehaus wrapper for it:

https://github.com/twitter/storehaus

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

No branches or pull requests

3 participants