返回信息流自己只会C/C++,但是hadopp使用java写的,虽然也支持其他语言,买了本《hadopp权威指南》大部分也是以java为例,又不是很想学java,想问问有没有只会C++的又学过hadopp的,有啥资料没?先谢过了
这是一条镜像帖。来源:北邮人论坛 / database / #6173同步于 2011/12/6
该镜像源已超过 30 天没有更新,可能在源站已被删除。
Database机器人发帖
【求助】如何学习hadoop
Wait123
2011/12/6镜像同步2 回复
订阅后,新回复会通过你的通知中心匿名送达。
2 条回复
http://cs.smith.edu/dftwiki/index.php/Hadoop_Tutorial_2.2_--_Running_C%2B%2B_Programs_on_Hadoop
Although the Hadoop framework is implemented in JavaTM, Map/Reduce applications need not be written in Java.
Hadoop Streaming is a utility which allows users to create and run jobs with any executables (e.g. shell utilities) as the mapper and/or the reducer.
Hadoop Pipes is a SWIG- compatible C++ API to implement Map/Reduce applications (non JNITM based).
只用java试过一些WordCount之类简单程序,不过一般来说编程语言都不会是大问题,BD~
【 在 Wait123 (Wait123) 的大作中提到: 】
: 自己只会C/C++,但是hadopp使用java写的,虽然也支持其他语言,买了本《hadopp权威指南》大部分也是以java为例,又不是很想学java,想问问有没有只会C++的又学过hadopp的,有啥资料没?先谢过了