Author: ddas
Date: Mon Mar 19 23:06:19 2012
New Revision: 1302705
URL: http://svn.apache.org/viewvc?rev=1302705&view=rev
Log:
HADOOP-6924. Moved the entry in CHANGES.txt to the right place.
Modified:
hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
Modified: hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
URL:
http://svn.apache.org/viewvc/hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt?rev=1302705&r1=1302704&r2=1302705&view=diff
==============================================================================
--- hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
(original)
+++ hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt Mon Mar
19 23:06:19 2012
@@ -52,10 +52,6 @@ Trunk (unreleased changes)
HADOOP-7994. Remove getProtocolVersion and getProtocolSignature from the
client side translator and server side implementation. (jitendra)
- HADOOP-6924. Adds a directory to the list of directories to search
- for the libjvm.so file. The new directory is found by running a 'find'
- command and the first output is taken. This was done to handle the
- build of Hadoop with IBM's JDK. (Stephen Watt, Guillermo Cabrera and ddas)
BUG FIXES
@@ -203,6 +199,11 @@ Release 0.23.3 - UNRELEASED
HADOOP-8183. Stop using "mapred.used.genericoptions.parser" (harsh)
+ HADOOP-6924. Adds a directory to the list of directories to search
+ for the libjvm.so file. The new directory is found by running a 'find'
+ command and the first output is taken. This was done to handle the
+ build of Hadoop with IBM's JDK. (Stephen Watt, Guillermo Cabrera and ddas)
+
OPTIMIZATIONS
BUG FIXES