koombal commented on issue #14762:
URL: https://github.com/apache/iceberg/issues/14762#issuecomment-3637208507

   @nastra 
   s3a.
   the checkpoint is created successfully before.
   
   `            
   log.info("Ensuring checkpoint directory {}", ckptDir);
   
               FileSystem fs =
                       FileSystem.get(new URI(ckptDir), 
spark.sparkContext().hadoopConfiguration());
   
               Path dir = new Path(ckptDir);
               if (!fs.exists(dir)) {
                   log.info("Checkpoint directory '{}' does not exist – 
creating it now", ckptDir);
                   if (!fs.mkdirs(dir)) {
                      ....
                   }
               }
   `


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to