Author: szetszwo
Date: Fri Sep 19 16:37:23 2008
New Revision: 697282
URL: http://svn.apache.org/viewvc?rev=697282&view=rev
Log:
HADOOP-4227. Remove the deprecated class org.apache.hadoop.fs.ShellCommand.
(szetszwo)
Removed:
hadoop/core/trunk/src/core/org/apache/hadoop/fs/ShellCommand.java
Modified:
hadoop/core/trunk/CHANGES.txt
Modified: hadoop/core/trunk/CHANGES.txt
URL:
http://svn.apache.org/viewvc/hadoop/core/trunk/CHANGES.txt?rev=697282&r1=697281&r2=697282&view=diff
==============================================================================
--- hadoop/core/trunk/CHANGES.txt (original)
+++ hadoop/core/trunk/CHANGES.txt Fri Sep 19 16:37:23 2008
@@ -399,6 +399,9 @@
HADOOP-4062. Remove the synchronization on the output stream when a
connection is closed and also remove an undesirable exception when
a client is stoped while there is no pending RPC request. (hairong)
+
+ HADOOP-4227. Remove the deprecated class org.apache.hadoop.fs.ShellCommand.
+ (szetszwo)
OPTIMIZATIONS