Skip to content

Commit

Permalink
Remove ambiguous SPARK_HADOOP_VERSION
Browse files Browse the repository at this point in the history
  • Loading branch information
yaooqinn committed Feb 21, 2022
1 parent 3b33ee5 commit b47be7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/dist
Original file line number Diff line number Diff line change
Expand Up @@ -269,8 +269,8 @@ done

if [[ "$FLINK_PROVIDED" != "true" ]]; then
# Copy flink binary dist
cp -r "$KYUUBI_HOME/externals/kyuubi-download/target/flink-$FLINK_VERSION/" \
"$DISTDIR/externals/flink-$FLINK_VERSION/"
FLINK_BUILTIN="$(find "$KYUUBI_HOME/externals/kyuubi-download/target" -name 'flink-*' -type d)"
cp -r "$FLINK_BUILTIN" "$DISTDIR/externals/"
fi

if [[ "$SPARK_PROVIDED" != "true" ]]; then
Expand Down

0 comments on commit b47be7c

Please sign in to comment.