You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2022/06/03 21:54:42 UTC

[GitHub] [beam] kennknowles opened a new issue, #18975: TFRecordIOIT fails on Spark and Flink

kennknowles opened a new issue, #18975:
URL: https://github.com/apache/beam/issues/18975

   When run on Spark or Flink remote cluster, TFRecordIOIT fails with the following stacktrace:
   
    
   ```
   
   org.apache.beam.sdk.io.tfrecord.TFRecordIOIT > writeThenReadAll FAILED
   org.apache.beam.sdk.Pipeline$PipelineExecutionException:
   java.io.FileNotFoundException: No files found for spec: PREFIX_1534520885787*.
   at org.apache.beam.runners.spark.SparkPipelineResult.beamExceptionFrom(SparkPipelineResult.java:66)
   at
   org.apache.beam.runners.spark.SparkPipelineResult.waitUntilFinish(SparkPipelineResult.java:99)
   at org.apache.beam.runners.spark.SparkPipelineResult.waitUntilFinish(SparkPipelineResult.java:87)
   at
   org.apache.beam.runners.spark.TestSparkRunner.run(TestSparkRunner.java:116)
   at org.apache.beam.runners.spark.TestSparkRunner.run(TestSparkRunner.java:61)
   at
   org.apache.beam.sdk.Pipeline.run(Pipeline.java:313)
   at org.apache.beam.sdk.testing.TestPipeline.run(TestPipeline.java:350)
   at
   org.apache.beam.sdk.testing.TestPipeline.run(TestPipeline.java:331)
   at org.apache.beam.sdk.io.tfrecord.TFRecordIOIT.writeThenReadAll(TFRecordIOIT.java:128)
   
   Caused
   by:
   java.io.FileNotFoundException: No files found for spec: PREFIX_1534520885787*.
   ```
   
   
   Imported from Jira [BEAM-5163](https://issues.apache.org/jira/browse/BEAM-5163). Original Jira may contain additional context.
   Reported by: ŁukaszG.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org