Author: edwardyoon
Date: Wed Oct 29 05:01:41 2008
New Revision: 708885
URL: http://svn.apache.org/viewvc?rev=708885&view=rev
Log:
align text.
Modified:
incubator/hama/trunk/CHANGES.txt
Modified: incubator/hama/trunk/CHANGES.txt
URL:
http://svn.apache.org/viewvc/incubator/hama/trunk/CHANGES.txt?rev=708885&r1=708884&r2=708885&view=diff
==============================================================================
--- incubator/hama/trunk/CHANGES.txt (original)
+++ incubator/hama/trunk/CHANGES.txt Wed Oct 29 05:01:41 2008
@@ -61,15 +61,15 @@
HAMA-31: Refactor VectorWritable (edwardyoon)
HAMA-29: Replace Matrix(Conf, Text) to Matrix(Conf, String) (edwardyoon)
HAMA-27: Replace table.get(Text, Text)
- to table.get(String, String) (edwardyoon)
+ to table.get(String, String) (edwardyoon)
HAMA-12: Matrix interface re-arrangement (edwardyoon)
HAMA-21: Implement get(int index) method (edwardyoon)
HAMA-19: Remove vector-norms enum to interface
- from implementation (edwardyoon)
+ from implementation (edwardyoon)
HAMA-17: Vector to Writable conversion (edwardyoon)
HAMA-15: Logo Alignment (edwardyoon)
HAMA-10: Refactor the mapred package
- for the latest version of dependencies (edwardyoon)
+ for the latest version of dependencies (edwardyoon)
HAMA-9: Upgrade dependencies (edwardyoon)
BUG FIXES