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

Commit c325691

Browse files
tnachenerikerlandson
authored andcommitted
Copy yaml files when making distribution (#327)
1 parent e37b0cf commit c325691

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dev/make-distribution.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -246,6 +246,7 @@ fi
246246
# Copy other things
247247
mkdir "$DISTDIR"/conf
248248
cp "$SPARK_HOME"/conf/*.template "$DISTDIR"/conf
249+
cp "$SPARK_HOME"/conf/*.yaml "$DISTDIR"/conf
249250
cp "$SPARK_HOME/README.md" "$DISTDIR"
250251
cp -r "$SPARK_HOME/bin" "$DISTDIR"
251252
cp -r "$SPARK_HOME/python" "$DISTDIR"

0 commit comments

Comments
 (0)