close
Warning:
Can't synchronize with repository "(default)" (Unsupported version control system "svn": /usr/lib/python2.7/dist-packages/libsvn/_repos.so: failed to map segment from shared object: Cannot allocate memory). Look in the Trac log for more information.
- Timestamp:
-
May 11, 2009, 11:52:46 PM (17 years ago)
- Author:
-
jazz
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
|
v11
|
v12
|
|
| 26 | 26 | == MapReduce == |
| 27 | 27 | |
| | 28 | * 持續蒐集一些 MapReduce 不同語言的實作.... |
| | 29 | |
| | 30 | * R |
| | 31 | * [http://www.nabble.com/The-R-Project-and-Map-Reduce-td22328530.html The R-Project and Map Reduce] |
| | 32 | * http://ml.stat.purdue.edu/rhipe/ - Wow!! '''RHIPE - R and Hadoop Integrated Processing v.0.1''' 這兩個的結合真是符合我們目前的方向啊!!! |
| | 33 | * http://cran.r-project.org/web/packages/mapReduce/mapReduce.pdf |
| | 34 | * 更神奇的是 [http://aws.amazon.com/elasticmapreduce/ Amazon Web Service 也有支援 R] 呢!! |
| | 35 | {{{ |
| | 36 | #!sh |
| | 37 | Develop your data processing application authored in your choice of Java, Ruby, Perl, Python, PHP, R, or C++. |
| | 38 | }}} |
| 28 | 39 | * Java |
| 29 | 40 | * [http://www.gridgain.com/ GridGain] - Java 寫的 MapReduce Framework |