hadoop.mapred vs hadoop.mapreduce?
NickName:bartonm Ask DateTime:2013-04-29T09:15:14

hadoop.mapred vs hadoop.mapreduce?

Why are there two separate packages map-reduce package in Apache's hadoop package tree:

org.apache.hadoop.mapred 

http://javasourcecode.org/html/open-source/hadoop/hadoop-1.0.3/org/apache/hadoop/mapred/

org.apache.hadoop.mapreduce

http://javasourcecode.org/html/open-source/hadoop/hadoop-1.0.3/org/apache/hadoop/mapreduce/

Why are they separated out? Is there documentation that clarifies this?

Copyright Notice:Content Author:「bartonm」,Reproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/16269922/hadoop-mapred-vs-hadoop-mapreduce

More about “hadoop.mapred vs hadoop.mapreduce?” related questions

Linker error ( VS 2005 vs VS 2012 )

I am trying to build libxml2 library with VS 2012 compiling and linking against DDK 7 headers and libraries. With VS 2005 it builds fine but with VS 2012, I am getting a linker error. On close insp...

Show Detail

Elucidate the differences: Sequential vs Concurrency vs Parallel vs Distributed vs Synchronous vs Asynchronous vs Client-Server vs OSI Model?

Sequential vs Concurrency vs Parallel vs Distributed vs Synchronous vs Asynchronous vs Client-Server vs OSI Model I understand that... sequential, concurrent, parallel, and distributed seem to be...

Show Detail

VS2010 vs. VS2008 Usage?

I'm curious if anyone has some statistics on the usage of VS2008 vs. VS2010? I'm debating if I should convert my project over to VS2010 from VS2008, just support one version, or try to maintain two

Show Detail

VS 2008 vs VS 2008 Express

I'm using Visual Studio Team System 2008 at work to do web development. I've gotten quite used to it but can't really afford to purchase even VS 2008 Standard at this time. I have never used any ...

Show Detail

VS Code insiders or VS Code

Is everything from VS Code insiders, eventually going to be added to normal VS code? Is there a feature, where you can take features from insiders, and put it in normal VS code? I wanted to see if I

Show Detail

Work both with VS 2010 and VS 2012

I need to know whether can I use VS 2010 and VS 2012 both on same machine. That means, I am having projects which are running MVC 2 with vs 2010. So then when I install vs 2012 on my machine will it

Show Detail

VS2013 vs VS2015 single line If...Then

The following statement compiles and works in VS2013, but does not in VS2015: Dim z As Integer = 1 Dim y As Integer = 2 If z = 1 Then If y = 3 Then y = 4 The syntax appears to be incomplete, b...

Show Detail

Crystal Reports for VS2012 - VS2013 - VS2015 - VS2017 - VS2019

I have installed VS2012 Ultimate on a fresh PC. I tried adding the Crystal Reports file in my project but there is no crystal report .crt Item avaliable into Add New Item menu of the VS2012 Is the...

Show Detail

Using VS Code Extentions for VS Community

I'm using Microsoft Visual Studio Community for years (Now VS2019). But recently it is getting harder to find new extensions for Visual Studio Community because most recent extensions are developed...

Show Detail

* vs ** vs *** in Proguard?

What is the difference between the *, ** and *** wildcards in Proguard? For example: -keep class com.mypackage.* vs -keep class com.mypackage.** vs -keep class com.mypackage.***

Show Detail