Hi all, I wanted to run some map/reduce job but I'd like to do that in Ruby, is this possible with Hadoop Streaming? My understanding is that I will provide mapper/reducer in Ruby and supply that to Hadoop Streamining, and since hbase can be a source/sink of map/reduce, I should be able to access the tables, right?
And as far as setup is concered, I just need to have a ruby interpreter set up on each of the machine in the cluster? Thanks a lot!
