Can anybody please help me in getting connection to Hbase (which is running on Amazon EMR) programmatically in ruby?
Actually, I want to import bulk data into Hbase column oriented table on Amazon EMR and retrieve the same data with aggregations/group by kind of queries programmatically.
I've gone through https://github.com/aws/aws-sdk-ruby, https://github.com/CompanyBook/massive_record and hbase-stargate gems, but, it seems none of them has clear explanation with examples.
Thanks in advance..