| Author |
new in hadoop
|
Eko Wibowo
Greenhorn
Joined: Jun 27, 2008
Posts: 3
|
|
Hi,
I just ever heard about hadoop,I read sample chapter from hadoop in action made me interested, I've some questions:
1. is it extendable framework ?
2. are there any other similar framework ? if yes, how's the comparation of their performance?
3. can it run program created with other language than java ?
|
 |
Tibi Kiss
Ranch Hand
Joined: Jun 11, 2009
Posts: 47
|
|
1. Hadoop is already a full stack of subprojects, each of them is an extension of the core part. But first of all, instead of extending the stack, mostly you will need to write only the MapReduce algorithms.
If we would like to compare to a J2EE stack, I think that Hadoop is much more extendable, just look at how many interrelated subprojects it has. Or do we know too much people who extended the J2EE or they instead write beans?
2. wikipedia has a list of various mapreduce implementations, but Hadoop is one of the most accepted because of the long list of huge projects developed onto it
3. Of course, you can implement in C++, Python... there are various language bindings. Hadoop Streaming handles the various mapreduce implementations.
|
 |
Campbell Ritchie
Sheriff
Joined: Oct 13, 2005
Posts: 32611
|
|
And welcome to the Ranch
|
 |
 |
|
|
subject: new in hadoop
|
|
|