Github user brkyvz commented on the issue:

    https://github.com/apache/spark/pull/15806
  
    I think the change you should make should be for:
    
https://github.com/apache/spark/pull/15806/files#diff-7dc261474784c6402f7020ffe7f61038R212
    where you always append `file:///` otherwise, it will use the default FS, 
which may be hdfs, or whatever
    
    cc @marmbrus is there a reason we can't just create the temp checkpoint 
directory to be local? I understand that if someone's running the test in a 
distributed environment, then all machines will create checkpoint directories, 
but since it's temporary, and is not meant for recovery, isn't that okay?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

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

Reply via email to