aspose file tools
The moose likes Hadoop and the fly likes new in hadoop Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Databases » Hadoop
Reply Bookmark "new in hadoop" Watch "new in hadoop" New topic
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: 32833
    
    4
And welcome to the Ranch
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: new in hadoop
 
Similar Threads
Hadoop vs simple cluster
How much Hadoop knowledge should one have before diving into Pig?
Hadoop in enterprise
Data stores used in Hadoop in Action
Mahout in Action - evolution of the library and the book