Can i use Hadoop Streaming to Run MapReduce jobs on HBase using thrift in .NET? Or is there any other way to run MapReduce jobs on HBase from .NET?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I have successfully achieved this. So, the answer is yes it can be done.
Edit
I don’t know why down votes, the question has the answer but following is how I achieved it:
Thrift is more light weight than REST API and in some scenarios gives more performance than java api, I’ve used Hadoop Streaming API and give it my own Mapper implementation which uses Thrift to communicate with hbase e.g.