Github user nicklan commented on the pull request:

    https://github.com/apache/spark/pull/258#issuecomment-38879709
  
    Yeah, have you tried with my latests PR where I added the -t?
    
    
    On Thu, Mar 27, 2014 at 6:08 PM, Matei Zaharia 
<[email protected]>wrote:
    
    > So it seems that on OS X, mktemp needs a template:
    > 
https://developer.apple.com/library/mac/documentation/Darwin/Reference/ManPages/man1/mktemp.1.html.
    > Just doing mktemp -d would fail. The best way to run it there will be 
mktemp
    > -d -t spark, which will put a file in TMPDIR with "spark" in its name. If
    > that also works on GNU mktemp, we can go wit that.
    >
    > The pushd/popd errors are because mktemp failed, but that was earlier in
    > the log.
    >
    > —
    > Reply to this email directly or view it on 
GitHub<https://github.com/apache/spark/pull/258#issuecomment-38879651>
    > .
    >


---
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.
---

Reply via email to