3

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?

Rob
  • 245
  • 1
  • 5
  • 14

2 Answers2

1

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

user472749
  • 429
  • 1
  • 4
  • 13
0

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

Migol
  • 8,161
  • 8
  • 47
  • 69
  • Sense. Your answer makes none. – Bryan Jul 07 '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 07 '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