Author: eli
Date: Thu Oct 18 22:43:35 2012
New Revision: 1399901
URL: http://svn.apache.org/viewvc?rev=1399901&view=rev
Log:
HADOOP-8925. Remove the packaging. Contributed by Eli Collins
Removed:
hadoop/common/branches/branch-2/hadoop-common-project/hadoop-common/src/main/packages/
Modified:
hadoop/common/branches/branch-2/hadoop-common-project/hadoop-common/CHANGES.txt
Modified:
hadoop/common/branches/branch-2/hadoop-common-project/hadoop-common/CHANGES.txt
URL:
http://svn.apache.org/viewvc/hadoop/common/branches/branch-2/hadoop-common-project/hadoop-common/CHANGES.txt?rev=1399901&r1=1399900&r2=1399901&view=diff
==============================================================================
---
hadoop/common/branches/branch-2/hadoop-common-project/hadoop-common/CHANGES.txt
(original)
+++
hadoop/common/branches/branch-2/hadoop-common-project/hadoop-common/CHANGES.txt
Thu Oct 18 22:43:35 2012
@@ -56,6 +56,8 @@ Release 2.0.3-alpha - Unreleased
HADOOP-8931. Add Java version to startup message. (eli)
+ HADOOP-8925. Remove the packaging. (eli)
+
OPTIMIZATIONS
HADOOP-8866. SampleQuantiles#query is O(N^2) instead of O(N). (Andrew Wang