Hi,
I'm trying to build spark.0.8.0 uisng 'sbt assembly'. But the build is not
successful and I get this at the end:
[info] SHA-1: 461c20e8753b438e9d5df194de3d9f77ea2ea918
[info] Packaging
/proj/UW-PCP/spark-0.8.0-incubating/examples/target/scala-2.9.3/spark-examples-assembly-0.8.0-incubating.jar
...
java.io.IOException: Permission denied
at java.io.FileOutputStream.close0(Native Method)
at java.io.FileOutputStream.close(FileOutputStream.java:393)
at java.io.FilterOutputStream.close(FilterOutputStream.java:160)
........................
......................
[error] (assembly/*:assembly) java.io.IOException: Permission denied
[error] (examples/*:assembly) java.io.IOException: Permission denied
[error] Total time: 446 s, completed Oct 17, 2013 3:46:22 PM
What's going on here?
thanks!