Configuring pipeline options in Apache Beam - Touring example fails

28 views Asked by At

https://tour.beam.apache.org/tour/java/introduction/beam-concepts/pipeline-concepts/setting-pipeline

the only difference in my code is the location of the input and output file.. I have kept it under src/main/resources/my-bucket/sample1000.csv. I gave the absolute path as well -

@Default.String("/Users/myname/IdeaProjects/myproject/src/main/resources/my-bucket/sample1000.csv")

From the LOGGER console output I can directly navigate to the input csv file link. it should work. But, I am not seeing any output.

Need help

Expecting the output per https://tour.beam.apache.org/tour/java/introduction/beam-concepts/pipeline-concepts/setting-pipeline

0

There are 0 answers