You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hama.apache.org by to...@apache.org on 2012/11/17 08:04:20 UTC

svn commit: r1410704 - in /hama/trunk/examples/src/test/resources: failing_split_gd_file_sample.txt gd_file_sample.txt

Author: tommaso
Date: Sat Nov 17 07:04:19 2012
New Revision: 1410704

URL: http://svn.apache.org/viewvc?rev=1410704&view=rev
Log:
[HAMA-677] - minor sample file update to get rid of current split issue on test but still maintain the failing one

Added:
    hama/trunk/examples/src/test/resources/failing_split_gd_file_sample.txt   (with props)
Modified:
    hama/trunk/examples/src/test/resources/gd_file_sample.txt

Added: hama/trunk/examples/src/test/resources/failing_split_gd_file_sample.txt
URL: http://svn.apache.org/viewvc/hama/trunk/examples/src/test/resources/failing_split_gd_file_sample.txt?rev=1410704&view=auto
==============================================================================
--- hama/trunk/examples/src/test/resources/failing_split_gd_file_sample.txt (added)
+++ hama/trunk/examples/src/test/resources/failing_split_gd_file_sample.txt Sat Nov 17 07:04:19 2012
@@ -0,0 +1,6 @@
+0.1>0.1 0.2 0.3 0.4 0.5 0.6 0.7
+0.12>0.3 0.4 0.5 0.6 0.9 0.1 0.3
+0.22>0.1 0.1 0.3 0.1 0.1 0.01 0.1
+0.4>0.2 0.4 0.1 0.1 0.4 0.1 0.8
+0.3>0.3 0.4 0.5 0.6 0.7 0.8 0.9
+0.71>0.1 0.3 0.4 0.1 0.4 0.5 0.1
\ No newline at end of file

Propchange: hama/trunk/examples/src/test/resources/failing_split_gd_file_sample.txt
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: hama/trunk/examples/src/test/resources/gd_file_sample.txt
URL: http://svn.apache.org/viewvc/hama/trunk/examples/src/test/resources/gd_file_sample.txt?rev=1410704&r1=1410703&r2=1410704&view=diff
==============================================================================
--- hama/trunk/examples/src/test/resources/gd_file_sample.txt (original)
+++ hama/trunk/examples/src/test/resources/gd_file_sample.txt Sat Nov 17 07:04:19 2012
@@ -4,3 +4,5 @@
 0.4>0.2 0.4 0.1 0.1 0.4 0.1 0.8
 0.3>0.3 0.4 0.5 0.6 0.7 0.8 0.9
 0.71>0.1 0.3 0.4 0.1 0.4 0.5 0.1
+0.12>0.5 0.7 0.1 0.6 0.7 0.1 0
+0.4>0.1 0.01 0.6 0.99 0.1 0.1 0.5
\ No newline at end of file