[
https://issues.apache.org/jira/browse/CRUNCH-341?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13899165#comment-13899165
]
Chao Shi commented on CRUNCH-341:
---------------------------------
agree with [~gabriel.reid]. I think we can still use crunch-test to provide
commonly-used test resources (maybe rename it?). This does not conflict to the
rest of tasks in CRUNCH-188.
> Move test resources used across multiple modules to crunch-test
> ---------------------------------------------------------------
>
> Key: CRUNCH-341
> URL: https://issues.apache.org/jira/browse/CRUNCH-341
> Project: Crunch
> Issue Type: Bug
> Reporter: Chao Shi
> Attachments: crunch-341.patch
>
>
> There are duplicated test resource files in multiple modules. This patch
> moves them into crunch-test, which is accessiable in classpath during unit
> testing.
> chaoshi@vm3 ~/projects/crunch (master) $ find -name shakes.txt
> ./crunch-core/src/it/resources/shakes.txt
> ./crunch-contrib/src/it/resources/shakes.txt
> ./crunch-scrunch/src/it/resources/shakes.txt
> ./crunch-spark/src/it/resources/shakes.txt
> ./crunch-hbase/src/it/resources/shakes.txt
> ./crunch-test/target/classes/shakes.txt
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)