Return-Path: X-Original-To: apmail-crunch-commits-archive@www.apache.org Delivered-To: apmail-crunch-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 6C37C10236 for ; Thu, 13 Feb 2014 12:53:25 +0000 (UTC) Received: (qmail 83374 invoked by uid 500); 13 Feb 2014 12:53:14 -0000 Delivered-To: apmail-crunch-commits-archive@crunch.apache.org Received: (qmail 83314 invoked by uid 500); 13 Feb 2014 12:53:12 -0000 Mailing-List: contact commits-help@crunch.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@crunch.apache.org Delivered-To: mailing list commits@crunch.apache.org Received: (qmail 82742 invoked by uid 99); 13 Feb 2014 12:52:56 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Feb 2014 12:52:56 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id ECE58925685; Thu, 13 Feb 2014 12:52:55 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: chaoshi@apache.org To: commits@crunch.apache.org Date: Thu, 13 Feb 2014 12:53:01 -0000 Message-Id: <57ce9feb443c4b98a2a3c7735fb32403@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [07/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/orders.txt ---------------------------------------------------------------------- diff --git a/crunch-spark/src/it/resources/orders.txt b/crunch-spark/src/it/resources/orders.txt deleted file mode 100644 index d60df82..0000000 --- a/crunch-spark/src/it/resources/orders.txt +++ /dev/null @@ -1,5 +0,0 @@ -222|Toilet plunger -333|Toilet brush -222|Toilet paper -111|Corn flakes -555|Not ordered \ No newline at end of file http://git-wip-us.apache.org/repos/asf/crunch/blob/fce2b23b/crunch-spark/src/it/resources/set1.txt ---------------------------------------------------------------------- diff --git a/crunch-spark/src/it/resources/set1.txt b/crunch-spark/src/it/resources/set1.txt deleted file mode 100644 index 3b67f57..0000000 --- a/crunch-spark/src/it/resources/set1.txt +++ /dev/null @@ -1,4 +0,0 @@ -b -c -a -e \ No newline at end of file http://git-wip-us.apache.org/repos/asf/crunch/blob/fce2b23b/crunch-spark/src/it/resources/set2.txt ---------------------------------------------------------------------- diff --git a/crunch-spark/src/it/resources/set2.txt b/crunch-spark/src/it/resources/set2.txt deleted file mode 100644 index 8169ab5..0000000 --- a/crunch-spark/src/it/resources/set2.txt +++ /dev/null @@ -1,3 +0,0 @@ -c -d -a \ No newline at end of file