Guest User

https://stackoverflow.com/questions/51415426/java-io-filenot

a guest
Jul 19th, 2018
222
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.91 KB | None | 0 0
  1.     Error caught while writing content : org.apache.beam.sdk.util.UserCodeException: java.io.FileNotFoundException: No files matched spec: gs://myproject-staging/e01155a4-4918-4732-8248-d180fa013a5b at org.apache.beam.sdk.util.UserCodeException.wrap(UserCodeException.java:36) at org.apache.beam.sdk.io.FileIO$MatchAll$MatchFn$DoFnInvoker.invokeProcessElement(Unknown Source) at org.apache.beam.runners.core.SimpleDoFnRunner.invokeProcessElement(SimpleDoFnRunner.java:185) at org.apache.beam.runners.core.SimpleDoFnRunner.processElement(SimpleDoFnRunner.java:149) at (...)
  2.  
  3. Caused by: java.io.FileNotFoundException: No files matched spec: gs://myproject-staging/e01155a4-4918-4732-8248-d180fa013a5b at org.apache.beam.sdk.io.FileSystems.maybeAdjustEmptyMatchResult(FileSystems.java:172) at org.apache.beam.sdk.io.FileSystems.match(FileSystems.java:158) at org.apache.beam.sdk.io.FileIO$MatchAll$MatchFn.process(FileIO.java:632)
Add Comment
Please, Sign In to add comment