Skip to content

Commit

Permalink
MapR [SPARK-1106] Regulate dependencies in dep-blacklist.txt via conf…
Browse files Browse the repository at this point in the history
…igure.sh(fix/refactor) (apache#1051)
  • Loading branch information
d-popkov authored and ekrivokonmapr committed Nov 6, 2023
1 parent ee0f872 commit 388c0de
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bin/configure.sh
Original file line number Diff line number Diff line change
Expand Up @@ -628,7 +628,9 @@ fi
if [ ! "$isSecure" -eq 2 ] ; then
configureSecurity
fi
if [ ! -s $MAPR_HOME/spark/spark-$SPARK_VERSION/conf/dep-blacklist.txt ]; then
configureDepBlackList
fi
createAppsSparkFolder
change_permissions
mkBackupForOldConfigs
Expand Down

0 comments on commit 388c0de

Please sign in to comment.