Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I am working on a project using map reduce and HBase. We are using Cloudera’s CDH3 distribution which has hbase-0.89.20100924+28 bundled into it. I would like to use cascading as we have some processing that requires multiple map reduce jobs, but I have been looking through the different forks of the HBase adaptors for cascading on github and can’t seem to find one for our version of HBase. Could someone point me in the correct direction?

share|improve this question

2 Answers

We are using https://github.com/ryanobjc/cascading.hbase with CDH3u1. If you have not tried that one with CDH3 give it a try.

share|improve this answer

This looks like timestamped version comming from source control. Can't you just extract it from tarball/jar file?

share|improve this answer
Sense. Your answer makes none. – Bryan Jul 7 '11 at 14:47
@Bryan Nope, your coment is senceless. I have proposed 2 methods - getting it from repo using date as a marker and extracting it from distribution. – Migol Jul 7 '11 at 19:18
There are many many forks of the Cascading-HBase module, but I have yet to be able to fully compile any of the versions I have stumbled upon, which I believe is because of conflicts in the versions each one is written for. – Bryan Jul 11 '11 at 19:34

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.