You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@crunch.apache.org by ch...@apache.org on 2014/02/13 13:52:59 UTC

[05/19] CRUNCH-341: Move test resources used across multiple modules to crunch-test

http://git-wip-us.apache.org/repos/asf/crunch/blob/fce2b23b/crunch-spark/src/it/resources/urls.txt
----------------------------------------------------------------------
diff --git a/crunch-spark/src/it/resources/urls.txt b/crunch-spark/src/it/resources/urls.txt
deleted file mode 100644
index 827e711..0000000
--- a/crunch-spark/src/it/resources/urls.txt
+++ /dev/null
@@ -1,11 +0,0 @@
-www.A.com	www.B.com
-www.A.com	www.C.com
-www.A.com	www.D.com
-www.A.com	www.E.com
-www.B.com	www.D.com
-www.B.com	www.E.com
-www.C.com	www.D.com
-www.D.com	www.B.com
-www.E.com	www.A.com
-www.F.com	www.B.com
-www.F.com	www.C.com

http://git-wip-us.apache.org/repos/asf/crunch/blob/fce2b23b/crunch-test/src/main/resources/customers.txt
----------------------------------------------------------------------
diff --git a/crunch-test/src/main/resources/customers.txt b/crunch-test/src/main/resources/customers.txt
new file mode 100644
index 0000000..98f3f3d
--- /dev/null
+++ b/crunch-test/src/main/resources/customers.txt
@@ -0,0 +1,4 @@
+111|John Doe
+222|Jane Doe
+333|Someone Else
+444|Has No Orders
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/crunch/blob/fce2b23b/crunch-test/src/main/resources/docs.txt
----------------------------------------------------------------------
diff --git a/crunch-test/src/main/resources/docs.txt b/crunch-test/src/main/resources/docs.txt
new file mode 100644
index 0000000..90a3f65
--- /dev/null
+++ b/crunch-test/src/main/resources/docs.txt
@@ -0,0 +1,6 @@
+A	this doc has this text
+A	and this text as well
+A	but also this
+B	this doc has some text
+B	but not as much as the last
+B	doc

http://git-wip-us.apache.org/repos/asf/crunch/blob/fce2b23b/crunch-test/src/main/resources/letters.txt
----------------------------------------------------------------------
diff --git a/crunch-test/src/main/resources/letters.txt b/crunch-test/src/main/resources/letters.txt
new file mode 100644
index 0000000..916bfc9
--- /dev/null
+++ b/crunch-test/src/main/resources/letters.txt
@@ -0,0 +1,2 @@
+a
+bb
\ No newline at end of file