Dave Beech created CRUNCH-131:
---------------------------------
Summary: Input paths containing globs/wildcards are not accepted
Key: CRUNCH-131
URL: https://issues.apache.org/jira/browse/CRUNCH-131
Project: Crunch
Issue Type: Bug
Components: Core
Affects Versions: 0.4.0
Reporter: Dave Beech
Assignee: Josh Wills
Crunch fails to calculate the size of paths containing wildcards - example error below:
Exception in thread "main" java.lang.IllegalStateException: Input source SeqFile(/my/path/containing/wildcards*/part*)
does not exist!
at org.apache.crunch.impl.mr.collect.InputCollection.getSizeInternal(InputCollection.java:53)
at org.apache.crunch.impl.mr.collect.PCollectionImpl.getSize(PCollectionImpl.java:253)
at org.apache.crunch.impl.mr.collect.DoCollectionImpl.getSizeInternal(DoCollectionImpl.java:43)
at org.apache.crunch.impl.mr.collect.PCollectionImpl.getSize(PCollectionImpl.java:253)
at org.apache.crunch.impl.mr.collect.DoTableImpl.getSizeInternal(DoTableImpl.java:47)
at org.apache.crunch.impl.mr.collect.PGroupedTableImpl.getSizeInternal(PGroupedTableImpl.java:75)
at org.apache.crunch.impl.mr.collect.PCollectionImpl.getSize(PCollectionImpl.java:253)
at org.apache.crunch.impl.mr.collect.PGroupedTableImpl.configureShuffle(PGroupedTableImpl.java:63)
at org.apache.crunch.impl.mr.plan.JobPrototype.build(JobPrototype.java:162)
at org.apache.crunch.impl.mr.plan.JobPrototype.getCrunchJob(JobPrototype.java:114)
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
|