Does anybody know how to use hadoop with Qt , any tutorials for hadoop with Qt or any Qt wrapper or hadoop streaming with Qt
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.
There are three basic interfaces to Hadoop’s map/reduce:
So if you want to use C++ to write your m/r tasks you got two options – use streaming API or/and Pipes. Pipes is just a C++ library, so I think its no problem to link it with your Qt program. There is a manual that can help you.