Github user ashangit commented on the pull request:

    https://github.com/apache/spark/pull/7943#issuecomment-191976643
  
    Hi @johd01,
    I have faced the same issue and open a pull request to solve it: 
https://github.com/apache/spark/pull/11475.
    
    There is a workaround that you can apply waiting to have this pull request 
merged. You will need to check that path set on the yarn-site.xml configuration 
yarn.nodemanager.local-dirs does not start/finish with spaces, return 
charrier... or is not a URI.
    for exemple those are not working:
    <value>file:///data/yarn/cache/${user.name}/nm-local-dir</value>
    <value>
    /data/yarn/cache/${user.name}/nm-local-dir</value>
    
    this work
    <value>/data/yarn/cache/${user.name}/nm-local-dir</value>


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to