Daniel Satubi
12/15/2021, 10:39 AM10:17:13 Caused by: java.io.FileNotFoundException: No such file or directory: <lakefs://windward/hourly-staging-vs-ongoing-merge-app-2021-12-15_10-11-30/ww-stage/merged-vesselstories/_temporary/0>
10:17:13 at io.lakefs.LakeFSFileSystem.listStatus(LakeFSFileSystem.java:591)
writing the same data to s3 succeeds.
I saw there are some changes to “LakeFSFileSystem.listStatus” in 0.1.4 vs 0.1.1 which works for us, could you think of a reason why this happens?Ariel Shaqed (Scolnicov)
12/15/2021, 10:43 AMAriel Shaqed (Scolnicov)
12/15/2021, 10:45 AMAriel Shaqed (Scolnicov)
12/15/2021, 10:47 AM<lakefs://windward/hourly-staging-vs-ongoing-merge-app-2021-12-15_10-11-30/ww-stage/merged-vesselstories/_temporary/0>
would try to write to a branch named hourly-staging-vs-ongoing-merge-app-2021-12-15_10-11-30
. Does this branch exist?Ariel Shaqed (Scolnicov)
12/15/2021, 11:46 AMFileOutputCommitter
, the algorithm version (1 is the default, 2 is often better; config property spark.hadoop.mapreduce.fileoutputcommitter.algorithm.version
)
4. Spark configuration: sc.getConf().getAll()
. THIS MAY CONTAIN SECRETS - be sure to edit them out before publishing!
5. Spark driver and worker logs from the failed run.
6. (EDIT: Added this!) lakeFS server version 🙂
Thanks!Daniel Satubi
12/15/2021, 5:35 PMAriel Shaqed (Scolnicov)
12/15/2021, 5:53 PMDaniel Satubi
12/16/2021, 8:35 AMDaniel Satubi
12/16/2021, 10:26 AM2021-12-16 10:19:42,856 [testing.vesselstory-app] [pool-18-thread-1] INFO org.apache.hadoop.mapreduce.lib.output.FileOutputCommitter- File Output Committer Algorithm version is 1
2021-12-16 10:19:57,084 [testing.vesselstory-app] [pool-18-thread-1] ERROR org.apache.spark.sql.execution.datasources.FileFormatWriter- Aborting job 4c7e13c2-a7f6-4432-832a-3ab6dc96e0fd.
java.io.FileNotFoundException: No such file or directory: <lakefs://windward/testing-vesselstory-app-2021-12-16_10-17-41/ww-sandbox/vesselstories/_temporary/0>
at io.lakefs.LakeFSFileSystem.listStatus(LakeFSFileSystem.java:591)
Daniel Satubi
12/16/2021, 10:27 AMAriel Shaqed (Scolnicov)
12/16/2021, 10:29 AMAriel Shaqed (Scolnicov)
12/16/2021, 10:29 AMDaniel Satubi
12/16/2021, 10:52 AM