Reputation: 1
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
Upvotes: 0
Views: 33