Description
file spark-0.8.0-incubating/make-distribution.sh, line 98:
cp "$FWDIR/conf/*.template" "$DISTDIR"/conf
should be
cp "$FWDIR"/conf/*.template "$DISTDIR"/conf
Otherwise report file not found error
p.s.:
The script file is included in this version:
http://spark-project.org/download/spark-0.8.0-incubating.tgz