|
@@ -52,6 +52,11 @@ 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
|
|
|
|
|
|
HADOOP-8177. MBeans shouldn't try to register when it fails to create MBeanName.
|