Skip to content

Commit

Permalink
HBASE-25236 Run package phase on spark modules (#73)
Browse files Browse the repository at this point in the history
Signed-off-by: Balazs Meszaros <meszibalu@apache.org>
  • Loading branch information
petersomogyi committed Nov 30, 2020
1 parent b9706c8 commit 21e9d2b
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions dev-support/jenkins/hbase-personality.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,10 @@ function personality_modules
MODULES=(.)
fi

# If we'll end up needing a plugin to run on the hbase-spark or
# hbase-spark-it modules, then we need to ensure a 'package' phase runs.
# If we'll end up needing a plugin to run on the spark
# modules, then we need to ensure a 'package' phase runs.
if [[ "${MODULES[*]}" =~ \. ]] || \
[[ "${MODULES[*]}" =~ "hbase-spark " ]] || \
[[ "${MODULES[*]}" =~ "hbase-spark-it" ]]; then
[[ "${MODULES[*]}" =~ "spark" ]]; then
extra="${extra} package"
fi

Expand Down

0 comments on commit 21e9d2b

Please sign in to comment.