skonto edited a comment on issue #23514: [SPARK-24902][K8s] Add PV integration 
tests
URL: https://github.com/apache/spark/pull/23514#issuecomment-462178378
 
 
   @shaneknapp thanx to get the executor logs set 
`spark.kubernetes.executor.deleteOnTermination` to false. It is a weird error, 
maybe you didnt clean up all files after each run: 
https://issues.apache.org/jira/browse/SPARK-9345 or its a permission issue: 
https://stackoverflow.com/questions/35778653/spark-saveastextfile-results-in-mkdirs-failed-to-create-for-half-of-the-direct?
   
   From dev.list:
   
   "the java File.mkdirs() API just returns false when you couldn't create a 
directory for any reason, without any explanation. It can include: directory 
existing there already, a file being there, no disk space, no permissions, etc, 
etc."

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

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

Reply via email to