Fix typo in CHANGES.txt: wrote HADOOP-8642 instead of HADOOP-8624.

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1367346 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Todd Lipcon 2012-07-30 22:38:27 +00:00
parent 04eeb42717
commit 814dbbdd0b
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ Release 2.0.1-alpha - UNRELEASED
HADOOP-8362. Improve exception message when Configuration.set() is called with a null key or value. (Madhukara Phatak and Suresh Srinivas via harsh)
HADOOP-8642. ProtobufRpcEngine should log all RPCs if TRACE logging is
HADOOP-8624. ProtobufRpcEngine should log all RPCs if TRACE logging is
enabled (todd)
HADOOP-8623. hadoop jar command should respect HADOOP_OPTS.