[ 
https://issues.apache.org/jira/browse/BEAM-8535?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Kenneth Knowles reassigned BEAM-8535:
-------------------------------------

    Assignee: Chamikara Madhusanka Jayalath

> TextIO.read doesn't work with single wildcard with relative path
> ----------------------------------------------------------------
>
>                 Key: BEAM-8535
>                 URL: https://issues.apache.org/jira/browse/BEAM-8535
>             Project: Beam
>          Issue Type: Bug
>          Components: beam-model, io-java-files
>    Affects Versions: 2.16.0
>         Environment: Mac High Sierra 10.13.6.   DirectRunner local. 
>            Reporter: Tim
>            Assignee: Chamikara Madhusanka Jayalath
>            Priority: Major
>
> 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/]) 
> - 
> {code: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
> {code}
>  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.  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to