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

how to integrate hbase with summingbird? #339

Open
leesf opened this issue Dec 23, 2016 · 3 comments
Open

how to integrate hbase with summingbird? #339

leesf opened this issue Dec 23, 2016 · 3 comments

Comments

@leesf
Copy link

leesf commented Dec 23, 2016

Do anyone knows how to use hbase in summingbird programs? Looking for help

@pankajroark
Copy link
Contributor

Summingbird can integrate with any data store exposed as a Storehaus store, which is basically a trait used to represent a Key Value store. Looks like such stores for HBase already exist at storehaus-hbase/src/main/scala/com/twitter/storehaus/hbase in this repo. You should be able to use any of those stores with sumByKey operation in Summingbird.

@leesf
Copy link
Author

leesf commented Dec 23, 2016

The offline store of summingbird should be in form of Readable[K, (BatchId, V)], but i can not find proper store in HBase. I am new and looking for your help, thanks a lot.

@johnynek
Copy link
Collaborator

johnynek commented Jan 2, 2017

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

3 participants