When I try to start up sbt for the Spark build, or if I try to import it in IntelliJ IDEA as an sbt project, it fails with a "No such file or directory" error when it attempts to "git clone" sbt-pom-reader into .sbt/0.13/staging/some-sha1-hash.
If I manually create the expected directory before running sbt or importing into IntelliJ, then it works. Why is it necessary to do this, and what can be done to make it not necessary? Rich