Skip to content
This repository was archived by the owner on Jan 9, 2020. It is now read-only.

Commit c312567

Browse files
tnachenfoxish
authored andcommitted
Copy yaml files when making distribution (#327)
1 parent 04ff1d8 commit c312567

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

dev/make-distribution.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -242,8 +242,9 @@ else
242242
fi
243243

244244
# Copy other things
245-
mkdir "$DISTDIR/conf"
246-
cp "$SPARK_HOME"/conf/*.template "$DISTDIR/conf"
245+
mkdir "$DISTDIR"/conf
246+
cp "$SPARK_HOME"/conf/*.template "$DISTDIR"/conf
247+
cp "$SPARK_HOME"/conf/*.yaml "$DISTDIR"/conf
247248
cp "$SPARK_HOME/README.md" "$DISTDIR"
248249
cp -r "$SPARK_HOME/bin" "$DISTDIR"
249250
cp -r "$SPARK_HOME/python" "$DISTDIR"

0 commit comments

Comments
 (0)