Details
-
Bug
-
Status: Resolved
-
P1
-
Resolution: Duplicate
-
2.16.0
-
None
-
Mac High Sierra 10.13.6. DirectRunner local.
Description
It looks like the TextIO.read transform is not matching files when using a glob wildcard when the glob starts with a * and the path is relative. IE /full/path/* and ./path/f* work but ./path/* does not.
Reproduction steps using the word count example from the Beam Quick start for current version 2.16 (https://beam.apache.org/get-started/quickstart-java/) -
$ mkdir test-folder && cp pom.xml ./test-folder
$ mvn compile exec:java -Dexec.mainClass=org.apache.beam.examples.WordCount \
> -Dexec.args="--inputFile=./test-folder/* --output=counts" -Pdirect-runner
The above fails when it is expected to find the pom.xml file. I tested the same way with 2.15 and it works as expected.
Attachments
Issue Links
- duplicates
-
BEAM-8568 Local file system does not match relative path with wildcards
- Resolved