diff --git a/dev-support/jenkins/hbase-personality.sh b/dev-support/jenkins/hbase-personality.sh index d6ce30a6..09f0e3d9 100755 --- a/dev-support/jenkins/hbase-personality.sh +++ b/dev-support/jenkins/hbase-personality.sh @@ -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